Skip to content

Commit

Permalink
Use scheduler image instead of hyperkube which is unncessary and very
Browse files Browse the repository at this point in the history
large.
  • Loading branch information
cofyc committed Jun 20, 2019
1 parent 6ee2ba0 commit 6e86c57
Showing 1 changed file with 1 addition and 1 deletion.
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
# This will default to matching your kubernetes version
# kubeSchedulerImageTag:

0 comments on commit 6e86c57

Please sign in to comment.