Azure / service-fabric-mesh-preview

Service Fabric Mesh is the Service Fabric's serverless offering to enable developers to deploy containerized applications without managing infrastructure. Service Fabric Mesh , aka project “SeaBreeze” is currently available in private preview. This repository will be used for tracking bugs/feature requests as GitHub issues and for maintaining the latest documentation.
MIT License
82 stars 12 forks source link

There was an error during download. Container deployment is not supported on the node #267

Open murdockcrc opened 6 years ago

murdockcrc commented 6 years ago

I am trying to debug a SFM application on Visual Studio on my local host. When I run the app in debug mode (F5), VS tries to deploy the app to the local 5-node cluster, but the deployment fails:

2>Ensuring previously deployed application is removed...
2>Deploying application to local Service Fabric cluster...

SFX shows the following error:

There was an error during download. Container deployment is not supported on the node

Local versions:

Can someone please provide guidance on what is wrong with my local SF cluster that prevents containers to be deployed?

tomkerkhove commented 6 years ago

Just to verify - Are you deploying windows container on your local cluster? Linux containers are not supported atm.

murdockcrc commented 6 years ago

Windows.

fauxcoding commented 6 years ago

The SF Mesh documentation recommends running your local cluster on a single node.

"For the best debugging performance when you create and run Service Fabric apps, we recommend creating a single-node local development cluster"

https://docs.microsoft.com/en-us/azure/service-fabric-mesh/service-fabric-mesh-howto-setup-developer-environment-sdk

I wonder if there is some issues or downsides to running it on more than 1 node.

Does it work locally on a single node cluster?

murdockcrc commented 6 years ago

Don't know, I'll need to reset my cluster to a 1-node cluster. Will give that a try later. Thx

arushi315 commented 5 years ago

I am getting this same error in a cluster of 3 nodes for service fabric. Any update on this?

Shrirang97 commented 4 years ago

I am facing the same issue. @murdockcrc Hey are you able to run docker image on 5 node local cluster?