Shishir

Results 11 issues of Shishir

Signed-off-by: Shishir Mahajan

do-not-merge

Fixes #82 Signed-off-by: Shishir Mahajan

work-in-progress
do-not-merge

Currently `containerd-driver` gives the ability to set the [`runtime at the plugin level`](https://github.com/Roblox/nomad-driver-containerd/blob/master/example/agent.hcl#L6) It doesn't allow you to choose `runtime` at the job level similar to [`this`](https://www.nomadproject.io/docs/drivers/docker#runtime) Add a flag...

enhancement
help wanted

Seeing this intermittently (not easy to reproduce at this point), when I launch multiple nomad jobs e.g. ``` $ nomad job run redis.nomad $ nomad job run capabilities.nomad $ nomad...

bug

Signed-off-by: Shishir Mahajan

Signed-off-by: Shishir Mahajan

@schmichael Thank you for writing the [`nomad-job-restart-rfc`](https://gist.github.com/schmichael/e0b8b2ec1eb146301175fd87ddd46180). This was super helpful! This PR is not ready for review. I am just opening this, so I can put in my understanding...

theme/cli
theme/api
help-wanted

Error in Atomic master branch: Return Code: 5 Failure: b' No extents available for allocation\n' atomic storage modify --remove-device failed sh-4.4# atomic --version 1.16.3 sh-4.4# cat /etc/OS-release NAME=Fedora VERSION="26 (Server...

A few team members in our orchestration team (@shivdudhani and @jamesalbert) asked for this, and I felt it would be useful for everyone. During outages and other regular maintenance, operators...

theme/drain
stage/needs-rebase

- This will add support for CPU and Memory pinning in nomad containerd-driver. - This is equivalent to the following docker create/run options. ``` --cpuset-cpus string CPUs in which to...