91 Commits

Author SHA1 Message Date
Shishir Mahajan
03632b233a Add support for --runtime.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2023-12-23 10:17:17 +00:00
Shishir Mahajan
37b6743001 Add support for cpuset_cpus and cpuset_mems
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2023-12-23 10:17:17 +00:00
Seth Hoenig
d8c2c2fad2
enable compatibility with Nomad in cgroups.v2 mode (#133)
This PR updates the containerd driver to support changes in how Nomad
manages cgroups when running on a machine using cgroups.v2

- The namespace is now set to "nomad.slice", which containerd uses as
  the cgroup parent.

- The container name is re-oriented to the new naming convention,
  i.e. "<allocID>.<taskName>.scope". This is necessary for Nomad to
  be able to manage the cpuset resource.
2022-05-09 11:22:38 -07:00
Shishir
d843857be6
Bump version to 0.9.3. (#125)
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2022-01-21 13:10:23 -08:00
n-marton
c08ed981d7
add parameter to allow the setting of running user for container (#120)
* add parameter to allow the setting of running user for container
* use task level user param as source param
2022-01-13 15:21:27 -08:00
Shishir Mahajan
514ce5807d Bump version to 0.9.2.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-09-13 14:53:56 -07:00
Shishir Mahajan
7f50f0f598 Fix stdout/stderr pipes issue.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-09-13 11:06:30 -07:00
Thomas Lefebvre
84aa20f062 Bump version to 0.9.1. 2021-08-26 11:19:03 -07:00
Shishir Mahajan
ff9a7210f4
Bump version to 0.9.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-07-09 11:07:18 -07:00
Shishir Mahajan
10a29eb6e4 Add support for shm_size.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-06-29 16:15:41 -07:00
Shishir Mahajan
c2ee37323d Add pid_mode to enable host pid namespace.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-06-29 13:30:42 -07:00
Shishir Mahajan
65bdeec138 Docker registry auth support via driver config.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-06-22 16:17:58 -07:00
Mahmood Ali
4549f984a0 Support Nomad memory oversubscription
Nomad 1.1.0 introduced Memory Oversubscription: Now, the
NomadResources.Memory struct contains a `MemoryMaxMB` which, if set,
specifies a hard limit on the task. The `MemoryMB` in such case is to be
interpreted as a soft limit.
2021-05-19 13:18:52 -04:00
lisongmin
b0bfb21268
add registry authentication 2021-05-09 09:04:22 +08:00
Shishir Mahajan
f80f41896d
Add support for hostname. 2021-04-19 15:15:14 -07:00
Shishir Mahajan
5b7969448a
Add support for image_pull_timeout. 2021-04-09 11:19:15 -07:00
Shishir Mahajan
f4a27f615c
Add support for sysctl. 2021-04-08 11:26:37 -07:00
Shishir Mahajan
0d83b4eb83
Add support for pids_limit. 2021-03-29 10:13:24 -07:00
Shishir Mahajan
4d41ab8b37
Bump version to 0.8. 2021-03-26 11:34:48 -07:00
Shishir Mahajan
a657d6ce68
Fix review comments. 2021-03-25 06:29:45 -07:00
Shishir Mahajan
947c05e01f Add support for entrypoint.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-03-24 13:11:44 -07:00
Shishir Mahajan
6a7fa68c0f
Plugin configuration level privileged mode. 2021-03-04 09:46:27 -08:00
Shishir Mahajan
3b9038987a Bump version to 0.7. 2021-02-24 11:08:46 -08:00
Shishir Mahajan
bf13908ec6
Add support for extra_hosts. 2021-02-23 16:13:32 -08:00
lisongmin
e0abb30f66
support config dns via network stanza 2021-01-28 08:25:18 +08:00
lisongmin
6650170982
Add task name as part of container name 2021-01-24 10:23:11 +08:00
Shishir Mahajan
2e0a50bde1
Change filesystem isolation to FSIsolationImage.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
2021-01-14 12:32:00 -08:00
Shishir Mahajan
fb05935de4 Fix issue in Recover Task. 2021-01-08 12:10:41 -08:00
Shishir Mahajan
d2a674636b
Bump version to 0.6. 2021-01-07 18:18:32 -08:00
lisongmin
1e9234971a
support volume_mount in task 2021-01-06 09:59:02 +08:00
Shishir Mahajan
5febf78f7d
Fix review comments. 2021-01-05 16:15:54 -08:00
Shishir Mahajan
ffb973ea72 Fix loggers. 2021-01-05 09:18:21 -08:00
Shishir Mahajan
44cbe74881 Mark status as Unhealthy instead of Undetected. 2021-01-05 09:18:21 -08:00
Shishir Mahajan
c4060e6466 Updates. 2021-01-05 09:18:21 -08:00
Shishir Mahajan
0e85f4ab18 Fix issue #2: nil pointer exception in handleWait() 2021-01-05 09:18:21 -08:00
Shishir Mahajan
a23d84064e Fix issue #1: Add timeout to containerd context. 2021-01-05 09:18:21 -08:00
lisongmin
72880d0845
Add commandline options so we can get the driver version via commandline via containerd-driver -v.
update roblox/cla-signature-bot to v2.0.1
2021-01-05 10:09:50 +08:00
Shishir Mahajan
d101e9c5b3
Add option to select current working directory (cwd). 2020-11-12 11:34:56 -08:00
Shishir Mahajan
b810840bec
Add host_dns flag into TaskConfig. 2020-09-29 14:32:51 -07:00
Shishir Mahajan
44b3fc82bc
Fix review comments: Add ContainerConfig struct. 2020-09-28 19:08:02 -07:00
Shishir Mahajan
a54d675d08
Add support for cpu shares. 2020-09-28 17:42:27 -07:00
Shishir Mahajan
d49a03d6c6
Apply memory cgroups to the container. 2020-09-25 16:41:30 -07:00
Shishir Mahajan
8d56f64297
Bind mount ${NOMAD_ALLOC_DIR} into the container. 2020-09-23 13:39:19 -07:00
Shishir Mahajan
c79c4e4c30
Add support for consul templates. 2020-09-22 14:11:52 -07:00
Shishir Mahajan
1f4864d824
Fix review comments. 2020-09-16 18:14:06 -07:00
Shishir Mahajan
9d94718869
Don't override $(PATH) environment variable. 2020-09-16 13:48:45 -07:00
Shishir Mahajan
c49fd132d2
Add support for custom seccomp profiles. 2020-08-31 15:51:02 -07:00
Shishir Mahajan
d02f35f2d5 Updates. 2020-08-27 17:58:55 -07:00
Shishir Mahajan
c872343d45 Add support for networking. 2020-08-27 17:58:55 -07:00
Shishir Mahajan
ac817ceaf3
Add seccomp support. 2020-08-27 15:26:23 -07:00