Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
fixed a small error
Browse files Browse the repository at this point in the history
  • Loading branch information
VeerMuchandi committed Feb 28, 2018
1 parent 94529ed commit d93c869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setting_up_nonha_ocp_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ Note the pool id for the subscription pool that has "Red Hat OpenShift Container
* Attach all the hosts to this pool

```
# for i in $(< hosts.txt); do echo $i; ssh $i "subscription-manager attach --pool $RHN_POOL_ID
# for i in $(< hosts.txt); do echo $i; ssh $i "subscription-manager attach --pool $RHN_POOL_ID";done
```

**NOTE** Ensure all the attachments are successful. Sometimes, same pool id may not work on all the boxes. In such a case, you have to log into the box, find pool id and attach
Expand Down

0 comments on commit d93c869

Please sign in to comment.