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 80c6da5 commit 1527ee6Copy full SHA for 1527ee6
keps/sig-auth/541-external-credential-providers/README.md
@@ -158,7 +158,7 @@ users:
158
159
# Whether or not to provide cluster information, which could potentially contain
160
# very large CA data, to this exec plugin as a part of the KUBERNETES_EXEC_INFO
161
- # environment variable. Optional.
+ # environment variable. Optional. Defaults to false.
162
provideClusterInfo: true
163
clusters:
164
- name: my-cluster
@@ -245,7 +245,9 @@ In JSON:
245
"cluster": {
246
"server": "https://1.2.3.4:8080",
247
"tls-server-name": "bar",
248
+ "insecure-skip-tls-verify": true,
249
"certificate-authority-data": " ... ",
250
+ "proxy-url": "https://4.5.6.7:9090/proxy",
251
"config": { ... }
252
}
253
0 commit comments