added poseidon with aws to k8s changes
This commit is contained in:
17
docs/resources/client.example.hcl
Normal file
17
docs/resources/client.example.hcl
Normal file
@ -0,0 +1,17 @@
|
||||
client {
|
||||
enabled = true
|
||||
servers = [
|
||||
"server domain 1",
|
||||
"server domain 2"
|
||||
]
|
||||
cni_path = "/usr/lib/cni"
|
||||
}
|
||||
|
||||
plugin "docker" {
|
||||
config {
|
||||
allow_runtimes = ["runsc"]
|
||||
gc {
|
||||
image_delay = "0s"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user