Skip to content

Commit

Permalink
Improve ci/kind/kind-setup.sh usage (antrea-io#2937)
Browse files Browse the repository at this point in the history
* Default "--antrea-cni" to false: most of the time, it is actually how
  we use it, and it is how users need to use the script.
* Check-in build/yamls/antrea-kind.yml to avoid user confusion.
* Improve Antrea with Kind documentation.

Fixes antrea-io#2934

Signed-off-by: Antonin Bas <abas@vmware.com>
  • Loading branch information
antoninbas authored Nov 9, 2021
1 parent ca264d3 commit 201e71b
Show file tree
Hide file tree
Showing 8 changed files with 5,008 additions and 21 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ manifest:
$(CURDIR)/hack/generate-manifest.sh --mode dev --cloud EKS --encap-mode networkPolicyOnly > build/yamls/antrea-eks.yml
$(CURDIR)/hack/generate-manifest.sh --mode dev --cloud GKE --encap-mode noEncap > build/yamls/antrea-gke.yml
$(CURDIR)/hack/generate-manifest.sh --mode dev --cloud AKS --encap-mode networkPolicyOnly > build/yamls/antrea-aks.yml
$(CURDIR)/hack/generate-manifest.sh --mode dev --kind > build/yamls/antrea-kind.yml
$(CURDIR)/hack/generate-manifest-octant.sh --mode dev > build/yamls/antrea-octant.yml
$(CURDIR)/hack/generate-manifest-windows.sh --mode dev > build/yamls/antrea-windows.yml
$(CURDIR)/hack/generate-manifest-flow-aggregator.sh --mode dev > build/yamls/flow-aggregator.yml
Expand Down
Loading

0 comments on commit 201e71b

Please sign in to comment.