Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6bf6f8e

Browse files
bpmctkylecarbs
authored andcommitted
example(k8s): clarify kubeconfig location (#1494)
1 parent65ac0fb commit6bf6f8e

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

Lines changed: 9 additions & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp