We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d815fa commit b63576eCopy full SHA for b63576e
1 file changed
servers/kubernetes/server.yaml
@@ -12,3 +12,18 @@ about:
12
icon: https://avatars.githubusercontent.com/u/13629408?s=200&v=4
13
source:
14
project: https://github.com/Flux159/mcp-server-kubernetes
15
+run:
16
+ volumes:
17
+ - '{{kubernetes.config_path}}:/home/appuser/.kube/config'
18
+ env:
19
+ - name: KUBECONFIG_PATH
20
+ value: /home/appuser/.kube/config
21
+config:
22
+ description: the path to the host .kube/config
23
+ parameters:
24
+ type: object
25
+ properties:
26
+ config_path:
27
+ type: string
28
+ required:
29
+ - path
0 commit comments