-
Notifications
You must be signed in to change notification settings - Fork 587
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
Validate Tags created for the resources #3398
Conversation
@VibhorChinda: This issue is currently awaiting triage. If CAPA/CAPI contributors determines this is a relevant issue, they will accept it by applying the The 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. |
Hi @VibhorChinda. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
a939384
to
e5f8da1
Compare
@richardcase please have a look :)) |
tagging @sedefsavas @Ankitasw for allowing tests to run :)) |
/ok-to-test |
e5f8da1
to
ef0b17b
Compare
All tests passed @Ankitasw :))))) |
/test ? |
@richardcase: The following commands are available to trigger required jobs:
The following commands are available to trigger optional jobs:
Use
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. |
/test pull-cluster-api-provider-aws-e2e-eks |
All tests passing @richardcase @Ankitasw @sedefsavas 👀 To the merge 🚀🚀 :)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As discussed in office hours, it would be good to add a small documentation about the tagging best practices, as we cannot handle that in our code.
Makes sense @Ankitasw will do. Could you please point to the place where I could add documentation :)) |
We have a doc where we list the conventions to be followed in code, I think we can add these changes here. |
ef0b17b
to
a67322d
Compare
@Ankitasw @richardcase I was wondering not to add any documentation/check for this. Because If we say users should create tags with consistent naming convention and give examples like "costcenter" "CostCenter" etc How would user be able to add characters in the naming thing ?? [As characters like "." "+" "-" "/" "@" etc are allowed and users can use them while naming tags. What do you think ?? |
a67322d
to
d94acda
Compare
This doc is for development conventions. If we want to document this, either we need to create a new page for best practices or can update API comments with a note for following AWS best practices during tag naming. but IMO following AWS best practices suggestion is out of scope as long as we have checks in place to avoid erroneous behaviour. |
@VibhorChinda i would agree that we can stay away from the "best practice" part and leave that up to the user. So lets not add documentation around the |
d94acda
to
935b8d6
Compare
@richardcase @sedefsavas have a look please :)) |
/lgtm |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sedefsavas 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 |
Yayyyyyyy :)) |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR validates the tags created for resources
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes # #1746
Special notes for your reviewer:
Checklist: