External DNS Config Schema¶
Note
This is auto-generated documentation from a JSON schema that is under construction, this will improve over time.
Return to the root config schema
https://raw.githubusercontent.com/elastisys/compliantkubernetes-apps/main/config/schemas/config.yaml#/properties/externalDns
Configure External DNS.
External DNS manages DNS records based on Kubernetes resources, and can automatically configure DNS records from:
- CRD resources
- Ingress resources
- Service resources
Currently only AWS Route 53 is supported as the DNS provider.
Note
See the upstream documentation for reference.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | config/schemas/config.yaml* |
TYPE:
object
(External DNS Config)
PROPERTIES:
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
enabled | boolean |
Optional | cannot be null | Welkin Apps Config |
namespaced | boolean |
Optional | cannot be null | Welkin Apps Config |
provider | string |
Optional | cannot be null | Welkin Apps Config |
sources | object |
Optional | cannot be null | Welkin Apps Config |
domains | array |
Optional | cannot be null | Welkin Apps Config |
txtOwnerId | Not specified | Optional | cannot be null | Untitled schema |
txtPrefix | string |
Optional | cannot be null | Welkin Apps Config |
endpoints | array |
Optional | cannot be null | Welkin Apps Config |
extraArgs | array |
Optional | cannot be null | Welkin Apps Config |
logLevel | string |
Optional | cannot be null | Welkin Apps Config |
resources | object |
Optional | cannot be null | Welkin Apps Config |
tolerations | array |
Optional | cannot be null | Welkin Apps Config |
topologySpreadConstraints | array |
Optional | cannot be null | Welkin Apps Config |
affinity | object |
Optional | cannot be null | Welkin Apps Config |
enabled¶
enabled
-
is optional
-
Type:
boolean
(External DNS Enabled) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
boolean
(External DNS Enabled)
namespaced¶
namespaced
-
is optional
-
Type:
boolean
(External DNS Namespaced) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
boolean
(External DNS Namespaced)
provider¶
provider
-
is optional
-
Type:
string
(External DNS Provider) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
(External DNS Provider)
EXAMPLES:
aws
sources¶
Configure the sources External DNS should manage DNS records for.
sources
-
is optional
-
Type:
object
(External DNS Sources) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
object
(External DNS Sources)
domains¶
Configure the domains External DNS should manage.
domains
-
is optional
-
Type:
string[]
(External DNS Domain) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string[]
(External DNS Domain)
txtOwnerId¶
no description
txtOwnerId
-
is optional
-
Type: unknown
-
cannot be null
-
defined in: Untitled schema
TYPE:
unknown
txtPrefix¶
Configure a prefix to TXT records.
This is required with AWS Route 53 if CNAME records are preferred over A/AAAA records as it cannot handle both at the same time.
txtPrefix
-
is optional
-
Type:
string
(External DNS TXT Prefix) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
(External DNS TXT Prefix)
endpoints¶
Configure the endpoints to create DNS records for.
Requires externalDns.sources.crd
to be enabled.
endpoints
-
is optional
-
Type:
object[]
(External DNS Endpoint) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
object[]
(External DNS Endpoint)
extraArgs¶
Extra arguments passed to a container
extraArgs
-
is optional
-
Type:
string[]
-
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string[]
logLevel¶
logLevel
-
is optional
-
Type:
string
(External DNS Log Level) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
string
(External DNS Log Level)
EXAMPLES:
info
resources¶
Resource requests are used by the kube-scheduler to pick a node to schedule pods on.
Limits are enforced. Resources are commonly 'cpu' and 'memory'.
resources
-
is optional
-
Type:
object
(Kubernetes Resource Requirements) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
object
(Kubernetes Resource Requirements)
EXAMPLES:
requests:
memory: 128Mi
cpu: 100m
limits:
memory: 256Mi
cpu: 250m
tolerations¶
Kubernetes Tolerations
Kubernetes taint and toleration
tolerations
-
is optional
-
Type: an array of merged types (Details)
-
cannot be null
-
defined in: Welkin Apps Config
TYPE:
an array of merged types (Details)
topologySpreadConstraints¶
TopologySpreadConstraints describes how pods should spread across topology domains.
topologySpreadConstraints
-
is optional
-
Type: an array of merged types (Details)
-
cannot be null
-
defined in: Welkin Apps Config
TYPE:
an array of merged types (Details)
affinity¶
Affinity is a group of affinity scheduling rules.
affinity
-
is optional
-
Type:
object
(Affinity) -
cannot be null
-
defined in: Welkin Apps Config
TYPE:
object
(Affinity)
Return to the root config schema
Generated Sun Nov 17 03:51:36 UTC 2024 from elastisys/compliantkubernetes-apps@main