Skip to content

Commit

Permalink
Add selinuxLauncherType to kubevirt configmap (#445)
Browse files Browse the repository at this point in the history
Signed-off-by: Stu Gott <[email protected]>
  • Loading branch information
stu-gott authored Feb 17, 2020
1 parent e7ea091 commit 679dba2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/controller/hyperconverged/hyperconverged_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,9 @@ func newKubeVirtConfigForCR(cr *hcov1alpha1.HyperConverged, namespace string) *c
Namespace: namespace,
},
Data: map[string]string{
"feature-gates": "DataVolumes,SRIOV,LiveMigration,CPUManager,CPUNodeDiscovery,Sidecar",
"migrations": `{"nodeDrainTaintKey" : "node.kubernetes.io/unschedulable"}`,
"feature-gates": "DataVolumes,SRIOV,LiveMigration,CPUManager,CPUNodeDiscovery,Sidecar",
"migrations": `{"nodeDrainTaintKey" : "node.kubernetes.io/unschedulable"}`,
"selinuxLauncherType": "spc_t",
},
}
}
Expand Down

0 comments on commit 679dba2

Please sign in to comment.