-
Notifications
You must be signed in to change notification settings - Fork 45
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
UI: Provision volumes with labels (in the PV template) #1891
Labels
Milestone
Comments
NicolasT
added
kind:enhancement
New feature or request
moonshot
topic:ui
UI-related issues
labels
Oct 10, 2019
carlito-scality
added a commit
that referenced
this issue
Oct 31, 2019
- Allow users to add labels to provision volumes with labels Ref: #1891
carlito-scality
added a commit
that referenced
this issue
Oct 31, 2019
- Display labels list and improve styles Ref: #1891
carlito-scality
added a commit
that referenced
this issue
Oct 31, 2019
- Display labels list - Imrpove Breadcrumb by adding Volume label Ref: #1891
carlito-scality
added a commit
that referenced
this issue
Oct 31, 2019
- update docs to help users to provision labels Ref: #1891
carlito-scality
added a commit
that referenced
this issue
Nov 4, 2019
- Display labels list - Imrpove Breadcrumb by adding Volume label Ref: #1891
carlito-scality
added a commit
that referenced
this issue
Nov 4, 2019
- update docs to help users to provision labels Ref: #1891
carlito-scality
added a commit
that referenced
this issue
Nov 4, 2019
carlito-scality
added a commit
that referenced
this issue
Nov 4, 2019
gdemonet
added a commit
that referenced
this issue
Nov 5, 2019
Labels provisioning was not done in the PV template, as requested by this issue. Re-opening. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After bootstrap, a user must create Volumes to provide storage for Prometheus and AlertManager. We deploy a StorageClass for this, but the PersistentVolumeClaims for these services also use a
labelSelector
to pick the 'right' PersistentVolume.It's currently not possible to specify these when creating a Volume through the UI. As such, one can't complete the installation using the UI only, and needs to resort to using
kubectl
(e.g. by editing and applying the example manifest shipped on the ISO), which is sub-optimal.The text was updated successfully, but these errors were encountered: