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

Support installation on OpenShift/OKD >= 4.14 without DeploymentConfig #1359

Open
psy-q opened this issue May 16, 2024 · 1 comment
Open

Comments

@psy-q
Copy link

psy-q commented May 16, 2024

DeploymentConfig is deprecated starting with OpenShift/OKD 4.14 and should no longer be used.

Is your feature request related to a problem? Please describe.

Trying to install the Argo CD operator on such a cluster without DeploymentConfig enabled results in argocd-operator-controller-manager crashlooping with:

ERROR setup problem running manager {"error": "failed to wait for argocd caches to sync: timed out waiting for cache to be synced for Kind *v1.DeploymentConfig"}

Describe the solution you'd like
Ensure the operator works on OCP/OKD clusters that don't have the DeploymentConfig capability enabled. Normal Kubernetes Deployment manifests can be used instead.

Describe alternatives you've considered
None, since the resource is already deprecated and will be removed from OpenShift/OKD soon.

@svghadi
Copy link
Collaborator

svghadi commented May 17, 2024

Thank you @psy-q for creating the issue. We have some on-going efforts to address this in #1329.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants