Skip to content

Commit 7afc4f9

Browse files
committed
Update MinIO port-forwarding commands in README for consistency
🏠 Remote-Dev: homespace
1 parent 50cdc91 commit 7afc4f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ When running locally they are stored in a Minio bucket. In staging and productio
150150
151151
```bash
152152
# Expose MinIO web console
153-
kubectl port-forward -n minio svc/minio 9001:9001
153+
kubectl port-forward -n minio svc/minio 9000:9000 9001:9001
154154
```
155155
156156
Then open [localhost:9001](http://localhost:9001), login with username `minioadmin` and password `minioadmin`, and navigate to the k8up-backups bucket.
@@ -166,7 +166,7 @@ Backups are encrypted using Restic. To access the backup data:
166166
167167
1. **Download the backup files from the bucket:**
168168
```bash
169-
# Local (MinIO) - ensure port-forward is active: kubectl port-forward -n minio svc/minio 9000:9000
169+
# Local (MinIO) - ensure port-forward is active: kubectl port-forward -n minio svc/minio 9000:9000 9001:9001
170170
AWS_ACCESS_KEY_ID=minioadmin AWS_SECRET_ACCESS_KEY=minioadmin \
171171
aws --endpoint-url http://localhost:9000 s3 sync s3://k8up-backups/ ./backup-files/
172172

0 commit comments

Comments
 (0)