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
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 of ResourceQuota will not show any difference using kubectl 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:
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: