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

Use kube-scheduler image instead of hyperkube #596

Merged
merged 5 commits into from
Jun 27, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/tidb-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ scheduler:
requests:
cpu: 80m
memory: 50Mi
kubeSchedulerImageName: gcr.io/google-containers/hyperkube
kubeSchedulerImageName: k8s.gcr.io/kube-scheduler
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
kubeSchedulerImageName: k8s.gcr.io/kube-scheduler
# This image is much smaller then gcr.io/google-containers/hyperkube
kubeSchedulerImageName: k8s.gcr.io/kube-scheduler

# This will default to matching your kubernetes version
# kubeSchedulerImageTag: