Skip to content

Commit 9c32c4d

Browse files
authored
Merge pull request #604 from oracle/fixQuickStart
fix broken link
2 parents 40c9ad2 + 2258973 commit 9c32c4d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

site/quickstart.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Quick Start Guide
1+
# Quick start guide
22

3-
Use this Quick Start Guide to create a WebLogic deployment in a Kubernetes cluster.
3+
Use this quick start guide to create a WebLogic deployment in a Kubernetes cluster.
44

55
## 1. Get the images and put them into your local registry.
66

@@ -14,13 +14,13 @@ $ docker pull traefik:latest
1414
```
1515
## 2. Create a Traefik (Ingress-based) load balancer.
1616

17-
Use Helm to install the [Traefik](kubernetes/samples/charts/traefik/README.md) load balancer.
17+
Use Helm to install the [Traefik](../kubernetes/samples/charts/traefik/README.md) load balancer.
1818
```
1919
$ helm install --name traefik-operator --namespace traefik stable/traefik
2020
```
2121
## 3. Configure Kibana and Elasticsearch.
2222

23-
Use the YAML file under https://github.com/oracle/weblogic-kubernetes-operator/blob/develop/kubernetes/samples/scripts/elasticsearch_and_kibana.yaml.
23+
Use the [`elasticsearch_and_kibana`](https://github.com/oracle/weblogic-kubernetes-operator/blob/develop/kubernetes/samples/scripts/elasticsearch_and_kibana.yaml) YAML file.
2424
```
2525
$ kubectl apply -f kubernetes/samples/scripts/elasticsearch_and_kibana.yaml
2626
```
@@ -47,7 +47,7 @@ $ kubectl create namespace weblogic-operator
4747
```
4848
$ kubectl create namespace domain1-ns
4949
```
50-
* Create the Kubernetes secrets for the Administration Server boot credentials by invoking the script, https://github.com/oracle/weblogic-kubernetes-operator/blob/develop/kubernetes/samples/scripts/create-weblogic-domain/create-weblogic-credentials.sh.
50+
* Create the Kubernetes secrets for the Administration Server boot credentials by invoking the [`create-weblogic-credentials` script](https://github.com/oracle/weblogic-kubernetes-operator/blob/develop/kubernetes/samples/scripts/create-weblogic-domain/create-weblogic-credentials.sh).
5151

5252
* Create a PV & PVC for the domain:
5353
* Find the `create_pv_pvc.sh script` and YAML files you'll need to edit to create the PV and PVC, in the https://github.com/oracle/weblogic-kubernetes-operator/tree/develop/kubernetes/samples/scripts/create-weblogic-domain-pv-pvc directory.
@@ -64,7 +64,7 @@ $ kubectl create namespace domain1-ns
6464
```
6565
$ docker pull store/oracle/weblogic:12.2.1.3-dev
6666
```
67-
* For reference, see https://github.com/oracle/weblogic-kubernetes-operator/blob/develop/kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/README.md.
67+
* For reference, see the [domain home on PV README](https://github.com/oracle/weblogic-kubernetes-operator/blob/develop/kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/README.md).
6868
* The `create-domain.sh` will:
6969
* Create a directory for the generated Kubernetes YAML files for this domain. The pathname is `/path/to/weblogic-operator-output-directory/weblogic-domains/`.
7070
* Create a Kubernetes job that will start up a utility WebLogic Server container and run offline WLST scripts, or WebLogic Deploy Tool (WDT) scripts, to create the domain on the shared storage.
@@ -104,7 +104,7 @@ $ helm install ingress-per-domain --name domain1-ingress --value values.yaml
104104
## 7. Remove a domain.
105105

106106
* Remove the domain's Kubernetes resources (domain, secrets, ingress, ...).
107-
* To remove the domain and all the Kubernetes resources (labeled with the `domainUID`), invoke the script, https://github.com/oracle/weblogic-kubernetes-operator/blob/develop/kubernetes/samples/scripts/delete-weblogic-domain-resources.sh.
107+
* To remove the domain and all the Kubernetes resources (labeled with the `domainUID`), invoke the [delete domain resources script](https://github.com/oracle/weblogic-kubernetes-operator/blob/develop/kubernetes/samples/scripts/delete-weblogic-domain-resources.sh).
108108

109109
* The operator will notice that the domain's domain resource has been removed and will then kill the pods.
110110
* Configure the Traefik load balancer to stop managing the domain.

0 commit comments

Comments
 (0)