Merge "Run l3 and dhcp agents as DaemonSets"
This commit is contained in:
commit
3e776f1167
@ -1,5 +1,6 @@
|
||||
service:
|
||||
name: neutron-dhcp-agent
|
||||
kind: DaemonSet
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: neutron-dhcp-agent
|
||||
|
@ -1,5 +1,6 @@
|
||||
service:
|
||||
name: neutron-l3-agent
|
||||
kind: DaemonSet
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- name: neutron-l3-agent
|
||||
|
Loading…
Reference in New Issue
Block a user