Merge pull request #23 from kim-fitness/main

Update README.md
This commit is contained in:
openshift-ci[bot]
2021-08-05 06:25:55 +00:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored
View File

@@ -7,6 +7,8 @@ placement
*.dylib
!vendor/**
.idea
_output
# Test binary, built with `go test -c`
*.test

View File

@@ -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