-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
🌱 Clarify rules for adding new clusterctl default providers #9975
🌱 Clarify rules for adding new clusterctl default providers #9975
Conversation
/hold |
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.
Just some nits, otherwise lgtm
Thx! /lgtm Maybe also lazy consensus until next week Friday? |
LGTM label has been added. Git tree hash: 22dcee0e270786af0a504385b902b68968cd7478
|
- The name must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character. | ||
- The name length should not exceed 63 characters. | ||
- For providers not in the kubernetes-sigs org, in order to prevent conflicts the `clusterctl` name must be prefixed with | ||
the provider's GitHub org name followed by `-` (see note below). |
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.
Why not a /
?
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.
because those names are used for the provider resource inside Kubernetes, and / is not a valid character.
As per 17th Jan office hour discussion we are merging this PR ASAP (I still have to address nits first) and then open a mail thread to discuss the idea suggested by @vincepri in #9975 (comment) |
This PR should be ready to go now |
Thx! /lgtm |
LGTM label has been added. Git tree hash: 02b9511ed8c42172b6ccffa89e6caa980e4dc624
|
Let's merge it to unblock #9991. We can iterate if necessary /approve |
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.
/lgtm
/approve
/hold cancel
Thanks for updating this - the new policy definitely makes sense.
/hold |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: killianmuldoon, sbueringer 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 |
/hold cancel |
/cherry-pick release-1.6 |
@fabriziopandini: new pull request created: #10109 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. |
What this PR does / why we need it:
This PR is a follow-up to the discussion in #9869, to avoid similar cases from happening again in the future.
/area clusterctl