Skip to content

Commit 4ae2a4b

Browse files
authored
Merge pull request #1087 from oracle/rmarano4
clarify prerequisites, jenkins-ignore
2 parents 9c4b871 + 8e950d2 commit 4ae2a4b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs-source/content/quickstart/prerequisites.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Prerequisites"
2+
title: "Before you begin"
33
date: 2019-02-22T15:44:42-05:00
44
draft: false
55
weight: 2

docs-source/content/userguide/introduction/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Introduction"
33
date: 2019-02-23T16:43:10-05:00
44
weight: 2
5-
description: "Learn about the operator's design, architecture, important terms, and prerequisites."
5+
description: "Learn about the operator's design, architecture, and important terms."
66
---
77
{{% children style="h4" description="true" %}}
88

docs-source/content/userguide/introduction/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Get started"
33
date: 2019-02-23T16:40:54-05:00
44
weight: 1
5-
description: "Learn about the Oracle WebLogic Server Kubernetes Operator, how it works and how to use it to manage WebLogic domains."
5+
description: "Review the operator prerequisites."
66
---
77

88
An operator is an application-specific controller that extends Kubernetes to create, configure, and manage instances
@@ -14,7 +14,7 @@ We provide a Helm chart to manage the installation and configuration of the oper
1414
Detailed instructions are available [here]({{< relref "/userguide/managing-operators/installation/_index.md" >}}).
1515

1616

17-
### Prerequisites
17+
### Operator prerequisites
1818

1919
* Kubernetes 1.11.5+, 1.12.3+, and 1.13.0+ (check with `kubectl version`).
2020
* Flannel networking v0.9.1-amd64 (check with `docker images | grep flannel`).

0 commit comments

Comments
 (0)