cisco-open / k8s-objectmatcher

A Kubernetes object matcher library to avoid unnecessary K8s object updates
Apache License 2.0
157 stars 29 forks source link

Zip last-applied annotation #30

Closed baluchicken closed 4 years ago

baluchicken commented 4 years ago
Q A
Bug fix? no
New feature? yes
API breaks? no
Deprecations? no
License Apache 2.0

What's in this PR?

This PR zips last-applied annotations to fit into the annotation 256k limit.

Checklist