You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker tag oracle/weblogic-kubernetes-operator:2.0-rc1 weblogic-kubernetes-operator:2.0
38
39
```
39
40
d. Pull the Traefik load balancer image:
40
41
```
@@ -70,17 +71,14 @@ EOF
70
71
71
72
Use `helm` to install the [Traefik](../kubernetes/samples/charts/traefik/README.md) load balancer. Use the [values.yaml](../kubernetes/samples/charts/traefik/values.yaml) in the sample but set `kubernetes.namespaces` specifically.
d. Wait until the Traefik operator pod finishes restarting.
144
-
```
145
-
$ kubectl -n traefik get pod -w
146
-
```
147
142
148
143
## 5. Create a domain in the domain namespace.
149
144
150
145
a. Create a Kubernetes secret containing the `username` and `password` for the domain using the [`create-weblogic-credentials`](../kubernetes/samples/scripts/create-weblogic-domain-credentials/create-weblogic-credentials.sh) script:
151
146
152
147
```
153
-
$ cd kubernetes/samples/scripts/create-weblogic-domain-credentials
The sample will create a secret named `domainUID-weblogic-credentials` where the `domainUID` is replaced
@@ -199,16 +194,19 @@ $ kubectl get services -n sample-domain1-ns
199
194
d. Create an Ingress for the domain, in the domain namespace, by using the [sample](../kubernetes/samples/charts/ingress-per-domain/README.md) Helm chart:
200
195
* Use `helm install`, specifying the `domainUID` (`sample-domain1`) and domain namespace (`sample-domain1-ns`) in the `values.yaml` file.
* About to connect() to your.server.com port 30305 (#0)
213
211
* Trying 10.196.1.64...
214
212
* Connected to your.server.com (10.196.1.64) port 30305 (#0)
@@ -230,10 +228,12 @@ update security lists to allow ingress to this port.
230
228
231
229
a. Remove the domain's Ingress by using `helm`:
232
230
```
233
-
$ helm delete --purge domain1-ingress
231
+
$ helm delete --purge sample-domain1-ingress
234
232
```
235
233
b. Remove the domain resources by using the sample [`delete-weblogic-domain-resources`](../kubernetes/samples/scripts/delete-domain/delete-weblogic-domain-resources.sh) script.
0 commit comments