Skip to content
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

File Permission Error During Docker Compose to Kubernetes Conversion #648

Closed
souvikinator opened this issue Jan 21, 2025 · 1 comment · Fixed by #649
Closed

File Permission Error During Docker Compose to Kubernetes Conversion #648

souvikinator opened this issue Jan 21, 2025 · 1 comment · Fixed by #649
Labels
kind/bug Something isn't working

Comments

@souvikinator
Copy link
Contributor

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

Image

Environment

  • Host OS: Linux
  • Platform: Kubernetes
  • Meshery Server Version: stable-v0.8.19
  • Meshery Client Version: stable-v0.8.19

To Reproduce

  1. Go to Kanvas/Playground
  2. Import a docker-compose file
  3. Error shows up in the notification panel

Contributor Guides and Handbook

@souvikinator souvikinator added the kind/bug Something isn't working label Jan 21, 2025
Copy link

welcome bot commented Jan 21, 2025

Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the Contributors' Welcome Guide, engage in the discussion forum, and be sure to join the community Slack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant