Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
add resolver config in kubelet config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
preved911 committed Feb 25, 2020
1 parent bc154de commit 9c9ef36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kubelet.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ func kubeletConfigCreate(certificatesDir string) error {
Mode: "Webhook",
},
CgroupDriver: "systemd",
ResolverConfig: "/run/systemd/resolve/resolv.conf",
ClusterDNS: []string{"10.96.0.10"},
ClusterDomain: "cluster.local",
HealthzBindAddress: "127.0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
)

// AppVersion current build application version.
const AppVersion = "0.0.16"
const AppVersion = "0.0.17"

func main() {
var (
Expand Down

0 comments on commit 9c9ef36

Please sign in to comment.