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
स्वागत है! इस रिपॉजिटरी में [कुबरनेट्स वेबसाइट और दस्तावेज](https://kubernetes.io/) बनाने के लिए आवश्यक सभी संपत्तियाँ हैं। हम बहुत खुश हैं कि आप योगदान करना चाहते हैं!
As an alternative, you can watch [Hands-on Introduction to kluctl](https://www.youtube.com/watch?v=9LoYLjDjOdg)
27
27
from the Rawkode Academy YouTube channel which shows a hands-on demo session.
28
28
29
-
There is also a [Kluctl delivery scenario](https://github.com/codablock/podtato-head/tree/kluctl/delivery/kluctl)
30
-
available in my fork of the [podtato-head](https://github.com/codablock/podtato-head) demo project.
29
+
There is also a [Kluctl delivery scenario](https://github.com/podtato-head/podtato-head-delivery/tree/main/kluctl)
30
+
for the [podtato-head](https://github.com/podtato-head/podtato-head) demo project.
31
31
32
32
## Live and let live
33
33
@@ -144,8 +144,8 @@ If the field manager is not known by Kluctl, it will check if force-applying is
144
144
requested for that field. Force-applying can be requested in different ways:
145
145
146
146
1. By passing `--force-apply` to Kluctl. This will cause ALL fields to be force-applied on conflicts.
147
-
2. By adding the [`kluctl.io/force-apply=true`](https://kluctl.io/docs/reference/deployments/annotations/all-resources/#kluctlioforce-apply) annotation to the object in question. This will cause all fields of that object to be force-applied on conflicts.
148
-
3. By adding the [`kluctl.io/force-apply-field=my.json.path`](https://kluctl.io/docs/reference/deployments/annotations/all-resources/#kluctlioforce-apply-field) annotation to the object in question. This causes only fields matching the JSON path to be force-applied on conflicts.
147
+
2. By adding the [`kluctl.io/force-apply=true`](https://kluctl.io/docs/kluctl/deployments/annotations/all-resources/#kluctlioforce-apply) annotation to the object in question. This will cause all fields of that object to be force-applied on conflicts.
148
+
3. By adding the [`kluctl.io/force-apply-field=my.json.path`](https://kluctl.io/docs/kluctl/deployments/annotations/all-resources/#kluctlioforce-apply-field) annotation to the object in question. This causes only fields matching the JSON path to be force-applied on conflicts.
149
149
150
150
Marking a field to be force-applied is required whenever some other actor is
151
151
known to erroneously claim fields (the ECK operator does this to the nodeSets
_Update: In releases older than Debian 12 and Ubuntu 22.04, the folder `/etc/apt/keyrings` does not exist by default, and it should be created before the curl command._
194
+
_Update: In releases older than Debian 12 and Ubuntu 22.04, the folder `/etc/apt/keyrings` does not exist by default, and it should be created before the curl command._
177
195
178
196
3. Update the `apt` package index:
179
197
@@ -200,11 +218,28 @@ _Update: In releases older than Debian 12 and Ubuntu 22.04, the folder `/etc/apt
200
218
EOF
201
219
```
202
220
221
+
## Where can I get packages for Kubernetes versions prior to v1.24.0?
222
+
223
+
_(updated on March 26, 2024)_
224
+
225
+
For Kubernetes v1.24 and onwards, Linux packages of Kubernetes components are available for
226
+
download via the official Kubernetes package repositories. Kubernetes does not publish any
227
+
software packages for releases of Kubernetes older than v1.24.0; however, your Linux
228
+
distribution may provide its own packages. Alternatively, you can directly download binaries
229
+
instead of using packages. As an example, see `Without a package manager` instructions in
0 commit comments