Skip to content

Commit

Permalink
MachineController v1.9.0 (#774)
Browse files Browse the repository at this point in the history
Signed-off-by: Artiom Diomin <[email protected]>
  • Loading branch information
kron4eg authored and kubermatic-bot committed Jan 14, 2020
1 parent 940347a commit 8f47866
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/templates/machinecontroller/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const (
MachineControllerNamespace = metav1.NamespaceSystem
MachineControllerAppLabelKey = "app"
MachineControllerAppLabelValue = "machine-controller"
MachineControllerTag = "v1.8.0"
MachineControllerTag = "v1.9.0"
)

// Deploy deploys MachineController deployment with RBAC on the cluster
Expand Down
5 changes: 5 additions & 0 deletions pkg/templates/metricsserver/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ func metricsServerDeployment() *appsv1.Deployment {
Labels: k8sAppLabels,
},
Spec: corev1.PodSpec{
Tolerations: []corev1.Toleration{
{
Operator: corev1.TolerationOpExists,
},
},
ServiceAccountName: "metrics-server",
Volumes: []corev1.Volume{
{
Expand Down

0 comments on commit 8f47866

Please sign in to comment.