-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Reverting deprecation of vCenter port in vSphere Cloud Provider #49689
Reverting deprecation of vCenter port in vSphere Cloud Provider #49689
Conversation
Hi @divyenpatel. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with 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. I understand the commands that are listed here. |
should do an actual revert of https://github.com/kubernetes/kubernetes/pull/42024/files restoring the envvar and tests as well |
2134159
to
411a1a8
Compare
@liggitt thanks for catching this. Reverted changes for tests as well. Check condition for vCenter port must be 443 in the |
/ok-to-test |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: divyenpatel, liggitt Associated issue: 42024 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
@divyenpatel |
/test pull-kubernetes-kubemark-e2e-gce |
Automatic merge from submit-queue (batch tested with PRs 49665, 49689, 49495, 49146, 48934) |
@divyenpatel - to have this cherrypicked, please add a release note to this PR. |
Commit found in the "release-1.7" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
Commit found in the "release-1.7" branch appears to be this PR. Removing the "cherrypick-candidate" label. If this is an error find help to get your PR picked. |
What this PR does / why we need it:
This PR reverts back the deprecation of vCenter port made with PR: #42024
We observed an issue when kubernetes cluster is deployed on the vCenter with non-default Port.
When VC is configured with non default port govmomi requests were going to default port 443. This is not valid, as confirmed in vmware/govmomi#802
Which issue this PR fixes
fixes # vmware-archive#220
Special notes for your reviewer:
Verified with deploying Kubernetes Cluster on the vCenter with port (7443).
Used following vsphere.conf file on master and worker nodes
Created Storage Class, PV, PVC and Pod. Verified Attach, Detach, Create and Delete Volume Operations are working as expected.
Also verified with completely removing port from vsphere.conf file. default 443 is used in this case.
Release note:
@luomiao @BaluDontu @tusharnt @rohitjogvmw