Skip to content

Commit e1feeb0

Browse files
committed
Update source for flatcar sysexts
1 parent 398697b commit e1feeb0

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

docs/book/src/self-managed/flatcar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The template comes with a [systemd-sysupdate](https://www.freedesktop.org/softwa
1212
* Update the template to enable the `systemd-sysupdate.timer`
1313
* Or run the following command on the nodes: `sudo systemctl enable --now systemd-sysupdate.timer`
1414

15-
When the Kubernetes release reaches end-of-life it will not receive updates anymore. To switch to a new major version, do a `sudo rm /etc/sysupdate.kubernetes.d/kubernetes-*.conf` and download the new update config into the folder with `cd /etc/sysupdate.kubernetes.d && sudo wget https://github.com/flatcar/sysext-bakery/releases/download/latest/kubernetes-${KUBERNETES_VERSION%.*}.conf`.
15+
When the Kubernetes release reaches end-of-life it will not receive updates anymore. To switch to a new major version, do a `sudo rm /etc/sysupdate.kubernetes.d/kubernetes-*.conf` and download the new update config into the folder with `cd /etc/sysupdate.kubernetes.d && sudo wget https://extensions.flatcar.org/extensions/kubernetes/kubernetes-${KUBERNETES_VERSION%.*}.conf`.
1616

1717
To coordinate the node reboot, we recommend using [Kured](https://github.com/kubereboot/kured). Note that running `kubeadm upgrade apply` on the first controller and `kubeadm upgrade node` on all other nodes is not automated (yet): see the [docs](https://kubernetes.io/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade/).
1818

templates/cluster-template-flatcar-sysext.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/flavors/flatcar-sysext/machine-deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,16 +70,16 @@ spec:
7070
mode: 0644
7171
contents:
7272
remote:
73-
url: https://github.com/flatcar/sysext-bakery/releases/download/latest/kubernetes-${KUBERNETES_VERSION%.*}.conf
73+
url: https://extensions.flatcar.org/extensions/kubernetes/kubernetes-${KUBERNETES_VERSION%.*}.conf
7474
- path: /etc/sysupdate.d/noop.conf
7575
mode: 0644
7676
contents:
7777
remote:
78-
url: https://github.com/flatcar/sysext-bakery/releases/download/latest/noop.conf
78+
url: https://extensions.flatcar.org/extensions/noop.conf
7979
- path: /opt/extensions/kubernetes/kubernetes-${KUBERNETES_VERSION}-x86-64.raw
8080
contents:
8181
remote:
82-
url: https://github.com/flatcar/sysext-bakery/releases/download/latest/kubernetes-${KUBERNETES_VERSION}-x86-64.raw
82+
url: https://extensions.flatcar.org/extensions/kubernetes-${KUBERNETES_VERSION}-x86-64.raw
8383
systemd:
8484
units:
8585
- name: systemd-sysupdate.service

templates/flavors/flatcar-sysext/patches/kubeadm-controlplane.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,16 +64,16 @@ spec:
6464
mode: 0644
6565
contents:
6666
remote:
67-
url: https://github.com/flatcar/sysext-bakery/releases/download/latest/kubernetes-${KUBERNETES_VERSION%.*}.conf
67+
url: https://extensions.flatcar.org/extensions/kubernetes/kubernetes-${KUBERNETES_VERSION%.*}.conf
6868
- path: /etc/sysupdate.d/noop.conf
6969
mode: 0644
7070
contents:
7171
remote:
72-
url: https://github.com/flatcar/sysext-bakery/releases/download/latest/noop.conf
72+
url: https://extensions.flatcar.org/extensions/noop.conf
7373
- path: /opt/extensions/kubernetes/kubernetes-${KUBERNETES_VERSION}-x86-64.raw
7474
contents:
7575
remote:
76-
url: https://github.com/flatcar/sysext-bakery/releases/download/latest/kubernetes-${KUBERNETES_VERSION}-x86-64.raw
76+
url: https://extensions.flatcar.org/extensions/kubernetes-${KUBERNETES_VERSION}-x86-64.raw
7777
initConfiguration:
7878
nodeRegistration:
7979
name: '@@HOSTNAME@@'

templates/test/ci/cluster-template-prow-flatcar-sysext.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)