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
We’Re Running Clearml-Agent On K8S And I First Noticed Some Warnings From The Pod About Python 3.6..?

Weโ€™re running clearml-agent on k8s and I first noticed some warnings from the pod about Python 3.6..?

/usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
from cryptography.utils import int_from_bytes
/usr/local/lib/python3.6/dist-packages/jwt/utils.py:7: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography and will be removed in a future release.
from

import EllipticCurve

Looking further into this, many experiments fail because e.g. they either expect other Python versions, or some pinned modules expect a specific python version.
For example, when boto3 and botocore are pinned to some version, they already expect Python >= 3.7, so anything with that fails.
Generally, the agentk8sglue.image refers to a Docker image that is quite old ( 1.24-21 , though it is also the latest ), and Python 3.6 is no longer officially maintained.

Will there be a new docker image soon? Or is there a way to add some setup steps in helm chart, so we could include e.g. apt install python3.9 etc?

Edit: Created None for follow-up

  
  
Posted one year ago
Votes Newest

Answers 16


Honestly I wouldn't mind building the image myself, but the glue-k8s setup is missing some documentation so I'm not sure how to proceed

  
  
Posted one year ago

@<1523701083040387072:profile|UnevenDolphin73> I think there are still open questions in the GitHub issue thread

  
  
Posted one year ago

None, they're unusable for us.

  
  
Posted one year ago

Ah, uhhhh whatever is in the helm/glue charts. I think itโ€™s the allegroai/clearml-agent-k8s-base , but since I hadnโ€™t gotten a chance to try it out, itโ€™s hard to say with certainty which would be the best for us ๐Ÿ˜›

  
  
Posted one year ago

@<1523701083040387072:profile|UnevenDolphin73> just to clarify which agent images are you using right now?

  
  
Posted one year ago

(in the current version, that is, weโ€™d very much like to use them obviously :D)

  
  
Posted one year ago

I know, I mean which ones are you looking to use? allegroai/clearml-agent-k8s-eks?

  
  
Posted one year ago

Would probably be in about a week or so

  
  
Posted one year ago

I see there was an exchange yesterday ๐Ÿ™‚ - I assume the feedback will be handled today

  
  
Posted one year ago

I'll check it out and try to get one ๐Ÿ™‚

  
  
Posted one year ago

Hi @<1523701083040387072:profile|UnevenDolphin73> , we're planning to release images based on python:3.9.18-slim-bullseye

  
  
Posted one year ago

Great to hear @<1523701087100473344:profile|SuccessfulKoala55> ! Is there an estimated timeline for these releases?

  
  
Posted one year ago

I've been answering there as well ๐Ÿค•

  
  
Posted one year ago

Any updates @<1523701087100473344:profile|SuccessfulKoala55> ? ๐Ÿ™‚

  
  
Posted one year ago

OK, thanks ๐Ÿ™‚

  
  
Posted one year ago

Any updates @<1523701087100473344:profile|SuccessfulKoala55> ? ๐Ÿซฃ

  
  
Posted one year ago
1K Views
16 Answers
one year ago
one year ago
Tags