-
Notifications
You must be signed in to change notification settings - Fork 34
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
Init container failes #7
Comments
This happened to me when restarting after the pod failed for another reason. I deleted everything in the persistent volume manually then restarted the stateful set and it was able to start the main container. |
I got a similar error :
But nothing related with storage. I tried to delete the volume and everything, then restarting the deployment but that didn't help. |
I also get the same error. |
This seems to be related to the authentication, specifically with the googleapi. This can probably be fixed by choosing a different base model and replacing the googleapi link with the link to that model (hopefully no auth required) Stable Diffusion and optional companion models. Change these out if you'd likemodels: |
it's due to old busybox version, replace 1.35 busybox with 1.37 and it works as expected |
During the initialization process, im getting the following errors:
Any idea why ?
The text was updated successfully, but these errors were encountered: