Skip to content
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

Command line can not be null #254

Closed
ghost opened this issue Mar 15, 2018 · 0 comments
Closed

Command line can not be null #254

ghost opened this issue Mar 15, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 15, 2018

Hello I want to start a LoadBalanced Request in Singularity and everytime when I deploy it it says Command line can not be null REVERTING
How can I stop that?

Baragon displays my two agent and one is the master so I think that they working correctly.

My Singularity Request:

{
"deploy": {
        "requestId": "Nginx",
        "id": "20",
        "containerInfo": {
          "type": "DOCKER",
          "docker": {
            "image": "nginx",
            "privileged": false,
            "network": "BRIDGE",
            "portMappings": [
              {
                "containerPortType": "LITERAL",
                "containerPort": 80,
                "hostPortType": "FROM_OFFER",
                "hostPort": 0,
                "protocol": "tcp"
              }
            ],
            "forcePullImage": false
          }
        },
        "resources": {
          "cpus": 1,
          "memoryMb": 1024,
          "numPorts": 1,
          "diskMb": 0
        },
        "serviceBasePath": "/",
		"loadBalancerGroups": [
    		"loadBalancerGroupName"
		],
        "shell": false
   }
}

The group exists and the base path is after the request visible.

@ghost ghost closed this as completed Apr 3, 2018
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants