|
|
@@ -16,4 +16,5 @@ COPY --from=cni bridge host-local loopback portmap /opt/cni/bin/
|
|
|
ADD https://raw.githubusercontent.com/kubernetes-sigs/iptables-wrappers/e139a115350974aac8a82ec4b815d2845f86997e/iptables-wrapper-installer.sh /
|
|
|
RUN chmod 700 /iptables-wrapper-installer.sh && /iptables-wrapper-installer.sh --no-sanity-check
|
|
|
COPY bin/linux/$GOARCH/kg /opt/bin/
|
|
|
+COPY bin/linux/$GOARCH/kgctl /opt/bin/
|
|
|
ENTRYPOINT ["/opt/bin/kg"]
|