Skip to content

Commit

Permalink
fix:Adding missing RBAC + Update deployment tolerations
Browse files Browse the repository at this point in the history
  • Loading branch information
Farnaz Babaeian committed Dec 27, 2023
1 parent d9f1317 commit e7b3b63
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
terminationGracePeriodSeconds: 10
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master
key: node-role.kubernetes.io/control-plane
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
Expand Down Expand Up @@ -165,6 +165,7 @@ rules:
- machinedeployments/scale
- machines
- machinesets
- machinepools
verbs:
- get
- list
Expand Down

0 comments on commit e7b3b63

Please sign in to comment.