We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KKP version and user-cluster kubernetes version support matrix is documented in https://docs.kubermatic.com/kubermatic/v2.22/architecture/compatibility/supported-versions
KKP master/seed requirements are documented in https://docs.kubermatic.com/kubermatic/v2.22/architecture/requirements/cluster-requirements/
But there is no docs page describing master/seed kubernetes version support. The values from go.mod can be used to give some basic idea, for example: https://github.com/kubermatic/kubermatic/blob/v2.22.2/go.mod#L105 https://github.com/kubermatic/kubermatic/blob/v2.21.2/go.mod#L120 https://github.com/kubermatic/kubermatic/blob/v2.19.0/go.mod#L85
The text was updated successfully, but these errors were encountered:
No branches or pull requests
KKP version and user-cluster kubernetes version support matrix is documented in
https://docs.kubermatic.com/kubermatic/v2.22/architecture/compatibility/supported-versions
KKP master/seed requirements are documented in
https://docs.kubermatic.com/kubermatic/v2.22/architecture/requirements/cluster-requirements/
But there is no docs page describing master/seed kubernetes version support. The values from go.mod can be used to give some basic idea, for example:
https://github.com/kubermatic/kubermatic/blob/v2.22.2/go.mod#L105
https://github.com/kubermatic/kubermatic/blob/v2.21.2/go.mod#L120
https://github.com/kubermatic/kubermatic/blob/v2.19.0/go.mod#L85
The text was updated successfully, but these errors were encountered: