Skip to content

12.4.0

Compare
Choose a tag to compare
@george-angel george-angel released this 22 Jan 11:11
· 297 commits to master since this release
8c5018e

Breaking:

Requires a ClusterRoleBinding for the masters:

kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
  name: master-node-to-node
roleRef:
  kind: ClusterRole
  name: system:node
  apiGroup: rbac.authorization.k8s.io
subjects:
- kind: Group
  apiGroup: rbac.authorization.k8s.io
  name: system:master-nodes