From b09f8a36856f6eba12ce883c23259f7fad271468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Thu, 3 Aug 2023 09:01:27 +0200 Subject: [PATCH] Propagate ClusterConfiguration to kind correctly --- hack/create-kind-cluster.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/hack/create-kind-cluster.sh b/hack/create-kind-cluster.sh index e497afe6a6..6b350f0fdb 100755 --- a/hack/create-kind-cluster.sh +++ b/hack/create-kind-cluster.sh @@ -45,10 +45,7 @@ containerdConfigPatches: # See: https://kubernetes.slack.com/archives/CEKK1KTN2/p1600268272383600 kubeadmConfigPatches: - | - apiVersion: kubeadm.k8s.io/v1beta2 kind: ClusterConfiguration - metadata: - name: config apiServer: extraArgs: "service-account-issuer": "kubernetes.default.svc"