Always show diffs in HierarchicalResourceQuota
resources and manifests
#394
Labels
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
I found a case where there is always a diff between the
HierarchicalResourceQuota
resource and the manifest.The following manifest can be used to reproduce the problem.
After applying the above manifest, the diffs obtained using
kubectl diff
command are as follows. It seems that the values are always diffed by replacing them with SI units.The replacement to SI units is also done in
ResourceQuota
, but the following definition ofResourceQuota
will not show any difference usingkubectl diff
.This difference in behavior causes problems with GitOps constantly causing manifest synchronization.
Is this
HierarchicalResourceQuota
resource behavior intended?The text was updated successfully, but these errors were encountered: