From 14d51354a5e9e08f08afe832bbb2f59bf222aa4b Mon Sep 17 00:00:00 2001 From: Ari Becker Date: Wed, 17 Jun 2020 09:39:21 +0300 Subject: [PATCH] Generated the different configurations --- config/master/aws-k8s-cni-cn.yaml | 7 +++++++ config/master/aws-k8s-cni-us-gov-east-1.yaml | 7 +++++++ config/master/aws-k8s-cni-us-gov-west-1.yaml | 7 +++++++ config/master/aws-k8s-cni.yaml | 7 +++++++ 4 files changed, 28 insertions(+) diff --git a/config/master/aws-k8s-cni-cn.yaml b/config/master/aws-k8s-cni-cn.yaml index ec2c9e14ef..8ffc831a8f 100644 --- a/config/master/aws-k8s-cni-cn.yaml +++ b/config/master/aws-k8s-cni-cn.yaml @@ -25,6 +25,13 @@ - "get" - "list" - "watch" +- "apiGroups": + - "discovery.k8s.io" + "resources": + - "*" + "verbs": + - "list" + - "watch" --- "apiVersion": "apiextensions.k8s.io/v1beta1" "kind": "CustomResourceDefinition" diff --git a/config/master/aws-k8s-cni-us-gov-east-1.yaml b/config/master/aws-k8s-cni-us-gov-east-1.yaml index 26386d68f5..11ab723eba 100644 --- a/config/master/aws-k8s-cni-us-gov-east-1.yaml +++ b/config/master/aws-k8s-cni-us-gov-east-1.yaml @@ -25,6 +25,13 @@ - "get" - "list" - "watch" +- "apiGroups": + - "discovery.k8s.io" + "resources": + - "*" + "verbs": + - "list" + - "watch" --- "apiVersion": "apiextensions.k8s.io/v1beta1" "kind": "CustomResourceDefinition" diff --git a/config/master/aws-k8s-cni-us-gov-west-1.yaml b/config/master/aws-k8s-cni-us-gov-west-1.yaml index 9a8cd99c59..cfced1ca33 100644 --- a/config/master/aws-k8s-cni-us-gov-west-1.yaml +++ b/config/master/aws-k8s-cni-us-gov-west-1.yaml @@ -25,6 +25,13 @@ - "get" - "list" - "watch" +- "apiGroups": + - "discovery.k8s.io" + "resources": + - "*" + "verbs": + - "list" + - "watch" --- "apiVersion": "apiextensions.k8s.io/v1beta1" "kind": "CustomResourceDefinition" diff --git a/config/master/aws-k8s-cni.yaml b/config/master/aws-k8s-cni.yaml index a4af8724b9..2835d27916 100644 --- a/config/master/aws-k8s-cni.yaml +++ b/config/master/aws-k8s-cni.yaml @@ -25,6 +25,13 @@ - "get" - "list" - "watch" +- "apiGroups": + - "discovery.k8s.io" + "resources": + - "*" + "verbs": + - "list" + - "watch" --- "apiVersion": "apiextensions.k8s.io/v1beta1" "kind": "CustomResourceDefinition"