Assigned
Status Update
Comments
dh...@google.com <dh...@google.com>
ma...@google.com <ma...@google.com> #2
Hello,
Thanks for reaching out to us!
The Product Engineering Team has been made aware of your feature request, and will address it in due course. Though we can't provide an ETA on feature requests nor guarantee their implementation, rest assured that your feedback is always taken very seriously, as it allows us to improve our products. Thank you for your trust and continued support to improve Google Cloud Platform products.
In case you want to report a new issue, please do not hesitate to create a new
Thanks & Regards,
Manish Bavireddy.
Google Cloud Support
Description
Today we can create a DNS Record for our GKE Endpoint manually, but we have to edit the kubeconfig manually.
Moreover the certificate mismatch so we have to skip tls verification.
kubectl config set-cluster $(kubectl config current-context) --insecure-skip-tls-verify=true --server=
Can it be possible to create automatically the DNS Record or at least being able to specify it in order to create the certificate with the correct name?
We need it because, we have internal solutions that only allows flows based on the DNS Name.