Stefan Prietl

Results 7 issues of Stefan Prietl

Currently, `etcd-manager` returns the first found fixed IP address on VMs with multiple IP addresses in OpenStack. However, there are multiple implications, for example: * The first found IP address...

needs-ok-to-test
size/L
cncf-cla: yes

**What this PR does / why we need it**: This introduces a configuration key which influences the way the provider reports the node addresses to the Kubernetes node resource. The...

cncf-cla: yes
size/L
needs-rebase
release-note
ok-to-test

/kind bug **1. What `kops` version are you running? The command `kops version`, will display this information.** ``` 1.24.0-beta.3 ``` **2. What Kubernetes version are you running? `kubectl version` will...

kind/bug

Is it possible render radios and/or toggle buttons in forms with FastUI? For example: * https://getbootstrap.com/docs/5.1/forms/checks-radios/#radios * https://getbootstrap.com/docs/5.1/forms/checks-radios/#default-stacked * https://getbootstrap.com/docs/5.1/forms/checks-radios/#toggle-buttons From my understanding it is only possible to do checkboxes...

help wanted

This makes setting `zone` in the `ClusterSubnetSpec` optional. Technically, kOps does not require this to be set as it will also include the `zones` from the `InstanceGroupSpec`: https://github.com/kubernetes/kops/blob/43cc54b2b1fcd768c7c4992989123541421e25a2/pkg/apis/kops/model/utils.go#L36-L50 fixes: #918

After trying out the provider - by converting config of ours to the one required by it - I get the following error: ``` kops:index/cluster:Cluster resource 'cc-test-eu-ash-15-provider-test-cluster' has a problem:...

This will determine the ports to delete when deleting an InstanceGroup in OpenStack based on the tags, rather than comparing the prefix of the name of the port to a...

cncf-cla: yes
size/L
area/provider/openstack
ok-to-test