-
Notifications
You must be signed in to change notification settings - Fork 903
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove namespaced crds (#2516)
* chore: Remove CRDs from namespaced installation Signed-off-by: Manolis Sfendourakis <sfenmanolis@gmail.com> * docs: Add README for manifests Signed-off-by: Manolis Sfendourakis <sfenmanolis@gmail.com> * docs: Update installation methods Signed-off-by: Manolis Sfendourakis <sfenmanolis@gmail.com> Signed-off-by: Manolis Sfendourakis <sfenmanolis@gmail.com>
- Loading branch information
Showing
4 changed files
with
32 additions
and
14,494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Argo Rollouts Installation Manifests | ||
|
||
* [install.yaml](install.yaml) - Standard installation method. This will create a new namespace, `argo-rollouts`, | ||
where Argo Rollouts controller will run. | ||
|
||
* [namespace-install.yaml](namespace-install.yaml) - Installation which requires only namespace level privileges. | ||
|
||
> Note: Argo Rollouts CRDs are not included into [namespace-install.yaml](namespace-install.yaml). | ||
> and have to be installed separately. The CRD manifests are located in [manifests/crds](./crds) directory. | ||
> Use the following command to install them: | ||
> ```bash | ||
> kubectl apply -k https://github.com/argoproj/argo-rollouts/manifests/crds\?ref\=stable | ||
> ``` |
Oops, something went wrong.