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
Copy file name to clipboardExpand all lines: docs/COMPATIBILITY.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Spegel has been tested on the following Kubernetes distributions for compatibili
22
22
|:green_circle:| AKS |
23
23
|:green_circle:| Minikube |
24
24
|:yellow_circle:| EKS |
25
-
|:yellow_circle:| K3S |
25
+
|:yellow_circle:| K3S and RKE2 |
26
26
|:yellow_circle:| Kind |
27
27
|:yellow_circle:| Talos |
28
28
|:red_circle:| GKE |
@@ -36,7 +36,7 @@ This needs to be disabled as otherwise all of the required layers of an image wo
36
36
### Amazon Linux 2
37
37
38
38
If your EKS AMI is based on AL2, the included containerd config [imports overrides](https://github.com/awslabs/amazon-eks-ami/blob/main/templates/al2/runtime/containerd-config.toml)
39
-
from `/etc/containerd/config.d/*.toml` by default, so the best way to change containerd settings is to add a file to the import directory using a custom node bootstrap script in your launch template:
39
+
from `/etc/containerd/config.d/*.toml` by default. The best way to change containerd settings is to add a file to the import directory using a custom node bootstrap script in your launch template.
40
40
41
41
```shell
42
42
#!/bin/bash
@@ -56,7 +56,7 @@ EOL
56
56
### Amazon Linux 2023
57
57
58
58
If you are using an AL2023-based EKS AMI, bootstrap involves [nodeadm configuration](https://awslabs.github.io/amazon-eks-ami/nodeadm/). To change containerd settings, you should add a
59
-
nodeadm configuration section like the following:
59
+
nodeadm configuration section.
60
60
61
61
```yaml
62
62
...
@@ -102,9 +102,9 @@ containerdConfigPatches:
102
102
103
103
For a full example, see the end-to-end tests' [Kind configuration](../test/e2e/kind-config-iptables.yaml) for a full example.
104
104
105
-
## K3S
105
+
## K3S and RKE2
106
106
107
-
K3S embeds Spegel, refer to their [documentation](https://docs.k3s.io/installation/registry-mirror?_highlight=spegel) for deployment information.
107
+
K3S and RKE2 embeds Spegel, refer to their [documentation](https://docs.k3s.io/installation/registry-mirror?_highlight=spegel) for deployment information.
0 commit comments