-
Notifications
You must be signed in to change notification settings - Fork 4.7k
gce: set values for role labels #17378
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
gce: set values for role labels #17378
Conversation
This seems to be required to keep terraform from always recreating the instancegroup configuration (though that is likely a TF bug)
Example permadiff without this PR:
|
Assuming we merge this, I don't think we should backport this (or at least not very far) because it will force a rolling-update for everyone (including non-terraform users). |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman 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 |
/retest |
1 similar comment
/retest |
/override pull-kops-e2e-k8s-aws-amazonvpc |
@hakman: Overrode contexts on behalf of hakman: pull-kops-e2e-k8s-aws-amazonvpc In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This seems to be required to keep terraform from always recreating
the instancegroup configuration (though that is likely a TF bug)