-
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
📖 added packet where needed across the cluster-api #3123
📖 added packet where needed across the cluster-api #3123
Conversation
Welcome @gianarb! |
Hi @gianarb. 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. |
/ok-to-test |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini, gianarb 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 |
@@ -228,6 +228,11 @@ clusterctl init --infrastructure openstack | |||
|
|||
Please visit the [Metal3 project][Metal3 getting started guide]. | |||
|
|||
{{#/tab }} | |||
{{#tab Packet}} |
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.
Packet should be added to the list of tabs at line 130
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.
Can I change it now? Because you approved it, not sure if that will drive the automation crazy or not
@vincepri this one is ready to go for me |
@@ -174,6 +174,7 @@ providers. | |||
|CAPD | cluster.x-k8s.io/provider=infrastructure-docker | | |||
|CAPM3 | cluster.x-k8s.io/provider=infrastructure-metal3 | | |||
|CAPZ | cluster.x-k8s.io/provider=infrastructure-azure | | |||
|CAPP | cluster.x-k8s.io/provider=infrastructure-packet | |
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.
this should be in alphabetical order
@@ -228,6 +228,11 @@ clusterctl init --infrastructure openstack | |||
|
|||
Please visit the [Metal3 project][Metal3 getting started guide]. | |||
|
|||
{{#/tab }} | |||
{{#tab Packet}} |
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.
Does Packet also need to be added to line 491 (CNI instructions) https://github.com/kubernetes-sigs/cluster-api/pull/3123/files#diff-dccb64095f5c5a09d32f119446301d12L486?
@CecileRobertMichon can you have another look? |
Friendly reminder to rebase before merging 😄 |
@vincepri done! |
@gianarb we usually have 1 commit, if all the changes are part of the same patchset |
The Packet provider was missed from a small amount of pages in the documentation.
@vincepri I have squashed my commits |
Changes LGTM, over to you @CecileRobertMichon for a final look |
/lgtm |
The Packet provider was missed from a small number of pages in the
documentation.
/cc. @deitch