Upgrade to Kubernetes 1.29
This commit is contained in:
		@@ -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:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user