Commit Graph

6 Commits

Author SHA1 Message Date
Vincent Fiduccia 82bf9f5960
Move Feature Flags to a store 2021-05-13 17:29:32 -07:00
Vincent Fiduccia 413304f145
Multi-cluster & standalone feature/support 2021-04-21 17:16:43 -07:00
Cody Jackson 661cef5a62 Adding support for `unsupported-storage-drivers`
- Adding unsupported storageclasses
- Adding unsupported persistent

rancher/dashboard#2284

Adding the persistent volume plugins that are gated by the `unsupported-storage-drivers` feature flag.
2021-03-15 16:25:07 -07:00
Cody Jackson 423ead7cec Removing modeOverride from CruResource
- overlooked replacing one of the modeOverrides from a previous commit

https://github.com/rancher/dashboard/issues/2429#issuecomment-786302302
2021-02-26 03:29:35 -07:00
Cody Jackson 544d83733c Resolving a number of issues around pv/pvc/storageclass regarding longhorn
- There was a problem with the longhorn driver not being set so this is
now set
- In some versions of the rancher backend a pvc couldn't be bound to a
pv because the storageClassName was expected to be empty
- The wrong storage class name was being shown when a persistent volume
was bound also caused by storageClassName not being empty
- A field should've been marked as required
- Change default values for longhorn
- Clear unset parameters for storage classes

rancher/dashboard#2415
rancher/dashboard#2416
rancher/dashboard#2380
rancher/dashboard#2420
rancher/dashboard#2429
2021-02-25 02:29:27 -07:00
Cody Jackson a7c1337ccc Porting StorageClass to dashboard from ember 2021-02-02 14:53:22 -07:00