Skip to content

Commit 9196b39

Browse files
authored
Fix kubectl get pods command in k8s install docs (#4053)
1 parent 732bc59 commit 9196b39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/kubernetes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ to log in and manage templates.
6666
# Uses Bitnami PostgreSQL example. If you have another database,
6767
# change to the proper URL.
6868
kubectl create secret generic coder-db-url -n coder \
69-
--from-literal=url="postgres://coder:coder@postgres-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable"
69+
--from-literal=url="postgres://coder:coder@coder-db-postgresql.coder.svc.cluster.local:5432/coder?sslmode=disable"
7070
```
7171
7272
1. Create a `values.yaml` with the configuration settings you'd like for your
@@ -119,7 +119,7 @@ to log in and manage templates.
119119
--values values.yaml
120120
```
121121

122-
You can watch Coder start up by running `kubectl get pods`. Once Coder has
122+
You can watch Coder start up by running `kubectl get pods -n coder`. Once Coder has
123123
started, the `coder-*` pods should enter the `Running` state.
124124

125125
1. Log in to Coder

0 commit comments

Comments
 (0)