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
Use the digest of this k0s binary blob later in your `downloadURL` field for the `K0sControlPlane` specification, in this case `sha256:abcdefg123456789` .
64
+
16
65
## Configure `K0sControlPlane` for using and OCI registry
17
66
18
67
Configuring the `K0sControlPlane` to pull k0s from an OCI registry is straightforward. **The only requirement is that the machine being bootstrapped needs Oras CLI installed**. You can achieve this in two ways:
@@ -71,7 +120,7 @@ metadata:
71
120
name: aws-test
72
121
spec:
73
122
replicas: 3
74
-
version: v1.33.4+k0s.0
123
+
version: v1.34.1+k0s.0
75
124
updateStrategy: Recreate
76
125
k0sConfigSpec:
77
126
# OCI URL (digest reference) for the k0s binary blob
@@ -135,7 +184,7 @@ metadata:
135
184
name: aws-test
136
185
spec:
137
186
replicas: 3
138
-
version: v1.33.4+k0s.0
187
+
version: v1.34.1+k0s.0
139
188
updateStrategy: Recreate
140
189
k0sConfigSpec:
141
190
# OCI URL (digest reference) for the k0s binary blob
0 commit comments