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

Error starting agent: client setup failed: driver setup failed: Unable to parse Rkt version string: []string(nil) #743

Closed
F21 opened this issue Feb 2, 2016 · 1 comment

Comments

@F21
Copy link

F21 commented Feb 2, 2016

I am receiving this error when trying to start nomad on CoreOS:

Error starting agent: client setup failed: driver setup failed: Unable to parse Rkt version string: []string(nil)

Nomad is 0.2.3 and is running on CoreOS alpha 942.0.0.

CoreOS ships with Rkt and has the following version:

#  rkt version
rkt Version: 0.16.0
appc Version: 0.7.4
Go Version: go1.4.3
Go OS/Arch: linux/amd64

This is the config used to start nomad:

{
  "datacenter": "dc1",
  "region": "global",
  "bind_addr": "192.168.33.10",
  "addresses": {
    "rpc": "192.168.33.10",
    "serf": "192.168.33.10"
  },
  "data_dir": "/data",
  "server": {
    "bootstrap_expect": 3,
    "retry_join": [
      "192.168.33.10",
      "192.168.33.11",
      "192.168.33.12",
      "192.168.33.13"
    ],
    "enabled": true
  },
  "client": {
    "servers": [
      "192.168.33.10",
      "192.168.33.11",
      "192.168.33.12",
      "192.168.33.13"
    ],
    "enabled": true
  }
}
@github-actions
Copy link

I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant