Fedora 41 introduced versioned package names for Kubernetes components, including CRI-O. The intent is to allow multiple versions of Kubernetes to be available (but not necessarily installed) within a given Fedora release. In order to use these packages, we need to set the desired Kubernetes version, via the new `kubernetes_version` Ansible variable.
2 lines
20 B
YAML
2 lines
20 B
YAML
crio_package: cri-o
|