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

Increase disk size for kubernetes master. #8051

Merged
merged 1 commit into from May 11, 2015

Conversation

fgrzadkowski
Copy link
Contributor

This improves request latency (#4521).

@wojtek-t

@@ -21,6 +21,8 @@ ZONE=${KUBE_GCE_ZONE:-us-central1-b}
MASTER_SIZE=${MASTER_SIZE:-n1-standard-1}
MINION_SIZE=${MINION_SIZE:-n1-standard-1}
NUM_MINIONS=${NUM_MINIONS:-4}
MASTER_DISK_TYPE=pd-standard
MASTER_DISK_SIZE=${MINION_DISK_SIZE:-100GB}
Copy link
Member

Choose a reason for hiding this comment

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

s/MINION/MASTER/

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

Signed-off-by: Filip Grzadkowski <filipg@google.com>
@wojtek-t wojtek-t added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 11, 2015
@wojtek-t
Copy link
Member

LGTM

wojtek-t added a commit that referenced this pull request May 11, 2015
Increase disk size for kubernetes master.
@wojtek-t wojtek-t merged commit a98770e into kubernetes:master May 11, 2015
@bprashanth
Copy link
Contributor

@fgrzadkowski for my own education, how did this help? IIUC etcd stores everything in memory. I suppose it helped snapshotting, but that should just be transient?

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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants