Skip to content

Instantly share code, notes, and snippets.

@jacob-delgado
jacob-delgado / kind-ovn-multus-istio.log
Last active June 13, 2023 23:39 — forked from s1061123/kind-multus-test.log
Kind with Multus log
## Create 4-node environment config
#$ cat << EOF > config-4node.yml
#kind: Cluster
#apiVersion: kind.x-k8s.io/v1alpha4
#nodes:
# - role: control-plane
# - role: worker
# - role: worker
# - role: worker
# EOF
@jacob-delgado
jacob-delgado / README.md
Created May 11, 2023 16:31 — forked from dougbtv/README.md
Istio + Multus CNI: Annotation clobbering, replication and fix

Istio + Multus CNI: Annotation clobbering, replication and fix

This details a reference deployment of Istio w/ Multus CNI to demonstrate a problem where annotations are being clobbered by the Istio webhook. It also provides a patch and workflow for a possible fix.

This article first demonstrates how to reproduce the article, then proposes a patch, and demonstrates a way to build and deploy Istio with the modified code.

NOTE: Ignore the 1.5.1 through the install, I replicate it with latest (Nov 2021), and provide further steps following the rest of the installation.

Suggested system