mirror of
https://github.com/argoproj/argo-cd.git
synced 2026-02-20 01:28:45 +01:00
chore: remove Argo CD CRDs from namespaced install (#6022)
* chore: remove Argo CD CRDs from namespaced install Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
This commit is contained in:
committed by
GitHub
parent
61080b3313
commit
c847bd9f4d
@@ -17,6 +17,13 @@ Four sets of installation manifests are provided:
|
||||
external clusters. Will still be possible to deploy to the same cluster (kubernetes.svc.default)
|
||||
with inputted credentials (i.e. `argocd cluster add <CONTEXT> --in-cluster --namespace <YOUR NAMESPACE>`).
|
||||
|
||||
> Note: Argo CD 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-cd/manifests/crds\?ref\=stable
|
||||
> ```
|
||||
|
||||
## High Availability:
|
||||
|
||||
* [ha/install.yaml](ha/install.yaml) - the same as install.yaml but with multiple replicas for
|
||||
|
||||
@@ -4,3 +4,4 @@ kind: Kustomization
|
||||
resources:
|
||||
- ../namespace-install
|
||||
- ../cluster-rbac
|
||||
- ../crds
|
||||
|
||||
@@ -4,3 +4,4 @@ kind: Kustomization
|
||||
resources:
|
||||
- ../namespace-install
|
||||
- ../../cluster-rbac
|
||||
- ../../crds
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../crds
|
||||
- ../base
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../crds
|
||||
- ../base
|
||||
|
||||
Reference in New Issue
Block a user