Fix typo (#67)

This commit is contained in:
pollfly 2021-09-15 08:17:10 +03:00 committed by GitHub
parent f61e2d2ae3
commit 7c8fd227d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ ClearML k8s glue default pod label was changed to `CLEARML=agent` (instead of `T
- Fix venv cache cannot reinstall package from git with http credentials - Fix venv cache cannot reinstall package from git with http credentials
- Fix `PYTHONIOENCODING` environment variable is overwritten when already defined - Fix `PYTHONIOENCODING` environment variable is overwritten when already defined
- k8s glue - k8s glue
- Fix suppoer for multiple k8s glue instances with pod limits - Fix support for multiple k8s glue instances with pod limits
- Fix task container handling fails parsing docker image - Fix task container handling fails parsing docker image
- Fix task container is not set when using default image/arguments - Fix task container is not set when using default image/arguments
- Fix task container image arguments are used when no image is specified - Fix task container image arguments are used when no image is specified