Skip to content

Commit

Permalink
Revert "Default to empty resolv-conf kubelet arg in agent config" (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Mar 2, 2023
1 parent b020053 commit 9009263
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions ansible/inventory/group_vars/master/k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ k3s_server:
cluster-cidr: "10.42.0.0/16"
# Network CIDR to use for service IPs
service-cidr: "10.43.0.0/16"
kubelet-arg:
# Don't pull /etc/resolv.conf from host
- "resolv-conf="
kube-controller-manager-arg:
# Required to monitor kube-controller-manager with kube-prometheus-stack
- "bind-address=0.0.0.0"
Expand Down
4 changes: 0 additions & 4 deletions ansible/inventory/group_vars/worker/k3s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ k3s_control_node: false
# (dict) k3s settings for all worker nodes
k3s_agent:
node-ip: "{{ ansible_host }}"
kubelet-arg:
# Don't pull /etc/resolv.conf from host
- "resolv-conf="

0 comments on commit 9009263

Please sign in to comment.