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
Thanks for making this pytest plugin! I might have missed it, but is it possible to edit (patch) kubernetes objects ?
For example, in my project I need to change the replica count of a deployment, but I didn't see any supported methods to do this. I could "delete" and then "create" a deployment, but that seems like more of a workaround to this feature request, especially since the underlying k8s sdk supports updates via "patch_namespaced_deployment"
The text was updated successfully, but these errors were encountered:
amitSA
changed the title
Support for editing kubernetes objects ?
Support for editing a deployment ?
Apr 30, 2021
Thanks for making this pytest plugin! I might have missed it, but is it possible to edit (patch) kubernetes objects ?
For example, in my project I need to change the replica count of a deployment, but I didn't see any supported methods to do this. I could "delete" and then "create" a deployment, but that seems like more of a workaround to this feature request, especially since the underlying k8s sdk supports updates via "patch_namespaced_deployment"
The text was updated successfully, but these errors were encountered: