busola icon indicating copy to clipboard operation
busola copied to clipboard

Dropdown for target input DNSEntries

Open mrCherry97 opened this issue 1 year ago • 4 comments

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

mrCherry97 avatar Sep 14 '23 06:09 mrCherry97