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).
7
7
## Prerequisites
8
8
For this exercise, you’ll need a Kubernetes cluster. If you need help setting one up, check out our [ cheat sheet] ( k8s_setup.md ) .
9
9
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
+
10
16
## 1. Get these images and put them into your local registry.
11
17
12
18
a. If you don't already have one, obtain a Docker Store account, log in to the Docker Store
@@ -73,10 +79,7 @@ subjects:
73
79
namespace: kube-system
74
80
EOF
75
81
```
76
- d. Clone this repository:
77
- ```
78
- $ git clone https://github.com/oracle/weblogic-kubernetes-operator
79
- ```
82
+
80
83
3 . Use ` helm ` to install and start the operator from the directory you just cloned:
81
84
82
85
```
You can’t perform that action at this time.
0 commit comments