-
Notifications
You must be signed in to change notification settings - Fork 46
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
Support a declarative way of updating, akin to kubectl apply
#443
Comments
Never mind :D |
I'm curious why you closed this out? Currently we do not support I started an implementation in #75 but it has gone stale and I need to revisit it. There is some complexity around client-side and server-side applies which makes this slightly less trivial than implementing a traditional upsert. |
kubectl apply
kubectl apply
@jacobtomlinson so I was using patch, but I thought I showed the same behaviours as kubectl apply, since it gave an error when I changed a resource in the cluster, but didn't update the python object |
Sure it is similar, but the |
@jacobtomlinson is this something you plan on reviving? |
It's on the backlog but I haven't gotten to it yet. It's definitely something we should add. |
Which project are you requesting an enhancement for?
kr8s
What do you need?
I only see create or patch in the methods, but no way to do something like that's akin to kubectl apply
The text was updated successfully, but these errors were encountered: