mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Disable tracking manged fields on scale sub-resource
This commit is contained in:
parent
bfd8610dda
commit
6652091b63
@ -821,6 +821,8 @@ func (r *crdHandler) getOrCreateServingInfoFor(uid types.UID, name string) (*crd
|
||||
SelfLinkPathPrefix: selfLinkPrefix,
|
||||
SelfLinkPathSuffix: "/scale",
|
||||
}
|
||||
// TODO(issues.k8s.io/82046): We can't effectively track ownership on scale requests yet.
|
||||
scaleScope.FieldManager = nil
|
||||
scaleScopes[v.Name] = &scaleScope
|
||||
|
||||
// override status subresource values
|
||||
|
Loading…
Reference in New Issue
Block a user