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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: