Skip to content

Commit 99540e8

Browse files
author
JENNIFER RONDEAU
committed
fix up per comments on Minio, fix typo
Signed-off-by: JENNIFER RONDEAU <[email protected]>
1 parent b1564b2 commit 99540e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/get-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ These instructions assume that you are running Minio inside your cluster.
4545
4646
- in any other environment
4747
48-
1. Get the value of the IP address or DNS name of any node in your cluster.
48+
1. Get the value of an external IP address or DNS name of any node in your cluster. You must be able to reach this address from the Ark client.
4949
5050
1. Append the value of the NodePort to get a complete URL. You can get this value by running:
5151
@@ -58,7 +58,7 @@ These instructions assume that you are running Minio inside your cluster.
5858
1. Start the server:
5959
6060
```shell
61-
kubectl apply -f examples/minio/20-ark-deployment.yaml -f examples/minio/30-restic-daemonset.yaml
61+
kubectl apply -f examples/minio/20-ark-deployment.yaml examples/minio/30-restic-daemonset.yaml
6262
```
6363
6464
1. Deploy the example nginx application:

docs/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ kubectl edit deployment/ark -n heptio-ark
4242
### Ark reports `custom resource not found` errors when starting up.
4343

4444
Ark's server will not start if the required Custom Resource Definitions are not found in Kubernetes. Apply
45-
the `examples/common/00-prereqs.yaml` file to create these defintions, then restart Ark.
45+
the `examples/common/00-prereqs.yaml` file to create these definitions, then restart Ark.
4646

4747
### `ark backup logs` returns a `SignatureDoesNotMatch` error
4848

0 commit comments

Comments
 (0)