Update rbac data to v1beta1

This commit is contained in:
Jordan Liggitt
2017-02-14 00:50:31 -05:00
parent 8db5ca1fbb
commit 9e6a3496b4
7 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
# TODO cjcullen should figure out how wants to manage his upgrade
# this will only hold the e2e tests until we get an authorizer
# which authorizes particular nodes
apiVersion: rbac.authorization.k8s.io/v1alpha1
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: kubelet-cluster-admin
@@ -14,6 +14,6 @@ roleRef:
kind: ClusterRole
name: system:node
subjects:
- apiVersion: rbac/v1alpha1
- apiGroup: rbac.authorization.k8s.io
kind: User
name: kubelet

View File

@@ -3,7 +3,7 @@
# the system:serviceaccount:kube-system:default identity. We need to subdivide
# those service accounts, figure out which ones we're going to make bootstrap roles for
# and bind those particular roles in the addon yaml itself. This just gets us started
apiVersion: rbac.authorization.k8s.io/v1alpha1
apiVersion: rbac.authorization.k8s.io/v1beta1
kind: ClusterRoleBinding
metadata:
name: todo-remove-grabbag-cluster-admin