mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-24 07:51:26 -03:30
* [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
10 lines
121 B
YAML
10 lines
121 B
YAML
---
|
|
# cri-o binary files
|
|
crio_bin_files:
|
|
- conmon
|
|
- crio
|
|
- crio-status
|
|
- pinns
|
|
|
|
crio_status_command: crio-status
|