This commit is contained in:
Nitish Malhotra 2021-04-15 12:53:27 -07:00 коммит произвёл GitHub
Родитель abf02b76f3
Коммит 9a5e0b9ea6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -26,7 +26,7 @@ For getting started you will need,
- `kubectl` - Kubernetes client
- `helm` - Helm client
- `kubebuilder` - https://book.kubebuilder.io/quick-start.html#installation
- `controller-gen` - GO111MODULE=on go get -v -u sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0 (this should be run from outside the Orkestra repo to be installed to your $GOBIN)
- `controller-gen` - `GO111MODULE=on go get -v -u sigs.k8s.io/controller-tools/cmd/controller-gen@v0.5.0` (this should be run from outside the Orkestra repo to be installed to your $GOBIN)
- (_optional_) `argo` - Argo workflow client (follow the instructions to install the binary at https://github.com/argoproj/argo/releases)
Install the `ApplicationGroup` and custom resource definitions (CRDs)