Skip to content

Commit c82aa21

Browse files
committed
added supported os and Kubernetes ctl/cluster
1 parent 41ce587 commit c82aa21

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

content/waf/install/docker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ http {
143143

144144
### Create a Dockerfile
145145

146-
In the same folder as your credential and configuration files, create a _Dockerfile_ based on your desired operating system image using an example from the following sections.
146+
In the same folder as your credential and configuration files, create a _Dockerfile_ based on your [desired operating system]({{< ref "/waf/fundamentals/technical-specifications.md#supported-operating-systems" >}}) image using an example from the following sections.
147147

148148
Alternatively, you may want make your own image based on a Dockerfile using the official NGINX image:
149149

@@ -913,7 +913,7 @@ http {
913913

914914
Copy or move your subscription files into a new folder.
915915

916-
In the same folder as the subscription files, create a _Dockerfile_ based on your desired operating system image using an example from the following sections.
916+
In the same folder as the subscription files, create a _Dockerfile_ based on your [desired operating system]({{< ref "/waf/fundamentals/technical-specifications.md#supported-operating-systems" >}}) image using an example from the following sections.
917917

918918
{{< call-out "note" >}}
919919

content/waf/install/kubernetes-plm.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ These enhancements are only available for Helm-based deployments.
3636

3737
To complete this guide, you will need the following prerequisites:
3838

39-
- [A functional Kubernetes cluster]({{< ref "/waf/install/kubernetes.md" >}})
39+
- [A functional Kubernetes cluster](https://kubernetes.io/docs/setup/)
40+
- [kubectl CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/) configured and connected to your cluster
4041
- [Helm](https://helm.sh/docs/intro/install/)
4142
- [Docker](https://docs.docker.com/get-started/get-docker/)
4243
- An active F5 WAF for NGINX subscription (Purchased or trial)

content/waf/install/kubernetes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ It explains the common steps necessary for any Kubernetes-based deployment, then
1818

1919
To complete this guide, you will need the following pre-requisites:
2020

21-
- A functional Kubernetes cluster
21+
- [A functional Kubernetes cluster](https://kubernetes.io/docs/setup/)
22+
- [kubectl CLI](https://kubernetes.io/docs/tasks/tools/install-kubectl/) configured and connected to your cluster
2223
- An active F5 WAF for NGINX subscription (Purchased or trial)
2324
- [Docker](https://docs.docker.com/get-started/get-docker/)
2425

@@ -36,7 +37,7 @@ To review supported operating systems, read the [Technical specifications]({{< r
3637

3738
## Create a Dockerfile
3839

39-
In the same folder as your credential files, create a _Dockerfile_ based on your desired operating system image using an example from the following sections.
40+
In the same folder as your credential files, create a _Dockerfile_ based on your [desired operating system]({{< ref "/waf/fundamentals/technical-specifications.md#supported-operating-systems" >}}) image using an example from the following sections.
4041

4142
Alternatively, you may want make your own image based on a Dockerfile using the official NGINX image:
4243

0 commit comments

Comments
 (0)