fix(kubernetes): temporary solution for updated k8s python client
This commit is contained in:
parent
07d6fe7442
commit
977b5bca85
1477 changed files with 422337 additions and 1 deletions
|
@ -6,6 +6,9 @@ ENV PYTHONUNBUFFERED=1 \
|
|||
CERT_CLEANUP=false \
|
||||
PATCH_SECRETNAME=true
|
||||
|
||||
RUN pip install kubernetes
|
||||
# As the k8s Python client does not yet support k8s 1.32, the updated client has been temporarily moved to the repo.
|
||||
# So the installation is currently not needed.
|
||||
# RUN pip install kubernetes
|
||||
|
||||
COPY main.py /
|
||||
CMD python /main.py
|
||||
|
|
Reference in a new issue