Skip to content

Commit

Permalink
Create deployment yaml for IPSec encryption
Browse files Browse the repository at this point in the history
Change Makefile to generate antrea-ipsec.yml that deploys Antrea with
the IPSec encryption enabled.
Add a config option to antrea-agent.conf for enabling IPSec
encryption.
Add yaml patches for creating a K8s Secret to save IKE PSK and adding
an environment variable to the antrea-agent container to pass the
Secret value.
  • Loading branch information
jianjuns committed Dec 18, 2019
1 parent 7450b7a commit c5ba8ec
Show file tree
Hide file tree
Showing 7 changed files with 585 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ build-ubuntu:
manifest:
@echo "===> Generating dev manifest for Antrea <==="
$(CURDIR)/hack/generate-manifest.sh --mode dev > build/yamls/antrea.yml
$(CURDIR)/hack/generate-manifest.sh --mode dev --ipsec > build/yamls/antrea-ipsec.yml

.PHONY: octant-antrea-ubuntu
octant-antrea-ubuntu:
Expand Down
Loading

0 comments on commit c5ba8ec

Please sign in to comment.