aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
document - LabelSelector link broken
Bug Description
Steps to Reproduce
- Step-by-step guide to reproduce the bug: Visit the page at https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.12/guide/targetgroupbinding/targetgroupbinding/#nodeselector
- Manifests applied while reproducing the issue: N/A
- Controller logs/error messages while reproducing the issue: "404 Page not found"
Expected Behavior
Should direct to the correct page in Kubernetes Document
Actual Behavior
Redirected to 404 Page not found
Regression Was the functionality working correctly in a previous version ? [Yes / No] If yes, specify the last version where it worked as expected
Current Workarounds
No workarounds available
Environment
- AWS Load Balancer controller version: 2.12
- Kubernetes version: N/A
- Using EKS (yes/no), if so version?:
- Using Service or Ingress: N/A
- AWS region: N/A
- How was the aws-load-balancer-controller installed:
- If helm was used then please show output of
helm ls -A | grep -i aws-load-balancer-controller - If helm was used then please show output of
helm -n <controllernamespace> get values <helmreleasename> - If helm was not used, then copy/paste the exact command used to install the controller, including flags and options.
- If helm was used then please show output of
- Current state of the Controller configuration:
kubectl -n <controllernamespace> describe deployment aws-load-balancer-controller
- Current state of the Ingress/Service configuration:
kubectl describe ingressclasseskubectl -n <appnamespace> describe ingress <ingressname>kubectl -n <appnamespace> describe svc <servicename>
Possible Solution (Optional)
Contribution Intention (Optional)
- [x] Yes, I'm willing to submit a PR to fix this issue
- [ ] No, I cannot work on a PR at this time
Additional Context
Thank you for reporting the broken link. I see you are willing to submit a PR. We welcome community contributions!