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/k0s-in-docker.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ You will require a [Docker environment](https://docs.docker.com/get-docker/) run
10
10
11
11
The k0s containers are published both on Docker Hub and GitHub. For reasons of simplicity, the examples given here use Docker Hub (GitHub requires a separate authentication that is not covered). Alternative links include:
12
12
13
-
- docker.io/k0sproject/k0s:v1.26.13-k0s.0
14
-
- ghcr.io/k0sproject/k0s:v1.26.13-k0s.0
13
+
- docker.io/k0sproject/k0s:v1.26.13-k0s.1
14
+
- ghcr.io/k0sproject/k0s:v1.26.13-k0s.1
15
15
16
-
**Note:** Due to Docker Hub tag validation scheme, we have to use `-` as the k0s version separator instead of the usual `+`. So for example k0s version `v1.26.13+k0s.0` is tagged as `docker.io/k0sproject/k0s:v1.26.13-k0s.0`.
16
+
**Note:** Due to Docker Hub tag validation scheme, we have to use `-` as the k0s version separator instead of the usual `+`. So for example k0s version `v1.26.13+k0s.1` is tagged as `docker.io/k0sproject/k0s:v1.26.13-k0s.1`.
17
17
18
18
## Start k0s
19
19
@@ -22,7 +22,7 @@ The k0s containers are published both on Docker Hub and GitHub. For reasons of s
**Note:** If you are using Docker Desktop as the runtime, starting from 4.3.0 version it's using cgroups v2 in the VM that runs the engine. This means you have to add some extra flags to the above command to get kubelet and containerd to properly work with cgroups v2:
@@ -46,7 +46,7 @@ For each required worker:
46
46
2. Run the container to create and join the new worker:
Copy file name to clipboardexpand all lines: docs/releases.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,6 @@ The biggest new k0s features will typically only be delivered on top of the late
12
12
13
13
The k0s version string consists of the Kubernetes version and the k0s version. For example:
14
14
15
-
- v1.26.13+k0s.0
15
+
- v1.26.13+k0s.1
16
16
17
-
The Kubernetes version (1.26.13) is the first part, and the last part (k0s.0) reflects the k0s version, which is built on top of the certain Kubernetes version.
17
+
The Kubernetes version (1.26.13) is the first part, and the last part (k0s.1) reflects the k0s version, which is built on top of the certain Kubernetes version.
**NOTE:** By default, terraform will fetch sonobuoy version **0.53.2**. If you want to use a different version you can override this with one of the above methods.
0 commit comments