Skip to content

Commit

Permalink
[#303]fix-Failed_to_get_the_dns_service_IP_list
Browse files Browse the repository at this point in the history
  • Loading branch information
carryaimp committed Nov 6, 2023
1 parent a533252 commit c24baf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/types/agent_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ var AgentEnvMapping = []EnvMapping{
{"ENV_CLUSTER_DNS_DOMAIN", "cluster.local", &AgentConfig.ClusterDnsDomain},
{"ENV_LOCAL_NODE_IP", "", &AgentConfig.LocalNodeIP},
{"ENV_LOCAL_NODE_NAME", "", &AgentConfig.LocalNodeName},
{"DNS_SERVICE_SELECT_LABEL_KEY", "kubernetes.io/name", &AgentConfig.DnsServiceSelectLabelKey},
{"DNS_SERVICE_SELECT_LABEL_VALUE", "CoreDNS", &AgentConfig.DnsServiceSelectLabelValue},
{"ENV_DNS_SERVICE_SELECT_LABEL_KEY", "kubernetes.io/name", &AgentConfig.DnsServiceSelectLabelKey},
{"ENV_DNS_SERVICE_SELECT_LABEL_VALUE", "CoreDNS", &AgentConfig.DnsServiceSelectLabelValue},
}

type AgentConfigStruct struct {
Expand Down

0 comments on commit c24baf3

Please sign in to comment.