From 21ca3eb82682f36b5e9cd4d123a884e123afc420 Mon Sep 17 00:00:00 2001 From: kim-fitness Date: Thu, 5 Aug 2021 09:20:38 +0800 Subject: [PATCH] 1. Add a new step of cloning repo before building the docker image 2. Update the .gitignore file Signed-off-by: kim-fitness --- .gitignore | 2 ++ README.md | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 111b693d3..2403c91f1 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ placement *.dylib !vendor/** .idea +_output + # Test binary, built with `go test -c` *.test diff --git a/README.md b/README.md index 92f38b17c..344f55766 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ You can reach the maintainers of this project at: You have at least one running kubernetes cluster; +### Clone this repo +```sh +git clone https://github.com/open-cluster-management-io/placement.git +cd placement +``` + ### Deploy the placement controller Set environment variables. ```sh