-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
UPSTREAM: 34997: Fix kube vsphere.kerneltime #11574
Conversation
Something broke on our travis build. But it is failing for everyone. :( |
[test] |
LGTM, let's see if I have authority to merge it |
[merge] |
This fixes kube-up to correctly install and configure on vSphere and avoid panics when only a single ESX(hypervisor) is used instead of a cluster.
5c8e11e
to
22d68cf
Compare
Evaluated for origin test up to 22d68cf |
[merge] |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10666/) (Base Commit: 38c9545) |
Looks like I am not powerful enough, @bc, please merge |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/10666/) (Image: devenv-rhel7_5250) |
Evaluated for origin merge up to 22d68cf |
This fixes kube-up to correctly install and configure on vSphere and
avoid panics when only a single ESX(hypervisor) is used instead of a
cluster.