Skip to content

Commit abfd0ed

Browse files
committed
chore(manifests): switch to full CRDs by default
Signed-off-by: Mason Malone <[email protected]>
1 parent bc8531b commit abfd0ed

File tree

10 files changed

+773616
-10291
lines changed

10 files changed

+773616
-10291
lines changed

docs/installation.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,6 @@ You can use Kustomize to patch your preferred [configurations](managed-namespace
2525

2626
You can install Argo Workflows using the community maintained [Helm charts](https://github.com/argoproj/argo-helm).
2727

28-
### Full CRDs
29-
30-
The official release manifests come with stripped-down CRDs that omit validation information.
31-
This is a workaround for [Kubernetes size limitations](https://github.com/kubernetes/kubernetes/issues/82292) when using client-side apply.
32-
As of version 3.7, the full CRDs can be installed using [server-side apply](https://kubernetes.io/docs/reference/using-api/server-side-apply/) via the following command:
33-
34-
```bash
35-
kubectl apply --server-side --kustomize https://github.com/argoproj/argo-workflows/manifests/base/crds/full?ref=v3.7.0
36-
```
37-
3828
## Installation options
3929

4030
Determine your base installation option.

manifests/cluster-install/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
5-
- ../base/crds/minimal
5+
- ../base/crds/full
66
- ../cluster-install-no-crds

manifests/namespace-install/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
resources:
5-
- ../base/crds/minimal
5+
- ../base/crds/full
66
- ../base/workflow-controller
77
- ../base/argo-server
88
- ./argo-server-rbac

manifests/quick-start-minimal.yaml

Lines changed: 257870 additions & 3425 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/quick-start-mysql.yaml

Lines changed: 257870 additions & 3425 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/quick-start-postgres.yaml

Lines changed: 257870 additions & 3425 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/quick-start/minimal/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33

44
resources:
55
- ../base
6-
- ../../base/crds/minimal
6+
- ../../base/crds/full
77

88
patches:
99
- path: overlays/workflow-controller-configmap.yaml

manifests/quick-start/mysql/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33

44
resources:
55
- ../base
6-
- ../../base/crds/minimal
6+
- ../../base/crds/full
77

88
components:
99
- ../../components/mysql

manifests/quick-start/postgres/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33

44
resources:
55
- ../base
6-
- ../../base/crds/minimal
6+
- ../../base/crds/full
77

88
components:
99
- ../../components/postgres

manifests/quick-start/sso/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33

44
resources:
55
- ../base
6-
- ../../base/crds/minimal
6+
- ../../base/crds/full
77

88
components:
99
- ../../components/sso

0 commit comments

Comments
 (0)