containerd links

This commit is contained in:
martyav
2023-01-09 11:44:17 -05:00
parent 949f994d10
commit 72e1f2d3b1
2 changed files with 23 additions and 11 deletions
@@ -84,9 +84,11 @@ Rancher supports air gap installs using a private registry. You must have your o
In a later step, when you set up your K3s Kubernetes cluster, you will create a [private registries configuration file](https://rancher.com/docs/k3s/latest/en/installation/private-registry/) with details from this registry.
// If you need help with creating a private registry, please refer to the [official Docker documentation.](https://docs.docker.com/registry/deploying/#run-an-externally-accessible-registry)
If you need to create a private registry, refer to the documentation pages for your respective runtime:
// Need to update link
* [Containerd](https://github.com/containerd/containerd/blob/main/docs/cri/config.md#registry-configuration).
* [Nerdctl commands and managed registry services](https://github.com/containerd/nerdctl/blob/main/docs/registry.md).
* [Docker](https://docs.docker.com/registry/deploying/).
</TabItem>
<TabItem value="RKE">
@@ -153,9 +155,11 @@ Rancher supports air gap installs using a secure private registry. You must have
In a later step, when you set up your RKE Kubernetes cluster, you will create a [private registries configuration file](https://rancher.com/docs/rke/latest/en/config-options/private-registries/) with details from this registry.
// If you need help with creating a private registry, please refer to the [official Docker documentation.](https://docs.docker.com/registry/deploying/#run-an-externally-accessible-registry)
If you need to create a private registry, refer to the documentation pages for your respective runtime:
// Need to update link
* [Containerd](https://github.com/containerd/containerd/blob/main/docs/cri/config.md#registry-configuration).
* [Nerdctl commands and managed registry services](https://github.com/containerd/nerdctl/blob/main/docs/registry.md).
* [Docker](https://docs.docker.com/registry/deploying/).
</TabItem>
<TabItem value="Docker">
@@ -180,9 +184,7 @@ For an example of one way to set up Linux nodes, refer to this [tutorial](../../
Rancher supports air gap installs using a private registry on your bastion server. You must have your own private registry or other means of distributing container images to your machines.
// If you need help with creating a private registry, please refer to the [official Docker documentation.](https://docs.docker.com/registry/)
// Need to update link
If you need help with creating a private registry, please refer to the [official Docker documentation.](https://docs.docker.com/registry/).
</TabItem>
</Tabs>
@@ -17,8 +17,13 @@ Currently, deployments pull the private registry credentials automatically only
:::note Prerequisite:
// You must have a [private registry](https://docs.docker.com/registry/deploying/) available to use.
// Need appropriate replacement link
You must have an available private registry already deployed.
If you need to create a private registry, refer to the documentation pages for your respective runtime:
* [Containerd](https://github.com/containerd/containerd/blob/main/docs/cri/config.md#registry-configuration).
* [Nerdctl commands and managed registry services](https://github.com/containerd/nerdctl/blob/main/docs/registry.md).
* [Docker](https://docs.docker.com/registry/deploying/).
:::
@@ -49,8 +54,13 @@ Currently, deployments pull the private registry credentials automatically only
:::note Prerequisites:
// You must have a [private registry](https://docs.docker.com/registry/deploying/) available to use.
// Need appropriate replacement link
You must have an available private registry already deployed.
If you need to create a private registry, refer to the documentation pages for your respective runtime:
* [Containerd](https://github.com/containerd/containerd/blob/main/docs/cri/config.md#registry-configuration).
* [Nerdctl commands and managed registry services](https://github.com/containerd/nerdctl/blob/main/docs/registry.md).
* [Docker](https://docs.docker.com/registry/deploying/).
:::