./hack/update-expected.sh

This commit is contained in:
Peter Rifel 2021-09-29 21:46:36 -05:00
parent 88ddff3baf
commit 724804025b
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
193 changed files with 119 additions and 303 deletions

View File

@ -142,7 +142,7 @@ func TestBuildAWSCustomNodeIPFamilies(t *testing.T) {
}
var task *nodetasks.File
for _, v := range ctx.Tasks {
if f, ok := v.(*nodetasks.File); ok {
if f, ok := v.(*nodetasks.File); ok && f.Path == CloudConfigFilePath {
task = f
break
}

View File

@ -42,9 +42,9 @@ contents: |
- --authorization-mode=AlwaysAllow
- --bind-address=0.0.0.0
- --client-ca-file=/srv/kubernetes/ca.crt
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-config=/etc/kubernetes/in-tree-cloud.config
- --cloud-provider=aws
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --etcd-cafile=/srv/kubernetes/kube-apiserver/etcd-ca.crt
- --etcd-certfile=/srv/kubernetes/kube-apiserver/etcd-client.crt
- --etcd-keyfile=/srv/kubernetes/kube-apiserver/etcd-client.key
@ -120,7 +120,7 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
- mountPath: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes/ca.crt
@ -172,7 +172,7 @@ contents: |
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
path: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes/ca.crt

View File

@ -20,9 +20,9 @@ contents: |
- --authorization-mode=AlwaysAllow
- --bind-address=0.0.0.0
- --client-ca-file=/srv/kubernetes/ca.crt
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-config=/etc/kubernetes/in-tree-cloud.config
- --cloud-provider=aws
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --etcd-cafile=/srv/kubernetes/kube-apiserver/etcd-ca.crt
- --etcd-certfile=/srv/kubernetes/kube-apiserver/etcd-client.crt
- --etcd-keyfile=/srv/kubernetes/kube-apiserver/etcd-client.key
@ -98,7 +98,7 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
- mountPath: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes/ca.crt
@ -147,7 +147,7 @@ contents: |
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
path: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes/ca.crt

View File

@ -20,9 +20,9 @@ contents: |
- --authorization-mode=AlwaysAllow
- --bind-address=0.0.0.0
- --client-ca-file=/srv/kubernetes/ca.crt
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-config=/etc/kubernetes/in-tree-cloud.config
- --cloud-provider=aws
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --etcd-cafile=/srv/kubernetes/kube-apiserver/etcd-ca.crt
- --etcd-certfile=/srv/kubernetes/kube-apiserver/etcd-client.crt
- --etcd-keyfile=/srv/kubernetes/kube-apiserver/etcd-client.key
@ -98,7 +98,7 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
- mountPath: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes/ca.crt
@ -147,7 +147,7 @@ contents: |
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
path: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes/ca.crt

View File

@ -14,7 +14,7 @@ contents: |
- --attach-detach-reconcile-sync-period=1m0s
- --authentication-kubeconfig=/var/lib/kube-controller-manager/kubeconfig
- --authorization-kubeconfig=/var/lib/kube-controller-manager/kubeconfig
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-config=/etc/kubernetes/in-tree-cloud.config
- --cloud-provider=aws
- --cluster-cidr=100.96.0.0/11
- --cluster-name=minimal.example.com
@ -78,7 +78,7 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
- mountPath: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes/ca.crt
@ -129,7 +129,7 @@ contents: |
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
path: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes/ca.crt

View File

@ -20,9 +20,9 @@ contents: |
- --authorization-mode=AlwaysAllow
- --bind-address=0.0.0.0
- --client-ca-file=/srv/kubernetes/ca.crt
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-config=/etc/kubernetes/in-tree-cloud.config
- --cloud-provider=aws
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --etcd-cafile=/srv/kubernetes/kube-apiserver/etcd-ca.crt
- --etcd-certfile=/srv/kubernetes/kube-apiserver/etcd-client.crt
- --etcd-keyfile=/srv/kubernetes/kube-apiserver/etcd-client.key
@ -98,7 +98,7 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
- mountPath: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes/ca.crt
@ -147,7 +147,7 @@ contents: |
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
path: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes/ca.crt

View File

@ -20,9 +20,9 @@ contents: |
- --authorization-mode=AlwaysAllow
- --bind-address=0.0.0.0
- --client-ca-file=/srv/kubernetes/ca.crt
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-config=/etc/kubernetes/in-tree-cloud.config
- --cloud-provider=aws
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --etcd-cafile=/srv/kubernetes/kube-apiserver/etcd-ca.crt
- --etcd-certfile=/srv/kubernetes/kube-apiserver/etcd-client.crt
- --etcd-keyfile=/srv/kubernetes/kube-apiserver/etcd-client.key
@ -98,7 +98,7 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
- mountPath: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes/ca.crt
@ -147,7 +147,7 @@ contents: |
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
path: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes/ca.crt

View File

@ -14,7 +14,7 @@ contents: |
- --attach-detach-reconcile-sync-period=1m0s
- --authentication-kubeconfig=/var/lib/kube-controller-manager/kubeconfig
- --authorization-kubeconfig=/var/lib/kube-controller-manager/kubeconfig
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-config=/etc/kubernetes/in-tree-cloud.config
- --cloud-provider=aws
- --cluster-cidr=100.96.0.0/11
- --cluster-name=minimal.example.com
@ -78,7 +78,7 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
- mountPath: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes/ca.crt
@ -129,7 +129,7 @@ contents: |
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
path: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes/ca.crt

View File

@ -14,7 +14,7 @@ contents: |
- --attach-detach-reconcile-sync-period=1m0s
- --authentication-kubeconfig=/var/lib/kube-controller-manager/kubeconfig
- --authorization-kubeconfig=/var/lib/kube-controller-manager/kubeconfig
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-config=/etc/kubernetes/in-tree-cloud.config
- --cloud-provider=aws
- --cluster-cidr=100.96.0.0/11
- --cluster-name=minimal.example.com
@ -78,7 +78,7 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
- mountPath: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes/ca.crt
@ -129,7 +129,7 @@ contents: |
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
path: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes/ca.crt

View File

@ -20,9 +20,9 @@ contents: |
- --authorization-mode=AlwaysAllow
- --bind-address=0.0.0.0
- --client-ca-file=/srv/kubernetes/ca.crt
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-config=/etc/kubernetes/in-tree-cloud.config
- --cloud-provider=aws
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --etcd-cafile=/srv/kubernetes/kube-apiserver/etcd-ca.crt
- --etcd-certfile=/srv/kubernetes/kube-apiserver/etcd-client.crt
- --etcd-keyfile=/srv/kubernetes/kube-apiserver/etcd-client.key
@ -97,7 +97,7 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
- mountPath: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes/ca.crt
@ -146,7 +146,7 @@ contents: |
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
path: /etc/kubernetes/in-tree-cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes/ca.crt

View File

@ -3,7 +3,7 @@ path: /etc/kubernetes/manifests
type: directory
---
contents: |
DAEMON_ARGS="--cgroup-root=/ --client-ca-file=/srv/kubernetes/ca.crt --cloud-provider=aws --cluster-dns=100.64.0.10 --cluster-domain=cluster.local --enable-debugging-handlers=true --eviction-hard=memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%,imagefs.available<10%,imagefs.inodesFree<5% --feature-gates=AllowExtTrafficLocalEndpoints=false,ExperimentalCriticalPodAnnotation=true --hostname-override=@aws --kubeconfig=/var/lib/kubelet/kubeconfig --network-plugin-mtu=9001 --network-plugin=kubenet --non-masquerade-cidr=100.64.0.0/10 --pod-infra-container-image=k8s.gcr.io/pause:3.5 --pod-manifest-path=/etc/kubernetes/manifests --register-schedulable=true --v=2 --volume-plugin-dir=/usr/libexec/kubernetes/kubelet-plugins/volume/exec/ --cloud-config=/etc/kubernetes/cloud.config --cni-bin-dir=/opt/cni/bin/ --cni-conf-dir=/etc/cni/net.d/"
DAEMON_ARGS="--cgroup-root=/ --client-ca-file=/srv/kubernetes/ca.crt --cloud-provider=aws --cluster-dns=100.64.0.10 --cluster-domain=cluster.local --enable-debugging-handlers=true --eviction-hard=memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%,imagefs.available<10%,imagefs.inodesFree<5% --feature-gates=AllowExtTrafficLocalEndpoints=false,ExperimentalCriticalPodAnnotation=true --hostname-override=@aws --kubeconfig=/var/lib/kubelet/kubeconfig --network-plugin-mtu=9001 --network-plugin=kubenet --non-masquerade-cidr=100.64.0.0/10 --pod-infra-container-image=k8s.gcr.io/pause:3.5 --pod-manifest-path=/etc/kubernetes/manifests --register-schedulable=true --v=2 --volume-plugin-dir=/usr/libexec/kubernetes/kubelet-plugins/volume/exec/ --cloud-config=/etc/kubernetes/in-tree-cloud.config --cni-bin-dir=/opt/cni/bin/ --cni-conf-dir=/etc/cni/net.d/"
HOME="/root"
path: /etc/sysconfig/kubelet
type: file

View File

@ -3,7 +3,7 @@ path: /etc/kubernetes/manifests
type: directory
---
contents: |
DAEMON_ARGS="--authentication-token-webhook=true --authorization-mode=Webhook --cgroup-driver=systemd --cgroup-root=/ --client-ca-file=/srv/kubernetes/ca.crt --cloud-provider=aws --cluster-dns=100.64.0.10 --cluster-domain=cluster.local --enable-debugging-handlers=true --eviction-hard=memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%,imagefs.available<10%,imagefs.inodesFree<5% --hostname-override=@aws --kubeconfig=/var/lib/kubelet/kubeconfig --network-plugin-mtu=9001 --network-plugin=kubenet --non-masquerade-cidr=100.64.0.0/10 --pod-infra-container-image=k8s.gcr.io/pause:3.5 --pod-manifest-path=/etc/kubernetes/manifests --register-schedulable=true --v=2 --volume-plugin-dir=/usr/libexec/kubernetes/kubelet-plugins/volume/exec/ --cloud-config=/etc/kubernetes/cloud.config --cni-bin-dir=/opt/cni/bin/ --cni-conf-dir=/etc/cni/net.d/ --tls-cert-file=/srv/kubernetes/kubelet-server.crt --tls-private-key-file=/srv/kubernetes/kubelet-server.key"
DAEMON_ARGS="--authentication-token-webhook=true --authorization-mode=Webhook --cgroup-driver=systemd --cgroup-root=/ --client-ca-file=/srv/kubernetes/ca.crt --cloud-provider=aws --cluster-dns=100.64.0.10 --cluster-domain=cluster.local --enable-debugging-handlers=true --eviction-hard=memory.available<100Mi,nodefs.available<10%,nodefs.inodesFree<5%,imagefs.available<10%,imagefs.inodesFree<5% --hostname-override=@aws --kubeconfig=/var/lib/kubelet/kubeconfig --network-plugin-mtu=9001 --network-plugin=kubenet --non-masquerade-cidr=100.64.0.0/10 --pod-infra-container-image=k8s.gcr.io/pause:3.5 --pod-manifest-path=/etc/kubernetes/manifests --register-schedulable=true --v=2 --volume-plugin-dir=/usr/libexec/kubernetes/kubelet-plugins/volume/exec/ --cloud-config=/etc/kubernetes/in-tree-cloud.config --cni-bin-dir=/opt/cni/bin/ --cni-conf-dir=/etc/cni/net.d/ --tls-cert-file=/srv/kubernetes/kubelet-server.crt --tls-private-key-file=/srv/kubernetes/kubelet-server.key"
HOME="/root"
path: /etc/sysconfig/kubelet
type: file

View File

@ -163,7 +163,7 @@ Resources.AWSEC2LaunchTemplateapiserverapiserversminimalexamplecom.Properties.La
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: apiserver
InstanceGroupRole: APIServer
NodeupConfigHash: 6vn0oJtgVeSmj24GjGk02beYl7NwuMSg5qf1+LWNDYg=
NodeupConfigHash: xOIUiwWoN99L8+qbwWAsaYPlkNfMvCNHM94xJcD7Fcw=
__EOF_KUBE_ENV
@ -324,7 +324,6 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -416,7 +415,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: WNVDq0wEQ5Vtq0yZnswckjtG1fwmgGajOnH/67g0vpc=
NodeupConfigHash: BDSsQ6aFwZhmBywQtTHiTetDTpkq+bdhNJS2aw7C8EQ=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: KlR627RcQK12hwGF4JRUPQQ6fd+fZcYpBBCBuRB8ASc=
NodeupConfigHash: ps29rTfAWDjTZjZk4aLQdA05bBY420JKxvYuRiDbmYU=
__EOF_KUBE_ENV

View File

@ -68,7 +68,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/bastionuserdata.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: qYmTID0jnMsl4mMdaPk88ouExQWJxv4JBE+cDQ/QusU=
NodeupConfigHash: Yi9nilhmXZVlW5bcmdrYHo0gpSanmVCtkhHFjbcCnrg=
__EOF_KUBE_ENV

View File

@ -65,7 +65,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -165,7 +165,6 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscomplexexamplecom.Properties.
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -260,7 +259,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscomplexexamplecom.Properties.
ConfigBase: memfs://clusters.example.com/complex.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: 3f+2lVOGZ+Av7Y6lc803/TJuvsaq7IKtX2gA7KngvrY=
NodeupConfigHash: KqRuy2EawfJ35GVD0UsFqxy+Virnyf1hgWP6+0Fr/vA=
__EOF_KUBE_ENV

View File

@ -164,7 +164,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -259,7 +258,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/complex.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: 3f+2lVOGZ+Av7Y6lc803/TJuvsaq7IKtX2gA7KngvrY=
NodeupConfigHash: KqRuy2EawfJ35GVD0UsFqxy+Virnyf1hgWP6+0Fr/vA=
__EOF_KUBE_ENV

View File

@ -86,7 +86,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -15,7 +15,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -131,9 +131,9 @@ function download-release() {
echo "== nodeup node config starting =="
ensure-install-dir
echo "H4sIAAAAAAAA/+xWTXPbNhO+61dg5p1MLjEpJn7ThpNDFTmt1VgpK+WjVwhYUahAgFkAlNVf31mA1IdjNdPpsR3P2NbuYrH77LMPJLQNcmrNWtXliDG+c2/fLKfL2Q2qDpBMjIHhKw2yZGuuHYwYa7jhNSy9RV7DVHPnwJXMY4CRsMZzZQAXwXjVQMkOFnl0SkqsbX0HHeiSKbO2I8Y6QKesKVmRXWevRtKKbSrBbVU7M85zrftrwAjct15Z09fOTNB6BF7IqQ7OAzo6CB0Y71IXh+wvsuuseBHbUOZx3zasYFLNloA9CFxru6tQdUpDTVDEKhjjxpp9Y4ObBL85AsRbNQlSgREQb79ilBENeHCZ60QmYc2D9ik0XTO1wfiSFWQLfmNR/cGpwbmVULKJ3vG9m1AZI8ZWysiJlAjOlWycxZ8RY3GYFdpOScCShjkapjeRjXLUY6VDrUxf1XvegGu5gDu1BrEXGqL5TjXKL7ipAeNnKlAJmAhBNUZTRYg5D8Z/sjo0cMdXoKPnJrV2yo5T+werAWNjSxDWyOScB8+9MvWhzM+w2li7jc5PXCt52f3eSliA86gEpY22BTgbUMCvwXpOIHghE8x95xvvW1fmefH8uwhfUV6Px8V55C8dICo5jDBPbPrfo0efjxhTDa+hZNvvXVYLzJTNaepXvFUuEakrsudFnBQ5NPgKYQ2IMAzzw74dbpsZD2i4nlXx46113vAmzeft/YnvuEZUA8KXAM5vgEvASBeQccopK69rhJp7iw9j39575LfxX6pK3Q9HfrtaQGM9XMWIq4fnfkIb2nTu4YHoehj/0VHpDTx+hLy08CACQmXRl+z6+kW0nFJw5lwghg+j4K3KVA9YJmzTEpgZ3POm1UCGrzL8/Pnd8uNi9jdS5LYFo2TeFfnvu607ZuwFZ1bFjSlZMR5nL6+JGnmUGZc24Q0XWzCyjAxLEjO1xqPVGnAeFfUgNYJ7IFpPZzcLdxQb77nY3AD9XtDyCKVhuTeiAlRWlqxoxu6SDIhUJWVMJb56mUosjk4iCgn2o/iJKLQBYUrpFzZ4Ev1B8S5wXxw6vGr6Fo9LoBPxNMS9TUp8Yjv0fc7w4OBcj6YIEoxXXA9Q0dUV2vt9+c3G27BI7Iw+6nPTb9qw/SV7+gPfuaeXm2zjVSd9ndRLAUuxARl0Gu+FHO4Q88/w6YWlvPw2iZrWsn/fmds7D4082BfW+pLl32DRzfvlCc+L8YnHxld1+JgRl/XhFbqBVahrZepbbqSm9R96gC6p9y1HWbIGGov7jHdcaTr3uhiP5+qZsRLW7sz8ZDAq+ut+RIDX/3/yLKL8VehgPYv965ETnon5FScU845jrtUq74HOjwFfMdWA31ncphe33y2jyGHNnLsvAZCnHT8XDYKztXLOjVqD8/3F4EV+/BaRN73XjRpOSL/7b/D/tsHTy1rTlzDsFYb6Heb9JwAAAP//AQAA//+YP5Y62QsAAA==" | base64 -d | gzip -d > conf/cluster_spec.yaml
echo "H4sIAAAAAAAA/+xW34/bNgx+z18hYCj60rPjNutWow9Lk26XtemypF33qkiMo0WWXEpyLvvrB0p2ftxdVgx73FCgdyYpivz48dMJbYOcWLNRVTlgjO/d2zeryWo2RdUCkokxMHytQZZsw7WDAWM1N7yClbfIK5ho7hy4knkMMBDWeK4M4DIYr2oo2dEiT05JibWt3kMLumTKbOyAsRbQKWtKVmSj7NVAWrFLJbidambGea51dw0YgYfGK2u62pkJWg/ACznRwXlARwehBeNd6uKY/UU2yooXsQ1lHvftwhrGi9kKsAOBa233C1St0lARFLEKxrix5lDb4MbBb08A8UaNg1RgBMTbbxhlRAMeXOZakUnY8KB9Ck3XTGwwvmQF2YLfWlR/cmpwbiWUbKz3/ODGVMaAsbUyciwlgnMlG2bx34CxOMwF2lZJwJKGOeinN5a1ctTjQodKma6qD7wG13AB79UGxEFoiOb3qlZ+yU0FGL+pQCVgLATVGE3T1MA5B87tH60GjOWvQFgjk3MePPfKVMdiPsN6a+0uOn/jWsnr7g9WwhKcRyUobbQtwdmAAn4N1nNq1QuZwOz623rfuDLPi+ffRZCKcjQcFpeRv7SAqGQ/qDxx5ptHjz4fMKZqXkHJdt+7rBKYKZvTbG94o1yiS1tkz4s4D3Jo8AuEDSBCP7KPh6a/bWY8oOF6toift9Z5w+s0hbd3Z77TslANCF8COL8FLgEjKUDGWaasvKoQKu4t3o99e+eR38ZfqSp11x/5/WYJtfVwEyNu7p/7CW1o0rn7B6LrfvwnR6XX8PgR8tJagwgIC4u+ZKPRi2g5J9rMuUA87kfBG5WpDrBM2LohMDO443WjgQwPMvz8+d3q03L2D1LktgGjZN4W+R/7nTtl7GRltoh7UbJiOMxejogaeRQTlzbhDRc7MLKMDEtCMrHGo9UacB518ygognsgWk9m06U7SYr3XGynQP8vaXmE0rA6GLEAVFaWrKiH7tqyi1QlZUwlvnqZSixOTiIKyfKj+IkopwFhQumXNniS9l7XrnBfHDu8qbsWT0ugE/E0xL1NentmO/Z9yfDg4FJ1JggSjFdc91DR1Qu0d4fyq403YZnYGX3U57bbtH77S/b0B753T6832cSrzvo6q5cCVmILMug03is53DHm3+HTCUt5/QUSFa1l94ozd3Aeanm0L631Jcu/wqLph9UZz4vhmcfGt7P/zIjL+vjWTGEdqkqZ6pYbqWn9+x6gTep9y1GWrIba4iHjLVeazr0uhsO5emashI27MD/pjYp+uh8R4PW3T55FlB+E9taL2L8fOeGZmL/ghGLecsy1Wucd0Pkp4AFTDfi9xV16V7vdMooc1sy5+xIAedrxS9EgOBsr59yoDTjfXQxe5Ke/FfK687pBzQnpd/8P/r82eHpZK0VodwpD/fbz/gsAAP//AQAA//+EWFbivwsAAA==" | base64 -d | gzip -d > conf/cluster_spec.yaml
echo "H4sIAAAAAAAA/1TOMU/DMBAF4N2/wjtKDRIsllhaUFMhh4AYuh72pQny5YzPLuXfo9Ap69P3nt4ucg195vMUMFsNP6J2PA/TaQuCVhPSINYYH6sUzLLBC1CKuPFMxjOljLIK1WGWArPHfeaaOqBlBJZuU6UpKKW5gzV654hWu3+kOg5Y0/VCCzJaPbq31/Q0nb725+dj199//B7brSPX3t5cemfo8zA80AuM4ds/qj8AAAD//wEAAP//u+htOc8AAAA=" | base64 -d | gzip -d > conf/kube_env.yaml
echo "H4sIAAAAAAAA/1TOMU/DMBAF4N2/wjtKI4ZWxRILhlKGRIAgiPFkXyDgyxmfTQi/HoVOWZ++9/Rs4OLvE38PHpPRMImyPPbD2xUIGk1IvZi6dqFIxiQb/AGKATeOqXZMMaGsQnU3SobR4W3iElugZQSWblWkyii5Ooc1euSARjf/SLXsscTThSPIu9HdcQfb67kJ9OX3BxI+e563L6/Tbrj4sE+fYY+H5sZ2D79JLtUfAAAA//8BAAD//xCbiFLPAAAA" | base64 -d | gzip -d > conf/kube_env.yaml
download-release
echo "== nodeup node config done =="

View File

@ -63,7 +63,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -161,7 +161,6 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -253,7 +252,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
ConfigBase: memfs://clusters.example.com/containerd.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: 4fha382ZMFt2lpPdABWVSRUAXSADVKdCm9JSr6tfcJ4=
NodeupConfigHash: qvR0i6qa2s54ZANeceLJGjXi29mVBzQUchV6QUpzjCQ=
__EOF_KUBE_ENV

View File

@ -153,7 +153,6 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -245,7 +244,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
ConfigBase: memfs://clusters.example.com/containerd.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: ASd4TaLBK+cf8CS/o6jwOqfAgdHRdA03PldCEDintuI=
NodeupConfigHash: n0GsXVBKqotfXU3ZV0+tgjuIbRG3ryMK5jfoi8/5DFg=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/123.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: 2BnL9dTk5xfFuBtqUHFX/tfuqIJOLyu8gIyh35YR3RQ=
NodeupConfigHash: FXPW7J22BgGDsSSOlMFcjYEAp/GpcKW5D61tRB8AXdI=
__EOF_KUBE_ENV

View File

@ -85,7 +85,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -169,7 +169,6 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersdockerexamplecom.Properties.L
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -263,7 +262,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersdockerexamplecom.Properties.L
ConfigBase: memfs://clusters.example.com/docker.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: imk1UXoCCs6yiCc1fQQkdx0kEvXA0OMpylH1JztAa+w=
NodeupConfigHash: sWjOwigV1Op8L3/9Ua9YBkILaUUdJ7huisFgdb+xwGo=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/existing-iam.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: HjHQyBAfOGm4wHwAqYAJiS+xtVgwTWq77woRSV9hd9k=
NodeupConfigHash: tyZRXcj0msz+D/eeKsIqBT9GMbqJUTwJ9LjfhZfX3LA=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/existing-iam.example.com
InstanceGroupName: master-us-test-1b
InstanceGroupRole: Master
NodeupConfigHash: HjHQyBAfOGm4wHwAqYAJiS+xtVgwTWq77woRSV9hd9k=
NodeupConfigHash: tyZRXcj0msz+D/eeKsIqBT9GMbqJUTwJ9LjfhZfX3LA=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/existing-iam.example.com
InstanceGroupName: master-us-test-1c
InstanceGroupRole: Master
NodeupConfigHash: HjHQyBAfOGm4wHwAqYAJiS+xtVgwTWq77woRSV9hd9k=
NodeupConfigHash: tyZRXcj0msz+D/eeKsIqBT9GMbqJUTwJ9LjfhZfX3LA=
__EOF_KUBE_ENV

View File

@ -71,7 +71,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -153,7 +153,6 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -245,7 +244,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: 5StgKu5eTk/zFpcb1W8qO9BWna8InTaJCmpUJg5Cdfk=
NodeupConfigHash: gXrxRhwYwi4yyEtndVrcy88O6zqWqB9UfgJBjcsH+Y0=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/existingsg.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: SC3HPTwFUboxlBEsgbo2ZmqbbNzWP/I0Ah+c0K/91mQ=
NodeupConfigHash: naHuHaaY2TpNL18G+RfasEJOSaTEjeC7FvghQf5w1YU=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/existingsg.example.com
InstanceGroupName: master-us-test-1b
InstanceGroupRole: Master
NodeupConfigHash: SC3HPTwFUboxlBEsgbo2ZmqbbNzWP/I0Ah+c0K/91mQ=
NodeupConfigHash: naHuHaaY2TpNL18G+RfasEJOSaTEjeC7FvghQf5w1YU=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/existingsg.example.com
InstanceGroupName: master-us-test-1c
InstanceGroupRole: Master
NodeupConfigHash: SC3HPTwFUboxlBEsgbo2ZmqbbNzWP/I0Ah+c0K/91mQ=
NodeupConfigHash: naHuHaaY2TpNL18G+RfasEJOSaTEjeC7FvghQf5w1YU=
__EOF_KUBE_ENV

View File

@ -74,7 +74,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: 5StgKu5eTk/zFpcb1W8qO9BWna8InTaJCmpUJg5Cdfk=
NodeupConfigHash: gXrxRhwYwi4yyEtndVrcy88O6zqWqB9UfgJBjcsH+Y0=
__EOF_KUBE_ENV

View File

@ -63,7 +63,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: KlR627RcQK12hwGF4JRUPQQ6fd+fZcYpBBCBuRB8ASc=
NodeupConfigHash: ps29rTfAWDjTZjZk4aLQdA05bBY420JKxvYuRiDbmYU=
__EOF_KUBE_ENV

View File

@ -64,7 +64,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -153,7 +153,6 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersexternallbexamplecom.Properti
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -245,7 +244,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersexternallbexamplecom.Properti
ConfigBase: memfs://clusters.example.com/externallb.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: 9lwlPzjo+xEdi8oVmYcF2j1iWMw44cFLp1Am3Oi05dg=
NodeupConfigHash: ZUKhUQKJZd2dcQr+MDQ7zGTqz+/MAKvk+obhwInVZRI=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/externallb.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: 9lwlPzjo+xEdi8oVmYcF2j1iWMw44cFLp1Am3Oi05dg=
NodeupConfigHash: ZUKhUQKJZd2dcQr+MDQ7zGTqz+/MAKvk+obhwInVZRI=
__EOF_KUBE_ENV

View File

@ -63,7 +63,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -153,7 +153,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -246,7 +245,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/externalpolicies.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: +CYbsRBHuruW0rq4BOzlpqWmllx7jtQEWNuiAndllsM=
NodeupConfigHash: UyWCRq3vfvwSpuJDdKKkHVC3aWlbHAfTq+roiudkbDw=
__EOF_KUBE_ENV

View File

@ -79,7 +79,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -13,7 +13,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/ha.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: fh3a/darXWDl3JlnzXAF14PrRQNRTwr7dP9rkBD7+Is=
NodeupConfigHash: pjulvSWrYUr+W9zPdxaLNf5sQtgsoZZ0HFNp/fNefVY=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/ha.example.com
InstanceGroupName: master-us-test-1b
InstanceGroupRole: Master
NodeupConfigHash: fh3a/darXWDl3JlnzXAF14PrRQNRTwr7dP9rkBD7+Is=
NodeupConfigHash: pjulvSWrYUr+W9zPdxaLNf5sQtgsoZZ0HFNp/fNefVY=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://tests/ha.example.com
InstanceGroupName: master-us-test-1c
InstanceGroupRole: Master
NodeupConfigHash: fh3a/darXWDl3JlnzXAF14PrRQNRTwr7dP9rkBD7+Is=
NodeupConfigHash: pjulvSWrYUr+W9zPdxaLNf5sQtgsoZZ0HFNp/fNefVY=
__EOF_KUBE_ENV

View File

@ -71,7 +71,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -71,7 +71,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -245,7 +244,7 @@ CloudProvider: gce
ConfigBase: memfs://tests/ha-gce.example.com
InstanceGroupName: master-us-test1-a
InstanceGroupRole: Master
NodeupConfigHash: wzNOVQcIIK0AS3B/BO3bhtYY3utaZopKkxKjbN9zS3A=
NodeupConfigHash: pGZGJ/r7U0pXUY6HvDJDScZt55RW0yOdmwX8lHrKFbk=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -245,7 +244,7 @@ CloudProvider: gce
ConfigBase: memfs://tests/ha-gce.example.com
InstanceGroupName: master-us-test1-b
InstanceGroupRole: Master
NodeupConfigHash: wzNOVQcIIK0AS3B/BO3bhtYY3utaZopKkxKjbN9zS3A=
NodeupConfigHash: pGZGJ/r7U0pXUY6HvDJDScZt55RW0yOdmwX8lHrKFbk=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -245,7 +244,7 @@ CloudProvider: gce
ConfigBase: memfs://tests/ha-gce.example.com
InstanceGroupName: master-us-test1-c
InstanceGroupRole: Master
NodeupConfigHash: wzNOVQcIIK0AS3B/BO3bhtYY3utaZopKkxKjbN9zS3A=
NodeupConfigHash: pGZGJ/r7U0pXUY6HvDJDScZt55RW0yOdmwX8lHrKFbk=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -245,7 +244,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal-ipv6.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: zYbO/e2M2Iy3fxtLkb+mOckni+m8gKTNLvqy5wTdQMA=
NodeupConfigHash: Ak0TU7MygiQGoWxfo1e/+WLzKmgbjlgWBmAgyKPNCyo=
__EOF_KUBE_ENV

View File

@ -65,7 +65,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: ny8WT+mNhh2EuJfl7ypbCMAqTmQJhnle12ZLCUwmTV8=
NodeupConfigHash: GXafg6qlWh5J+kskGooK4e7zQGl0lq/bZsofH1TTLWc=
__EOF_KUBE_ENV

View File

@ -90,7 +90,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -153,7 +153,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -252,7 +251,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: 0EyRTJpK9KrCfzoGEoHxH6tQPsXj3MzWPbb38lNx3wM=
NodeupConfigHash: FRFCRUdAc+VKAxvUVjCNxC9MVaqfUX89rznJSU9wVFU=
__EOF_KUBE_ENV

View File

@ -87,7 +87,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -153,7 +153,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -252,7 +251,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: nRugnx7H/BPkYUOEVmcwRp+i05mWyLIKWoq7qn9995c=
NodeupConfigHash: FjIGzfwSyzwa0X8knSlsVRjS7PoNokZ3kLx92RUVI3I=
__EOF_KUBE_ENV

View File

@ -86,7 +86,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -153,7 +153,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -252,7 +251,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: /rCpPWCqNYg2l1GXjrzH5s66xP1VDUkEhwtbv4iJYWU=
NodeupConfigHash: 6rToKtWTZzYJK+YviGSrhaQ1+q5aSxO577Xm1GACOU4=
__EOF_KUBE_ENV

View File

@ -79,7 +79,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -169,7 +169,6 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimaletcdexamplecom.Propert
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -261,7 +260,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimaletcdexamplecom.Propert
ConfigBase: memfs://clusters.example.com/minimal-etcd.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: W7/wjoITwtdyVXX6BtfOESF2XD1PmsG+bvat01A/V3Y=
NodeupConfigHash: yUdSa4C8PzCit8V4ivh2O7J1JjMyI7ygAz96joTXc0I=
__EOF_KUBE_ENV

View File

@ -159,7 +159,6 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -251,7 +250,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: 5StgKu5eTk/zFpcb1W8qO9BWna8InTaJCmpUJg5Cdfk=
NodeupConfigHash: gXrxRhwYwi4yyEtndVrcy88O6zqWqB9UfgJBjcsH+Y0=
__EOF_KUBE_ENV

View File

@ -158,7 +158,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -250,7 +249,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: 5StgKu5eTk/zFpcb1W8qO9BWna8InTaJCmpUJg5Cdfk=
NodeupConfigHash: gXrxRhwYwi4yyEtndVrcy88O6zqWqB9UfgJBjcsH+Y0=
__EOF_KUBE_ENV

View File

@ -69,7 +69,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -153,7 +153,6 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalipv6examplecom.Propert
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -245,7 +244,7 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalipv6examplecom.Propert
ConfigBase: memfs://clusters.example.com/minimal-ipv6.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: zYbO/e2M2Iy3fxtLkb+mOckni+m8gKTNLvqy5wTdQMA=
NodeupConfigHash: Ak0TU7MygiQGoWxfo1e/+WLzKmgbjlgWBmAgyKPNCyo=
__EOF_KUBE_ENV

View File

@ -152,7 +152,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -244,7 +243,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal-ipv6.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: zYbO/e2M2Iy3fxtLkb+mOckni+m8gKTNLvqy5wTdQMA=
NodeupConfigHash: Ak0TU7MygiQGoWxfo1e/+WLzKmgbjlgWBmAgyKPNCyo=
__EOF_KUBE_ENV

View File

@ -65,7 +65,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -12,7 +12,6 @@ APIServerConfig:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

View File

@ -153,7 +153,6 @@ kubeAPIServer:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook
@ -253,7 +252,7 @@ CloudProvider: aws
ConfigBase: memfs://clusters.example.com/minimal-warmpool.example.com
InstanceGroupName: master-us-test-1a
InstanceGroupRole: Master
NodeupConfigHash: PH9jtuZPVzee4/VkVBT2keb6Ewlgo5iMwvzSxqntoI0=
NodeupConfigHash: 4ENjflM3KY/1aErExzgsbiRYkFnCbJwDUrBb3m7L+U0=
__EOF_KUBE_ENV

View File

@ -64,7 +64,6 @@ spec:
- NamespaceLifecycle
- LimitRanger
- ServiceAccount
- PersistentVolumeLabel
- DefaultStorageClass
- DefaultTolerationSeconds
- MutatingAdmissionWebhook

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