Skip to content

Commit

Permalink
fix: update kind config (#2971)
Browse files Browse the repository at this point in the history
Signed-off-by: warjiang <[email protected]>
  • Loading branch information
warjiang authored Feb 4, 2025
1 parent 0259e7b commit 550e0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ nodes:
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"
EOF
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kubeadmConfigPatches:
name: config
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\"
nodes:
- role: control-plane
Expand Down

0 comments on commit 550e0b3

Please sign in to comment.