busola
busola copied to clipboard
Dropdown for target input DNSEntries
Description
Target input needs to have a dropdown as input. Values to dropdown are IP addresses from services that have type LoadBalancer
You can obtain the IP addresses from the service with that command:
kubectl get svc -n {namespace} {name} -o=jsonpath='{.status.loadBalancer.ingress[*].ip}'
Reasons
Attachments