Hi SubstantialElk6
Unicodeencodeerror:'ascii' codec can't encode characters in position 296-297: ordinal not in range (128) (edited)
I'm assuming this is the usual UTF8 missing from the container.
Can you try to launch it with PYTHONIOENCODING=utf-8
?
It also stopped taking in tasks from the queue after that.
Well, it probably crashed due to this error when trying to print the kubectl output - any reason the output isn't ascii?