felixfbecker / PSKubectl

kubectl with the power of the object pipeline
MIT License
61 stars 9 forks source link

Use server-side apply #24

Closed felixfbecker closed 5 years ago

felixfbecker commented 5 years ago

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: https://github.com/tintoy/dotnet-kube-client/issues/63

felixfbecker commented 5 years ago

:tada: This issue has been resolved in version 0.12.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: