You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for the section Prepare Images Directory, add some explanation for why we still need this when we have a private registry
for the section Create Registry YAML, add some explanation for when and how the private registry will be used by k3s, why the private registry is not used for k3s' own images
for the section Install K3s, add a sample command when installing k3s with an external database
The text was updated successfully, but these errors were encountered:
Adding to this, we may also want to document that it is okay and sometimes advisable to remove the *.tar* files after initial startup when doing the tarball airgap method. This is because, when those files are present, restarts of the systemd service can take a long time to unpack those files since startup doesn't know that what is inside those files hasn't changed since the last start.
Original issue: https://github.com/rancher/docs/issues/2351
Copying over relevant bits from original issue since K3s docs have been moved off the old rancher/docs repo.
During the validation for this issue: rancher/rancher#25495 (comment)
I found there are some improvements we can do for the documentation for k3s air-gap installation: https://rancher.com/docs/k3s/latest/en/installation/airgap/
Prepare Images Directory
, add some explanation for why we still need this when we have a private registryCreate Registry YAML
, add some explanation for when and how the private registry will be used by k3s, why the private registry is not used for k3s' own imagesInstall K3s
, add a sample command when installing k3s with an external databaseThe text was updated successfully, but these errors were encountered: