We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7966144 commit 925628eCopy full SHA for 925628e
assets/kubevirt/storageprofile.yml
@@ -0,0 +1,9 @@
1
+apiVersion: cdi.kubevirt.io/v1beta1
2
+kind: StorageProfile
3
+metadata:
4
+ name: px-rwx-kubevirt
5
+spec:
6
+ claimPropertySets:
7
+ - accessModes:
8
+ - ReadWriteMany
9
+ volumeMode: Filesystem
scripts/ocp-kubevirt
@@ -62,6 +62,8 @@ while [ ! "$HC" == "True" ]; do
62
HC=$(kubectl get hyperconvergeds.hco.kubevirt.io kubevirt-hyperconverged -n openshift-cnv -ojson | jq -r '.status.conditions[] | select((.reason=="ReconcileCompleted") and (.status=="True") and (.type=="Available")) | .status')
63
done
64
65
+kubectl apply -f /assets/kubevirt/storageprofile.yml
66
+
67
# add colored console notification on OCP GUI
68
if [ $cluster == "1" ]; then
69
bgcolor='#fe5000'
0 commit comments