Reputation
Badges 1
17 × Eureka!you are right, its default
` NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
clearml-elastic-master ClusterIP 10.96.188.164 <none> 9200/TCP,9300/TCP 25m
clearml-elastic-master-headless ClusterIP None <none> 9200/TCP,9300/TCP 25m
clearml-server-apiserver NodePort 10.96.73.213 <none> 8008:30008/TCP 25m
clearml-server-fileserver NodePort 10.96.43.203 <none>...
SureNAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION clearml-agent default 1 2022-10-24 13:18:32.846539589 +0200 CEST deployed clearml-agent-2.0.1 1.24 clearml-server default 1 2022-10-24 12:57:44.160396437 +0200 CEST deployed clearml-4.3.0 1.7.0
Oh yes, fixed that and it's working! Thank you!
Not sure what you mean.
If I understand the flow correclty, model auto-update
creates a monitor in model_monitoring
and then after model that complies with the monitor is found it is added to
model_monitoring_eps with specific model version and it's config. Except that it's failing because
input_name/output_name disappeared somewhere between
model_monitoring and
model_monitoring_eps ` .
Seems like I am using 1.2 according to https://github.com/allegroai/clearml-helm-charts/tree/main/charts/clearml-serving
And Images used in k8s cluster are:allegroai/clearml-agent-k8s-base:1.24-18 allegroai/clearml-serving-inference:1.2.0 allegroai/clearml-serving-statistics:1.2.0 allegroai/clearml-serving-triton:1.2.0-22.07 allegroai/clearml:1.7.0
Now gettingNo resources found in clearml namespace.
Hi JuicyFox94 , thank you for a reply. Yes, should be on the same cluster. My steps were:
- created cluster via kind as written in https://github.com/allegroai/clearml-helm-charts/tree/main/charts/clearml
helm install clearml-server allegroai/clearml
- Then I generated new API key, downloaded https://github.com/allegroai/clearml-helm-charts/blob/main/charts/clearml-agent/values.yaml file and overwritten values:
# -- Reference to Api server url apiServerUrlReference: "
...
Yes, exactly CostlyOstrich36
Not sure if those are all necessary steps or I am missing some additional configuration
Sure, thank you very much! Working flawlessly now 🙂
Checking old yaml I used last week and I had the URLs correct but I guess I missconfigured something else.
Hi AgitatedDove14 , thank you for the quick response!:) And is there some recommended way to setup ClearML agent in kubernetes with the SSH keys? I am deploying the agent via https://github.com/allegroai/clearml-helm-charts/tree/main/charts/clearml-agent
Thank you!) And is it also possible to somehow propagate ssh keys to the agent pod? Not sure how to approach that
Awesome, thank you for you help AgitatedDove14 !