-
Notifications
You must be signed in to change notification settings - Fork 948
Open
Labels
area/dnsDNS records for k8s.io, kubernetes.io, k8s.dev, etc., code in dns/DNS records for k8s.io, kubernetes.io, k8s.dev, etc., code in dns/sig/k8s-infraCategorizes an issue or PR as relevant to SIG K8s Infra.Categorizes an issue or PR as relevant to SIG K8s Infra.
Description
Type of DNS update:
one of: Create, Delete, Update
Domain being modified:
e.g. k8s.io
Existing DNS Record:
# this is the sub-domain, '' for the top-level domain
www:
# this is the record type, e.g A, CNAME, MX, TXT, etc.
- type: A
# This depends on the record type, see existing YAML files for more examples.
value: 35.201.71.162New DNS Record:
www:
- type: CNAME
value: some.other.host.comReason for update:
Example of an update.
Metadata
Metadata
Assignees
Labels
area/dnsDNS records for k8s.io, kubernetes.io, k8s.dev, etc., code in dns/DNS records for k8s.io, kubernetes.io, k8s.dev, etc., code in dns/sig/k8s-infraCategorizes an issue or PR as relevant to SIG K8s Infra.Categorizes an issue or PR as relevant to SIG K8s Infra.