Skip to content
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

Make libvirt-coreos cluster able to run e2e tests #4945

Merged
merged 5 commits into from
Mar 2, 2015

Conversation

lhuard1A
Copy link

@lhuard1A lhuard1A commented Mar 2, 2015

The most important changes are:

  • add the monitoring and logging facilities to libvirt-coreos cluster (cAdvisor)
  • add the cluster DNS feature to libvirt-coreos cluster (SkyDNS)
  • make kube-up wait for the cluster to be ready so that the validate-cluster test passes
  • other fixes

@@ -103,8 +103,16 @@ else
auth_config=()
fi

if [[ "$KUBERNETES_PROVIDER" == "libvirt-coreos" ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you just redefine the host argument instead of duplicating the entire command line? It will make it easier to see what the delta is for the libvirt-coreos provider.

@roberthbailey
Copy link
Contributor

Also needs a rebase.

@lhuard1A
Copy link
Author

lhuard1A commented Mar 2, 2015

@roberthbailey thanks for your review.
I have rebased this PR and implemented your suggestions.

k8s-app: skydns
desiredState:
manifest:
version: v1beta2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v1beta1?

@roberthbailey
Copy link
Contributor

LGTM. Feel free to fix the version issue in a follow-up PR.

roberthbailey added a commit that referenced this pull request Mar 2, 2015
Make libvirt-coreos cluster able to run e2e tests
@roberthbailey roberthbailey merged commit 167d1b7 into kubernetes:master Mar 2, 2015
@lhuard1A lhuard1A deleted the libvirt-coreos branch March 3, 2015 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants