-
Notifications
You must be signed in to change notification settings - Fork 27
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
Expecting an object VirtualIPs but instead got Spec #11
Comments
I'm also seeing the same thing. |
Yes, the same for me. |
This happens when services are running that are not attached to any swarm network. As a workaround, you can just make sure that every service uses at least one network, but ideally it should be able to handle that situation. |
Hi, you can use this stack.yml file. It's work for my swarm cluster.
|
This also happens if you use dnsrr instead of vip. |
As @stevenklar mentioned, this also happens when using |
I've run the service in my local swarm (docker 4 Mac) and it works perfectly
But when I deploy the same on my online swarm cluster
the dashboard only shows me the error:
Since they run the same API version (both > 1.29) I'm quite puzzled, can you provide any hint ?
thanks in advance
The text was updated successfully, but these errors were encountered: