Access to external DNS¶
Available since MOSK 22.2
By default, the TF tf-control-dns-external
service is created to expose
TF control dns
. You can disable creation of this service using the
enableDNSExternal
parameter in the TFOperator
CR. For example:
spec:
controllers:
tf-control:
dns:
enableDNSExternal: false
If such service was manually created before MOSK 22.2
with a name that differs from tf-control-dns-external
, you can optionally
delete the old service. If the name was the same, the service will be handled
by the TF Operator.