bottlerocket-os / bottlerocket-os/bottlerocket
Ability to set ndots in /etc/resolv.conf
Open
area/kubernetes
type/enhancement
- Dominant language
- Rust
- Stars
- 9.7k
- Forks
- 586
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 11
Description
**What I'd like:**
The ability to set ndots in /etc/resolv.conf. Similar to how nameservers and search-list is set
The default ndots value of 5 is not useful in the majority of aws k8s deployments.
**Any alternatives you've considered:**
Custom admissions controller to set ndots on every pod in the cluster (why not just do it at the host level? This is far too complicated)
Custom userdata script to run echo "ndots: 5" >> /etc/resolv.conf (custom bash userdata not supported?)
Contributor guide
Assessment
This issue has not been assessed yet.