vmware / antrea-operator-for-kubernetes

Antrea Operator for Kubernetes deployments
Other
15 stars 12 forks source link

sync manifests with Antrea v1.2.1 #35

Closed jwsui closed 3 years ago

jwsui commented 3 years ago

Sync manifests with Antrea v1.2.1 following below steps:

  1. Copy antrea.yml into antrea-manifest/antrea.yml. -- Replace the antrea-agent.conf/antrea-cni.conflist/antrea-controller.conf with template; -- Replace host-cni-conf and host-cni-bin with template; -- Replace Antrea image with template; -- Add annotation 'release.openshift.io/version' for deployment antrea-controller and daemonset antrea-agent.
  2. Update the antreainstall_cr under directory of deploy/kubernetes and deploy/openshift according to the change in antrea.yml from Antrea repo.
  3. Update the role.yaml under directory of deploy/kubernetess and deploy/openshift according to the rbac change in antrea.yml

Also, update Dockerfile for specifying OVS and CNI version while building Antrea UBI image.