-
Notifications
You must be signed in to change notification settings - Fork 122
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
Unsupported Compose File Version 3.6 error reported for Kubernetes while worked for Swarm #3014
Comments
Hey @ajeetraina, thanks for the report 👼 This is to be expected with The |
I've added the |
@vdemeester Verified it with Compose file format 3.4 and it works great.
Thanks @djs55 for adding it to the right bucket. |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
I am using the latest Docker for Mac 18.05.0 CE Edge Release with Kubernetes v1.10.3. While I have Swarm chosen as orchestrator, I can use Docker Compose version 3.6 successfully and it brings up the services.
Steps to reproduce the behavior
Environment:
Here is my simple docker-compose.yml file:
Till now, things looked really good. Let me switch Swarm to Kubernetes.
Now while I try to use the same docker stack deploy CLI, it throws error:
I have tried with the latest version of my channel (Stable or Edge)
Yes
I have uploaded Diagnostics
No
Diagnostics ID:
N/A
Expected behavior
The same Docker stack CLI should work both for Swarm and Kubernetes
Actual behavior
The
docker stack
works for Swarm cluster BUT not for Kubernetes.Information
Diagnostic logs
The text was updated successfully, but these errors were encountered: