Skip to content

Documentation should use stable releases instead of prerelease #8353

@afbjorklund

Description

@afbjorklund

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions