Skip to content

update default k8s version to v1.30#381

Merged
nabuskey merged 1 commit intocnoe-io:mainfrom
tapas4java:chore/update-default-k8s-version
Sep 3, 2024
Merged

update default k8s version to v1.30#381
nabuskey merged 1 commit intocnoe-io:mainfrom
tapas4java:chore/update-default-k8s-version

Conversation

@tapas4java
Copy link
Copy Markdown
Contributor

Updating default k8s version

…<tapas.friends@gmail.com>

Signed-off-by: Tapas Jena <tapas.friends@gmail.com>
Copy link
Copy Markdown
Collaborator

@nabuskey nabuskey left a comment

Choose a reason for hiding this comment

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

LGTM

@nabuskey nabuskey merged commit 1284628 into cnoe-io:main Sep 3, 2024
@OneCricketeer
Copy link
Copy Markdown

Should ENVTEST_K8S_VERSION be updated as well?

CreateCmd.PersistentFlags().BoolVar(&recreateCluster, "recreate", false, "Delete cluster first if it already exists.")
CreateCmd.PersistentFlags().StringVar(&buildName, "build-name", "localdev", "Name for build (Prefix for kind cluster name, pod names, etc).")
CreateCmd.PersistentFlags().StringVar(&kubeVersion, "kube-version", "v1.29.2", "Version of the kind kubernetes cluster to create.")
CreateCmd.PersistentFlags().StringVar(&kubeVersion, "kube-version", "v1.30.0", "Version of the kind kubernetes cluster to create.")
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Why not latest patch release? 1.30.4?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Yeah good idea. I looked at the kind version we are using and its default k8s version (v1.30.0). Bumping it up to the next patch release is a good idea. Your PR would be awesome here 😃

@cmoulliard
Copy link
Copy Markdown
Contributor

A table about the kubernetes version(s) supported should be included part of the documentation and release note !

@nabuskey
Copy link
Copy Markdown
Collaborator

nabuskey commented Sep 6, 2024

Agreed. I really would love to automate this bit for sure.

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.

4 participants