MetalLB: update to v0.12.1 (#8593)
Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com>
This commit is contained in:
parent
299a9ae7ba
commit
51821a811f
3 changed files with 2 additions and 4 deletions
|
@ -185,7 +185,7 @@ metallb_speaker_enabled: true
|
||||||
# operator: "Equal"
|
# operator: "Equal"
|
||||||
# value: ""
|
# value: ""
|
||||||
# effect: "NoSchedule"
|
# effect: "NoSchedule"
|
||||||
# metallb_version: v0.11.0
|
# metallb_version: v0.12.1
|
||||||
# metallb_protocol: "layer2"
|
# metallb_protocol: "layer2"
|
||||||
# metallb_port: "7472"
|
# metallb_port: "7472"
|
||||||
# metallb_memberlist_port: "7946"
|
# metallb_memberlist_port: "7946"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
metallb_enabled: false
|
metallb_enabled: false
|
||||||
metallb_version: v0.11.0
|
metallb_version: v0.12.1
|
||||||
metallb_log_level: info
|
metallb_log_level: info
|
||||||
metallb_protocol: "layer2"
|
metallb_protocol: "layer2"
|
||||||
metallb_port: "7472"
|
metallb_port: "7472"
|
||||||
|
|
|
@ -11,7 +11,6 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app: metallb
|
app: metallb
|
||||||
name: controller
|
name: controller
|
||||||
namespace: metallb-system
|
|
||||||
spec:
|
spec:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
allowedCapabilities: []
|
allowedCapabilities: []
|
||||||
|
@ -51,7 +50,6 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app: metallb
|
app: metallb
|
||||||
name: speaker
|
name: speaker
|
||||||
namespace: metallb-system
|
|
||||||
spec:
|
spec:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
allowedCapabilities:
|
allowedCapabilities:
|
||||||
|
|
Loading…
Reference in a new issue