File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ refer to the [User guide](user-guide.md).
77## Prerequisites
88For 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
1218a. 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
7480EOF
7581```
76- d. Clone this repository:
77- ```
78- $ git clone https://github.com/oracle/weblogic-kubernetes-operator
79- ```
82+
80833 . Use ` helm ` to install and start the operator from the directory you just cloned:
8184
8285```
You can’t perform that action at this time.
0 commit comments