Skip to content

Commit 3597579

Browse files
committed
🤖 docs: create coder namespace in contributing quick start
Add an explicit `kubectl create namespace coder` step before applying the sample control plane so the CONTRIBUTING quick-start works with namespaced sample manifests. --- _Generated with `mux` • Model: `openai:gpt-5.3-codex` • Thinking: `xhigh` • Cost: `$0.00`_ <!-- mux-attribution: model=openai:gpt-5.3-codex thinking=xhigh costs=0.00 -->
1 parent e232bc6 commit 3597579

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

‎CONTRIBUTING.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ kubectl apply -f config/crd/bases/
2121
# Run controller locally against your kubeconfig context
2222
GOFLAGS=-mod=vendor go run . --app=controller
2323

24-
# In another terminal, apply a sample control plane
24+
# In another terminal, create the sample namespace and apply a sample control plane
25+
kubectl create namespace coder
2526
kubectl apply -f config/samples/coder_v1alpha1_codercontrolplane.yaml
2627

2728
# Verify resource creation

0 commit comments

Comments
 (0)