aws: Remove ALBTargetControlConfig CRD from LBC manifest#18233
aws: Remove ALBTargetControlConfig CRD from LBC manifest#18233k8s-ci-robot merged 2 commits intokubernetes:masterfrom
Conversation
|
/test pull-kops-e2e-aws-load-balancer-controller |
|
Only one test is failing now 👍🏻 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hakman The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/override pull-kops-e2e-aws-load-balancer-controller |
|
@hakman: Overrode contexts on behalf of hakman: pull-kops-e2e-aws-load-balancer-controller DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
The E2E suite runs a test that requires the
ALBTargetControlAgent=truefeature gate. The test is skipped based on the presence of this CRD and the upstream helm chart doesn't offer a way to not render it, so we delete it here instead.Once the feature gate defaults to enabled we can revert this.
This is an effort towards fixing this failing e2e job: https://testgrid.k8s.io/kops-misc#kops-aws-aws-load-balancer-controller