Commit Graph

10 Commits

Author SHA1 Message Date
Vincent Fiduccia 1e86209f28
Additional Kubelet Args 2021-07-30 03:11:02 -07:00
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
codyrancher caf2b6fb3e
Merge pull request #2426 from codyrancher/longhorn
Resolving a number of issues around pv/pvc/storageclass regarding longhorn
2021-02-25 10:29:47 -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 d724d4f5c2 Resolving several minor bugs around persistent volumes
- The checkboxSetter for access mode was just wrong and updated to handle setting properly.
- Passed mode to checkboxes
- Made deletion action dependent on not being in a 'bound' state
2021-02-24 11:18:13 -07:00
Cody Jackson 6212c93cc0 Fixing the type for partitions in two persistent volume providers
While trying to reproduce another issue I noticed that paritions were of the wrong type when saving. This now converts partition to a number before setting the value.
2021-02-23 10:15:55 -07:00
Cody Jackson 73bd8a90e1 Migrating the PersistentVolumeClaim pages
rancher/dashboard#2216
2021-02-19 09:11:35 -07:00
Cody Jackson 0f95812978 Migrating the persistentvolume pages
rancher/dashboard#2186
2021-02-09 13:48:17 -07:00