revert unrelated change
parent
b9c90e9d82
commit
e4ca9c6c50
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue