mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-08 11:07:43 +03:00
[kubernetes] Support kubernetes 1.29 (#10820)
* [kubernetes] Make kubernetes 1.29.1 default * [cri-o]: support cri-o 1.29 Use "crio status" instead of "crio-status" for cri-o >=1.29.0 * Remove GAed feature gates SecCompDefault The SecCompDefault feature gate was removed since k8s 1.29 https://github.com/kubernetes/kubernetes/pull/121246
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
---
|
||||
- name: Cri-o | load vars
|
||||
import_tasks: load_vars.yml
|
||||
|
||||
- name: Cri-o | check if fedora coreos
|
||||
stat:
|
||||
path: /run/ostree-booted
|
||||
@@ -203,7 +206,7 @@
|
||||
- not service_start.changed
|
||||
|
||||
- name: Cri-o | verify that crio is running
|
||||
command: "{{ bin_dir }}/crio-status info"
|
||||
command: "{{ bin_dir }}/{{ crio_status_command }} info"
|
||||
register: get_crio_info
|
||||
until: get_crio_info is succeeded
|
||||
changed_when: false
|
||||
|
||||
Reference in New Issue
Block a user