You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the CI there when creating the hostpath-provisioner daemonset, it gives the following warnings:
+ ./openshift-clients/linux/oc apply -k kubevirt-hostpath-provisioner-csi/csi-driver -n hostpath-provisioner
serviceaccount/csi-hostpath-provisioner-sa created
rolebinding.rbac.authorization.k8s.io/csi-hostpathplugin-health-monitor-controller-role created
rolebinding.rbac.authorization.k8s.io/csi-hostpathplugin-provisioner-role created
clusterrolebinding.rbac.authorization.k8s.io/crc-csi-hostpathplugin-health-monitor-controller-cluster-role created
clusterrolebinding.rbac.authorization.k8s.io/crc-csi-hostpathplugin-provisioner-cluster-role created
Warning: would violate PodSecurity "restricted:latest": privileged (containers "hostpath-provisioner", "node-driver-registrar", "csi-provisioner" must not set securityContext.privileged=true), allowPrivilegeEscalation != false (containers "hostpath-provisioner", "node-driver-registrar", "liveness-probe", "csi-provisioner" must set securityContext.allowPrivilegeEscalation=false), unrestricted capabilities (containers "hostpath-provisioner", "node-driver-registrar", "liveness-probe", "csi-provisioner" must set securityContext.capabilities.drop=["ALL"]), restricted volume types (volumes "socket-dir", "mountpoint-dir", "registration-dir", "plugins-dir", "csi-data-dir" use restricted volume type "hostPath"), runAsNonRoot != true (pod or containers "hostpath-provisioner", "node-driver-registrar", "liveness-probe", "csi-provisioner" must set securityContext.runAsNonRoot=true), seccompProfile (pod or containers "hostpath-provisioner", "node-driver-registrar", "liveness-probe", "csi-provisioner" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")
daemonset.apps/csi-hostpathplugin created
The text was updated successfully, but these errors were encountered:
We always have the option to create a PV/... which would be used only by the CSI driver, and keep the rest of the openshift bundle the same as it currently is. I agree some exploratory work is needed before we know what can be done.
In the CI there when creating the hostpath-provisioner daemonset, it gives the following warnings:
The text was updated successfully, but these errors were encountered: