-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Conversation
@@ -103,8 +103,16 @@ else | |||
auth_config=() | |||
fi | |||
|
|||
if [[ "$KUBERNETES_PROVIDER" == "libvirt-coreos" ]]; then |
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.
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.
Also needs a rebase. |
Deploy cadvisor and fluentd on each minion.
so that validate-cluster passes.
@roberthbailey thanks for your review. |
k8s-app: skydns | ||
desiredState: | ||
manifest: | ||
version: v1beta2 |
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.
v1beta1?
LGTM. Feel free to fix the version issue in a follow-up PR. |
Make libvirt-coreos cluster able to run e2e tests
The most important changes are: