Skip to content
New issue

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

default k8s version is latest stable available #320

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

NerdyShawn
Copy link
Contributor

Based on some feedback in the community we discovered it would be more helpful to clarify that the latest k8s version if unspecified is not just the latest available but additionally is the latest stable as well within a given cluster type if version is not specified.

date && civo k8s versions
Tue Aug 13 03:34:15 PM EDT 2024
+--------------+--------------+--------------+-------------+---------+
| Name         | K8s version  | Cluster-Type | Maturity    | Default |
+--------------+--------------+--------------+-------------+---------+
| 1.27.11-k3s1 | 1.27.11-k3s1 | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| talos-v1.2.8 | 1.25.5       | talos        | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.28.2-k3s1  | 1.28.2-k3s1  | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.22.2-k3s1  | 1.22.2-k3s1  | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.26.14-k3s1 | 1.26.14-k3s1 | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| talos-v1.5.0 | 1.27.0       | talos        | stable      | true    |
+--------------+--------------+--------------+-------------+---------+
| 1.29.2-k3s1  | 1.29.2-k3s1  | k3s          | development | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.27.1-k3s1  | 1.27.1-k3s1  | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.25.9-k3s1  | 1.25.9-k3s1  | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.28.7-k3s1  | 1.28.7-k3s1  | k3s          | stable      | true    |
+--------------+--------------+--------------+-------------+---------+
| 1.24.13-k3s1 | 1.24.13-k3s1 | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.26.4-k3s1  | 1.26.4-k3s1  | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.23.6-k3s1  | 1.23.6-k3s1  | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.25.0-k3s1  | 1.25.0-k3s1  | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.21.2-k3s1  | 1.21.2-k3s1  | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.24.4-k3s1  | 1.24.4-k3s1  | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+
| 1.22.11-k3s1 | 1.22.11-k3s1 | k3s          | deprecated  | false   |
+--------------+--------------+--------------+-------------+---------+

@fernando-villalba fernando-villalba requested review from uzaxirr and removed request for alessandroargentieri August 14, 2024 08:21
Copy link
Member

@uzaxirr uzaxirr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution!

@uzaxirr uzaxirr merged commit a8a06e9 into civo:master Aug 14, 2024
1 check passed
@NerdyShawn NerdyShawn deleted the k8sDefaultVersionVerbiage branch August 14, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants