Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Mention pod DNS settings in Flux daemon deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Jun 3, 2019
1 parent d4db661 commit 9cac553
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions deploy/flux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,11 @@ spec:
# Serve /metrics endpoint at different port;
# make sure to set prometheus' annotation to scrape the port value.
- --listen-metrics=:3031

# Optional DNS settings, configuring the ndots option may resolve
# nslookup issues on some Kubernetes setups.
# dnsPolicy: "None"
# dnsConfig:
# options:
# - name: ndots
# value: "1"

0 comments on commit 9cac553

Please sign in to comment.