dashboard
dashboard copied to clipboard
Harvester UI
### Summary As per discussed with @Vicente-Cheng , we should filter out `witness node` when creating network config. #### PR Checklist - Is this a multi-tenancy feature/bug? - [ ]...
### DO NOT MERGE
Change StorageClassName to StorageClass to match the chart ### Summary The UI asks for a StorageClass but we pass a StorageClassName, which has no match. Therefore the chart uses the...
### Summary #### PR Checklist - Is this a multi-tenancy feature/bug? - [ ] Yes, the relevant RBAC changes are at: - Do we need to backport changes to the...
Prior to this, the default size for volumes attached to VMs was 10GiB, regardless of the size of the underlying image. This is fine if the image is smaller, but...
### Summary this is part of https://github.com/harvester/harvester/issues/5288, after https://github.com/harvester/harvester/pull/5386 merged to master, error message updated upon each retry failure. Before this pr, error message pops up only when upgrad CR...
This is an automatic backport of pull request #927 done by [Mergify](https://mergify.com). --- Mergify commands and options More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also...
### Summary #### PR Checklist - Is this a multi-tenancy feature/bug? - [ ] Yes, the relevant RBAC changes are at: - Do we need to backport changes to the...
### Summary #### PR Checklist - Is this a multi-tenancy feature/bug? - [ ] Yes, the relevant RBAC changes are at: - Do we need to backport changes to the...
### Summary contributes to rancher/dashboard#10104 This replaces the usage of `Vue.extend` with `defineComponent` in Harvester. `defineComponent` provides better type inference, improved TypeScript support, and will be the recommended way to...