mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-26 18:17:48 -02:30
Chore: Pipeline kubernetes-python client version pin 35.0.0
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This commit is contained in:
@@ -55,5 +55,5 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1 \
|
||||
&& rm vagrant_${VAGRANT_VERSION}-1_$(dpkg --print-architecture).deb \
|
||||
&& vagrant plugin install vagrant-libvirt \
|
||||
# Install Kubernetes collections
|
||||
&& pip install --break-system-packages --no-compile --no-cache-dir kubernetes \
|
||||
&& ansible-galaxy collection install kubernetes.core
|
||||
&& pip install --break-system-packages --no-compile --no-cache-dir kubernetes==35.0.0 \
|
||||
&& ansible-galaxy collection install kubernetes.core:==6.4.0
|
||||
|
||||
@@ -55,5 +55,5 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1 \
|
||||
&& rm vagrant_${VAGRANT_VERSION}-1_$(dpkg --print-architecture).deb \
|
||||
&& vagrant plugin install vagrant-libvirt \
|
||||
# Install Kubernetes collections
|
||||
&& pip install --break-system-packages --no-compile --no-cache-dir kubernetes \
|
||||
&& ansible-galaxy collection install kubernetes.core
|
||||
&& pip install --break-system-packages --no-compile --no-cache-dir kubernetes==35.0.0 \
|
||||
&& ansible-galaxy collection install kubernetes.core:==6.4.0
|
||||
|
||||
Reference in New Issue
Block a user