Skip to content

Commit 1ed69b9

Browse files
authored
example(k8s): clarify kubeconfig location (#1494)
1 parent 22ec366 commit 1ed69b9

File tree

1 file changed

+9
-1
lines changed
  • examples/kubernetes-multi-service

1 file changed

+9
-1
lines changed

examples/kubernetes-multi-service/main.tf

+9-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ terraform {
1414
variable "step1_use_kubeconfig" {
1515
type = bool
1616
sensitive = true
17-
description = "Use local ~/.kube/config? (true/false)"
17+
description = <<-EOF
18+
Use host kubeconfig? (true/false)
19+
20+
If true, a valid "~/.kube/config" must be present on the Coder host. This
21+
is likely not your local machine unless you are using `coder server --dev.`
22+
23+
If false, proceed for instructions creating a ServiceAccount on your existing
24+
Kubernetes cluster.
25+
EOF
1826
}
1927

2028
variable "step2_cluster_host" {

0 commit comments

Comments
 (0)