Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix kubectl get pods command
It was missing the namespace used in the rest of the tutorial.
  • Loading branch information
jamesottaway authored and bpmct committed Sep 19, 2022
commit e61647735e78e68e9919553dc28129846a01591c
2 changes: 1 addition & 1 deletion docs/install/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ to log in and manage templates.
--values values.yaml
```

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

1. Log in to Coder
Expand Down