We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run oCIS 6.6 in Kubernetes, eg via owncloud/ocis-charts#778
Pods are running
Pods are crashing, eg:
+ nats-799bb65f6d-z7mwf › nats nats-799bb65f6d-z7mwf nats panic: Couldn't create temporary directory: mkdir /tmp/govips-2656736891: read-only file system nats-799bb65f6d-z7mwf nats nats-799bb65f6d-z7mwf nats goroutine 1 [running]: nats-799bb65f6d-z7mwf nats github.com/davidbyttow/govips/v2/vips.temporaryDirectoryOrPanic() nats-799bb65f6d-z7mwf nats github.com/davidbyttow/govips/v2@v2.15.0/vips/icc_profiles.go:671 +0x89 nats-799bb65f6d-z7mwf nats github.com/davidbyttow/govips/v2/vips.init() nats-799bb65f6d-z7mwf nats github.com/davidbyttow/govips/v2@v2.15.0/vips/icc_profiles.go:647 +0x17 - nats-799bb65f6d-z7mwf › nats
If you switch to the external nats example, you're gonna see the same message on all other oCIS pods, too:
+ proxy-6c7d4846cc-p45zh › proxy proxy-6c7d4846cc-p45zh proxy panic: Couldn't create temporary directory: mkdir /tmp/govips-3013908145: read-only file system proxy-6c7d4846cc-p45zh proxy proxy-6c7d4846cc-p45zh proxy goroutine 1 [running]: proxy-6c7d4846cc-p45zh proxy github.com/davidbyttow/govips/v2/vips.temporaryDirectoryOrPanic() proxy-6c7d4846cc-p45zh proxy github.com/davidbyttow/govips/v2@v2.15.0/vips/icc_profiles.go:671 +0x89 proxy-6c7d4846cc-p45zh proxy github.com/davidbyttow/govips/v2/vips.init() proxy-6c7d4846cc-p45zh proxy github.com/davidbyttow/govips/v2@v2.15.0/vips/icc_profiles.go:647 +0x17 - proxy-6c7d4846cc-p45zh › proxy
oCIS 6.6 in Kubernetes
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Probably similar to #4894
Sorry, something went wrong.
This should fix it: davidbyttow/govips#442
Ok, for now I'll look adding volumes to /tmp everywhere
mount /tmp as emptyDir in all pods to workaround owncloud/ocis#10378
531a08d
workaround in owncloud/ocis-charts@531a08d
No branches or pull requests
Describe the bug
Run oCIS 6.6 in Kubernetes, eg via owncloud/ocis-charts#778
Steps to reproduce
Expected behavior
Pods are running
Actual behavior
Pods are crashing, eg:
If you switch to the external nats example, you're gonna see the same message on all other oCIS pods, too:
Setup
oCIS 6.6 in Kubernetes
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: