Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, e.g. \+
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Profile picture
FreshCat70
Moderator
1 Question, 8 Answers
  Active since 28 April 2023
  Last activity 11 months ago

Reputation

0

Badges 1

8 × Eureka!
0 Votes
12 Answers
502 Views
0 Votes 12 Answers 502 Views
Hi. I have a questoin about installng clearml using helm chart on virtualbox linux environment
11 months ago
0 Hi. I Have A Questoin About Installng Clearml Using Helm Chart On Virtualbox Linux Environment

and right after that,
install helm and also tried to install clearml by this link None

11 months ago
0 Hi. I Have A Questoin About Installng Clearml Using Helm Chart On Virtualbox Linux Environment

I tried kubernetes installation on virtual box linux environment and checked, as following:
image

11 months ago
0 Hi. I Have A Questoin About Installng Clearml Using Helm Chart On Virtualbox Linux Environment

Actually, I didn't use kind and also did any other opening port. then, is it natural that results to be seen not completely installed like 'STATUS Init:0/1' or that result caused by another reason.
I"m really new to this field like mlops, network engineering , any comments always appreciate to me, thanks.

11 months ago
0 Hi. I Have A Questoin About Installng Clearml Using Helm Chart On Virtualbox Linux Environment

and it is the first commands of init-apiserver I checked by 'kubectl describe'
image

11 months ago
0 Hi. I Have A Questoin About Installng Clearml Using Helm Chart On Virtualbox Linux Environment

I also tried
kubectl get pod clearml-apiserver-795794645f-6msmj

and checked events, the latest event was init-apiserver

so I checked as follos:
kubectl logs -f clearml-apiserver-795794645f-6msmj -c init-apiserver

there was inf. loop of one command line
image

11 months ago
0 Hi. I Have A Questoin About Installng Clearml Using Helm Chart On Virtualbox Linux Environment

@<1523701087100473344:profile|SuccessfulKoala55> Thank you Jake,
I tried
kubectl get services as follows:
Did I understand your statement?
There is not such like elasticsearch service, but clearml-elastic-master(?) I coud see.
image

11 months ago
0 Hi. I Have A Questoin About Installng Clearml Using Helm Chart On Virtualbox Linux Environment

@<1523701827080556544:profile|JuicyFox94> Thank you Valeriano, I also tried to track that pods and I found that there was not any stroage class and PV, so status of (PVC of those pods) was pending. Yesterday I was too confused to keep doing this work. Doing this work, I just went home. Appreciately your guidance encourage me to study more about the relation between pod, PV, PVC, and storage class today.
Thank you again!

11 months ago