Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not get the status of the adjustment #893

Open
guozijing opened this issue Sep 13, 2022 · 1 comment
Open

Can not get the status of the adjustment #893

guozijing opened this issue Sep 13, 2022 · 1 comment

Comments

@guozijing
Copy link

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

@klihub
Copy link
Contributor

klihub commented Sep 19, 2022

@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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants