Skip to content

Commit

Permalink
Removing bad link to defunct k8s 1.24 documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ctauchen committed Apr 30, 2024
1 parent 9d7a0d6 commit 716c1f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ A Linux host that meets the following requirements.

1. [Configure a storage class for {{prodname}}.](../../../operations/logstorage/create-storage.mdx)

1. In a v1.24 or earlier cluster, if the [PodSecurityPolicy admission controller](https://v1-24.docs.kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#podsecuritypolicy) is enabled, install the required Tigera operator Pod Security Policy.
1. In a v1.24 or earlier cluster, if the PodSecurityPolicy admission controller is enabled, install the required Tigera operator Pod Security Policy.

```bash
kubectl create -f {{filesUrl}}/manifests/psp-tigera-operator.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The geeky details of what you get:

1. [Configure a storage class for {{prodname}}.](../../operations/logstorage/create-storage.mdx).

1. In a v1.24 or earlier cluster, if the [PodSecurityPolicy admission controller](https://v1-24.docs.kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#podsecuritypolicy) is enabled, install the required Tigera operator Pod Security Policy.
1. In a v1.24 or earlier cluster, if the PodSecurityPolicy admission controller is enabled, install the required Tigera operator Pod Security Policy.

```bash
kubectl create -f {{filesUrl}}/manifests/psp-tigera-operator.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The geeky details of what you get:

1. [Configure a storage class for {{prodname}}.](../../operations/logstorage/create-storage.mdx).

1. In a v1.24 or earlier cluster, if the [PodSecurityPolicy admission controller](https://v1-24.docs.kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#podsecuritypolicy) is enabled or it is a [CIS hardened cluster](https://docs.rke2.io/security/hardening_guide), install the required Tigera operator Pod Security Policy.
1. In a v1.24 or earlier cluster, if the PodSecurityPolicy admission controller is enabled or it is a [CIS hardened cluster](https://docs.rke2.io/security/hardening_guide), install the required Tigera operator Pod Security Policy.

```bash
kubectl create -f {{filesUrl}}/manifests/psp-tigera-operator.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Honeypods can be configured on a per-cluster basis using "template" honeypod man

### Configure namespace and RBAC for honeypods

In a v1.24 or earlier cluster, if the [PodSecurityPolicy admission controller](https://v1-24.docs.kubernetes.io/docs/reference/access-authn-authz/admission-controllers/#podsecuritypolicy) is enabled, install the required Honeypod Pod Security Policy:
In a v1.24 or earlier cluster, if the PodSecurityPolicy admission controller is enabled, install the required Honeypod Pod Security Policy:

```bash
kubectl create -f {{filesUrl}}/manifests/threatdef/honeypod/psp-honeypod.yaml
Expand Down

0 comments on commit 716c1f4

Please sign in to comment.