Skip to content

Commit

Permalink
Capture outcome of "hack/update-expected.sh" run
Browse files Browse the repository at this point in the history
  • Loading branch information
seh committed Feb 4, 2021
1 parent 942a048 commit ca04fd6
Show file tree
Hide file tree
Showing 109 changed files with 287 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ contents: |
- --authorization-mode=AlwaysAllow
- --bind-address=0.0.0.0
- --client-ca-file=/srv/kubernetes/ca.crt
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-provider=aws
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --etcd-cafile=/etc/kubernetes/pki/kube-apiserver/etcd-ca.crt
Expand Down Expand Up @@ -121,6 +122,9 @@ contents: |
readOnly: true
- mountPath: /etc/kubernetes/pki/kube-apiserver
name: pki
- mountPath: /etc/kubernetes/cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes
name: srvkube
readOnly: true
Expand Down Expand Up @@ -170,6 +174,9 @@ contents: |
path: /etc/kubernetes/pki/kube-apiserver
type: DirectoryOrCreate
name: pki
- hostPath:
path: /etc/kubernetes/cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes
name: srvkube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ contents: |
- --authorization-mode=AlwaysAllow
- --bind-address=0.0.0.0
- --client-ca-file=/srv/kubernetes/ca.crt
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-provider=aws
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --etcd-cafile=/etc/kubernetes/pki/kube-apiserver/etcd-ca.crt
Expand Down Expand Up @@ -99,6 +100,9 @@ contents: |
readOnly: true
- mountPath: /etc/kubernetes/pki/kube-apiserver
name: pki
- mountPath: /etc/kubernetes/cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes
name: srvkube
readOnly: true
Expand Down Expand Up @@ -145,6 +149,9 @@ contents: |
path: /etc/kubernetes/pki/kube-apiserver
type: DirectoryOrCreate
name: pki
- hostPath:
path: /etc/kubernetes/cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes
name: srvkube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ contents: |
- args:
- --allocate-node-cidrs=true
- --attach-detach-reconcile-sync-period=1m0s
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-provider=aws
- --cluster-cidr=100.96.0.0/11
- --cluster-name=minimal.example.com
Expand Down Expand Up @@ -74,6 +75,9 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes
name: srvkube
readOnly: true
Expand Down Expand Up @@ -118,6 +122,9 @@ contents: |
- hostPath:
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes
name: srvkube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ contents: |
- --authorization-mode=AlwaysAllow
- --bind-address=0.0.0.0
- --client-ca-file=/srv/kubernetes/ca.crt
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-provider=aws
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --etcd-cafile=/etc/kubernetes/pki/kube-apiserver/etcd-ca.crt
Expand Down Expand Up @@ -99,6 +100,9 @@ contents: |
readOnly: true
- mountPath: /etc/kubernetes/pki/kube-apiserver
name: pki
- mountPath: /etc/kubernetes/cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes
name: srvkube
readOnly: true
Expand Down Expand Up @@ -145,6 +149,9 @@ contents: |
path: /etc/kubernetes/pki/kube-apiserver
type: DirectoryOrCreate
name: pki
- hostPath:
path: /etc/kubernetes/cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes
name: srvkube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ contents: |
- --authorization-mode=AlwaysAllow
- --bind-address=0.0.0.0
- --client-ca-file=/srv/kubernetes/ca.crt
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-provider=aws
- --enable-admission-plugins=NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,NodeRestriction,ResourceQuota
- --etcd-cafile=/etc/kubernetes/pki/kube-apiserver/etcd-ca.crt
Expand Down Expand Up @@ -99,6 +100,9 @@ contents: |
readOnly: true
- mountPath: /etc/kubernetes/pki/kube-apiserver
name: pki
- mountPath: /etc/kubernetes/cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes
name: srvkube
readOnly: true
Expand Down Expand Up @@ -145,6 +149,9 @@ contents: |
path: /etc/kubernetes/pki/kube-apiserver
type: DirectoryOrCreate
name: pki
- hostPath:
path: /etc/kubernetes/cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes
name: srvkube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ contents: |
- args:
- --allocate-node-cidrs=true
- --attach-detach-reconcile-sync-period=1m0s
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-provider=aws
- --cluster-cidr=100.96.0.0/11
- --cluster-name=minimal.example.com
Expand Down Expand Up @@ -74,6 +75,9 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes
name: srvkube
readOnly: true
Expand Down Expand Up @@ -118,6 +122,9 @@ contents: |
- hostPath:
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes
name: srvkube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ contents: |
- args:
- --allocate-node-cidrs=true
- --attach-detach-reconcile-sync-period=1m0s
- --cloud-config=/etc/kubernetes/cloud.config
- --cloud-provider=aws
- --cluster-cidr=100.96.0.0/11
- --cluster-name=minimal.example.com
Expand Down Expand Up @@ -74,6 +75,9 @@ contents: |
- mountPath: /etc/openssl
name: etcopenssl
readOnly: true
- mountPath: /etc/kubernetes/cloud.config
name: cloudconfig
readOnly: true
- mountPath: /srv/kubernetes
name: srvkube
readOnly: true
Expand Down Expand Up @@ -118,6 +122,9 @@ contents: |
- hostPath:
path: /etc/openssl
name: etcopenssl
- hostPath:
path: /etc/kubernetes/cloud.config
name: cloudconfig
- hostPath:
path: /srv/kubernetes
name: srvkube
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ echo "== nodeup node config starting =="
ensure-install-dir

cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ echo "== nodeup node config starting =="
ensure-install-dir

cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscomplexexamplecom.Properties.
ensure-install-dir
cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down Expand Up @@ -505,7 +506,8 @@ Resources.AWSEC2LaunchTemplatenodescomplexexamplecom.Properties.LaunchTemplateDa
ensure-install-dir
cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ echo "== nodeup node config starting =="
ensure-install-dir

cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ echo "== nodeup node config starting =="
ensure-install-dir

cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function download-release() {
echo "== nodeup node config starting =="
ensure-install-dir

echo "H4sIAAAAAAAA/+xWbW/bthN/r09B9I+ibxrJSvLvNqEF5jndYizpNKfrBgzFQJNnmTBFqkdSiYd9+OFI2bLTZN3Dyw0BEvF+d8d7+N0xQtsgZ9asVFMxE7TOhDWeKwO4CMarFiq2l8gRlFXGCFip5rseEJWEiv2WMcZYD+iUNewVO82i4OdOh0YZ9z4dR0H+RNl8dJk32Im8L3OB6sle+c+pH8gPLP+ybY4paXfk5O+7oQ/x/sgVYwP4i992wF6xey7JIu9Pn2SMadtcQQ+6YsqsbLYvbcXK/Dw/y6QVG0DqhNuobm6c51pXzGOADIzAbeeVNUfdBS/kTAfnAR0ZQg/Gx68D72f5eV6eZYy1XJmHsU1YwrSe3wD2KQKutb2tUfVKQwNyiIIxbqzZtja4afDriq24dlHcqWmQCoyAePsJI49owIPLXS9yCSsetE+q6ZqZDcZXrCRZ8GuL6ldOCV5bIt9U3/Ktm1IYGWNLZeRUSgTnKjbJ4w8xluheo+2VBKwYv3VUA8OXGqayVY5yrFOrU1RveAuu4wKu1ArEVmiI4ivVKr/gpgGMZwpQCZgKQTFGUU0Vcx6Mf2d1aOGKL0FH5CKlduMt8gZmmjt3KH9rNWBM7AaENTKB18Fzr0yzD/NHWK6t3UTwHddKPg6/sRIW4DwqQW6jbAHOBhTwfbCeUxG8kKnMQ+Zr77uqKMrTz2L1yup8MimPFXeTP1gUiUz/e8jyNGNMtbyBim0+d3kjMFe2oJ6f8E65RKO+zE9TnwjQ4GuEFSDCrpVvt93usrnxgIbreR2Pl9Z5w9vUndd3B9g4RBQDwocAzq+BS8BIFpCxx8krbxqEhnuL93Vf33nkl/GTolJ3O5OfThbQWg8nUePkvt03aEOX7O4bROi+/g+OQm/hYRNCadxBBITaoq/Y+flZlBwScO5cIH5TJ1xVFLxTubBtRzXM4Y63nQYSjIbDTpjXkdQVKyeT/MU59a+Im8Alsn7FxQaMrCIL0haYWePRag14zQ1vxm0guAdi3mx+sXDjPvCei/UF0O8F8VsoDTdbI2pAZWXFynbiHptUkaIkjynEL16kEMsRpG7Sm/VgtunFCggzcr+wwYMbl9IjBBX7DE/aIcWRqTqxQ0McrbQsD2T7vI9pGBwcr4wZggTjFde7UtHVNdq7bfXJxLuwSBSKGOW5HsZhfJuffclv3bPHk+ziVQd5HcRLCjdiDTLo1N5HfLi9zj+rzzD91ePPh2hodi5Q0dpgbus8tHIvX1jrK1Z8gkUXb24OeF5ODhAbH77dMScu6/1DcQHL0DTKNJfcSE0zussB+rRgLznKirXQWtzmvOdKk93LcjK5Vs+NlbByR+KnO6Giv+5rBHj5/6fPY5U/Ut1Jj3T/uOVUz8T8mlMVi55jodWyGApdjAofMdWAv7W4SY/iMFtGEWDNNXcfAiBPM368NKicnZXX3KgVOD9cDF4U40NftAPqspZTpb/9r/H/tsbT89fQ/0k4bBjKd9fv3wEAAP//AQAA//+BKUrfngwAAA==" | base64 -d | gzip -d > conf/cluster_spec.yaml
echo "H4sIAAAAAAAA/+xWbW/bthN/709B9I+ibxrJSvLvNqEF5jndYizpNLvrBgzFQJNnmTBFqkdSiYd9+OFI2ZbTeN3Dyw0BEumedHe/391FaBvk1JqVqssRYw03vIaFt8hrmGruHLiSeQwwEtZ4rgzgPBivGijZXiIPSklRRIz3XQeISkLJfhsxxlgH6JQ17BU7H0XBz60OtTLufXo9CLInymaHkFmNrci6IhOonuyN/5z5QD7w/Mu+Gaai3VGQvx+GHsT7o1CM9cpf/LYF9oo9CEkeWXf+ZMSYtvUNdKBLpszKjvatLVmRXWYXI2nFBpCQcBvVzozzXOseRjACt61X1vSoMxO0HoEXcqqD84COHKED4+PTIPpFdpkVF5Emyjyu24QlTKrZArBLGXCt7V2FqlMaapB9FoxxY822scFNgl+XbMW1i+JWTYJUYATEr58xiogGPLjMdSKTsOJB+2SaPjO1wfiSFSQLfm1R/cqpwFtL5JvoO751E0pjxNhSGTmREsG5ko2z+EOMpTGo0HZKApaM3znqgeFLDRPZKEc1VgnqlNUb3oBruYAbtQKxFRqi+EY1ys+5qQHjOyWoBEyEoByjqKKOOQ/Gv7M6NHDDl6Cj5iqVNpy+ofyt1YCxsAUIa2RS3gbPvTL1Ps0fYbm2dhOV77hW8rT6jZUwB+dRCQobZXNwNqCA74P1nJrghUxt7itfe9+WeV6cfxa7V5SX43FxbLib/N4jT2T632Oe5yPGVMNrKNnmc5fVAjNlc8L8jLfKJRp1RXaecCKFBl8hrAARdlC+3ba7j82MBzRcz6r4em2dN7xJ6Ly+H+gOQ0Q5IHwI4PwauASMZAEZMU5ReV0j1NxbfGj7+t4jv46PlJW637n8dDaHxno4ixZnD/2+QRva5PfQIaoe2v/gKPUGHnchLY07iIBQWfQlu7y8iJIhAWfOBeI3IeHKPOetyoRtWuphBve8aTWQ4ODY74RZFUldsmI8zl5cEn553AQukfUrLjZgZBlZkLbA1BqPVmvA23hU9ttAcA/EvOnsau4O+8B7LtZXQL/nxG+hNCy2RlSAysqSFc3YnZpUkbKkiCnFL16kFIuDktCkm/VoteliBYQphZ/b4Onu7ZbSCYKKfYVnTV/igak6sUNDHK20LAeyfd3HNAwOjlfGFEGC8YrrXavo0xXa+235ycLbME8Uijqqc92Pw+E2P/uS37lnp4ts46cGdQ3yJYOFWIMMOsF7Iobb2/yz/vTTX54+H6Km2blCRWuDua3z0Mi9fG6tL1n+CRZdvVkMeF6MBxobD9/uNSMu6/2huIJlqGtl6mtupKYZ3dUAXVqw1xxlyRpoLG4z3nGlye9lMR7fqufGSli5I/HTnVDRX/c1Arz8/9Pnscsfme6kR7Z/DDn1MzG/4tTFvOOYa7XM+0bnB4OPmGrA31ncpKPYz5ZRpLDmlrsPAZCnGT9eGtTO1spbbtQKnO8/DF7kh0OfN73WjRpOnf72P+D/bcDT+avp/yTsNwzVu8P7dwAAAP//AQAA///l6eLetgwAAA==" | base64 -d | gzip -d > conf/cluster_spec.yaml

echo "H4sIAAAAAAAA/6qu5QIAAAD//wEAAP//BrCh3QMAAAA=" | base64 -d | gzip -d > conf/ig_spec.yaml

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function download-release() {
echo "== nodeup node config starting =="
ensure-install-dir

echo "H4sIAAAAAAAA/5xT3WrcPBC991MMgZCbfLK9XxpakUBLlpJAky7byxKK1ho7w8oaRz9OF/rwRdrNOptCaXtl65wzf2ekxnDUV2xb6iTYaEzRsA2KLLpltIF6lLBH9ERqWUAiWuo+j+gcaZTwowAAGNF5YguXMCsy8HUwsSPr77fHCRBHxGJKKTo3NGKsRePoaC/+M/kL/EXkX8cKtx3aHyT59zTpp7k/SAWwI7+FzYBwCa9Spggxzo4KAMPdJxzRSCDbcrG3VkItzsT/heZmjS5twq9puLE+KGMkBBexWMcVLhx/3+RFmegDuqub+VJCXVXi3bmoRFXWdSKHuMTHiD5kri8AHtgHq3qcVnvyXj35kwKAetWhhPVbL7rGCeIyVfpvyKXGWswqUR20PsutGAypEWXZbnqO/kMMDxJaZTymFjrHcZg7GtFJ8BsfsNd7fMkcJJR5Do564XgknYTqyU/Dze++bGc7PxOVqKsXDPeKrHw+CsONMgUAWrUyOMdV7Dqy3bWy2qDzOwMBcKQmENtr5bSEHnt2G6FGRSbFXdRVdUunljW2/gA+fgYpff1Hh3jx5vg0O/eL9Bk90P5+BcnP7dNbqORiOSpXGlqVO6PLSfBqEwAWwxO79SJf5zuVn7elRLC9Vf4xolMap4uSzazKbOfA+lZZatGHXWEMTS7mLAb0Zb9jffETAAD//wEAAP//DSlx3VcEAAA=" | base64 -d | gzip -d > conf/cluster_spec.yaml
echo "H4sIAAAAAAAA/5xTTWvcMBC9+1cMgZBLKtvbNLQigZYsJYEmXTbHEorWmnXEyhpnJDld6I8v0n44m0Jpe7L13sybmTdSYynqK3JL08oCoFNOtXgfiFWLV1Z5j15C4IhFQy4o45Dn0QXToYQ9okdSJ5Um630dkNlolPCzAAAYkL0hB5cwKTLwrbexNc4/bI4jII4MiVFStNw3YqhFw+ZoH/x34S/wF5n/nCt4M7Q/EPl/mfTTPBxIAWzJ72HdI1zCK8mUIYbJUQFgqf2CA1oJxi2p2FsroRZn4m2hqVkhp034lelvnA/K2u0aV3GBM6Yf67woG31AvrqZziXUVSU+nItKVGVdJ7KPc3yK6EPmugLgkXxwqsNxtScf1bM/KQBMp1qUsHrvRduwMFSmSm/6XGqoxaQS1UHrk9yKxZAaUY7cuqPoP8XwKGGprMfUQssU+ymbAVmCX/uAnd7jc6IgocxzUNQzpsHoFKie/Tjc9O5+M9v5mahEXb1gqFPGyd1RWGqULQDQqYXFKS5i2xrXXiunLfLuHQDgYJpgyF0r1hI67IjXQg3K2JR3UVfVrTl1pHHpD+DjHWjS139mxIt3x6fZud9Cd+hB7J9XkPzcPL2ZSi6Wg+LSmkW5NbocA15tAsBheCZezfJ1vlP5eTuTCHK3yj9FZKVxvCjZzKrMdvakb5UzS/RhWxhDk4uxw4C+7LasL34BAAD//wEAAP///yjJ728EAAA=" | base64 -d | gzip -d > conf/cluster_spec.yaml

echo "H4sIAAAAAAAA/6qu5QIAAAD//wEAAP//BrCh3QMAAAA=" | base64 -d | gzip -d > conf/ig_spec.yaml

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
ensure-install-dir
cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down Expand Up @@ -488,7 +489,8 @@ Resources.AWSEC2LaunchTemplatenodescontainerdexamplecom.Properties.LaunchTemplat
ensure-install-dir
cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amasterscontainerdexamplecom.Properti
ensure-install-dir
cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down Expand Up @@ -470,7 +471,8 @@ Resources.AWSEC2LaunchTemplatenodescontainerdexamplecom.Properties.LaunchTemplat
ensure-install-dir
cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersdockerexamplecom.Properties.L
ensure-install-dir
cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: docker
containerd:
configOverride: |
Expand Down Expand Up @@ -476,7 +477,8 @@ Resources.AWSEC2LaunchTemplatenodesdockerexamplecom.Properties.LaunchTemplateDat
ensure-install-dir
cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: docker
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ echo "== nodeup node config starting =="
ensure-install-dir

cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ echo "== nodeup node config starting =="
ensure-install-dir

cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ echo "== nodeup node config starting =="
ensure-install-dir

cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ echo "== nodeup node config starting =="
ensure-install-dir

cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ Resources.AWSEC2LaunchTemplatemasterustest1amastersminimalexamplecom.Properties.
ensure-install-dir
cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down Expand Up @@ -470,7 +471,8 @@ Resources.AWSEC2LaunchTemplatenodesminimalexamplecom.Properties.LaunchTemplateDa
ensure-install-dir
cat > conf/cluster_spec.yaml << '__EOF_CLUSTER_SPEC'
cloudConfig: null
cloudConfig:
manageStorageClasses: true
containerRuntime: containerd
containerd:
configOverride: |
Expand Down
Loading

0 comments on commit ca04fd6

Please sign in to comment.