mirror of https://github.com/kubernetes/kops.git
Amazon VPC CNI - rearrange ClusterRole
This commit is contained in:
parent
14b33ae34c
commit
e6459e104f
|
|
@ -59,16 +59,16 @@ kind: CustomResourceDefinition
|
||||||
metadata:
|
metadata:
|
||||||
name: eniconfigs.crd.k8s.amazonaws.com
|
name: eniconfigs.crd.k8s.amazonaws.com
|
||||||
spec:
|
spec:
|
||||||
scope: Cluster
|
|
||||||
group: crd.k8s.amazonaws.com
|
group: crd.k8s.amazonaws.com
|
||||||
|
names:
|
||||||
|
kind: ENIConfig
|
||||||
|
plural: eniconfigs
|
||||||
|
singular: eniconfig
|
||||||
|
scope: Cluster
|
||||||
versions:
|
versions:
|
||||||
- name: v1alpha1
|
- name: v1alpha1
|
||||||
served: true
|
served: true
|
||||||
storage: true
|
storage: true
|
||||||
names:
|
|
||||||
plural: eniconfigs
|
|
||||||
singular: eniconfig
|
|
||||||
kind: ENIConfig
|
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: DaemonSet
|
kind: DaemonSet
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue