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

Upgrade to latest version of Kind #528

Open
Zanabazer opened this issue Apr 6, 2023 · 0 comments
Open

Upgrade to latest version of Kind #528

Zanabazer opened this issue Apr 6, 2023 · 0 comments

Comments

@Zanabazer
Copy link
Contributor

Currently prombench and infra run using kind version 0.8.1 the latest version is v0.18.0. Version 0.8.1 of kind specifically causes an issue with linux kernel versions after 5.12.2 due to a change with the permissions regarding net/netfilter/nf_conntrack_max value.

Kind tries to set this value when launcing a cluster with the following command causing some of the events to fail.
infra kind resource apply -v CLUSTER_NAME:$CLUSTER_NAME -v DOMAIN_NAME:$DOMAIN_NAME
-v GRAFANA_ADMIN_PASSWORD:$GRAFANA_ADMIN_PASSWORD
-v OAUTH_TOKEN="$(printf $OAUTH_TOKEN | base64 -w 0)"
-v WH_SECRET="$(printf $WH_SECRET | base64 -w 0)"
-v GITHUB_ORG:$GITHUB_ORG -v GITHUB_REPO:$GITHUB_REPO
-v SERVICEACCOUNT_CLIENT_EMAIL:$SERVICEACCOUNT_CLIENT_EMAIL
-f ../prombench/manifests/cluster-infra

This issue has been addressed in kind version 0.11.1 and is documented here kubernetes-sigs/kind#2240.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants