We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5689a42 commit 35c5e13Copy full SHA for 35c5e13
1 file changed
k8s/README.md
@@ -1,8 +1,12 @@
1
# Kubernetes manifests
2
3
-Verified on **k3d** locally. You do not need a paid cluster to demonstrate this —
4
-you need manifests that apply cleanly and an explanation of why each choice was
5
-made.
+> **Not yet applied to a cluster.** These manifests are written and reviewed but
+> have never been run — treat them as a design artefact, not a verified
+> deployment. The steps below are what to run to validate them; until someone
6
+> does, assume there is a typo waiting.
7
+
8
+You do not need a paid cluster to demonstrate this — you need manifests that
9
+apply cleanly and an explanation of why each choice was made.
10
11
```bash
12
k3d cluster create documind -p "8080:80@loadbalancer"
0 commit comments