Skip to content

Commit 0d64478

Browse files
authored
update quickstart based on user feedback (#1584)
* update quickstart based on user feedback * address review feedbacl
1 parent f5ef5a4 commit 0d64478

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs-source/content/quickstart/create-domain.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ weight: 6
2525
1. Create a new image with a domain home by running the [create-domain](http://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain.sh) script. First, copy the sample [create-domain-inputs.yaml](http://github.com/oracle/weblogic-kubernetes-operator/blob/master/kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain-inputs.yaml) file and update your copy with:
2626
* `domainUID`: `sample-domain1`
2727
* `image`: Leave empty unless you need to tag the new image that the script builds to a different name.
28+
For example if you are using a remote cluster that will need to pull the image from a Docker registry,
29+
then you should set this value to the fully qualified image name. Note that you will need to
30+
push the image manually.
2831
* `weblogicCredentialsSecretName`: `sample-domain1-weblogic-credentials`
2932
* `namespace`: `sample-domain1-ns`
3033
* `domainHomeImageBase`: `container-registry.oracle.com/middleware/weblogic:12.2.1.3`

0 commit comments

Comments
 (0)