mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +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
|
||||
description: multus CNI allows multiple NICs per pod
|
||||
name: multus
|
||||
version: 3.1.1
|
||||
version: 3.1.2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- multus
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 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
|
||||
|
||||
|
@ -7,6 +7,9 @@ controller:
|
||||
# -- deploy to all nodes
|
||||
type: daemonset
|
||||
|
||||
# -- force hostnetwork so upgrades can't fail
|
||||
hostNetwork: true
|
||||
|
||||
initContainers:
|
||||
# -- Init container that installs reference CNI plugins
|
||||
cni-installer:
|
||||
|
@ -7,7 +7,7 @@ metadata:
|
||||
annotations:
|
||||
# This is what defines this resource as a hook. Without this line, the
|
||||
# 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-delete-policy": hook-succeeded
|
||||
spec:
|
||||
|
Loading…
Reference in New Issue
Block a user