Increase the disk size to 43G from 35G to avoid disk pressure#1243
Increase the disk size to 43G from 35G to avoid disk pressure#1243praveenkumar wants to merge 1 commit into
Conversation
During 4.22 bundle creation it is observed that kubelet goes under disk pressure and cluster provision failing ``` $ oc describle node [....] Conditions: Type Status LastHeartbeatTime LastTransitionTime Reason Message ---- ------ ----------------- ------------------ ------ ------- MemoryPressure False Wed, 10 Jun 2026 03:22:56 -0400 Tue, 09 Jun 2026 01:31:33 -0400 KubeletHasSufficientMemory kubelet has sufficient memory available DiskPressure True Wed, 10 Jun 2026 03:22:56 -0400 Wed, 10 Jun 2026 02:29:17 -0400 KubeletHasDiskPressure kubelet has disk pressure $ ./openshift-clients/linux/oc get pod --no-headers --all-namespaces '--field-selector=metadata.namespace!=none' + grep -v Running + grep -v Completed hostpath-provisioner csi-hostpathplugin-xk4l4 0/4 ContainerStatusUnknown 0 61s openshift-apiserver apiserver-699f7f67cf-v6l45 0/2 Pending 0 17m openshift-image-registry image-registry-6b6bc4b8b9-bcnm7 0/1 ContainerCreating 0 17m openshift-ingress-operator ingress-operator-79c6cfcbc6-5jdtv 1/2 Error 16 (2m48s ago) 25h openshift-multus network-metrics-daemon-4fts7 0/2 ContainerStatusUnknown 0 58s openshift-network-diagnostics network-check-source-5c9fb4c9ff-lkn8f 0/1 Pending 0 11m openshift-network-diagnostics network-check-target-dvmfn 0/1 ContainerStatusUnknown 0 61s openshift-network-operator iptables-alerter-jkd5h 0/1 Evicted 0 63s ```
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@praveenkumar did you check how much free space remains in this case, like output of |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: anjannath The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cherry-pick master |
|
@praveenkumar: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@praveenkumar: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
During 4.22 bundle creation it is observed that kubelet goes under disk pressure and cluster provision failing