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
Is there a way to patch an existing resource like kubectl patch?
Use case being patching the cni plugin that is already installed on an EKS cluster. Kustomize can only patch manifests that are part of the repo.
I thought of using custom plugin but repo-server cannot access the api-server to fetch the current resource manifest.
The text was updated successfully, but these errors were encountered:
Is there a way to patch an existing resource like kubectl patch?
Use case being patching the cni plugin that is already installed on an EKS cluster. Kustomize can only patch manifests that are part of the repo.
I thought of using custom plugin but repo-server cannot access the api-server to fetch the current resource manifest.
The text was updated successfully, but these errors were encountered: