Open OctavianHome opened 3 days ago
@OctavianHome Devtron installs argo-workflows with the configurations that it requires, if you already have it installed, helm will raise an error because it restricts overwriting the current configurations. Can you try installing it on any cluster where any component related to argo isn't installed?
@pawan-mehta-dt
There is no argo
or argo-workflows
releases installed on this cluster.
Indeed initially I installed devtron
into a cluster with argo
installed.
But after that I suspected the same so I switched the context to a "green" AKS cluster but the error was still there.
@pawan-mehta-dt It seems that even if I tried to install devtron on a "green" AKS cluster since I tried twice that error showed up. So I tried to install to a new AKS cluster and the above error (CustomResourceDefinition "workflows.argoproj.io") disappeared. But now I've got another error:
wait.go:87: 2024-11-28 17:14:55.0504291 +0200 EET m=+318.745903801 [debug] Error received when checking status of resource postgresql-postgresql-metrics. Error: 'client rate limiter Wait returned an error: rate: Wait(n=1) would exceed context deadline', Resource details: 'Resource: "/v1, Resource=services", GroupVersionKind: "/v1, Kind=Service"
Name: "postgresql-postgresql-metrics", Namespace: "devtroncd"'
wait.go:94: 2024-11-28 17:14:55.0510009 +0200 EET m=+318.746475601 [debug] Retryable error? true
wait.go:71: 2024-11-28 17:14:55.0510009 +0200 EET m=+318.746475601 [debug] Retrying as current number of retries 0 less than max number of retries 30
Error: context deadline exceeded
helm.go:86: 2024-11-28 17:14:55.411784 +0200 EET m=+319.107258701 [debug] context deadline exceeded
@OctavianHome Can you join our discord community? https://discord.devtron.ai so that we can Debug and resolve your issue
@pawan-mehta-dt I have no access to https://discord.devtron.ai/ due to company laptop restrictions. Could we debug it "offline"? Thanks
📜 Description
If you install (upgrade) Devtron Hem Chart with
cicd
install module enabled the Helm is raising an error (CustomResourceDefinitionworkflows.argoproj.io
). If you install (upgrade) Devtron Hem Chart withoutcicd
install module it is working fine.👟 Reproduction steps
Add Helm Repo:
Update Helm Repo:
Install Helm Dashboard by Devtron (
devtron-operator-0.22.78.tgz
):👍 Expected behavior
The Helm installation to be successful.
👎 Actual Behavior
Helm error:
☸ Kubernetes version
AKS 1.30.5
Cloud provider
🌍 Browser
Chrome
🧱 Your Environment
No response
✅ Proposed Solution
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?