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

Add 1000-node cluster suite to Jenkins #18563

Merged

Conversation

wojtek-t
Copy link
Member

@k8s-github-robot
Copy link

Labelling this PR as size/S

@k8s-github-robot k8s-github-robot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Dec 11, 2015
@gmarek
Copy link
Contributor

gmarek commented Dec 11, 2015

This won't work out of the box. You need to disable heapster e.g. by setting KUBE_ENABLE_CLUSTER_MONITORING=none.

The reason is that currently heapster pod will have a memory request set to some insane amount, bigger than n1-standard-1 can handle.

@wojtek-t
Copy link
Member Author

@gmarek - goot catch
However, I think that we should make some hacky solution to enable it sooner rather than later

@fgrzadkowski - WDYT ^^

@wojtek-t wojtek-t force-pushed the 1000_node_cluster_on_jenkins branch from c09e8d0 to 3367369 Compare December 11, 2015 08:54
@k8s-bot
Copy link

k8s-bot commented Dec 11, 2015

GCE e2e test build/test passed for commit c09e8d046c1af30596085733c644a8a75bd5c2b5.

@gmarek
Copy link
Contributor

gmarek commented Dec 11, 2015

You need to set KUBE_ENABLE_CLUSTER_MONITORING, not ENABLE_CLUSTER_MONITORING, as we're doing:

ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-influxdb}"

so ENABLE... will get overwritten. This bit me few times already...

@k8s-bot
Copy link

k8s-bot commented Dec 11, 2015

GCE e2e test build/test passed for commit 3367369.

@gmarek gmarek added lgtm "Looks good to me", indicates that a PR is ready to be merged. e2e-not-required labels Dec 11, 2015
@k8s-github-robot
Copy link

Automatic merge from submit-queue

k8s-github-robot pushed a commit that referenced this pull request Dec 11, 2015
@k8s-github-robot k8s-github-robot merged commit efd1779 into kubernetes:master Dec 11, 2015
@wojtek-t wojtek-t deleted the 1000_node_cluster_on_jenkins branch December 15, 2015 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants