-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Additional flexibility when identifying storage pools in Storage Class definition #118
Labels
Comments
+1 |
Closed per b161ca4. |
netapp-ci
pushed a commit
that referenced
this issue
Sep 4, 2019
tridentctl currently outputs "could not find the Kubernetes CLI" when fails to execute kubectl even if kubectl command is found. With this PR, tridentctl is changed to outputs the following error message if kubectl is found but it exits with error: ``` $ bin/tridentctl version Error: could find the Kubernetes CLI, but it exited with error: Unable to connect to the server: No valid id-token, and cannot refresh without refresh-token ```
netapp-ci
pushed a commit
that referenced
this issue
Sep 4, 2019
tridentctl currently outputs "could not find the Kubernetes CLI" when fails to execute kubectl even if kubectl command is found. With this PR, tridentctl is changed to outputs the following error message if kubectl is found but it exits with error: ``` $ bin/tridentctl version Error: could find the Kubernetes CLI, but it exited with error: Unable to connect to the server: No valid id-token, and cannot refresh without refresh-token ```
netapp-ci
pushed a commit
that referenced
this issue
Sep 12, 2019
tridentctl currently outputs "could not find the Kubernetes CLI" when fails to execute kubectl even if kubectl command is found. With this PR, tridentctl is changed to outputs the following error message if kubectl is found but it exits with error: ``` $ bin/tridentctl version Error: could find the Kubernetes CLI, but it exited with error: Unable to connect to the server: No valid id-token, and cannot refresh without refresh-token ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Storage pool selection is currently limited to statically specifying the pools desired using either the
storagePools
oradditionalStoragePools
attributes in the storage class definition. To enable greater flexibility, having a number of other selection (or exclusion) criteria would be ideal:backendType
this makes it easy to select common pools, e.g. SolidFire QoS policies.Andrew
The text was updated successfully, but these errors were encountered: