Install openebs
This commit is contained in:
27
talos/patches/openebs.patch
Normal file
27
talos/patches/openebs.patch
Normal file
@@ -0,0 +1,27 @@
|
||||
# Mayastor requirements
|
||||
# https://www.talos.dev/v1.9/kubernetes-guides/configuration/storage/#openebs-mayastor-replicated-storage
|
||||
machine:
|
||||
sysctls:
|
||||
vm.nr_hugepages: "2048"
|
||||
nodeLabels:
|
||||
openebs.io/engine: "mayastor"
|
||||
kubelet:
|
||||
extraMounts:
|
||||
- destination: /var/local
|
||||
type: bind
|
||||
source: /var/local
|
||||
options:
|
||||
- bind
|
||||
- rshared
|
||||
- rw
|
||||
|
||||
cluster:
|
||||
apiServer:
|
||||
admissionControl:
|
||||
- name: PodSecurity
|
||||
configuration:
|
||||
apiVersion: pod-security.admission.config.k8s.io/v1beta1
|
||||
kind: PodSecurityConfiguration
|
||||
exemptions:
|
||||
namespaces:
|
||||
- openebs
|
||||
Reference in New Issue
Block a user