jthomperoo / custom-pod-autoscaler-experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Load-test error

migutak opened this issue · comments

Hi jthomperoo

Load test error, what could be causing the proble?

load-test-cb976888f-b8gxj 0/1 Error 1 34s

/usr/local/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
return f(*args, **kwds)

Soled by changing base image to

FROM python:3.6-slim AS python