Skip to content

Commit

Permalink
Update Kubernetes to 1.28.9 ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
rdrgporto committed May 6, 2024
1 parent a9cf52c commit 73c5d18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion inventories/staging/group_vars/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
containerd_version: 1.6.20-1

# Kubernetes
kubeadm_tool_version: 1.28.8
kubeadm_tool_version: 1.28.9
service_cidr: 10.96.0.0/26
pod_network_cidr: 10.244.0.0/16
kubeadm_token: hxgwns.texeocs6rl41tbvj
Expand Down
6 changes: 3 additions & 3 deletions roles/kubeadm/tasks/kubeadm-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
name: "{{ item }}"
state: present
with_items:
- "kubelet={{ kubeadm_tool_version }}-1.1"
- "kubectl={{ kubeadm_tool_version }}-1.1"
- "kubeadm={{ kubeadm_tool_version }}-1.1"
- "kubelet={{ kubeadm_tool_version }}-2.1"
- "kubectl={{ kubeadm_tool_version }}-2.1"
- "kubeadm={{ kubeadm_tool_version }}-2.1"

- name: Remove repository from sources list
ansible.builtin.apt_repository:
Expand Down

0 comments on commit 73c5d18

Please sign in to comment.