Skip to content

Commit 81aae92

Browse files
committed
remove note about using oras
1 parent 3c99677 commit 81aae92

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/book/src/03_topics/02_configuration/01_air-gapped-environtment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,16 @@ Example layout for a `kubeadm` provider may look like:
8080
- `control-plane-components.yaml`
8181
- `bootstrap-components.yaml`
8282

83+
<<<<<<< HEAD
8384
<<<<<<< HEAD
8485
See the [plugin docs](../03_plugin/03_publish_subcommand.md) for more information on how to properly build and publish the OCI artifacts to the air-gapped registry.
8586
=======
8687
See the [plugin docs](../03_plugin/03_publish_subcommand.md) for more information on how to properly build and publish the OCI artifacts to the air-gapped registry.<br>
8788
Other tools, such as [oras](https://oras.land/docs/), behvae in a similar fashion and can also be used to build and publish the OCI artifacts.
8889
>>>>>>> 11a4553 (add a note on how to enable fetching oci artifacts using plain http)
90+
=======
91+
See the [plugin docs](../03_plugin/03_publish_subcommand.md) for more information on how to properly build and publish the OCI artifacts to the air-gapped registry.
92+
>>>>>>> a58babb (remove note about using oras)
8993

9094
To fetch provider components which are stored as an OCI artifact, you can configure `fetchConfig.oci` field to pull them directly from an OCI registry:
9195

0 commit comments

Comments
 (0)