Helene Durand

Results 8 issues of Helene Durand

Signed-off-by: Helene Durand **What this PR does / why we need it**: Update the `verify-import-order.sh` to: - detect the OS and ARCH to download the right zip - re-install gimps...

kind/feature
size/S
approved
release-note-none
dco-signoff: yes

### Description of the feature you would like to add / User story If you create a cluster with the admission plugin PodNodeSelector and use `clusterDefaultNodeSelector`, but DO NOT label...

kind/feature
sig/ui

Signed-off-by: Helene Durand **What this PR does / why we need it**: Switch from flavor to instancetype and preference in KKP. Note that flavor is not yet deprecated (machine-controller RawConfig)....

kind/feature
do-not-merge/work-in-progress
size/XL
release-note
dco-signoff: yes
sig/cluster-management
sig/api
sig/virtualization
docs/provided

We need to cleanup the Flavor in `KubevirtNodeSpec` when the switch to instancetype and preference is done (for example remove it from the `func (spec *KubevirtNodeSpec) MarshalJSON() ([]byte, error) {`...

sig/virtualization

We would like to change the [KubevirtNodeSpec](https://github.com/sankalp-r/kubermatic/blob/85af3533277e21e63bfc2e33ae9b3b7683884b58/pkg/api/v1/types.go#L1941) struct to : - add `omitempty` to optional fields. We would like to do this for all existing fields. Note that it's already...

kind/feature
sig/virtualization

As mentioned in this ticket: https://github.com/kubevirt/cloud-provider-kubevirt/issues/15, EnsureLoadBalancer can only support an `ExternalTrafficPolicy=Cluster`. It would also require: - Do not label the proxy pod/VMI where actual pod does not exist -...