Commit 99540e8 JENNIFER RONDEAU
committed
1 parent b1564b2 commit 99540e8 Copy full SHA for 99540e8
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ These instructions assume that you are running Minio inside your cluster.
45
45
46
46
- in any other environment
47
47
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 .
49
49
50
50
1. Append the value of the NodePort to get a complete URL. You can get this value by running:
51
51
@@ -58,7 +58,7 @@ These instructions assume that you are running Minio inside your cluster.
58
58
1. Start the server:
59
59
60
60
```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
62
62
```
63
63
64
64
1. Deploy the example nginx application:
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ kubectl edit deployment/ark -n heptio-ark
42
42
### Ark reports ` custom resource not found ` errors when starting up.
43
43
44
44
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.
46
46
47
47
### ` ark backup logs ` returns a ` SignatureDoesNotMatch ` error
48
48
You can’t perform that action at this time.
0 commit comments