Skip to content

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

Merged
merged 3 commits into from
Jan 16, 2019
Merged

Conversation

markxnelson
Copy link
Member

No description provided.

# Update this with the `domainUID` of your domain:
name: domain1
# Update this with the namespace your domain will run in:
namespace: weblogic
Copy link
Member

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' ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Member

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?

When it is ready, you can create the domain in your Kubernetes cluster using the command:

```
kubectl apply -f domain.yaml
Copy link
Member

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
Copy link
Member

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

@tbarnes-us
Copy link

LGTM

@rjeberhard rjeberhard merged commit d093770 into 2.0-rc2 Jan 16, 2019
@rjeberhard rjeberhard deleted the create-domain-doc branch April 9, 2019 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants