You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/using-with-infra.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,7 +168,7 @@ KUBECONFIG_CONTEXT=k3s-infra
168
168
169
169
> ⚠️ `.env` is in `.gitignore`. It is **never committed**. Add `.env.example` with placeholder values instead.
170
170
171
-
See the [Configuration reference](../configuration.md) for every variable.
171
+
See the [Configuration reference](./configuration.md) for every variable.
172
172
173
173
---
174
174
@@ -198,7 +198,7 @@ make deploy-grafana-secret
198
198
make deploy-monitoring # Prometheus + Grafana + Loki + Promtail
199
199
```
200
200
201
-
See [Getting Started](../getting-started.md) for the full step-by-step walkthrough.
201
+
See [Getting Started](./getting-started.md) for the full step-by-step walkthrough.
202
202
203
203
---
204
204
@@ -366,7 +366,7 @@ make vm-k3s-clean # tear down when done
366
366
367
367
The Lima targets read the same `.env` but override environment-specific values (`MASTER_IP=127.0.0.1`, self-signed TLS, NodePort instead of externalIPs).
368
368
369
-
See the [Local Testing guide](../operations/local-testing.md) for the complete walkthrough.
369
+
See the [Local Testing guide](./operations/local-testing.md) for the complete walkthrough.
0 commit comments