Pin k8s python client to 22.6.0

This requires futher investigation and unpinning may be required with
the updated k8s server side.

Change-Id: I7782c48b37b5fada811bc61c78b6542853741b12
Signed-off-by: Andrii Ostapenko <aostapenko@microsoft.com>
This commit is contained in:
Andrii Ostapenko 2022-03-31 08:29:58 -06:00
parent 4384a78cb1
commit ad41811b49
No known key found for this signature in database
GPG Key ID: F3E83668DBB223B3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python
RUN pip3 install --upgrade pip \
&& hash -r \
&& pip3 --no-cache-dir install --upgrade setuptools \
&& pip3 --no-cache-dir install --upgrade kubernetes \
&& pip3 --no-cache-dir install --upgrade kubernetes==22.6.0 \
&& pip3 --no-cache-dir install --upgrade elasticsearch==${ES_VERSION} \
&& pip3 --no-cache-dir install --upgrade elasticsearch-dsl==${ES_DSL_VERSION} \
&& pip3 install requests -U