diff --git a/tests/integration/create_cluster/ingwspecified/expected-v1alpha1.yaml b/tests/integration/create_cluster/ingwspecified/expected-v1alpha1.yaml index e0571953ca..4e65951a5f 100644 --- a/tests/integration/create_cluster/ingwspecified/expected-v1alpha1.yaml +++ b/tests/integration/create_cluster/ingwspecified/expected-v1alpha1.yaml @@ -26,8 +26,6 @@ spec: iam: allowContainerRegistry: true legacy: false - kubelet: - anonymousAuth: false kubernetesVersion: v1.4.8 masterPublicName: api.private.example.com networkCIDR: 172.20.0.0/16 diff --git a/tests/integration/create_cluster/ingwspecified/expected-v1alpha2.yaml b/tests/integration/create_cluster/ingwspecified/expected-v1alpha2.yaml index d06032c2d5..3508601a1f 100644 --- a/tests/integration/create_cluster/ingwspecified/expected-v1alpha2.yaml +++ b/tests/integration/create_cluster/ingwspecified/expected-v1alpha2.yaml @@ -24,8 +24,6 @@ spec: iam: allowContainerRegistry: true legacy: false - kubelet: - anonymousAuth: false kubernetesApiAccess: - 0.0.0.0/0 kubernetesVersion: v1.4.8 diff --git a/tests/integration/create_cluster/minimal/expected-v1alpha1.yaml b/tests/integration/create_cluster/minimal/expected-v1alpha1.yaml index bdc1579689..b15bf1583f 100644 --- a/tests/integration/create_cluster/minimal/expected-v1alpha1.yaml +++ b/tests/integration/create_cluster/minimal/expected-v1alpha1.yaml @@ -25,6 +25,8 @@ spec: iam: allowContainerRegistry: true legacy: false + kubelet: + anonymousAuth: false kubernetesVersion: v1.11.0 masterPublicName: api.minimal.example.com networkCIDR: 172.20.0.0/16 diff --git a/tests/integration/create_cluster/minimal/expected-v1alpha2.yaml b/tests/integration/create_cluster/minimal/expected-v1alpha2.yaml index 96624a4c93..c10c4b58d2 100644 --- a/tests/integration/create_cluster/minimal/expected-v1alpha2.yaml +++ b/tests/integration/create_cluster/minimal/expected-v1alpha2.yaml @@ -23,6 +23,8 @@ spec: iam: allowContainerRegistry: true legacy: false + kubelet: + anonymousAuth: false kubernetesApiAccess: - 0.0.0.0/0 kubernetesVersion: v1.11.0