Skip to content

Commit 823d46c

Browse files
committed
fix: explicit clusterproviderstrategy is now recommended, instead of advisable
Signed-off-by: Calum Murray <[email protected]>
1 parent aa8f458 commit 823d46c

File tree

1 file changed

+1
-1
lines changed
  • pkg/kubernetes-mcp-server/cmd

1 file changed

+1
-1
lines changed

pkg/kubernetes-mcp-server/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func (m *MCPServerOptions) Run() error {
290290

291291
strategy := m.StaticConfig.ClusterProviderStrategy
292292
if strategy == "" {
293-
strategy = "auto-detect (it is advisable to set this explicitly in your Config)"
293+
strategy = "auto-detect (it is recommended to set this explicitly in your Config)"
294294
}
295295

296296
klog.V(1).Infof(" - ClusterProviderStrategy: %s", strategy)

0 commit comments

Comments
 (0)