File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
iso/minikube-iso/package/crio-bin Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
Description =Container Runtime Interface for OCI (CRI-O)
3
3
Documentation =https://github.com/cri-o/cri-o
4
4
Wants =network-online.target
5
+ Before =kubelet.service
5
6
After =network-online.target minikube-automount.service
6
7
Requires =minikube-automount.service
7
8
@@ -22,6 +23,10 @@ LimitCORE=infinity
22
23
OOMScoreAdjust =-999
23
24
TimeoutStartSec =0
24
25
Restart =on-abnormal
26
+ RestartSec =10
27
+ WatchdogSec =60s
28
+
25
29
26
30
[Install]
27
31
WantedBy =multi-user.target
32
+ Alias =cri-o.service
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ RUN export ARCH=$(dpkg --print-architecture | sed 's/ppc64el/ppc64le/' | sed 's/
219
219
if [ "$ARCH" != "ppc64le" ] && [ "$ARCH" != "arm-v7" ]; then \
220
220
curl -fsSL https://download.opensuse.org/repositories/isv:/cri-o:/stable:/v${CRIO_VERSION}/deb/Release.key | gpg --dearmor -o /etc/apt/keyrings/cri-o-apt-keyring.gpg &&\
221
221
echo "deb [signed-by=/etc/apt/keyrings/cri-o-apt-keyring.gpg] https://download.opensuse.org/repositories/isv:/cri-o:/stable:/v${CRIO_VERSION}/deb/ /" | tee /etc/apt/sources.list.d/cri-o.list && \
222
- clean-install software-properties-common cri-o ; fi
222
+ clean-install software-properties-common cri-o cri-o-runc ; fi
223
223
224
224
# install NVIDIA container toolkit
225
225
RUN export ARCH=$(dpkg --print-architecture) && \
You can’t perform that action at this time.
0 commit comments