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

Multi-Attach error for volume #82

Open
moklidia opened this issue Jun 13, 2023 · 0 comments
Open

Multi-Attach error for volume #82

moklidia opened this issue Jun 13, 2023 · 0 comments

Comments

@moklidia
Copy link
Collaborator

moklidia commented Jun 13, 2023

A user is getting the following error:

Multi-Attach error for volume "pvc-xxxx" Volume is already exclusively attached to one node and can't be attached to another

Compose file:

x-uffizzi:
  ingress: # required
    service: nginx
    port: 80
    additional_subdomains:
      - "subdomain"
service:
  nginx:
    image: nginx:alpine
    ports:
      - "80:80"
    volumes:
      - ./deploy/nginx:/etc/nginx/conf.d/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant