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
@guozijing Could you provide a detailed description of the steps leading to the diff between expected and observed behavior, including (enough details about) the pods/containers (so we can verify whether your adjustments should apply to them) and the adjustments you put in place ?
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
The text was updated successfully, but these errors were encountered: