Upgrade to Kubernetes 1.29

This commit is contained in:
Lauri Võsandi 2024-08-08 18:54:48 +03:00
parent 59373041cc
commit e0cf532e42
2 changed files with 3 additions and 3 deletions

View File

@ -17,10 +17,10 @@
register: grub_defaults
when: ansible_architecture == 'x86_64'
- name: Load grub defaults
ansible.builtin.shell: update-grub
when: grub_defaults.changed
when: grub_defaults.changed
- name: Ensure nfs-common is installed
ansible.builtin.apt:
@ -30,7 +30,7 @@
- name: Reconfigure Kubernetes nodes
hosts: kubernetes
vars:
KUBERNETES_VERSION: v1.28.12
KUBERNETES_VERSION: v1.29.7
tasks:
- name: Remove APT packages
ansible.builtin.apt: