Skip to content

Commit 9bd0d93

Browse files
committed
Remove bad references from documentation
1 parent fbcf159 commit 9bd0d93

File tree

9 files changed

+9
-19
lines changed

9 files changed

+9
-19
lines changed

documentation/site/content/base-images/custom-images.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,6 @@ image that is meant for updating an already running domain, then see
259259
**NOTE**: The Domain in Image [domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}) is
260260
deprecated in WebLogic Kubernetes Operator version 4.0. Oracle recommends that you choose either Domain on PV or Model in Image, depending on your needs.
261261

262-
For Domain in Image domains,
263-
you must create an image with the WebLogic domain inside the image.
264-
[Samples]({{< relref "/samples/domains/domain-home-in-image/_index.md" >}})
265-
are provided that demonstrate how to create the image using either
266-
WLST to define the domain
267-
or [WebLogic Deploy Tooling](https://oracle.github.io/weblogic-deploy-tooling/) models to define the domain.
268-
In these samples, you will see a reference to a "base" or `--fromImage` image.
269262
You should use an image with the recommended security patches installed as this base image,
270263
where this image could be an OCR image or a custom image.
271264
See

documentation/site/content/managing-domains/accessing-the-domain/remote-admin-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ along with the URL of the WebLogic Server Administration Server's administration
2626

2727
**NOTES**:
2828
* An Administration Server administration port typically is the same as its default port unless either an SSL port or an administration port is configured and enabled.
29-
* If your domain home type is either [Domain in Image]({{< relref "/samples/domains/domain-home-in-image/_index.md" >}}) or [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}), then do not use the WebLogic Remote Console to make changes to the WebLogic domain configuration because these changes are ephemeral and will be lost when servers restart. See [Choose a domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}).
29+
* If your domain home type is either Domain in Image or [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}), then do not use the WebLogic Remote Console to make changes to the WebLogic domain configuration because these changes are ephemeral and will be lost when servers restart. See [Choose a domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}).
3030

3131

3232
{{% notice warning %}}

documentation/site/content/managing-domains/accessing-the-domain/weblogic-admin-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can access the WebLogic Server Administration Console external to the Kubern
2323
* To verify that your load balancer, NodePort, or `kubectl port-forward` setup is working as expected, see [Test]({{< relref "#test" >}}).
2424

2525
* Do not use the WebLogic Server Administration Console to start or stop servers, or for scaling clusters. See [Starting and stopping servers]({{< relref "/managing-domains/domain-lifecycle/startup#starting-and-stopping-servers" >}}) and [Scaling]({{< relref "/managing-domains/domain-lifecycle/scaling.md" >}}).
26-
* If your domain home type is either [Domain in Image]({{< relref "/samples/domains/domain-home-in-image/_index.md" >}}) or [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}), then do not use the Administration Console to make changes to the WebLogic domain configuration because these changes are ephemeral and will be lost when servers restart. See [Choose a domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}).
26+
* If your domain home type is either Domain in Image or [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}), then do not use the Administration Console to make changes to the WebLogic domain configuration because these changes are ephemeral and will be lost when servers restart. See [Choose a domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}).
2727

2828
{{% notice warning %}}
2929
Externally exposing administrative, RMI, or T3 capable WebLogic channels

documentation/site/content/managing-domains/accessing-the-domain/wlst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ To give WLST access to a domain running in Kubernetes, you can:
1717
- [Use a `NodePort`](#use-a-nodeport)
1818
- [Use port forwarding](#use-port-forwarding)
1919

20-
**NOTE**: If your domain home type is either [Domain in Image]({{< relref "/samples/domains/domain-home-in-image/_index.md" >}}) or [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}), then do not use the WLST to make changes to the WebLogic domain configuration because these changes are ephemeral and will be lost when servers restart. See [Choose a domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}).
20+
**NOTE**: If your domain home type is either Domain in Image or [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}), then do not use the WLST to make changes to the WebLogic domain configuration because these changes are ephemeral and will be lost when servers restart. See [Choose a domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}).
2121

2222
### Use `kubectl exec`
2323

documentation/site/content/managing-domains/choosing-a-model/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When using the operator to start WebLogic Server instances from a domain, you ha
3030
or [model updates]({{< relref "/managing-domains/model-in-image/runtime-updates.md" >}})
3131
supplied in a Kubernetes ConfigMap.
3232

33-
- **[Domain in Image]({{< relref "/samples/domains/domain-home-in-image/_index.md" >}})**:
33+
- **Domain in Image**:
3434
**NOTE**: The Domain in Image domain home source type is deprecated in WebLogic Kubernetes Operator version 4.0. Oracle recommends that you choose either Domain on PV or Model in Image, depending on your needs.
3535
- Set the domain resource `domain.spec.domainHomeSourceType` attribute to `Image`.
3636
- Supply a WebLogic installation in an image and supply a WebLogic configuration as a domain home layered on this image.

documentation/site/content/managing-domains/domain-resource.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ you may need to update the operator by running `helm upgrade` to be able to moni
4242

4343
Domains and clusters are defined using YAML files. For each WebLogic Server domain you want to run, you should create one YAML file defining a Domain resource and, optionally, one Cluster resource for each WebLogic cluster, and apply it. In the following referenced example, the sample scripts generate a YAML file that you can use as a basis. Copy the file and override the default settings so that it matches all the WebLogic Server domain parameters that define your domain.
4444

45-
See the WebLogic Server samples, [Domain home on a PV]({{< relref "/samples/domains/domain-home-on-pv/_index.md" >}}),
46-
[Domain home in Image]({{< relref "/samples/domains/domain-home-in-image/_index.md" >}}), and [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}).
45+
See the WebLogic Server samples, [Domain home on a PV]({{< relref "/samples/domains/domain-home-on-pv/_index.md" >}}) and [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}).
4746

4847
After you have written your YAML files, you use them to create your domain artifacts using the `kubectl apply -f` command.
4948

documentation/site/content/managing-domains/manage-domains.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ For examples of each, see the [WebLogic Kubernetes Operator samples]({{< relref
2727

2828
If you want to create your own container images, for example, to choose a specific set of patches or to create a domain
2929
with a specific configuration or applications deployed, then you can create the domain custom resource
30-
manually to deploy your domain. This process is documented in [this
31-
sample]({{< relref "/samples/domains/manually-create-domain/_index.md" >}}).
30+
manually to deploy your domain.
3231

3332
**NOTE**: After you are familiar with the basics, it is recommended to review
3433
[important considerations]({{< relref "/managing-domains/manage-domains#important-considerations-for-weblogic-domains-in-kubernetes" >}})

documentation/site/content/managing-domains/managing-fmw-domains.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ $ ./buildDockerImage.sh -v 12.2.1.4 -s
104104

105105
The image produced will be named `oracle/fmw-infrastructure:12.2.1.4`.
106106

107-
You must also install the [required patch]({{< relref "/introduction/introduction/_index.md#prerequisites" >}})
107+
You must also install the [required patch]({{< relref "/introduction/prerequisites/introduction.md" >}})
108108
to use this image with the operator. We provide a [sample](https://github.com/oracle/docker-images/tree/master/OracleFMWInfrastructure/samples/12213-patch-fmw-for-k8s)
109109
that demonstrates how to create an image with the necessary patch installed.
110110

@@ -401,8 +401,7 @@ password will be the password you provided for regular schema users during RCU c
401401
### Creating an FMW Infrastructure domain
402402

403403
Now that you have your images and you have created your RCU schemas, you are ready
404-
to create your domain. We provide a [sample]({{< relref "/samples/domains/fmw-domain/_index.md" >}})
405-
that demonstrates how to create an FMW Infrastructure domain.
404+
to create your domain.
406405

407406
### Patching the FMW Infrastructure image
408407

documentation/site/content/managing-operators/using-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ serviceAccount: "weblogic-operator"
104104
Specify the Kubernetes platform on which the operator is running. This setting has no default, the only valid value is OpenShift; the setting should be left unset for other platforms.
105105

106106
When set to `OpenShift`, the operator:
107-
- Sets the domain home file permissions in each WebLogic Server pod to work correctly in OpenShift for [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}), and [Domain home in Image]({{< relref "/samples/domains/domain-home-in-image/_index.md" >}}) domains. Specifically, it sets file group permissions so that they match file user permissions.
107+
- Sets the domain home file permissions in each WebLogic Server pod to work correctly in OpenShift for [Model in Image]({{< relref "/samples/domains/model-in-image/_index.md" >}}), and Domain home in Image domains. Specifically, it sets file group permissions so that they match file user permissions.
108108
- Sets the `weblogic.SecureMode.WarnOnInsecureFileSystem` Java system property to `false` on the command line of each WebLogic Server. This flag suppresses insecure file system warnings reported in the WebLogic Server console when the WebLogic Server is in production mode. These warnings result from setting the file permissions necessary to work with restricted security context constraints on OpenShift.
109109

110110
For more information about the security requirements for running WebLogic in OpenShift, see the [OpenShift]({{<relref "/security/openshift.md">}}) documentation.

0 commit comments

Comments
 (0)