- Notifications
You must be signed in to change notification settings - Fork3.4k
Try to recreate cached file if tmp file is not exist#2441
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
[APPROVALNOTIFIER] This PR isNOT APPROVED This pull-request has been approved by:mazanax The full list of commands accepted by this bot can be foundhere. Needs approval from an approver in each of these files: Approvers can indicate their approval by writing |
linux-foundation-easyclabot commentedSep 1, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The committers listed above are authorized under a signed CLA. |
Welcome@mazanax! |
/assign |
yliaog commentedSep 11, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
thanks for the PR. could you add a test case in kubernetes/base/config/kube_config_test.py? |
What type of PR is this?
/kind bug
What this PR does / why we need it:
Fixes an issue where the Kubernetes cluster configuration could not be loaded because the system deleted the temporary file. The issue occurred when working with the Kubernetes cluster in long-running applications (e.g., Celery).
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: