We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066c61e commit 62fb1f7Copy full SHA for 62fb1f7
.github/workflows/build-notebooks-TEMPLATE.yaml
@@ -398,7 +398,7 @@ jobs:
398
399
sudo apt-get update
400
# [ERROR FileExisting-conntrack]: conntrack not found in system path
401
- sudo apt-get install -y cri-o kubelet kubeadm kubectl conntrack
+ sudo apt-get install -y cri-o cri-tools kubelet kubeadm kubectl conntrack
402
403
# make use of /etc/cni/net.d/11-crio-ipv4-bridge.conflist so we don't
404
# need a pod network and just use the default bridge
0 commit comments