Skip to content

Commit 81e6c94

Browse files
committed
Fix example KMS configuration documentation
Updated example configuration to specify separate unix domain socket paths. Signed-off-by: Micah Hausler <[email protected]>
1 parent e500dd5 commit 81e6c94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/en/docs/tasks/administer-cluster/kms-provider.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@ defined in a CustomResourceDefinition, your cluster must be running Kubernetes v
284284
providers:
285285
- kms:
286286
name: myKmsPluginFoo
287-
endpoint: unix:///tmp/socketfile.sock
287+
endpoint: unix:///tmp/socketfile-foo.sock
288288
cachesize: 100
289289
timeout: 3s
290290
- kms:
291291
name: myKmsPluginBar
292-
endpoint: unix:///tmp/socketfile.sock
292+
endpoint: unix:///tmp/socketfile-bar.sock
293293
cachesize: 100
294294
timeout: 3s
295295
```
@@ -308,12 +308,12 @@ defined in a CustomResourceDefinition, your cluster must be running Kubernetes v
308308
- kms:
309309
apiVersion: v2
310310
name: myKmsPluginFoo
311-
endpoint: unix:///tmp/socketfile.sock
311+
endpoint: unix:///tmp/socketfile-foo.sock
312312
timeout: 3s
313313
- kms:
314314
apiVersion: v2
315315
name: myKmsPluginBar
316-
endpoint: unix:///tmp/socketfile.sock
316+
endpoint: unix:///tmp/socketfile-bar.sock
317317
timeout: 3s
318318
```
319319

0 commit comments

Comments
 (0)