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
During deploy time operator should check for CSI Driver and switch to etcd (#1354)
Summary: We currently decide whether or not to deploy an etcd-backed
metadata store or pv-backed metadata store if a user doesn't have any
default storage classes set.
However, we've been seeing instances where the storageclass exists, but
persistent volumes still can't be used unless the CSI driver is enabled.
This leads to many failed deployments. Instead, we can autodetect this
case since it is fairly common.
Relevant Issues: N/A
Type of change: /kind bug
Test Plan: Skaffold deploy operator to a cluster
---------
Signed-off-by: Michelle Nguyen <michellenguyen@pixielabs.ai>
0 commit comments