Skip to content

Commit

Permalink
make yurthub can cache metadata for raven agent (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambohe-ch authored Oct 24, 2023
1 parent fbd5058 commit b7dd07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/yurthub/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const (
)

var (
DefaultCacheAgents = []string{"kubelet", "kube-proxy", "flanneld", "coredns", projectinfo.GetAgentName(), projectinfo.GetHubName(), coordinatorconstants.DefaultPoolScopedUserAgent}
DefaultCacheAgents = []string{"kubelet", "kube-proxy", "flanneld", "coredns", "raven-agent-ds", projectinfo.GetAgentName(), projectinfo.GetHubName(), coordinatorconstants.DefaultPoolScopedUserAgent}
YurthubConfigMapName = fmt.Sprintf("%s-hub-cfg", strings.TrimRightFunc(projectinfo.GetProjectPrefix(), func(c rune) bool { return c == '-' }))
)

Expand Down

0 comments on commit b7dd07b

Please sign in to comment.