mirror of https://github.com/kubernetes/kops.git
./hack/update-expected.sh
This commit is contained in:
parent
9f7a75333a
commit
2386a76f76
|
@ -130,7 +130,7 @@ ClusterName: minimal.example.com
|
|||
ConfigBase: memfs://tests/minimal.example.com
|
||||
InstanceGroupName: master-us-test-1a
|
||||
InstanceGroupRole: ControlPlane
|
||||
NodeupConfigHash: 2kLawXTK7D4sYSNhahg71Q3cuTeXh5BJBxoTWjwxdZ0=
|
||||
NodeupConfigHash: jo3176NmrVaKYz4NRNzNfgzi5ejz2FeCsGArcgmbZrI=
|
||||
|
||||
__EOF_KUBE_ENV
|
||||
|
||||
|
|
|
@ -153,7 +153,7 @@ ConfigServer:
|
|||
- https://kops-controller.internal.minimal.example.com:3988/
|
||||
InstanceGroupName: nodes
|
||||
InstanceGroupRole: Node
|
||||
NodeupConfigHash: Lkqg3L8YsEHKinjhE5pdHFu3j4k/kvs3yFdw8zU6+/M=
|
||||
NodeupConfigHash: C2Qkb15IgZUaLCIxkMu1eAoZ3117y3mgZrXI2D6H0/4=
|
||||
|
||||
__EOF_KUBE_ENV
|
||||
|
||||
|
|
|
@ -154,7 +154,6 @@ spec:
|
|||
podInfraContainerImage: registry.k8s.io/pause:3.9
|
||||
podManifestPath: /etc/kubernetes/manifests
|
||||
protectKernelDefaults: true
|
||||
registerSchedulable: true
|
||||
shutdownGracePeriod: 30s
|
||||
shutdownGracePeriodCriticalPods: 10s
|
||||
kubernetesApiAccess:
|
||||
|
@ -175,7 +174,6 @@ spec:
|
|||
podInfraContainerImage: registry.k8s.io/pause:3.9
|
||||
podManifestPath: /etc/kubernetes/manifests
|
||||
protectKernelDefaults: true
|
||||
registerSchedulable: true
|
||||
shutdownGracePeriod: 30s
|
||||
shutdownGracePeriodCriticalPods: 10s
|
||||
masterPublicName: api.minimal.example.com
|
||||
|
|
|
@ -297,7 +297,6 @@ KubeletConfig:
|
|||
podInfraContainerImage: registry.k8s.io/pause:3.9
|
||||
podManifestPath: /etc/kubernetes/manifests
|
||||
protectKernelDefaults: true
|
||||
registerSchedulable: true
|
||||
shutdownGracePeriod: 30s
|
||||
shutdownGracePeriodCriticalPods: 10s
|
||||
taints:
|
||||
|
|
|
@ -47,7 +47,6 @@ KubeletConfig:
|
|||
podInfraContainerImage: registry.k8s.io/pause:3.9
|
||||
podManifestPath: /etc/kubernetes/manifests
|
||||
protectKernelDefaults: true
|
||||
registerSchedulable: true
|
||||
shutdownGracePeriod: 30s
|
||||
shutdownGracePeriodCriticalPods: 10s
|
||||
KubernetesVersion: 1.34.0-alpha.1
|
||||
|
|
Loading…
Reference in New Issue