File tree Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Expand file tree Collapse file tree 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,10 @@ probes:
55
55
Run "limactl shell k3s sudo journalctl -u k3s" to check the log.
56
56
If that is still empty, check the bottom of the log at "/var/log/cloud-init-output.log".
57
57
message : |
58
- To run `kubectl` on the host (assumes kubectl is installed):
59
- $ mkdir -p "{{.Dir}}/conf"
60
- $ export KUBECONFIG="{{.Dir}}/conf/kubeconfig.yaml"
61
- $ limactl shell {{.Name}} sudo cat /etc/rancher/k3s/k3s.yaml >$KUBECONFIG
62
- $ kubectl ...
58
+ To run `kubectl` on the host (assumes kubectl is installed), run the following commands:
59
+ ------
60
+ mkdir -p "{{.Dir}}/conf"
61
+ export KUBECONFIG="{{.Dir}}/conf/kubeconfig.yaml"
62
+ limactl shell {{.Name}} sudo cat /etc/rancher/k3s/k3s.yaml >$KUBECONFIG
63
+ kubectl ...
64
+ ------
Original file line number Diff line number Diff line change @@ -151,8 +151,10 @@ probes:
151
151
exit 1
152
152
fi
153
153
message : |
154
- To run `kubectl` on the host (assumes kubectl is installed):
155
- $ mkdir -p "{{.Dir}}/conf"
156
- $ export KUBECONFIG="{{.Dir}}/conf/kubeconfig.yaml"
157
- $ limactl shell {{.Name}} sudo cat /etc/kubernetes/admin.conf >$KUBECONFIG
158
- $ kubectl ...
154
+ To run `kubectl` on the host (assumes kubectl is installed), run the following commands:
155
+ ------
156
+ mkdir -p "{{.Dir}}/conf"
157
+ export KUBECONFIG="{{.Dir}}/conf/kubeconfig.yaml"
158
+ limactl shell {{.Name}} sudo cat /etc/kubernetes/admin.conf >$KUBECONFIG
159
+ kubectl ...
160
+ ------
You can’t perform that action at this time.
0 commit comments