**Describe the bug** <!-- A clear and concise description of what the bug is --> Can not get the adjustment status: _**kubectl get -n kube-system adjustments.criresmgr.intel.com -ojson | jq '.items[].status' null**_ **Expected behavior** <!-- A clear and concise description of what you expected to happen --> For document, the result should be: kubectl get -n kube-system adjustments.criresmgr.intel.com -ojson | jq '.items[].status' { "nodes": { "r640-1": { "errors": {} } } } { "nodes": { "r640-1": { "errors": {} } } } **To Reproduce** <!-- Steps to reproduce the behavior --> **Environment** <!-- OS, kernel, container runtime, Kubernetes version --> OS: Centos7.8 Kernel: 3.10.0-1160.el7.x86_64 Container runtime: containerd v1.6.6 Kubernetes: v1.24.2 **Additional context** <!-- Add any other context about the problem here -->