feat: use cm data to store ref-count and move control-plane into a subcommand of kubevpn

This commit is contained in:
fengcaiwen
2023-01-06 19:29:57 +08:00
parent 6ee83d6e65
commit f6471ef948
16 changed files with 176 additions and 161 deletions

View File

@@ -9,5 +9,4 @@ RUN apt-get clean && apt-get update && apt-get install -y wget dnsutils vim curl
WORKDIR /app
COPY bin/kubevpn-linux-amd64 /usr/local/bin/kubevpn
COPY bin/envoy-xds-server /bin/envoy-xds-server
COPY --from=envoy /usr/local/bin/envoy /usr/local/bin/envoy