Drop the redundant acme.unkin.net apex NS DNSRecord
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
# Authoritative delegation records for acme.unkin.net. Without these the zone
|
# In-zone address for the nameserver names acme.unkin.net publishes. Without it
|
||||||
# only holds the operator's seed apex (NS ns1.acme.unkin.net glued to the
|
# a reseed glues ns1.acme.unkin.net to the primary pod IP, which is unroutable
|
||||||
# primary pod IP), which is unroutable off-cluster and goes stale on
|
# off-cluster and goes stale on reschedule. The apex NS RRset itself comes from
|
||||||
# reschedule. DNSRecords must live in the same namespace as their BindZone.
|
# BindZone.spec.nameservers. DNSRecords must live in the same namespace as their
|
||||||
|
# BindZone.
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- ns
|
|
||||||
- a
|
- a
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: bind.unkin.net/v1alpha1
|
|
||||||
kind: DNSRecord
|
|
||||||
metadata:
|
|
||||||
name: acme-apex-ns
|
|
||||||
namespace: bind-external
|
|
||||||
spec:
|
|
||||||
zoneRef: acme-unkin-net
|
|
||||||
# "@" is the zone apex.
|
|
||||||
name: "@"
|
|
||||||
type: NS
|
|
||||||
ttl: 3600
|
|
||||||
values:
|
|
||||||
# Matches the parent delegation in Google Cloud DNS. Out of zone, so the
|
|
||||||
# child needs no glue of its own.
|
|
||||||
- acme-ns1.unkin.net.
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
|
|
||||||
resources:
|
|
||||||
- apex.yaml
|
|
||||||
Reference in New Issue
Block a user