Skip to content
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions docs/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ If you hit `pod has unbound immediate PersistentVolumeClaims` errors, make sure
Check that all resources are created:

```bash
kubectl get sts mojave-sequencer-deployment -n 1sixtech
kubectl get sts mojave-sequencer -n 1sixtech
kubectl get pods -n 1sixtech
kubectl get svc mojave-sequencer -n 1sixtech
kubectl get pvc -n 1sixtech
Expand All @@ -168,8 +168,8 @@ kubectl get lease sequencer-leader -n 1sixtech -o yaml
You should see:

- 2 pods (or however many replicas you configured) with `app=mojave-sequencer`.
- A StatefulSet `mojave-sequencer-deployment` reporting ready replicas.
- Per-pod PVCs named like `sequencer-datadir-mojave-sequencer-deployment-0`.
- A StatefulSet `mojave-sequencer` reporting ready replicas.
- Per-pod PVCs named like `sequencer-datadir-mojave-sequencer-0`.
- A single `Lease` named `sequencer-leader` with one of the pods listed as the current holder.

#### 2.6 Check that the current leader is producing blocks (via logs)
Expand Down