We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b281e39 commit 840a230Copy full SHA for 840a230
flux/apps/kubevirt/kubevirt/app/kubevirt.yml
@@ -4,6 +4,8 @@ metadata:
4
name: kubevirt
5
spec:
6
configuration:
7
- developerConfiguration:
+ developerConfiguration:
8
featureGates:
9
- CPUManager
10
+ - AlignCPUs
11
+ - NUMA
flux/apps/storage/local-path-provisioner/app/release.yml
@@ -26,3 +26,12 @@ spec:
26
storageClass:
27
create: true
28
defaultClass: true
29
+ volumeBindingMode: Immediate
30
+ podSecurityContext:
31
+ runAsNonRoot: true
32
+ securityContext:
33
+ allowPrivilegeEscalation: false
34
+ seccompProfile:
35
+ type: RuntimeDefault
36
+ capabilities:
37
+ drop: ["ALL"]
0 commit comments