mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-02 23:39:03 +00:00
[multus] change to use hostNetwork (#1250)
* use host network for multus daemonSet
This commit is contained in:
parent
4dc3408914
commit
5ccef0ec65
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: v3.7.1
|
appVersion: v3.7.1
|
||||||
description: multus CNI allows multiple NICs per pod
|
description: multus CNI allows multiple NICs per pod
|
||||||
name: multus
|
name: multus
|
||||||
version: 3.1.1
|
version: 3.1.2
|
||||||
kubeVersion: ">=1.16.0-0"
|
kubeVersion: ">=1.16.0-0"
|
||||||
keywords:
|
keywords:
|
||||||
- multus
|
- multus
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# multus
|
# multus
|
||||||
|
|
||||||
![Version: 3.1.1](https://img.shields.io/badge/Version-3.1.1-informational?style=flat-square) ![AppVersion: v3.7.1](https://img.shields.io/badge/AppVersion-v3.7.1-informational?style=flat-square)
|
![Version: 3.1.2](https://img.shields.io/badge/Version-3.1.2-informational?style=flat-square) ![AppVersion: v3.7.1](https://img.shields.io/badge/AppVersion-v3.7.1-informational?style=flat-square)
|
||||||
|
|
||||||
multus CNI allows multiple NICs per pod
|
multus CNI allows multiple NICs per pod
|
||||||
|
|
||||||
|
@ -7,6 +7,9 @@ controller:
|
|||||||
# -- deploy to all nodes
|
# -- deploy to all nodes
|
||||||
type: daemonset
|
type: daemonset
|
||||||
|
|
||||||
|
# -- force hostnetwork so upgrades can't fail
|
||||||
|
hostNetwork: true
|
||||||
|
|
||||||
initContainers:
|
initContainers:
|
||||||
# -- Init container that installs reference CNI plugins
|
# -- Init container that installs reference CNI plugins
|
||||||
cni-installer:
|
cni-installer:
|
||||||
|
@ -7,7 +7,7 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
# This is what defines this resource as a hook. Without this line, the
|
# This is what defines this resource as a hook. Without this line, the
|
||||||
# job is considered part of the release.
|
# job is considered part of the release.
|
||||||
"helm.sh/hook": pre-delete,pre-upgrade,pre-rollback
|
"helm.sh/hook": pre-delete
|
||||||
"helm.sh/hook-weight": "-5"
|
"helm.sh/hook-weight": "-5"
|
||||||
"helm.sh/hook-delete-policy": hook-succeeded
|
"helm.sh/hook-delete-policy": hook-succeeded
|
||||||
spec:
|
spec:
|
||||||
|
Loading…
Reference in New Issue
Block a user