You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix remaining CRD field issues across K8s and vMCP docs (#723)
* Fix remaining CRD field issues across K8s and vMCP docs
- mcp-server-entry: Fix remoteURL -> remoteUrl (5 occurrences)
- configuration: Fix remoteURL -> remoteUrl (2 occurrences)
- backend-discovery: Fix incomingAuth.oidc -> oidcConfigRef
- failure-handling: Fix incomingAuth.oidc -> oidcConfigRef
- optimizer: Fix modelCache.storageSize -> modelCache.size
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Fix stale field names in prose and deprecated oidcConfig usage
Update remoteURL references in prose text to match the remoteUrl
YAML fixes, and replace deprecated inline oidcConfig with
oidcConfigRef in the optimizer complete example.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* Add missing MCPOIDCConfig to backend discovery complete example
The complete example referenced engineering-oidc via oidcConfigRef
but never defined the MCPOIDCConfig resource, making the example
incomplete for copy-paste usage.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments