Skip to content

Commit

Permalink
Revert "HOLD FOR RELEASE add airgap to embedded-cluster" (#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed May 20, 2024
1 parent a5044a6 commit 96b63c2
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions docs/vendor/embedded-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ For more information about using Helm extensions, see [Helm Extensions](/referen

The following features that are available in kURL are not yet available in embedded cluster. Unless otherwise noted, some of these features might not be available at GA:

* **Air gap**: Air gap support is not yet implemented for embedded cluster. We intend to implement support for air gap installations in the future.

* **Backup and restore with Velero**: Velero is not yet installed as part of embedded cluster, so backup and restore is unavailable.

* **Distributed storage with Rook**: OpenEBS is the only storage provider available today. We plan to introduce Rook as an alternative for multi-node clusters after GA.
Expand Down Expand Up @@ -177,21 +179,6 @@ To install your application in an embedded cluster:

The admin console URL is printed when the installation finishes. Access the admin console to begin installing your application. You’ll have the opportunity to add nodes if you want a multi-node cluster. Then you can provide application config, run preflights, and deploy your application.

## Install in Air Gap Environments

Air gap installations provide the same functionality as online (internet-connected) installations, including support for updates, adding nodes, and resetting nodes. The primary difference between online and air gap installations is that online installations pull images from the public internet, whereas air gap installations use a docker registry running within the cluster to store application images and infrastructure files.

Air Gap installations require an `airgap` bundle unique to your application and the version of embedded cluster. You can generate and download `airgap` bundles from the **Release History** page for the target channel. For more information, see [Build and Download the Air Gap Bundle](/vendor/releases-sharing-license-install-script#air-gap-bundle).

To install your application in an air gap environment:

```
sudo ./APP_SLUG install --license LICENSE_FILE --airgap-bundle AIRGAP_BUNDLE
```
Where:
* `APP_SLUG` is the unique slug for the application.
* `LICENSE_FILE` is the customer's license.
* `AIRGAP_BUNDLE` is the path to the airgap bundle in your local directory.

## Update

Expand Down Expand Up @@ -350,4 +337,4 @@ toolkit:
value: /etc/k0s/containerd.d/nvidia.toml
- name: CONTAINERD_SOCKET
value: /run/k0s/containerd.sock
```
```

0 comments on commit 96b63c2

Please sign in to comment.