Logo

Documentation

Introduction

Cloud Deployment

Reference

Windows

Integrations

Cookbooks

Multicluster

Developer Guide

Project Information

Build the kubemark image

This documentation simply describes how to build the kubemark image used in Antrea scale testing

cd $KUBERNETES_PATH
git checkout v1.29.0
make WHAT=cmd/kubemark KUBE_BUILD_PLATFORMS=linux/amd64
cp ./_output/local/bin/linux/amd64/kubemark cluster/images/kubemark
cd cluster/images/kubemark
docker build -t antrea/kubemark:v1.29.0 .

Getting Started

To help you get started, see the documentation.