Closed miyamotoh closed 1 week ago
We also need DNSServices for disconnected (the ingress operator uses it)
/test golint
/retitle MULTIARCH-5161: Power VS: Create VPEs as needed for Disconnected install
@miyamotoh: This pull request references MULTIARCH-5161 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the sub-task to target the "4.18.0" version, but no target version was set.
/assign r4f4
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: r4f4
The full list of commands accepted by this bot can be found here.
The pull request process is described here
@miyamotoh: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
ci/prow/okd-scos-e2e-aws-ovn | 8fc735142ef6543455de1361522e88a222b368da | link | false | /test okd-scos-e2e-aws-ovn |
Full PR test history. Your PR dashboard.
/label acknowledge-critical-fixes-only
@mjturek can add the final label after review
/lgtm
For Disconnected install on PowerVS, Virtual Private Endpoint Gateways (VPEs) must be created in the VPC that would be part of the infrastructure to allow traffic to the following private IBM Cloud endpoints;
Proposed code would first check if the necessary VPEs are already in place, comparing the target's CRN, and create one only when missing. Destroy logic for the below resources need to be developed (later);