We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21e9937 commit b962d02Copy full SHA for b962d02
Tests/kaas/kaas-sonobuoy-tests/kind_config.yaml
@@ -3,18 +3,6 @@ apiVersion: kind.x-k8s.io/v1alpha4
3
networking:
4
apiServerAddress: 127.0.0.1
5
apiServerPort: 6443
6
-kubeadmConfigPatches:
7
- - |
8
- apiVersion: kubeadm.k8s.io/v1beta3
9
- kind: ClusterConfiguration
10
- metadata:
11
- name: config
12
- apiServer:
13
- extraArgs:
14
- enable-admission-plugins: "NodeRestriction,PodSecurity"
15
- oidc-issuer-url: https://localhost:8443
16
- oidc-client-id: kubernetes
17
- oidc-username-claim: sub
18
nodes:
19
- role: control-plane
20
- role: worker
0 commit comments