-
Couldn't load subscription status.
- Fork 1.1k
Description
Currently the documentation says:
KUBERNETES_VERSION=v1.30
PROJECT_PATH=prerelease:/main
https://pkgs.k8s.io/core:/stable:/$KUBERNETES_VERSION/
https://pkgs.k8s.io/addons:/cri-o:/$PROJECT_PATH/
While it should use stable for both?
KUBERNETES_VERSION=v1.30
CRIO_VERSION=$KUBERNETES_VERSION
https://pkgs.k8s.io/core:/stable:/$KUBERNETES_VERSION/
https://pkgs.k8s.io/addons:/cri-o:/stable:/$CRIO_VERSION/
Probably also need to be synched, between the locations:
https://cri-o.io/#distribution-packaging
https://docs.k8s.io/setup/production-environment/container-runtimes/#cri-o
Probably "packaging" is the one that is most up-to-date ?
https://github.com/cri-o/cri-o/blob/main/install.md#install-packaged-versions-of-cri-o
https://github.com/cri-o/packaging/blob/main/README.md#usage
Related issue: