devtron-labs / devtron

The only Kubernetes dashboard you need
https://devtron.ai
Apache License 2.0
4.41k stars 484 forks source link

Bug: Private Registry Error #4749

Closed antikilahdjs closed 8 months ago

antikilahdjs commented 8 months ago

📜 Description

When I try to configure the private registry I am getting a error like below:

2024/03/05 14:19:36 parse "172.30.104.250:30002": first path segment in URL cannot contain colon

I cannot run my pipelines using the Harbor due the error above.

👟 Reproduction steps

  1. Just install the devtron using the official helm charts

👍 Expected behavior

Works with more resources for housekeeping

👎 Actual Behavior

2024/03/05 14:19:36 parse "172.30.104.250:30002": first path segment in URL cannot contain colon

image

☸ Kubernetes version

On-Premise 1.23.6

Cloud provider

Not using cloud in this environment

🌍 Browser

Chrome

🧱 Your Environment

No response

✅ Proposed Solution

I dont know, I tried many approach but the error keeping showing

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

AB#8787

systemsdt commented 8 months ago

Potential duplicates:

systemsdt commented 8 months ago

Potential duplicates:

systemsdt commented 8 months ago

Potential duplicates:

systemsdt commented 8 months ago

Potential duplicates:

systemsdt commented 8 months ago

Potential duplicates:

antikilahdjs commented 8 months ago

Hello @prakarsh-dt it is possible help on it? Please.

I have tried many approach like: http://xxxxxxxx:30002, xxxxxx:30002, "http://xxxxxxxx:30002" 'http://xxxxxxxx:30002' and none of them worked. Of course I marked as Allow Insecure .

The older version quay.io/argoproj/argoexec:v3.0.7 and quay.io/devtron/ci-runner:23b66096-138-13413 worked perfectly

antikilahdjs commented 8 months ago

Update: I tried changed directly in the database but got the same error. My server for now is HTTP and it was marked as Insecure but keeps show the HTTPS error

time="2024-03-07T12:28:16Z" level=info msg="Error logging in to endpoint, trying next endpoint" error="Get \"https://172.30.104.250:30002/v2/\": http: server gave HTTP response to HTTPS client"

Get "https://172.30.104.250:30002/v2/": http: server gave HTTP response to HTTPS client

image

image