Skip to content

Commit

Permalink
apps: cluster1: workstation-staging: Specify dnsConfig.
Browse files Browse the repository at this point in the history
Failed to start nscd and syslogd because of dns 10.8.255.254 is not available.
  • Loading branch information
wigust committed Dec 20, 2024
1 parent 512a068 commit 25589ce
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/cluster1/workstation-staging/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ spec:
operator: In
values:
- "true"
dnsConfig:
nameservers:
- 8.8.8.8
- 8.8.4.4
# searches:
# - ns1.svc.cluster-domain.example
# - my.dns.search.suffix
# options:
# - name: ndots
# value: "2"
# - name: edns0
tolerations:
- key: workstation.cluster.local
operator: Equal
Expand Down

0 comments on commit 25589ce

Please sign in to comment.