Stefan Prietl
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...
**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...
/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...
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...
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:...