mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
csi/e2e: add 2nd controller for node drain testing (#8573)
This commit is contained in:
@@ -10,7 +10,14 @@ job "plugin-aws-ebs-controller" {
|
||||
value = "linux"
|
||||
}
|
||||
|
||||
spread {
|
||||
attribute = "${node.unique.id}"
|
||||
}
|
||||
|
||||
group "controller" {
|
||||
|
||||
count = 2 // HA for node drain testing
|
||||
|
||||
task "plugin" {
|
||||
driver = "docker"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user