-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Drop explicit k8s_cluster group in CI inventory #11858
base: master
Are you sure you want to change the base?
Drop explicit k8s_cluster group in CI inventory #11858
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: VannTen The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/ok-to-test |
/retest |
946ec90
to
6c74cdd
Compare
/lgtm |
I don't get why this would trigger the kube_pods_subnet undefined stuff Let's retest in case this is something else: /retest |
6c74cdd
to
3742442
Compare
New changes are detected. LGTM label has been removed. |
Ok, so the reason not having the k8s_cluster group trigger the undefined is this line in the inventory sample: inventory/sample/group_vars/k8s_cluster/k8s-cluster.yml:kube_pods_subnet: 10.233.64.0/18 That stuff needs to die, fast :)))) |
This removes compatibility with releases below 2.27.0, now that it has been released and that we're testing upgrades against it.
3742442
to
b7eb112
Compare
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This removes compatibility with releases below 2.27.0, now that it has
been released and that we're testing upgrades against it.
Functional revert of b5464af now that 2.27.0 is released.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: