-
Notifications
You must be signed in to change notification settings - Fork 218
Document how to manually create a domain CR #794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain/README.md
Show resolved
Hide resolved
# Update this with the `domainUID` of your domain: | ||
name: domain1 | ||
# Update this with the namespace your domain will run in: | ||
namespace: weblogic |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
'weblogic' probably isn't a good default namespace name - how about 'default' ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, and 'default' is the default in the helm chart, correct?
kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain/domain.yaml
Show resolved
Hide resolved
kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain/domain.yaml
Show resolved
Hide resolved
kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain/domain.yaml
Show resolved
Hide resolved
When it is ready, you can create the domain in your Kubernetes cluster using the command: | ||
|
||
``` | ||
kubectl apply -f domain.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we standardized on using the dollar sign before commands:
$ kubectl apply -f domain.yaml
Docker image containing your domain and the specific patches that you require, then this approach will probably | ||
be most suitable for your needs. | ||
|
||
To create the domain custom resource, just make a copy of the sample [domain.yaml](./domain.yaml) provided in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just make a copy of the sample domain.yaml provided in this sample, and then -> just make a copy of this sample domain.yaml, and then
kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain/domain.yaml
Show resolved
Hide resolved
kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain/domain.yaml
Show resolved
Hide resolved
kubernetes/samples/scripts/create-weblogic-domain/manually-create-domain/domain.yaml
Show resolved
Hide resolved
LGTM |
No description provided.