mirror of https://github.com/kubernetes/kops.git
Merge pull request #12907 from hakman/fix_apply_leader-migration
Fix error applying AWS CCM leader migration
This commit is contained in:
commit
e321ea6012
|
@ -34,7 +34,7 @@ spec:
|
|||
version: 9.99.0
|
||||
- id: k8s-1.23
|
||||
manifest: leader-migration.rbac.addons.k8s.io/k8s-1.23.yaml
|
||||
manifestHash: 28f51292768602b07c2a63edff29a60b818e7e79e5aa05fca48fac14c5f924ef
|
||||
manifestHash: 6211e71f8175cebcba7812f74c41d175604cbff7bab9ac788f80bac290a7b981
|
||||
name: leader-migration.rbac.addons.k8s.io
|
||||
selector:
|
||||
k8s-addon: leader-migration.rbac.addons.k8s.io
|
||||
|
|
|
@ -9,7 +9,7 @@ metadata:
|
|||
name: system::leader-locking-migration
|
||||
namespace: kube-system
|
||||
rules:
|
||||
apiGroups:
|
||||
- apiGroups:
|
||||
- coordination.k8s.io
|
||||
resourceNames:
|
||||
- cloud-provider-extraction-migration
|
||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
|||
name: system::leader-locking-migration
|
||||
namespace: kube-system
|
||||
rules:
|
||||
apiGroups:
|
||||
- apiGroups:
|
||||
- coordination.k8s.io
|
||||
resources:
|
||||
- leases
|
||||
|
|
Loading…
Reference in New Issue