Reputation
Badges 1
9 × Eureka!I just found out that ClearML Agent has a service mode. However, I'm currently using ClearML Agent with a Helm chart on Kubernetes (K8s). How can I start the agent in service mode in this setup?
@<1523701070390366208:profile|CostlyOstrich36> can you help me with that? I can provide you more information if you need 🙌
Its actually happens in both sometimes in the pipeline task and sometimes in pipeline controller
The clearML agent works within the Kubernetes cluster
@<1729671499981262848:profile|CooperativeKitten94> I still have this problem even with other pipelines, can you please help me?
@<1729671499981262848:profile|CooperativeKitten94> here:
None
global:
imageRegistry: "docker-proxy.nexmart.com:5000"
clearml:
existingAgentk8sglueSecret: "clearml-agent-secret"
existingClearmlConfigSecret: "clearml-agent-secret"
agentk8sglue:
defaultContainerImage: "repo.nexmart.com:5000/nm-container-python:3.9"
apiServerUrlReference: " [None](http://test-clearml-clearml-apiserver.clearm...
I actually want to use HTTPS instead of SSH, which is why I have set a username and password. However, the issue is that when I clone the repository, the link appears as git@gitlab-ssh.[our-company-domain].com:testgroup/testproject.git
instead of https://[our-company-domain].com/gitlab/testgroup/testproject.git
.
I found it easier to use HTTPS(:
When I manually changed the REPOSITORY
prop in the cloned task from an ssh address to an https address, it worked fine. But I don't want to change the REPOSITORY
every time I clone.