File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 23.1.2+1.28.8
4+
5+ ### UPDATE
6+
7+ - update ` k8s_release ` to ` 1.28.8 `
8+
39## 23.1.1+1.28.5
410
511### BUGFIX
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
2323
2424** Recent changes:**
2525
26+ ## 23.1.2+1.28.8
27+
28+ ### UPDATE
29+
30+ - update ` k8s_release ` to ` 1.28.8 `
31+
2632## 23.1.1+1.28.5
2733
2834### BUGFIX
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ k8s_ctl_pki_dir: "{{ k8s_ctl_conf_dir }}/pki"
2323k8s_ctl_bin_dir : " /usr/local/bin"
2424
2525# The Kubernetes release.
26- k8s_ctl_release : " 1.28.5 "
26+ k8s_ctl_release : " 1.28.8 "
2727
2828# The interface on which the Kubernetes services should listen on. As all cluster
2929# communication should use a VPN interface the interface name is
@@ -170,7 +170,7 @@ k8s_admin_conf_owner: "root"
170170# "admin.kubeconfig" stored in this directory.
171171k8s_admin_conf_group : " root"
172172
173- # Host where the "admin" user connects to administer the K8s cluster.
173+ # Host where the "admin" user connects to administer the K8s cluster.
174174# This setting is written into "admin.kubeconfig". This allows to use
175175# a different host/loadbalancer as the K8s services which might use an internal
176176# loadbalancer while the "admin" user connects to a different host/loadbalancer
You can’t perform that action at this time.
0 commit comments