Skip to content

Commit

Permalink
Remove kubeadmConfigPatches section in kind_config.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: michal.gubricky <[email protected]>
  • Loading branch information
michal-gubricky committed Nov 22, 2024
1 parent 21e9937 commit b962d02
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions Tests/kaas/kaas-sonobuoy-tests/kind_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,6 @@ apiVersion: kind.x-k8s.io/v1alpha4
networking:
apiServerAddress: 127.0.0.1
apiServerPort: 6443
kubeadmConfigPatches:
- |
apiVersion: kubeadm.k8s.io/v1beta3
kind: ClusterConfiguration
metadata:
name: config
apiServer:
extraArgs:
enable-admission-plugins: "NodeRestriction,PodSecurity"
oidc-issuer-url: https://localhost:8443
oidc-client-id: kubernetes
oidc-username-claim: sub
nodes:
- role: control-plane
- role: worker
Expand Down

0 comments on commit b962d02

Please sign in to comment.