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
The resources_create_or_update function performs a server-side apply operation:
• Creates a resource if it does not exist.
• Updates or merges the provided fields if it does.
• Clears fields only if the current field manager already owns them.
Without the force option, it will not delete or override nested fields owned by another manager (e.g, kubectl-client-side-apply). This MCP tool does not currently expose patch or force flags, which prevents overriding field ownership during reconciliation.