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): Add missing limitrange kind #4170

Merged
merged 2 commits into from
Nov 20, 2019
Merged

fix(kubernetes): Add missing limitrange kind #4170

merged 2 commits into from
Nov 20, 2019

Conversation

ezimanyi
Copy link
Contributor

Fixes spinnaker/spinnaker#5139

Deployments containing a limitrange time out waiting for the manifest to appear, as clouddriver is missing the entry for this kind.

Ideally there would be a better way of auto-detecting kinds like this (particularly ones that don't need any custom logic) but for now just adding another Handler to handle this.

Deployments containing a limitrange time out waiting for the
manifest to appear, as clouddriver is missing the entry for
this kind.

Ideally there would be a better way of auto-detecting kinds like
this (particularly ones that don't need any custom logic) but for
now just adding another Handler to handle this.
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 Nov 20, 2019
@mergify mergify bot added the auto merged Merged automatically by a bot label Nov 20, 2019
@mergify mergify bot merged commit 7bf9082 into spinnaker:master Nov 20, 2019
@ezimanyi ezimanyi deleted the add-limit-range branch November 20, 2019 19:50
@ezimanyi
Copy link
Contributor Author

@spinnakerbot 🍒 ⛏ 1.17

1 similar comment
@ezimanyi
Copy link
Contributor Author

@spinnakerbot 🍒 ⛏ 1.17

ttomsu pushed a commit that referenced this pull request Nov 25, 2019
Deployments containing a limitrange time out waiting for the
manifest to appear, as clouddriver is missing the entry for
this kind.

Ideally there would be a better way of auto-detecting kinds like
this (particularly ones that don't need any custom logic) but for
now just adding another Handler to handle this.
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