UffizziCloud / uffizzi_controller

A smart proxy service that handles requests from the Uffizzi API to the Kubernetes API
Apache License 2.0
11 stars 3 forks source link

Multi-Attach error for volume #82

Open moklidia opened 1 year ago

moklidia commented 1 year ago

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/