hack update-expected

This commit is contained in:
Ole Markus With 2022-02-11 20:51:42 +01:00
parent 2625264fe5
commit 7132486ebf
329 changed files with 1184 additions and 178 deletions

View File

@ -158,6 +158,8 @@ Resources.AWSEC2LaunchTemplateapiserverapiserversminimalexamplecom.Properties.La
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -166,7 +168,7 @@ Resources.AWSEC2LaunchTemplateapiserverapiserversminimalexamplecom.Properties.La
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: apiserver
InstanceGroupRole: APIServer
NodeupConfigHash: lJvIfsBLG+O4Nj5rxkSE6Cre23QYwFVKyErAGDOps3U=
NodeupConfigHash: F31aq5UzKxEaZKJb7E+biWdEYEC+9KGM2uIU4XgtlCE=
__EOF_KUBE_ENV
@ -406,6 +408,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -425,6 +429,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -433,7 +439,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: qHq7EcCRxYCbh/iRszfG6rVcwqWk7x6lI73/xCRJw/A=
NodeupConfigHash: qNeMECkSrl9NjmAE/74iYm+rj/a73JrSSKspMTU/Esc=
__EOF_KUBE_ENV
@ -599,6 +605,8 @@ Resources.AWSEC2LaunchTemplatenodesminimalexamplecom.Properties.LaunchTemplateDa
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -607,7 +615,7 @@ Resources.AWSEC2LaunchTemplatenodesminimalexamplecom.Properties.LaunchTemplateDa
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: 6VEiV841OFo63LSICN9NUcHc5zs9u3PzRxsHK2Ospm8=
NodeupConfigHash: Vd9DttXjD/aZhW/pLYVSx/pA78+aRZphN+aQfR6mSnQ=
__EOF_KUBE_ENV

View File

@ -157,6 +157,8 @@ kubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -165,7 +167,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: apiserver
InstanceGroupRole: APIServer
NodeupConfigHash: lJvIfsBLG+O4Nj5rxkSE6Cre23QYwFVKyErAGDOps3U=
NodeupConfigHash: F31aq5UzKxEaZKJb7E+biWdEYEC+9KGM2uIU4XgtlCE=
__EOF_KUBE_ENV

View File

@ -231,6 +231,8 @@ kubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -250,6 +252,8 @@ masterKubelet:
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -258,7 +262,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: qHq7EcCRxYCbh/iRszfG6rVcwqWk7x6lI73/xCRJw/A=
NodeupConfigHash: qNeMECkSrl9NjmAE/74iYm+rj/a73JrSSKspMTU/Esc=
__EOF_KUBE_ENV

View File

@ -157,6 +157,8 @@ kubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -165,7 +167,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: 6VEiV841OFo63LSICN9NUcHc5zs9u3PzRxsHK2Ospm8=
NodeupConfigHash: Vd9DttXjD/aZhW/pLYVSx/pA78+aRZphN+aQfR6mSnQ=
__EOF_KUBE_ENV

View File

@ -150,6 +150,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.22.0
@ -173,6 +175,8 @@ spec:
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.minimal.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -160,6 +160,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/minimal.example.com/addons/bootstrap-channel.yaml

View File

@ -259,6 +259,8 @@ KubeletConfig:
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/minimal.example.com/addons/bootstrap-channel.yaml

View File

@ -58,6 +58,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
protectKernelDefaults: true
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/minimal.example.com/addons/bootstrap-channel.yaml

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: yzZtYNY54smOfujk5166YzyS3FUncKdBvkb/KhdBm5A=
NodeupConfigHash: 7HQxIwdhizoZYk3GucRMEcEE0MuHrSG8lBBfVl1Uxp0=
__EOF_KUBE_ENV

View File

@ -152,6 +152,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -160,7 +162,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: /AaxdTo0T0Q0Z70STLKXYhD4S+k6ycxHvJp9kNrdwvM=
NodeupConfigHash: FaHObvpJUX3OSkRZlximtzIYCcCfE8E2elOSz/+7Kws=
__EOF_KUBE_ENV

View File

@ -141,6 +141,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.21.0
@ -160,6 +162,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.minimal.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/minimal.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/minimal.example.com/addons/bootstrap-channel.yaml

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/bastionuserdata.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: miYHZNRb+jFkKIUomY7rHAHtD9EAgAxhRdiFc6t3adU=
NodeupConfigHash: J/rLKxwWlKPi4EpkEwBUGC7YhI1gthsDOOpeQqp3Owg=
__EOF_KUBE_ENV

View File

@ -161,6 +161,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -169,7 +171,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/bastionuserdata.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: /wbUQ+BV558/dsdc2HnkJ3vsWsH8veRU8XI0A/vM8lk=
NodeupConfigHash: Opm3oCQ5Z1i/3szV6vyXtP/LvAzGGKBzZ1f06iL18TQ=
__EOF_KUBE_ENV

View File

@ -138,6 +138,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.21.0
@ -157,6 +159,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.bastionuserdata.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -32,6 +32,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/bastionuserdata.example.com/addons/bootstrap-channel.yaml

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/bastionuserdata.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/bastionuserdata.example.com/addons/bootstrap-channel.yaml

View File

@ -233,6 +233,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscomplexexamplecom.Properties.
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -248,6 +250,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscomplexexamplecom.Properties.
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -256,7 +260,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscomplexexamplecom.Properties.
ConfigBase: memfs://clusters.example.com/complex.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: SQbtAYZCYIgj+XdClE4SAT8V2v37KTUxIvvGk/Gn7hA=
NodeupConfigHash: xZUwiJ7Q88rrlCKXdD8KNP/Ym84Dk3vRFLrAO8TuItk=
__EOF_KUBE_ENV
@ -437,6 +441,8 @@ Resources.AWSEC2LaunchTemplatenodescomplexexamplecom.Properties.LaunchTemplateDa
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -445,7 +451,7 @@ Resources.AWSEC2LaunchTemplatenodescomplexexamplecom.Properties.LaunchTemplateDa
ConfigBase: memfs://clusters.example.com/complex.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: CrHsuBeOfhuJD3rzYHROaajU9QGYlvmslfKHM9gJ4e4=
NodeupConfigHash: hftd/K/aY/Nk9ZBCPVUXAJPzrGGBReP8sbltNZQqgNE=
__EOF_KUBE_ENV

View File

@ -232,6 +232,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -247,6 +249,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -255,7 +259,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/complex.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: SQbtAYZCYIgj+XdClE4SAT8V2v37KTUxIvvGk/Gn7hA=
NodeupConfigHash: xZUwiJ7Q88rrlCKXdD8KNP/Ym84Dk3vRFLrAO8TuItk=
__EOF_KUBE_ENV

View File

@ -161,6 +161,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -169,7 +171,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/complex.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: CrHsuBeOfhuJD3rzYHROaajU9QGYlvmslfKHM9gJ4e4=
NodeupConfigHash: hftd/K/aY/Nk9ZBCPVUXAJPzrGGBReP8sbltNZQqgNE=
__EOF_KUBE_ENV

View File

@ -162,6 +162,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 1.1.1.0/24
kubernetesVersion: 1.21.0
@ -181,6 +183,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.complex.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -257,6 +257,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/complex.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/complex.example.com/addons/bootstrap-channel.yaml

View File

@ -131,9 +131,9 @@ function download-release() {
echo "== nodeup node config starting =="
ensure-install-dir
echo "H4sIAAAAAAAA/+xWX4/iNhB/z6ewVN3bkZDd7bWN7oWDbZfe7pbCXa+vxh6Ci2OnYzu79NNXYyfA/kGnqm9VhQRk/vk3M78ZR2gb5NSajaqrjDH+4K4/rKar+QxVB0gixsDwtQZZsQ3XDjLGGm54DStvkdcw1dw5cBXzGCAT1niuDOAyGK8aqNhBIo9KSYG1rW+hA10xZTY2Y6wDdMqaipX5VV5eZNKKXcLgdqqdG+e51v05YATuW6+s6cEzE7TOwAs51cF5QEeO0IHxLqVxCH9J4S9jHsq8rtuFNUwW8xVgXwWutX1YoOqUhppqEVEwxo01+8YGNwl+e6wQb9UkSAVGQDx9xCgiGvDgcteJXMKGB+2TaTpmaoPxFStJFvzWovqLU4J3VkLFJvqB792EYGSMrZWREykRnKvYOI+fjLHYzQXaTknAirqZDe2byEY5ynGhQ61Mj+qeN+BaLuBWbUDshYYovlWN8ktuasD4TACVgIkQhDGKZimBUxKcyj9ZDRjhr0BYI5PyLnjulakPYL7AemvtLip/41rJ8+p7K2EJzqMSFDbKluBsQAG/Bus5peqFTMXs89t637qqKMqL72KRyupqPC6fWv7SAaKSQ6OKxJlvXnW9yBhTDa+hYrvvXV4LzJUtqLcj3iqX6NKV+UUZ+0EKDX6BsAFEGFr2ad8Op82NBzRczxfx8cY6b3iTunD9eKI7TgthQPgzgPNb4BIwkgJk7GWKyusaoebe4nPb60eP/Cb+JVTqcXD5fbSExnoYRYvRc7+f0IY2+T13iKrn9p8dQW/gdRfS0liDCAgLi75iV1eXUXJKtLlzgXg8tIK3Kld9wXJhm5aKmcMjb1oNJHgR4ecvH1efl/N/EKKwLRgli64s/njYuWPEfq3MF3EuKlaOx/m7K6JGEZeJS5PwgYsdGFlFhqVFMrXGo9Ua8C4uzsNCEdwD0Xo6ny3dcaV4z8V2BvS9pOERSsNqb8QCUFlZsbIZu3PDLhJKipgg/vAuQSyPSiIK7eVX6yfiOg0IUwq/tMHTbh/22hnui0OGo6ZP8TgEOhFPQ5zbtG9PZIe8nzI8OHi6daYIEoxXXA+loqMXaB/31VcTb8MysTPqmvOZtDHeCfgTUGSwEluQQacenonhDjb/rgj99qjOXzOiptnr72rm9s5DIw/ypbW+YsVXqDK7X52QuRyfaGy8IIfHnAirDxfKDNahrpWpb7iRmmZ8yAG6tKJvOMqKNdBY3Oe840qT3/tyPL5Tb42VsHFPxG8GoaJf9yMCvP/2zdtY5Remg/SJbb9yE4cXnEpVdBwLrdZFX83iaPCCcwb8g8VduiH7KTEqY6y1cm42yKfDC8z8RedbHhxUl/m7ZH7HjdqA8z0I8KI4vgEUTa91WcOptB//7/R/vtN0QdaKytvvEEpwaPDfAAAA//8BAAD//3tyM8WHCwAA" | base64 -d | gzip -d > conf/cluster_spec.yaml
echo "H4sIAAAAAAAA/+xW33PbNgx+11/Bu13fGslKsm7T9cV1usZr02l2u+4VJmGZM0VqICnH++t3JCXb+eHr7fq4Xe6SGADBD8CHj+bKeDEzei2bKmMMdvbtm+VsOb8h2SMFE2OoYaVQVGwNymLGWAsaGlw6Q9DgTIG1aCvmyGPGjXYgNdLCaydbrNjBIo5OERIr03zAHlXFpF6bjLEeyUqjK1bm13l5mQnDtwmD3cpurq0DpYZ7UHPad04aPYBn2iuVoeNiprx1SDYcxB61s6mMQ/qrkP4q1iH1876tX+G0ni+Rhi6AUmZXk+ylwib0IqJgDLTR+9Z4O/Vuc+wQdHLqhUTNMd5+wUJG0ujQ5rbnucA1eOVSaLpmZrx2FSuDzbuNIfk3hALvjMCKTdUO9nYaYGSMraQWUyEIra3YJI8/GWNxmjWZXgqkKkwzG8c3Fa20ocZa+UbqAdVHaNF2wPGDXCPfc4XR/EG20i1AN0jxcwAoOU45Dxij6SYVcEqCU/sno5Ai/CVyo0Vy3nkHTurmAOYLrjbGbKPzd1BSnHd/NAIXaB1JHtJG2wKt8cTxN28chFIdF6mZQ30b5zpbFUV5+UNsUlldTyblw8hfeySSYhxUkTjz3bNHLzPGZAsNVmz7o80bTrk0RZjtBXTSJrr0ZX5ZxnkEh0JXE66RCMeRfdp3421z7ZA0qHkdP94a6zS0aQpv7098x20JGAj/8mjdBkEgRVKgiLNMWaFpCBtwhh7Hvr13BLfx34BK3o9H/rhYYGscXsSIi8fn3pHxXTr3+EB0PY7/bAP0Fp8/ErxhrZF7wtqQq9j19VW0nBJtbq0PPB5HAZ3M5dCwnJu2C83M8R7aTmEwPMnwy5f3y8+L+b9IUZgOtRRFXxZ/7rb2mHGQlXkd96Ji5WSSv7oO1CiimNi0CW+Ab1GLKjIsCcnMaEdGKaS7KJwHQeHgMNB6Nr9Z2KOkOAd8c4Ph9yIsD5cKl3vNayRpRMXKdmLPLTtPKEPGBPGnVwlieXQGogRdfrZ/PMqpJ5yF9AvjXdD2UdfOcJ8fKrxohxKPS6AS8RTGvU16e2I71P2Q4d7iQ9WZEQrUToIaWxWursnc76uvFt75RWJn9LXnK+livhPwJ6BCwJJvUHiVZngmhz3EfFsTBvWozj8zvAm7N7zVzO6tw1Yc7AtjXMWKr1Dl5uPyhMzl5MRj4gM5fswDYdXhQbnBlW8aqZtb0EKFHR9rwD5J9C2QqFiLraF9Dj1IFc69LieTO/lSG4Fr+8D8YjTK8Nf+TIivv3/xMnb5SehofRA7SG7icA2hVUUPVCi5KoZuFseAJ5zT6HaGtumFHLZEy4yxzoi5XhPMxi8w8yeT78BbrK7yVyn8DrRco3UDCHS8OH4DKNrBG+Vl450wO/2OgOO44leTM64ZSSc5qNoIG8ZmsxbCcN7/z5X/AFcIGxnaO6hQKPA44G8l0j8AAAD//wEAAP//OOKUQgsMAAA=" | base64 -d | gzip -d > conf/cluster_spec.yaml
echo "H4sIAAAAAAAA/1TOwU6GMBAE4Hufoi/AT371oE08CDGAESJERI+bsgjask23VXx7g564Tr6ZTG4ojk+evpYRvZLwzSKndVreM2BU0qKdWKWpNpEDej7hBtYZPGmyqSbrPPIhFNXKAVaNhafoGrD7COzdJHISkENyhiPqyKCS9R8SDY0Y3f+FEnhWMr+uH+jltbi5ex62j8/yxz2WZxj81mZdf9nMPV4BttXF/fx2K34BAAD//wEAAP//Sd8QZs8AAAA=" | base64 -d | gzip -d > conf/kube_env.yaml
echo "H4sIAAAAAAAA/1TOwU7DMBAE0Lu/wj+QGtSKgyUuFDCgtiCIQBxXziZE8nqN1yaQr0eBU66jN6PZB67dU+avscNsNUyi9hz7cbgCQasJqRdrjA9VCmbZ4DdQCrjxTMYzpYyyCtV9lALRo8tc0wloGYGl21RpCkppzmGNnjmg1cc/pE7cYU3/F+5APqw2PaX59W1M7Yt7uDjiz3WaPs8Ocevm7WFHjzfzOw+t3Dqzu1S/AAAA//8BAAD//7l2HyLPAAAA" | base64 -d | gzip -d > conf/kube_env.yaml
download-release
echo "== nodeup node config done =="

View File

@ -131,9 +131,9 @@ function download-release() {
echo "== nodeup node config starting =="
ensure-install-dir
echo "H4sIAAAAAAAA/2RSy27bQAy86yt4yS1dSWlqtItcWrtFDDSBYX8BraW2C69IdR9y/feFZCuum5OgmVlyOGTjJZulcOusLgDwGL9/2y1361VwA4URAiDGvSejoUUfqQDokNHSLklAS0uPMVLUkEKmohFO6JjCNnNyHWl4Q8yVNGNhL/YnDeQ1OG6lABgoRCesoVaPqn4ojDSHs4d4cP2aY0LvL30OeU+bIH9OI934HBOF5Xq11VBXlfqyUJWqyroeyT5v6XemmCauKwBch5Y0HD5HZZugnJRjuQ/9VG+o1UOtqhuDD1M/T2nKiIVPneT4Nadf11AaGyT3l9wgnmKizrzhW5GkoZzMSjabIIMzoxCP8TrB6nV3HmDxqCpVV/8w0qFjPf8qLw36Yt7NivbZWsf2Gdl4CvM2AGhwTXLCzxiMho46CSeFAzo/vnuqq+rF3bMYauMNfDeDbvzGH4Ho6dPd/ZTcO+mM3mgLgDG0ZrqtDY5RlQOG0rt9eUmzvAr+ixuAKR0lHDY+W8evOF0SuwKgF7PmNuByPqb1u232mCPpj2pxlr8gu5Ziupig1EyNA1OiWHYXNhZ/AQAA//8BAAD//yAQT5IMAwAA" | base64 -d | gzip -d > conf/cluster_spec.yaml
echo "H4sIAAAAAAAA/3RSy27bMBC86yv2kltKSUkatEQurd02BprAsL9gTa6VhSmuy4dc/31BxYrrBj0JmhnuY2aNk2xn4rfc6QoAD/Hb1/VsvZgHHigUCIA8bhxZDVt0kSqAHj12tE4SsKOZwxgpakghU2XEJ2RPYZV94p40vCH2TNpS2En3kwZyGthvpQIYKEQWr6FVd6q9qayY3esMccf7hY8JnTv12eUNLYP8PhbauBwThdlivtLQNo36fK8a1dRtW8h9XtGvTDGNXF8BcI8dadh9iqozQbHUpdyH/VhvaNVNq5qLAW/Gfo7S6JEXf+wlxy85vZxNMV2QvD/5BvEYE/X2DV+JJA31OKxkuwwysC1CPMTzBvPn9esC93eqUW3zFyM9stfTr3Ji0FVTNnPa5K5j3z2it47ClAYADWwSi3/EYDX01Es4KhyQXXn30DbNE197sbSNF/DVBHL5xu+B6OHj1fXo3DvphF5oK4Bimhlva4nFqnrAUDve1Cc367PgH7sBPKWDhN3S5Y79M46X5LkC2Itd+G3A2XRMi3dp7jFH0rfq/lX+hJ63FNNpCEpmbBw8JYp1f2JLDPElJysH/yOgoSUFFqvhtvkPNQuc2KBbio0ltlj9AQAA//8BAAD//wtUW/BOAwAA" | base64 -d | gzip -d > conf/cluster_spec.yaml
echo "H4sIAAAAAAAA/1SNsUrFMBRA93xF9kJDC6IEHLSILWKwDkrHNLmxhSQ35Da27+8fjzd1OcM5w+k8FvuV8X+1kCXXO7EOo1v/XjWB5AGCIymE8YU2yFTDoUPyUBsMwmBIGegk2RBp09HAe8aSlA4geUQLdA7f6EFyhRbYDSXdp72mRfKmW57Uw+NQtTiLUbQf4tLM7scdn5OdfhW8VNO+vcWxD/szuwIAAP//AQAA//9LLINfwQAAAA==" | base64 -d | gzip -d > conf/kube_env.yaml
echo "H4sIAAAAAAAA/1SNP0vHMBBA93yK7MKv4NAh4GIHa4ulVSmuR3LVQi535hL/9NOL/KYub3hveF3kGubMX3vA7Cx8q+k4bfv7PSg6S0ibuqbxsWrBrBf8AZKIF8/UeCbJqCdpHpMWSB4fMleZgNDZxAH1HJ45orMTBzT/qHKd9qAfzub29XNdpIC0Wx5+b8ZlWHspL4cfVwxwzBTo7VYHWZ7uzB8AAAD//wEAAP//+IAo8MEAAAA=" | base64 -d | gzip -d > conf/kube_env.yaml
download-release
echo "== nodeup node config done =="

View File

@ -136,6 +136,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.21.0
@ -155,6 +157,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.compress.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/compress.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/compress.example.com/addons/bootstrap-channel.yaml

View File

@ -226,6 +226,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -241,6 +243,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -249,7 +253,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
ConfigBase: memfs://clusters.example.com/containerd.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: DfsRiHSWjgWeofo6UCjAvar5VAeGF5DWoXVF5YTC8n4=
NodeupConfigHash: /EoDNLEx/mWpNKDolP+oeH9RCN7IAp0Mk/SmNFtx8kM=
__EOF_KUBE_ENV
@ -418,6 +422,8 @@ Resources.AWSEC2LaunchTemplatenodescontainerdexamplecom.Properties.LaunchTemplat
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -426,7 +432,7 @@ Resources.AWSEC2LaunchTemplatenodescontainerdexamplecom.Properties.LaunchTemplat
ConfigBase: memfs://clusters.example.com/containerd.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: WyYB+0ykKXVtBJmwrsoL7skr531CTsAKLNrsRHRSUbc=
NodeupConfigHash: +05Jc0pOk1J03Qaxv4kmlWjJMR8PGcle+hCOSLaWUeU=
__EOF_KUBE_ENV

View File

@ -218,6 +218,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -233,6 +235,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -241,7 +245,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
ConfigBase: memfs://clusters.example.com/containerd.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: RPaMBs1ltxkyHMlFhSMRaFRk1saeTMaj7ERDbpkShRg=
NodeupConfigHash: a9H+1sM5pQkFt/pn/VggrVZXQ582SWKLqlqgWRhmnO0=
__EOF_KUBE_ENV
@ -402,6 +406,8 @@ Resources.AWSEC2LaunchTemplatenodescontainerdexamplecom.Properties.LaunchTemplat
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -410,7 +416,7 @@ Resources.AWSEC2LaunchTemplatenodescontainerdexamplecom.Properties.LaunchTemplat
ConfigBase: memfs://clusters.example.com/containerd.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: pimK4EtUA+ZEuojBDo3NvY6xTCEW8Weg0HeAOazd4tk=
NodeupConfigHash: ArtlbCbt7axSLJ17Ii0Fi657qw70wlZiHxOa3bSgQmQ=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/123.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: xkXj5hf7g25YOcXKMpRcpS4NgLPxLAf47YRt7q5K3qE=
NodeupConfigHash: J7HDRYAIuJWhdixA+IqT7bOJ1wsUtFkrZ6/iPi1zvlw=
__EOF_KUBE_ENV

View File

@ -152,6 +152,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -160,7 +162,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/123.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: UJn620o4qQOsZQNbWS3AVAv+NSobIxS6Nzo3jLsioiI=
NodeupConfigHash: 6e98Ytqyqs2WYsctaYSQ0s7jfYGDLqOnKx319Bbmixw=
__EOF_KUBE_ENV

View File

@ -158,6 +158,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.20.0
@ -177,6 +179,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.123.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/123.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/123.example.com/addons/bootstrap-channel.yaml

View File

@ -234,6 +234,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersdockerexamplecom.Properties.L
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -249,6 +251,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersdockerexamplecom.Properties.L
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -257,7 +261,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersdockerexamplecom.Properties.L
ConfigBase: memfs://clusters.example.com/docker.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: NM8BUUCWG0/G+GGwqpnYsnrwNwGRF4azjTYyEvoRPWg=
NodeupConfigHash: c13P3iQAWf6Mvl6JJjl/gLqYtEIxV9CtK+ET+n/mATM=
__EOF_KUBE_ENV
@ -434,6 +438,8 @@ Resources.AWSEC2LaunchTemplatenodesdockerexamplecom.Properties.LaunchTemplateDat
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -442,7 +448,7 @@ Resources.AWSEC2LaunchTemplatenodesdockerexamplecom.Properties.LaunchTemplateDat
ConfigBase: memfs://clusters.example.com/docker.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: 4+P0WdcM6lbe4vJy+dBq6x1wdIzSje0PgYyvHdMEomU=
NodeupConfigHash: ej8Aavon8QgilgTpuJugv4R3yemLKymNn4aKrqF/bwY=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/existing-iam.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: fLoR7yIQFE6zYbHUix8aPBu/HROfgb5uihNnkmhIjOM=
NodeupConfigHash: Qv1fgQeA4jvmryTKb4MVEZO6E5htfh852eqXpJoi5lQ=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/existing-iam.example.com
InstanceGroupName: master-us-test-1b
InstanceGroupRole: Master
NodeupConfigHash: fLoR7yIQFE6zYbHUix8aPBu/HROfgb5uihNnkmhIjOM=
NodeupConfigHash: Qv1fgQeA4jvmryTKb4MVEZO6E5htfh852eqXpJoi5lQ=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/existing-iam.example.com
InstanceGroupName: master-us-test-1c
InstanceGroupRole: Master
NodeupConfigHash: fLoR7yIQFE6zYbHUix8aPBu/HROfgb5uihNnkmhIjOM=
NodeupConfigHash: Qv1fgQeA4jvmryTKb4MVEZO6E5htfh852eqXpJoi5lQ=
__EOF_KUBE_ENV

View File

@ -152,6 +152,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -160,7 +162,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/existing-iam.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: Fage+WCRqr4vc60LBAKjbyooJomk52Re5To9hLwSSnY=
NodeupConfigHash: WnJZXb3ux5vtUl2frqCAuoFBpuKXACFz/k2iG+JUQis=
__EOF_KUBE_ENV

View File

@ -144,6 +144,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.21.0
@ -163,6 +165,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.existing-iam.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/existing-iam.example.com/addons/bootstrap-channel.yaml

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/existing-iam.example.com/addons/bootstrap-channel.yaml

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/existing-iam.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/existing-iam.example.com/addons/bootstrap-channel.yaml

View File

@ -218,6 +218,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -233,6 +235,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -241,7 +245,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: +7RxwRuJKGnV1doL6l7Njx5Zgk9Nalvd+yieP2wMOY0=
NodeupConfigHash: Nu/m2UiEu3hazYBidIIw1EJ7PXzyUqZkep+73M6XZrk=
__EOF_KUBE_ENV
@ -402,6 +406,8 @@ Resources.AWSEC2LaunchTemplatenodesminimalexamplecom.Properties.LaunchTemplateDa
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -410,7 +416,7 @@ Resources.AWSEC2LaunchTemplatenodesminimalexamplecom.Properties.LaunchTemplateDa
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: /AaxdTo0T0Q0Z70STLKXYhD4S+k6ycxHvJp9kNrdwvM=
NodeupConfigHash: FaHObvpJUX3OSkRZlximtzIYCcCfE8E2elOSz/+7Kws=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/existingsg.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: qBfVk1GkMajXqc7hiI3HB8Mwbi2it9M84OgFO/orn0k=
NodeupConfigHash: Ga+U7iogtW1Wz5ghiG0HlRscfc4gfM18iTb8E0fyFeE=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/existingsg.example.com
InstanceGroupName: master-us-test-1b
InstanceGroupRole: Master
NodeupConfigHash: qBfVk1GkMajXqc7hiI3HB8Mwbi2it9M84OgFO/orn0k=
NodeupConfigHash: Ga+U7iogtW1Wz5ghiG0HlRscfc4gfM18iTb8E0fyFeE=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/existingsg.example.com
InstanceGroupName: master-us-test-1c
InstanceGroupRole: Master
NodeupConfigHash: qBfVk1GkMajXqc7hiI3HB8Mwbi2it9M84OgFO/orn0k=
NodeupConfigHash: Ga+U7iogtW1Wz5ghiG0HlRscfc4gfM18iTb8E0fyFeE=
__EOF_KUBE_ENV

View File

@ -152,6 +152,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -160,7 +162,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/existingsg.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: fpY6WVPvPH3b7Mrnp6k0UnWPPasTb7Vl2+sA8wQeyOg=
NodeupConfigHash: IbqUseO95H2lXHHlM6S97KmnCiuFDAIoGyMCIOY/BLM=
__EOF_KUBE_ENV

View File

@ -147,6 +147,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.21.0
@ -166,6 +168,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.existingsg.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/existingsg.example.com/addons/bootstrap-channel.yaml

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/existingsg.example.com/addons/bootstrap-channel.yaml

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/existingsg.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/existingsg.example.com/addons/bootstrap-channel.yaml

View File

@ -218,6 +218,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -233,6 +235,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -241,7 +245,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: +7RxwRuJKGnV1doL6l7Njx5Zgk9Nalvd+yieP2wMOY0=
NodeupConfigHash: Nu/m2UiEu3hazYBidIIw1EJ7PXzyUqZkep+73M6XZrk=
__EOF_KUBE_ENV
@ -402,6 +406,8 @@ Resources.AWSEC2LaunchTemplatenodesminimalexamplecom.Properties.LaunchTemplateDa
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -410,7 +416,7 @@ Resources.AWSEC2LaunchTemplatenodesminimalexamplecom.Properties.LaunchTemplateDa
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: /AaxdTo0T0Q0Z70STLKXYhD4S+k6ycxHvJp9kNrdwvM=
NodeupConfigHash: FaHObvpJUX3OSkRZlximtzIYCcCfE8E2elOSz/+7Kws=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: +7RxwRuJKGnV1doL6l7Njx5Zgk9Nalvd+yieP2wMOY0=
NodeupConfigHash: Nu/m2UiEu3hazYBidIIw1EJ7PXzyUqZkep+73M6XZrk=
__EOF_KUBE_ENV

View File

@ -152,6 +152,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -160,7 +162,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: /AaxdTo0T0Q0Z70STLKXYhD4S+k6ycxHvJp9kNrdwvM=
NodeupConfigHash: FaHObvpJUX3OSkRZlximtzIYCcCfE8E2elOSz/+7Kws=
__EOF_KUBE_ENV

View File

@ -136,6 +136,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.21.0
@ -155,6 +157,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.minimal.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/minimal.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/minimal.example.com/addons/bootstrap-channel.yaml

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: yzZtYNY54smOfujk5166YzyS3FUncKdBvkb/KhdBm5A=
NodeupConfigHash: 7HQxIwdhizoZYk3GucRMEcEE0MuHrSG8lBBfVl1Uxp0=
__EOF_KUBE_ENV

View File

@ -152,6 +152,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -160,7 +162,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: /AaxdTo0T0Q0Z70STLKXYhD4S+k6ycxHvJp9kNrdwvM=
NodeupConfigHash: FaHObvpJUX3OSkRZlximtzIYCcCfE8E2elOSz/+7Kws=
__EOF_KUBE_ENV

View File

@ -137,6 +137,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.21.0
@ -156,6 +158,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.minimal.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/minimal.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/minimal.example.com/addons/bootstrap-channel.yaml

View File

@ -218,6 +218,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersexternallbexamplecom.Properti
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -233,6 +235,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersexternallbexamplecom.Properti
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -241,7 +245,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersexternallbexamplecom.Properti
ConfigBase: memfs://clusters.example.com/externallb.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: qN55rMFSh+1Nronrci1RWYsusGOZ690rqTCIr2iLnus=
NodeupConfigHash: o1churxjrtIwataYPB07C1SnsYejMcjBbYHhmazlnCU=
__EOF_KUBE_ENV
@ -402,6 +406,8 @@ Resources.AWSEC2LaunchTemplatenodesexternallbexamplecom.Properties.LaunchTemplat
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -410,7 +416,7 @@ Resources.AWSEC2LaunchTemplatenodesexternallbexamplecom.Properties.LaunchTemplat
ConfigBase: memfs://clusters.example.com/externallb.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: F8cHOZcNcvz3LXeJbHcUh6XPPeqQBI2NN15F52+Rx6s=
NodeupConfigHash: xyTVHoGQhfeQbn5Md/5ORFLSTuXsSKvVcu8/htSZdnM=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/externallb.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: qN55rMFSh+1Nronrci1RWYsusGOZ690rqTCIr2iLnus=
NodeupConfigHash: o1churxjrtIwataYPB07C1SnsYejMcjBbYHhmazlnCU=
__EOF_KUBE_ENV

View File

@ -152,6 +152,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -160,7 +162,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/externallb.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: F8cHOZcNcvz3LXeJbHcUh6XPPeqQBI2NN15F52+Rx6s=
NodeupConfigHash: xyTVHoGQhfeQbn5Md/5ORFLSTuXsSKvVcu8/htSZdnM=
__EOF_KUBE_ENV

View File

@ -136,6 +136,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.21.0
@ -155,6 +157,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.externallb.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/externallb.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/externallb.example.com/addons/bootstrap-channel.yaml

View File

@ -219,6 +219,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -234,6 +236,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -242,7 +246,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/externalpolicies.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: pwJ0WJYdS6hStbKkQjKXZeUDEkzi311fhA7r+vqtMF4=
NodeupConfigHash: hUHuqMKGhUWscf6GlHsjGQEZikA8LjXOrO0AxvUniF8=
__EOF_KUBE_ENV

View File

@ -152,6 +152,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -160,7 +162,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/externalpolicies.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: mN0aNhljs6VRHfL9EKky1YH+lqRgUQn5R6J3j92R4S8=
NodeupConfigHash: 5mBpwdOikYSMMc3i69qBqsv6s7KjHq+l6nVcmfXeV5s=
__EOF_KUBE_ENV

View File

@ -153,6 +153,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.21.0
@ -172,6 +174,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.externalpolicies.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -253,6 +253,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/externalpolicies.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://clusters.example.com/externalpolicies.example.com/addons/bootstrap-channel.yaml

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/ha.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: Y841QbbDP4W6uHaay5VmUhVOgh4ydSG7HciHDkR1/co=
NodeupConfigHash: 5xjP2oRxisHjRJueW6pWdbUf8BePaBy89Zllictt8Rs=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/ha.example.com
InstanceGroupName: master-us-test-1b
InstanceGroupRole: Master
NodeupConfigHash: Y841QbbDP4W6uHaay5VmUhVOgh4ydSG7HciHDkR1/co=
NodeupConfigHash: 5xjP2oRxisHjRJueW6pWdbUf8BePaBy89Zllictt8Rs=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/ha.example.com
InstanceGroupName: master-us-test-1c
InstanceGroupRole: Master
NodeupConfigHash: Y841QbbDP4W6uHaay5VmUhVOgh4ydSG7HciHDkR1/co=
NodeupConfigHash: 5xjP2oRxisHjRJueW6pWdbUf8BePaBy89Zllictt8Rs=
__EOF_KUBE_ENV

View File

@ -152,6 +152,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -160,7 +162,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/ha.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: uPv2dHmsnUateC21O/zIyMuSp4iNB6F96IUVm9UiG40=
NodeupConfigHash: rhu/JGiAcTrAk65g1xBmYm3Fa1egDNlGDFx0ILQS/Os=
__EOF_KUBE_ENV

View File

@ -144,6 +144,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.21.0
@ -163,6 +165,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.ha.example.com
networkCIDR: 172.20.0.0/16
networking:

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/ha.example.com/addons/bootstrap-channel.yaml

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/ha.example.com/addons/bootstrap-channel.yaml

View File

@ -251,6 +251,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/ha.example.com/addons/bootstrap-channel.yaml

View File

@ -54,6 +54,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/ha.example.com/addons/bootstrap-channel.yaml

View File

@ -147,6 +147,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
- ::/0
@ -168,6 +170,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.ha-gce.example.com
networking:
cni: {}

View File

@ -254,6 +254,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/ha-gce.example.com/addons/bootstrap-channel.yaml

View File

@ -254,6 +254,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/ha-gce.example.com/addons/bootstrap-channel.yaml

View File

@ -254,6 +254,8 @@ KubeletConfig:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/ha-gce.example.com/addons/bootstrap-channel.yaml

View File

@ -59,6 +59,8 @@ KubeletConfig:
node-role.kubernetes.io/node: ""
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
UpdatePolicy: automatic
channels:
- memfs://tests/ha-gce.example.com/addons/bootstrap-channel.yaml

View File

@ -219,6 +219,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -235,6 +237,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -243,7 +247,7 @@ CloudProvider: gce
ConfigBase: memfs://tests/ha-gce.example.com
InstanceGroupName: master-us-test1-a
InstanceGroupRole: Master
NodeupConfigHash: tRdjGXKA/EljsBUlf2RXrtYihhkbYcTwPn4SeKSAf/I=
NodeupConfigHash: Of2lMrIHffBFKmpIRJBWZNNQypQ2XbrKaRQbLgrm5fo=
__EOF_KUBE_ENV

View File

@ -219,6 +219,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -235,6 +237,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -243,7 +247,7 @@ CloudProvider: gce
ConfigBase: memfs://tests/ha-gce.example.com
InstanceGroupName: master-us-test1-b
InstanceGroupRole: Master
NodeupConfigHash: tRdjGXKA/EljsBUlf2RXrtYihhkbYcTwPn4SeKSAf/I=
NodeupConfigHash: Of2lMrIHffBFKmpIRJBWZNNQypQ2XbrKaRQbLgrm5fo=
__EOF_KUBE_ENV

View File

@ -219,6 +219,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -235,6 +237,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -243,7 +247,7 @@ CloudProvider: gce
ConfigBase: memfs://tests/ha-gce.example.com
InstanceGroupName: master-us-test1-c
InstanceGroupRole: Master
NodeupConfigHash: tRdjGXKA/EljsBUlf2RXrtYihhkbYcTwPn4SeKSAf/I=
NodeupConfigHash: Of2lMrIHffBFKmpIRJBWZNNQypQ2XbrKaRQbLgrm5fo=
__EOF_KUBE_ENV

View File

@ -154,6 +154,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -162,7 +164,7 @@ CloudProvider: gce
ConfigBase: memfs://tests/ha-gce.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: qBD+3Pa8MCxEAjCkADHhn90LF7O/xcmRrYbNJvvph3E=
NodeupConfigHash: h4lpL9eTeI989DjsQlob65tftwYM7+Zm2OgOeN3PK2w=
__EOF_KUBE_ENV

View File

@ -217,6 +217,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterKubelet:
anonymousAuth: false
cgroupDriver: systemd
@ -232,6 +234,8 @@ masterKubelet:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -240,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: GCdBGwZ0l6o9BjDiDc1TtrQ3/hRkti/dJrLCEfZC5Ws=
NodeupConfigHash: 5u1o1dFSIN6KiNBeVKxDrB7Zpjs04Od8iZ3ICyw/rrk=
__EOF_KUBE_ENV

View File

@ -152,6 +152,8 @@ kubelet:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
__EOF_CLUSTER_SPEC
@ -160,7 +162,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: nodes
InstanceGroupRole: Node
NodeupConfigHash: svplkzpFwqgG/NmT/+NdFIfn9VcbG6RAPkTbRGBGLq8=
NodeupConfigHash: yXHJhmdKjCNpUG5Ii6uRBCp+i0YpxyTFnjCN6gRMGwo=
__EOF_KUBE_ENV

View File

@ -163,6 +163,8 @@ spec:
networkPluginName: cni
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
kubernetesApiAccess:
- 0.0.0.0/0
kubernetesVersion: 1.20.0
@ -182,6 +184,8 @@ spec:
podInfraContainerImage: k8s.gcr.io/pause:3.6
podManifestPath: /etc/kubernetes/manifests
registerSchedulable: false
shutdownGracePeriod: 30s
shutdownGracePeriodCriticalPods: 10s
masterPublicName: api.minimal.example.com
networkCIDR: 172.20.0.0/16
networking:

Some files were not shown because too many files have changed in this diff Show More