-
Notifications
You must be signed in to change notification settings - Fork 550
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
ci: enable debug logs in kubelet #4074
Conversation
enable debug logs in kubelet for better debugging. Signed-off-by: Madhu Rajanna <[email protected]>
/retest ci/centos/mini-e2e/k8s-1.28 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess this is mostly done for #4073? Do you want to keep the level (4) in any case?
@nixpanic yes keeping it to `4 will help in debugging any CI issues. |
/retest ci/centos/mini-e2e/k8s-1.28 |
use resizer canary image to as it might contain fix for pvc resize with kubernetes 1.28 Signed-off-by: Madhu Rajanna <[email protected]>
83f118f
to
0c7e5f7
Compare
/retest ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.27 |
Wondering if the canary resize image works with Kubernetes 1.27 too. |
CI passed on 1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
Seems to be fine 🥳 |
This too passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We at least need this in the devel
branch for now. Hopefully a csi-resizer release is planned soon.
@Mergifyio rebase |
✅ Nothing to do for rebase action |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/mini-e2e/k8s-1.28 |
Even with the label, it is running the full multi-arch-build instead of the single arch one. The arm64 repository from CentOS or Ceph has some inconsistency. Yesterday that was the case for amd64 too, but that seems to have been resolved. |
Pull request has been modified.
Some packages have dependencies on other repositories. On occasion these repositories seem to be out-of-sync. In that case, install updates with an older version, instead of erroring out. Signed-off-by: Niels de Vos <[email protected]>
6f46242
to
9b86c13
Compare
/test ci/centos/k8s-e2e-external-storage/1.26 |
/test ci/centos/upgrade-tests-cephfs |
/test ci/centos/mini-e2e-helm/k8s-1.26 |
/test ci/centos/upgrade-tests-rbd |
/test ci/centos/mini-e2e/k8s-1.26 |
/test ci/centos/k8s-e2e-external-storage/1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.28 |
/test ci/centos/k8s-e2e-external-storage/1.27 |
/test ci/centos/mini-e2e/k8s-1.28 |
/test ci/centos/mini-e2e-helm/k8s-1.27 |
/test ci/centos/mini-e2e/k8s-1.27 |
Added the |
/test ci/centos/k8s-e2e-external-storage/1.25 |
/test ci/centos/mini-e2e-helm/k8s-1.25 |
/test i/centos/mini-e2e/k8s-1.25 |
/test ci/centos/mini-e2e/k8s-1.25 |
enable debug logs in kubelet for better debugging.