Patrick Dillon
Patrick Dillon
The help message is not visible for multiline inputs. I create it like this: ``` err := survey.Ask([]*survey.Question{ { Prompt: &survey.Multiline{ Message: "Service Account", Help: "The location to file that...
Seeing a panic when creating a cluster with a nil `Cluster.Spec.ControlPlaneRef`. Fix in #4817 ``` E0226 15:27:32.383242 89 controller.go:329] "Reconciler error" err="panic: runtime error: invalid memory address or nil pointer...
- aws - nutanix - openstack - powervs - vsphere Have all passed e2e tests using the capi installer. Depends on https://github.com/openshift/installer/pull/8343 Depends on https://issues.redhat.com/browse/CORS-3477
openshift/release#50438 added initial capi periodics for aws & vsphere. This updates sippy so that the jobs will be visible. Note that these periodics are currently ci-only. We're still working on...
Fixes an unchecked error when building the GCP client.
/kind feature **Describe the solution you'd like** Support using CAPZ to provision clusters on Azure Stack Hub. **Anything else you would like to add:** Achieving this goal would entail: -...
Manual cherry-pick of #2124 --- An incorrect regex validation prevents users from specifying AWS tag keys or values that include spaces, which are allowed by AWS's official regex: https://docs.aws.amazon.com/directoryservice/latest/devguide/API_Tag.html Also...
AWS docs indicate that tag keys cannot be prefix with aws:. See: https://docs.aws.amazon.com/directoryservice/latest/devguide/API_Tag.html Using this key prefix leads to an AWS API error indicating the prefix is reserved for AWS...
**What type of PR is this?** /kind feature **What this PR does / why we need it**: This PR adds infrastructure provisioning support on Azure Stack. Currently Azure Stack is...