Skip to content

Can not get the status of the adjustment #893

@guozijing

Description

@guozijing

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions