Is your feature request related to a problem? Please describe.
Right now, the UAPI blob cache is configured as a PVC. However, the UAPI cache will be cleaned/deleted on startup of the client, and it therefor unnecessary to use a PVC for that.
Describe the solution you'd like
Use an emptyDir for the blob cache, and make sure the disk space health check is configured correctly, so the component is restarted if the emptyDir grows too big.
Is your feature request related to a problem? Please describe. Right now, the UAPI blob cache is configured as a PVC. However, the UAPI cache will be cleaned/deleted on startup of the client, and it therefor unnecessary to use a PVC for that.
Describe the solution you'd like Use an emptyDir for the blob cache, and make sure the disk space health check is configured correctly, so the component is restarted if the emptyDir grows too big.