-
Notifications
You must be signed in to change notification settings - Fork 296
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
cater for cloud provider region & zone vsphere tags during manifest generation #699
cater for cloud provider region & zone vsphere tags during manifest generation #699
Conversation
Welcome @MnrGreg! |
Hi @MnrGreg. 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. |
/unhold |
Signed-off-by: Greg May <[email protected]>
6b79df1
to
80a678f
Compare
/hold |
/ok-to-test |
Hi @MnrGreg, With working e2e on |
Did you ever see #505? Does that affect this at all? |
Nevermind, I see the distinction. /hold |
@MnrGreg: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
Signed-off-by: Greg May <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: MnrGreg The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@akutz - can you check the tagging logic we could use for our test infrastructure ? Thanks ! |
Closing as per #674 Simple enough to achieve with clusterctl cluster-template.yaml overrides. |
/kind feature
/hold
/assign @akutz
What this PR does / why we need it:
Takes vSphere Cloud Provider Region & Zone Labels as input into
generate.sh
manifest generator.kind:VSphereCluster spec:cloudProviderConfiguration
for post-67u3 vspherevsphere.conf
andkubeletExtraArgs
for pre-67u3 vspheregetting_started.md
with enabling environment variables:Which issue(s) this PR fixes
Fixes #674
Special notes for your reviewer:
PR does not change any e2e tests.
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
Signed-off-by: Greg May [email protected]