Skip to content

Commit 3f0529b

Browse files
committed
Update talos.md
Added updated cp.yaml for Talos OS - the previous one causes control plane to crash Signed-off-by: Dreadnoth <[email protected]>
1 parent e915279 commit 3f0529b

File tree

2 files changed

+11
-7
lines changed
  • docs
    • main/Solutioning/openebs-on-kubernetes-platforms
    • versioned_docs/version-4.1.x/Solutioning/openebs-on-kubernetes-platforms

2 files changed

+11
-7
lines changed

docs/main/Solutioning/openebs-on-kubernetes-platforms/talos.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ By default, Talos Linux applies a baseline pod security profile across namespace
2828
value:
2929
- name: PodSecurity
3030
configuration:
31-
exemptions: null
32-
namespaces:
33-
- mayastor
31+
apiVersion: pod-security.admission.config.k8s.io/v1beta1
32+
kind: PodSecurityConfiguration
33+
exemptions:
34+
namespaces:
35+
- mayastor
3436
```
3537

3638
## Talos Worker Node Changes

docs/versioned_docs/version-4.1.x/Solutioning/openebs-on-kubernetes-platforms/talos.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ By default, Talos Linux applies a baseline pod security profile across namespace
2828
value:
2929
- name: PodSecurity
3030
configuration:
31-
exemptions: null
32-
namespaces:
33-
- mayastor
31+
apiVersion: pod-security.admission.config.k8s.io/v1beta1
32+
kind: PodSecurityConfiguration
33+
exemptions:
34+
namespaces:
35+
- mayastor
3436
```
3537

3638
## Talos Worker Node Changes
@@ -115,4 +117,4 @@ Refer to the [OpenEBS Installation Documentation](../../quickstart-guide/install
115117
116118
- [Replicated PV Mayastor Installation on MicroK8s](microkubernetes.md)
117119
- [Replicated PV Mayastor Installation on Google Kubernetes Engine](gke.md)
118-
- [Provisioning NFS PVCs](../read-write-many/nfspvc.md)
120+
- [Provisioning NFS PVCs](../read-write-many/nfspvc.md)

0 commit comments

Comments
 (0)