Skip to content

Commit

Permalink
Fix small nits in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
soltysh committed Apr 23, 2021
1 parent 5243816 commit 62f758b
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ NAME VERSION KUBECONFIG AVAILABLE
example 4.7.6 example-admin-kubeconfig True
```

Also check the `pods` in the `clusters-example` namespace
Also check the `pods` in the `clusters-example` namespace

```shell
$ oc get pods -n clusters-example
Expand Down Expand Up @@ -118,7 +118,7 @@ hypershift destroy cluster \
--name example
```

## How to add node pools to the example cluster
## How to add additional node pools to the example cluster

**Prerequisites:**

Expand Down Expand Up @@ -161,10 +161,10 @@ spec:
**Pull Secret Issues**
- If you run into an issue where the `pods` are not creating properly when you
issue the `hypershift create cluster ...` command, it may be your `pull-secret`. There may be a
typo or a bad copy/paste that has left the `pull-secret` malformed. Make sure the `pull-secret` is accurate and exists
on your system and you properly pass in the path to the file. A proper representation of the `pull-secret`
- If you run into an issue where the `pods` are not creating properly when you
issue the `hypershift create cluster ...` command, it may be your `pull-secret`. There may be a
typo or a bad copy/paste that has left the `pull-secret` malformed. Make sure the `pull-secret` is accurate and exists
on your system and you properly pass in the path to the file. A proper representation of the `pull-secret`
will look like the following in this example:

```shell
Expand All @@ -182,7 +182,7 @@ pull-secret kubernetes.io/dockerconfigjson 1 74m
`pull-secret` that you passed into the `hypershift create cluster...` command:

```shell
$ oc logs control-plane-operator-5cb584b6fc-bm6bp -n clusters-example
$ oc logs deploy/control-plane-operator -n clusters-example
...
"error": "failed to ensure control plane: failed to get pull secret pull-secret: secrets \"pull-secret\" not found"}
Expand All @@ -198,9 +198,8 @@ $ hypershift destroy cluster --aws-creds ~/.aws/credentials --namespace clus
$ oc delete secret example-pull-secret -n clusters
$ hypershift create cluster --pull-secret ~/pull-secret \
--aws-creds ~/.aws/credentials \
--name example \
$ hypershift create cluster --pull-secret ~/pull-secret \
--aws-creds ~/.aws/credentials \
--name example \
--base-domain yourroute53domain
```
```

0 comments on commit 62f758b

Please sign in to comment.