Skip to content

Commit

Permalink
dns: domain validation of cdn.dl.k8s.io
Browse files Browse the repository at this point in the history
Part of:
  - kubernetes#4528

In order to be able to use Fastly, we will need use a subdomain
to serve the binaries built and store kubernetes-release bucket.

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
  • Loading branch information
ameukam committed Dec 12, 2022
1 parent d907f99 commit 247f6ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dns/zone-configs/k8s.io._0_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ artifacts:
values:
- 35.244.192.77

# Domain delegation of cdn.dl.l8s.io to Fastly.
# Reach out to sig-k8s-infra-leads@kubernetes.io for any issue
cdn.dl:
type: TXT
value: fastly-domain-delegation-yyD9G&IG34BM-2022-08-01

# Vanity CNAMEs.
blog:
type: CNAME
Expand Down

0 comments on commit 247f6ba

Please sign in to comment.