-
Notifications
You must be signed in to change notification settings - Fork 922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add kubectl edit --server-side
#1350
Comments
/triage accepted |
This issue is also related to this one #1322 |
/retitle Add |
kubectl edit --server-side
This issue has not been updated in over 1 year, and should be re-triaged. You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
What would you like to be added:
There's an ancient issue with Service ports having an insufficient merge key for client-side apply. This causes a lot of pain for people who try to
kubectl apply
(client-side) a Service, but it's fixed in server-side apply.The issue also appears in
kubectl edit
, but there is no --server-side form of that.Is it possible?
xref kubernetes/kubernetes#115089
The text was updated successfully, but these errors were encountered: