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
We might need to rethink out K8sClient structure, as of now there are two candidates for similar resource fields
namespace i.e. resource namespace for user created resources like pvc, pod, etc
openebs-namespace i.e. the namespace where a specific Storage engine is installed
The -n flag is used to take the pvc namespace and same cannot be used to take the openebs namespace simultaneously.
Determining the openebs ns from the cli would help here.
The text was updated successfully, but these errors were encountered:
Final verdict: Lets stick to figuring out the namespace by using the openebs.io/component-type label KVs present on the CSI controller.
There might be some really old versions of OpenEBS(e.g. 2.1) which might not support this as the CSI controller pods are running in the kube-system namespace.
We might need to rethink out K8sClient structure, as of now there are two candidates for similar resource fields
The
-n
flag is used to take thepvc namespace
and same cannot be used to take theopenebs namespace
simultaneously.Determining the
openebs
ns from the cli would help here.The text was updated successfully, but these errors were encountered: