-
Notifications
You must be signed in to change notification settings - Fork 1.5k
upi/vshpere: Add initial support for vSphere UPI #1446
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
Conversation
This adds some terraform to use to create the infrastructure for an OpenShift cluster on vSphere. See upi/vsphere/README.md for some instructions on how to perform an install. The process is very rough and not streamlined at the moment, but it mostly works.
| 11. Run `terraform apply -auto-approve`. | ||
|
|
||
| 12. Run `openshift-install user-provided-infrastructure`. Wait for the bootstrapping to complete. | ||
| You *may* need to log into each of the control plane machines. It would seem that, for some reason, the etcd-member pod does not start until the machine is logged into. |
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.
Hmm, do we know why?
|
/override ci/prow/e2e-aws |
|
@abhinavdahiya: abhinavdahiya unauthorized: /override is restricted to repo administrators DetailsIn 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, staebler The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
Through 0d891e1 (Merge pull request openshift#1446 from staebler/vsphere_tf, 2019-03-21).
This adds some terraform to use to create the infrastructure for an OpenShift cluster on vSphere.
See upi/vsphere/README.md for some instructions on how to perform an install. The process is very rough and not streamlined at the moment, but it mostly works.