You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to convert Docker Compose files to Kubernetes manifests in a deployed environment, the process fails with a permission error. Specifically, the system is unable to create and write to temporary files needed for the conversion process, resulting in the error: open temp.data: permission denied. Works fine for local dev environment.
Expected Behavior
The Docker Compose to Kubernetes conversion process should work seamlessly in both local and deployed environments, properly handling temporary file creation and cleanup with appropriate permissions.
Current Behavior
When attempting to convert Docker Compose files to Kubernetes manifests in a deployed environment, the process fails with a permission error. Specifically, the system is unable to create and write to temporary files needed for the conversion process, resulting in the error:
open temp.data: permission denied
. Works fine for local dev environment.Expected Behavior
The Docker Compose to Kubernetes conversion process should work seamlessly in both local and deployed environments, properly handling temporary file creation and cleanup with appropriate permissions.
Screenshots/Logs
Environment
To Reproduce
Contributor Guides and Handbook
The text was updated successfully, but these errors were encountered: