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

fix(kubernetes): Fix mis-spelled API group #4135

Merged
merged 2 commits into from
Oct 31, 2019
Merged

fix(kubernetes): Fix mis-spelled API group #4135

merged 2 commits into from
Oct 31, 2019

Conversation

ezimanyi
Copy link
Contributor

The networking.k8s.io API group is mis-spelled as network.k8s.io; fix this. This bug is preventing security groups from being cached by clouddriver.

We also should accept extensions/v1beta1 as the API group, which can still be returned from clusters running Kubernetes < 1.16.

The networking.k8s.io API group is mis-spelled as network.k8s.io;
fix this. This bug is preventing security groups from being cached
by clouddriver.

We also should accept extensions/v1beta1 as the API group, which can
still be returned from clusters running Kubernetes < 1.16.
Copy link
Contributor

@maggieneterval maggieneterval left a comment

Choose a reason for hiding this comment

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

🔨 ⛔ 🔤 🥅 👷‍♂️ 💻 👥

@ezimanyi ezimanyi added the ready to merge Approved and ready for a merge label Oct 31, 2019
@mergify mergify bot merged commit 0b09b4c into spinnaker:master Oct 31, 2019
@mergify mergify bot added the auto merged Merged automatically by a bot label Oct 31, 2019
@ezimanyi ezimanyi deleted the fix-networking-group branch October 31, 2019 14:50
@ezimanyi
Copy link
Contributor Author

@spinnakerbot 🍒 ⛏️ 1.17

spinnakerbot pushed a commit that referenced this pull request Oct 31, 2019
* fix(kubernetes): Fix mis-spelled API group

The networking.k8s.io API group is mis-spelled as network.k8s.io;
fix this. This bug is preventing security groups from being cached
by clouddriver.

We also should accept extensions/v1beta1 as the API group, which can
still be returned from clusters running Kubernetes < 1.16.

* fix(kubernetes): Fix test broken by prior commit
@spinnakerbot
Copy link
Contributor

Cherry pick successful: #4136

ttomsu pushed a commit that referenced this pull request Oct 31, 2019
* fix(kubernetes): Fix mis-spelled API group

The networking.k8s.io API group is mis-spelled as network.k8s.io;
fix this. This bug is preventing security groups from being cached
by clouddriver.

We also should accept extensions/v1beta1 as the API group, which can
still be returned from clusters running Kubernetes < 1.16.

* fix(kubernetes): Fix test broken by prior commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto merged Merged automatically by a bot ready to merge Approved and ready for a merge target-release/1.18
Projects
None yet
3 participants