-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Describe the bug
Can not get the adjustment status:
kubectl get -n kube-system adjustments.criresmgr.intel.com -ojson | jq '.items[].status'
null
Expected behavior
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
Environment
OS: Centos7.8
Kernel: 3.10.0-1160.el7.x86_64
Container runtime: containerd v1.6.6
Kubernetes: v1.24.2
Additional context
Metadata
Metadata
Assignees
Labels
No labels