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
Copy file name to clipboardExpand all lines: site/quickstart.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
# Quick start guide
2
2
3
3
Use this quick start guide to create a WebLogic deployment in a Kubernetes cluster with the Oracle WebLogic Kubernetes Operator. Please note that this walk-through is for demonstration purposes only, not for use in production.
4
-
These instructions assume you are already familiar with Kubernetes. If you need more detailed instructions, please
4
+
These instructions assume that you are already familiar with Kubernetes. If you need more detailed instructions, please
5
5
refer to the [User guide](user-guide.md).
6
6
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
10
## 1. Get these images and put them into your local registry.
11
11
12
-
a. If you don't already have one, obtain a Docker Store account, log on to the Docker Store
12
+
a. If you don't already have one, obtain a Docker Store account, log in to the Docker Store
13
13
and accept the license agreement for the [WebLogic Server image](https://hub.docker.com/_/oracle-weblogic-server-12c).
14
14
15
15
b. Log in to the Docker Store from your docker client:
@@ -56,8 +56,8 @@ b. Create a service account for the operator in the operator's namespace:
The sample will create a secret named `domdinUID-weblogic-credentials` where the `domainUID` is replaced
136
+
The sample will create a secret named `domainUID-weblogic-credentials` where the `domainUID` is replaced
137
137
with the value you provided. For example, the command above would create a secret named
138
138
`sample-domain1-weblogic-credentials`.
139
139
140
-
b. Create a new image with a domain home by running the [`create-domain`](../kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain.sh) script.
141
-
Follow the directions in the [README](../kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md) file,
140
+
b. Create a new image with a domain home by running the [`create-domain`](../kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain.sh) script.
141
+
Follow the directions in the [README](../kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/README.md) file,
142
142
including:
143
-
144
-
* Copying the sample `create-domain-inputs.yaml` file and updating your copy with the `domainUID` (`sample-domain1`),
143
+
144
+
* Copying the sample `create-domain-inputs.yaml` file and updating your copy with the `domainUID` (`sample-domain1`),
145
145
domain namespace (`sample-domains-ns1`) and the base image (`oracle/weblogic:12213-patch-wls-for-k8s`).
146
146
147
147
* Setting `weblogicCredentialsSecretName` to the name of the secret containing the WebLogic credentials.
@@ -181,7 +181,7 @@ e. Confirm that the load balancer noticed the new Ingress and is successfully ro
181
181
```
182
182
$ curl http://${HOSTNAME}:30305/sample-domain1/
183
183
```
184
-
Note: Depending on where your Kubernetes cluster is running, you may need to open firewall ports or
184
+
**Note**: Depending on where your Kubernetes cluster is running, you may need to open firewall ports or
185
185
update security lists to allow ingress to this port.
0 commit comments