Replies: 1 comment
-
I don't think the binary should care about installation. I would be in favor of deprecating that script though - making the installation based on on an init container. Of course ... this would only be a possibility if we only cared about kubernetes. ... not sure how that plays along with our claim of:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Any thoughts on adding an
install-cni
command to the binary that basically absorbs./script/install-cni.sh
? An example of this in practice: https://github.com/istio/istio/blob/master/cni/pkg/cmd/root.go#L48.This would allow the container image to be distroless by removing the dependencies on coreutils/busybox.
Beta Was this translation helpful? Give feedback.
All reactions