-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Kops should be able to add annotations #3344
Comments
We are able to add node and cloud tags, I am not certain how this functionality differs. You have to use yaml to maintain your clusters or edit the cluster. Here is an example https://github.com/kubernetes/kops/blob/master/tests/integration/complex/in-v1alpha2.yaml Also the instance group documentation provides examples. |
The example above is already possible, but the needed feature is the equivalent of the above for annotations:
Would automatically add "somekey:somevalue" to the metadata.annotation map on every launched node in that instance group. |
@greg-jaunt nvm - you said it's needed, my fault. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/reopen Annotations are often required for various daemonsets running on the nodes for configuration, for example the eniConfig annotation is required for the AWS CNI plugin: aws/amazon-vpc-cni-k8s#165 |
@adammw: You can't reopen an issue/PR unless you authored it or you are a collaborator. 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/test-infra repository. |
/reopen for @adammw comment |
@lucascollino: Reopening this issue. 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/test-infra repository. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. 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/test-infra repository. |
This will be awesome to automatize thing like routeReflector on calico. |
Hi, similar to #742 I need to add annotations to nodes (from the instance group yaml) for managing the update-operator, in the same way labels are.
Something equivalent to this, but with annotations:
Maybe it's already in place or planned, but didn't find it in the docs nor the code.
Thanks!
The text was updated successfully, but these errors were encountered: