felixfbecker / PSKubectl

kubectl with the power of the object pipeline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use server-side apply

felixfbecker opened this issue ยท comments

Instead of reverse-engineering the client-side three-way diff algorithm that kubectl uses, use the new server-side apply feature.

Docs: https://kubernetes.io/docs/reference/using-api/api-concepts/#server-side-apply
Client support: tintoy/dotnet-kube-client#63

๐ŸŽ‰ This issue has been resolved in version 0.12.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€