Rafael F.
Rafael F.
Putting this up for initial review while I try to work on adding tests. This PR is implementing the solution proposed in https://github.com/coreos/rpm-ostree/issues/1905.
No validation done when only `PublicIP == true` but public subnet has `MapPublicIPOnLauch == false`
/kind bug **What steps did you take and what happened:** 1. Create a shared VPC with private and public subnets, where all public subnets have `MapPublicIPOnLaunch == false`. 2. Create...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: In the scenario where the user brings their own VPC, if no subnet...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: The `s3.HeadObject` API call can return "NotFound" when either the bucket or the...
/kind bug **What steps did you take and what happened:** If the bootstrap data s3 object is deleted, further attempts to delete it will cause "NotFound" errors. **What did you...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Makes sure that ingress rules from all load balancers are created. **Which issue(s)...
/kind bug **What steps did you take and what happened:** Ingress rules specified in the secondary load balancer are not applied. **What did you expect to happen:** All ingress rules...
A float comparison fails on ppc64 on line 264 of the test_biniou file. As it can be seen from the log below, I added a print to the respective line...
**What type of PR is this?** /kind bug **What this PR does / why we need it**: Skip APIServerELB DNS name resolution check when the LB is internal. The check...
/kind bug **What steps did you take and what happened:** After CAPA creates the APIServer Load Balancer and it gets a DNS name, CAPA waits for the DNS name to...