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

Update kind & k8s versions in Ansible setup #4440

Merged
merged 1 commit into from
Nov 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ansible/playbooks/kind_cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
kind_cluster_name: ansible

# For compatible version of image for each kind version please see https://github.com/kubernetes-sigs/kind/releases
kind_version: v0.14.0
kind_image_version: kindest/node:v1.21.12@sha256:f316b33dd88f8196379f38feb80545ef3ed44d9197dca1bfd48bcb1583210207
kind_version: v0.17.0
kind_image_version: kindest/node:v1.24.7@sha256:577c630ce8e509131eab1aea12c022190978dd2f745aac5eb1fe65c0807eb315

kind_kubectl_default_namespace: seldon

Expand Down