We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8f458 commit 823d46cCopy full SHA for 823d46c
pkg/kubernetes-mcp-server/cmd/root.go
@@ -290,7 +290,7 @@ func (m *MCPServerOptions) Run() error {
290
291
strategy := m.StaticConfig.ClusterProviderStrategy
292
if strategy == "" {
293
- strategy = "auto-detect (it is advisable to set this explicitly in your Config)"
+ strategy = "auto-detect (it is recommended to set this explicitly in your Config)"
294
}
295
296
klog.V(1).Infof(" - ClusterProviderStrategy: %s", strategy)
0 commit comments