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
Answered
Hello, I’M Trying To Update Our Clearml Server Running On Kubernetes (1.6.0-213) But I Get This Error:

Hello, I’m trying to update our ClearML server running on kubernetes (1.6.0-213) but I get this error:

> helm upgrade clearml allegroai/clearml --namespace clearml
Error: UPGRADE FAILED: cannot patch "clearml-redis-master" with kind StatefulSet: StatefulSet.apps "clearml-redis-master" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden

I someone has an idea of what’s happening I would greatly appreciate any help, thanks!

  
  
Posted 2 months ago
Votes Newest

Answers 4


we managed to upgrade it but the volume claim thing changed somehow, it created new disks, i will backup from the old disks and upload to the new ones to migrate but the backup procedure is not detailed for kubernetes, do you have info for this?
should i only do mongodb?

  
  
Posted 2 months ago

should i only do mongodb

No, you should do all 3 DBs ELK , Mongo, Redis

  
  
Posted 2 months ago

Hi @<1523706645840924672:profile|VirtuousFish83>
could it be you have some permission issues ?

: Forbidden: updates to statefulset spec for fields other than 'replicas', 

It might be that you will need to take it down and restart it. not while it is running.
(do make sure you backup your server 🙂 )

  
  
Posted 2 months ago

Ok thanks I will check first for permission issues

  
  
Posted 2 months ago
144 Views
4 Answers
2 months ago
2 months ago
Tags