Browse Source

Disable CRI-O restart by Multus (#6930)

pull/6864/head
Bas van den Brink 3 years ago
committed by GitHub
parent
commit
d47ba2b2ef
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions
  1. 3
      roles/network_plugin/multus/templates/multus-daemonset.yml.j2

3
roles/network_plugin/multus/templates/multus-daemonset.yml.j2

@ -35,9 +35,6 @@ spec:
- "--multus-conf-file={{ multus_conf_file }}"
- "--multus-kubeconfig-file-host={{ multus_kubeconfig_file_host }}"
- "--cni-version={{ multus_cni_version }}"
{% if container_manager == 'crio' %}
- "--restart-crio=true"
{% endif %}
resources:
requests:
cpu: "100m"

Loading…
Cancel
Save