fix longhorn namespace pod security
This commit is contained in:
@@ -3,3 +3,7 @@ apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: longhorn-system
|
||||
labels:
|
||||
pod-security.kubernetes.io/enforce: privileged
|
||||
pod-security.kubernetes.io/audit: privileged
|
||||
pod-security.kubernetes.io/warn: privileged
|
||||
|
||||
@@ -18,6 +18,7 @@ nodes:
|
||||
- siderolabs/intel-ucode
|
||||
# - siderolabs/tailscale
|
||||
- siderolabs/util-linux-tools
|
||||
- siderolabs/iscsi-tools
|
||||
- hostname: op-02
|
||||
ipAddress: 192.168.2.109
|
||||
controlPlane: true
|
||||
@@ -30,6 +31,7 @@ nodes:
|
||||
- siderolabs/intel-ucode
|
||||
# - siderolabs/tailscale
|
||||
- siderolabs/util-linux-tools
|
||||
- siderolabs/iscsi-tools
|
||||
- hostname: op-03
|
||||
ipAddress: 192.168.2.110
|
||||
controlPlane: true
|
||||
@@ -42,3 +44,4 @@ nodes:
|
||||
- siderolabs/intel-ucode
|
||||
# - siderolabs/tailscale
|
||||
- siderolabs/util-linux-tools
|
||||
- siderolabs/iscsi-tools
|
||||
|
||||
Reference in New Issue
Block a user