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
a. If you don't already have one, obtain a Docker Store account, log in to the Docker Store
30
30
and accept the license agreement for the [WebLogic Server image](https://hub.docker.com/_/oracle-weblogic-server-12c).
31
31
32
-
b. Log in to the Docker Store from your docker client:
32
+
b. Log in to the Docker Store from your Docker client:
33
33
```
34
34
$ docker login
35
35
```
@@ -49,25 +49,6 @@ f. **TODO** remove this item when Monica has published the new image with the pa
49
49
Then patch the WebLogic image according to these [instructions](https://github.com/oracle/docker-images/tree/master/OracleWebLogic/samples/12213-patch-wls-for-k8s),
50
50
and copy the image to all nodes in your cluster, or put it in a Docker registry that your cluster can access.
51
51
52
-
g. Grant the Helm service account the `cluster-admin` role:
53
-
54
-
```
55
-
$ cat <<EOF | kubectl apply -f -
56
-
apiVersion: rbac.authorization.k8s.io/v1
57
-
kind: ClusterRoleBinding
58
-
metadata:
59
-
name: helm-user-cluster-admin-role
60
-
roleRef:
61
-
apiGroup: rbac.authorization.k8s.io
62
-
kind: ClusterRole
63
-
name: cluster-admin
64
-
subjects:
65
-
- kind: ServiceAccount
66
-
name: default
67
-
namespace: kube-system
68
-
EOF
69
-
```
70
-
71
52
## 2. Create a Traefik (Ingress-based) load balancer.
72
53
73
54
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.
@@ -90,8 +71,26 @@ b. Create a service account for the operator in the operator's namespace:
0 commit comments