You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey @torbenhinge I've got some time now to look at this. Can you elaborate your usecase?
My understanding is that externalName is used for external lookups from inside the cluster, as described here, so I don't see how this can be useful for outside->in lookups
Supporting hostname annotation to set CNAME for services with type: LoadBalancer would be useful. If we can support the same annotation as external-dns uses or add our own.
Resolve services of type ExternalName bases on the externalName or externalIPs:
kind: Service
apiVersion: v1
metadata:
name: my-service
namespace: my-namespace
spec:
type: ExternalName
externalName: other-service.other-namespace.svc.cluster.local
externalIPs:
- 192.168.10.10
The text was updated successfully, but these errors were encountered: