Skip to content

Commit

Permalink
Don't have entrypoint.sh
Browse files Browse the repository at this point in the history
Error: container create failed: executable file `/entrypoint.sh` not found in $PATH: No such file or directory
  • Loading branch information
Sagit-chu authored Sep 17, 2024
1 parent f1e887e commit 5628b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/multus-daemonset-crio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ spec:
- name: kube-multus
# crio support requires multus:latest for now. support 3.3 or later.
image: ghcr.io/k8snetworkplumbingwg/multus-cni:stable
command: ["/entrypoint.sh"]
command: ["/thin_entrypoint"]
args:
- "--cni-version=0.3.1"
- "--cni-bin-dir=/host/usr/libexec/cni"
Expand Down

0 comments on commit 5628b3d

Please sign in to comment.