Skip to content

Commit ffaa3a4

Browse files
committed
more updates from bhavani
1 parent 9d4f7af commit ffaa3a4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

site/quickstart.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ refer to the [User guide](user-guide.md).
77
## Prerequisites
88
For this exercise, you’ll need a Kubernetes cluster. If you need help setting one up, check out our [cheat sheet](k8s_setup.md).
99

10+
You should clone this repository to your local machine so that you have access to the
11+
various sample files mentioned throughout this guide:
12+
```
13+
$ git clone https://github.com/oracle/weblogic-kubernetes-operator
14+
```
15+
1016
## 1. Get these images and put them into your local registry.
1117

1218
a. If you don't already have one, obtain a Docker Store account, log in to the Docker Store
@@ -73,10 +79,7 @@ subjects:
7379
namespace: kube-system
7480
EOF
7581
```
76-
d. Clone this repository:
77-
```
78-
$ git clone https://github.com/oracle/weblogic-kubernetes-operator
79-
```
82+
8083
3. Use `helm` to install and start the operator from the directory you just cloned:
8184

8285
```

0 commit comments

Comments
 (0)