revert unrelated change

pull/14230/head
Sharif Elgamal 2022-05-25 18:38:15 -07:00
parent b9c90e9d82
commit e4ca9c6c50
2 changed files with 3 additions and 3 deletions

View File

@ -47,14 +47,14 @@ spec:
protocol: TCP
readinessProbe:
httpGet:
path: /readyz
path: /readyz?exclude=livez
port: https
scheme: HTTPS
periodSeconds: 10
failureThreshold: 3
livenessProbe:
httpGet:
path: /livez
path: /livez?exclude=readyz
port: https
scheme: HTTPS
periodSeconds: 10

View File

@ -170,7 +170,7 @@ RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/') && \
curl -LO https://downloadcontent.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_20.04/Release.key && \
apt-key add - < Release.key && \
if [ "$ARCH" != "ppc64le" ]; then \
clean-install containers-common conmon containernetworking-plugins cri-tools crun podman podman-plugins catatonit; \
clean-install containers-common conmon containernetworking-plugins cri-tools crun podman-plugins catatonit; \
else \
clean-install containers-common conmon containernetworking-plugins crun; \
fi