Skip to content

Commit

Permalink
Fix KinD setup with valid service account issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
creydr committed Oct 2, 2023
1 parent e82a770 commit 243c52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/create-kind-cluster.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kubeadmConfigPatches:
kind: ClusterConfiguration
apiServer:
extraArgs:
"service-account-issuer": "kubernetes.default.svc"
"service-account-issuer": "https://kubernetes.default.svc"
"service-account-signing-key-file": "/etc/kubernetes/pki/sa.key"
networking:
dnsDomain: "${CLUSTER_SUFFIX}"
Expand Down

0 comments on commit 243c52e

Please sign in to comment.