Skip to content

Commit 4e6e0fc

Browse files
Merge pull request #12 from RedisLabs/michal-arrange_readme
arrange section 1 for namespace/project in README
2 parents 078ce9d + 535b21f commit 4e6e0fc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,19 @@ Clone (or download) this repository, which contains the deployment files:
2222
git clone [email protected]:RedisLabs/redis-enterprise-k8s-docs.git
2323
```
2424

25-
1) For non-OpenShift deployment - create a new namespace:
25+
1) Create a namespace / project:
26+
> For OpenShift deployment create a new project:
2627
```
27-
kubectl create namespace demo
28+
oc new-project my-project
2829
```
29-
30-
> For OpenShift deployment create a new project instead:
30+
31+
> For non-OpenShift deployment - create a new namespace:
3132
```
32-
oc new-project my-project
33+
kubectl create namespace demo
3334
```
3435
36+
37+
3538
2) If you run OpenShift perform the following (you need admin permissions for your cluster)
3639
(this provides the operator permissions for pods):
3740
```

0 commit comments

Comments
 (0)