Merge pull request #41383 from liggitt/v1beta1-cleanup

Automatic merge from submit-queue

Update rbac data to v1beta1

Update RBAC fixtures to v1beta1
This commit is contained in:
Kubernetes Submit Queue
2017-02-14 22:35:05 -08:00
committed by GitHub
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