Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

applicationset-controller not included in the HA Kustomization #8699

Closed
chrism417 opened this issue Mar 7, 2022 · 5 comments
Closed

applicationset-controller not included in the HA Kustomization #8699

chrism417 opened this issue Mar 7, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@chrism417
Copy link

The applicationset-controller is not included here: https://github.com/argoproj/argo-cd/blob/v2.3.0/manifests/ha/cluster-install/kustomization.yaml

Therefore it's not being deployed as part of version 2.3.0.

@chrism417 chrism417 added the bug Something isn't working label Mar 7, 2022
@ohauer
Copy link

ohauer commented Mar 9, 2022

@crenshaw-dev
Copy link
Collaborator

crenshaw-dev commented Mar 10, 2022

@ohauer I'm pretty sure it's not. It's added to the compiled install.yaml as a separate build step, but it's not included in the kustomization.yaml by default.

# bundle_with_addons bundles given kustomize base with either stable or latest version of addons

I think this applies to both HA and non-HA kustomizations.

@rwong2888
Copy link
Contributor

Below works for me, but maybe we can PR addons into the ha kustomization

kind: Kustomization

bases:
- github.com/argoproj/argo-cd/manifests/ha/cluster-install?ref=v2.3.0
- github.com/argoproj/argo-cd/manifests/addons/applicationset/stable?ref=v2.3.0

@rainerfrey-inxmail
Copy link

It is also not included in non-HA Kustomize manifests. At the very least it should be mentioned in the upgrade guide. That only says to remove references to https://github.com/argoproj-labs/applicationset, but not to add a reference to the add-on kustomization.

Also github.com/argoproj/argo-cd/manifests/addons/applicationset/stable?ref=v2.3.0 just refers to https://raw.githubusercontent.com/argoproj/applicationset/v0.4.1/manifests/install.yaml (i.e. the generated install, not the customisation directory), in the old repository where the readme says that it's deprecated.

@rainerfrey-inxmail
Copy link

It is also not included in non-HA Kustomize manifests. At the very least it should be mentioned in the upgrade guide. That only says to remove references to https://github.com/argoproj-labs/applicationset, but not to add a reference to the add-on kustomization.

Also github.com/argoproj/argo-cd/manifests/addons/applicationset/stable?ref=v2.3.0 just refers to https://raw.githubusercontent.com/argoproj/applicationset/v0.4.1/manifests/install.yaml (i.e. the generated install, not the customisation directory), in the old repository where the readme says that it's deprecated.

All this applies to the Branch release-2.3, it seems to be already addressed in master

@jgwest jgwest closed this as completed Feb 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants