Commit Graph

148 Commits

Author SHA1 Message Date
wencaiwulue
e1f8510ddc update image pull policy from PullAlways to PullIfNotPresent 2022-05-12 17:17:56 +08:00
wencaiwulue
afa76a0687 get service cidr by creating a service with clusterIP 0.0.0.0, parse error message The range of valid IPs is xxx.xxx.xxx.xxx 2022-05-01 10:00:09 +08:00
p_caiwfeng
2043ab3f1b speed up fail if port-forward occurs error 2022-04-08 14:54:07 +08:00
p_caiwfeng
7cc2fb72fd detect pod delete event, if pod is deleted needs to redo port-forward immediately 2022-04-07 16:12:08 +08:00
p_caiwfeng
353d560825 typo 2022-04-06 16:11:48 +08:00
p_caiwfeng
619e2ce304 use statefulset to control pod 2022-04-05 16:01:24 +08:00
p_caiwfeng
4c34d85393 remove useless config 2022-03-19 21:23:49 +08:00
p_caiwfeng
43ca8452de optimize code 2022-03-14 17:59:05 +08:00
p_caiwfeng
b834db457d optimize logic 2022-03-14 17:59:05 +08:00
wencaiwulue
8835ace656 move cleanup configmap to last step in case of remove some config not found cm 2022-03-09 16:47:23 +08:00
p_caiwfeng
5d60b4912b support multiple port with envoy 2022-03-07 20:41:04 +08:00
p_caiwfeng
b6e0b7ce52 support multiple port with envoy 2022-03-07 20:41:04 +08:00
p_caiwfeng
a48a256bdc support multiple port with envoy 2022-03-07 20:41:04 +08:00
p_caiwfeng
e7a9d28a6c optimize iptables 2022-03-01 22:40:32 +08:00
p_caiwfeng
0051168776 change server port to 8422 from 8421 2022-02-28 11:46:21 +08:00
p_caiwfeng
1248527045 remove dst addr from tcp traffic header for performance 2022-02-23 17:19:56 +08:00
p_caiwfeng
8b0b3b9b25 use ipam to optimize dhcp 2022-02-21 16:47:22 +08:00
p_caiwfeng
dae72fdb8d exchange mode support port-forward 2022-02-20 11:26:11 +08:00
wencaiwulue
b3a0ddd7e7 optimize parse groupVersion 2022-02-19 16:27:50 +08:00
p_caiwfeng
cee42b2900 support arm64 and 386 2022-02-15 17:37:49 +08:00
p_caiwfeng
1c55e92e1a update get route table on linux go build 2022-02-15 09:38:58 +08:00
p_caiwfeng
e2f096023b optimize interact logic 2022-02-14 19:10:41 +08:00
p_caiwfeng
c6e3937f8b optimize intersect logic 2022-02-13 21:27:20 +08:00
p_caiwfeng
c7ba43558e optimize intersect logic 2022-02-13 21:00:45 +08:00
p_caiwfeng
f0780cf3ce optimize intersect logic 2022-02-13 20:41:19 +08:00
wencaiwulue
7fe3c29265 support detect conflict route device on macOS and linux 2022-02-13 19:22:44 +08:00
p_caiwfeng
4fdb515e04 fix can't remove mesh container totally bug 2022-02-09 20:23:35 +08:00
p_caiwfeng
9f477e0806 optimize get CIDR logic 2022-02-08 10:48:27 +08:00
p_caiwfeng
bb346b5a0a modify wait pod kubevpn.traffic.manager to be ready timeout from 5 minutes to 10 minutes 2022-02-06 11:13:38 +08:00
p_caiwfeng
21098a0f1e still get cidr from pod IP 2022-02-05 18:53:26 +08:00
p_caiwfeng
13408003d0 add get nodes -o yaml 2022-02-05 18:39:15 +08:00
p_caiwfeng
0bcd0bc58a optimize get CIDR logic 2022-02-05 18:28:07 +08:00
p_caiwfeng
46d79735f9 remove already exist container before add 2022-02-03 15:00:37 +08:00
wencaiwulue
28dcade734 remove readinessProbe, livenessProbe, startupProbe before enter proxy mode, and restore it after exit proxy mode 2022-02-01 16:14:44 +08:00
p_caiwfeng
91f9313cae support single pod without controller 2022-01-26 17:59:38 +08:00
p_caiwfeng
961bb954bf support service and crd, but single pod without controller still have bug 2022-01-26 17:23:29 +08:00
p_caiwfeng
df217a4b79 support service 2022-01-26 15:56:18 +08:00
p_caiwfeng
f55ff5bd66 support single pod without controller 2022-01-21 18:29:24 +08:00
p_caiwfeng
0c1b5ee910 update typo 2022-01-21 11:20:17 +08:00
p_caiwfeng
9974283886 optimize code 2022-01-09 17:48:16 +08:00
p_caiwfeng
7875e03744 todo needs to fighter out why needs to set network mask to 0 on Windows otherwise it will not work 2022-01-09 17:36:01 +08:00
p_caiwfeng
53f5bbb3b4 gather 223.254.254.100/24 as config 2022-01-09 17:26:13 +08:00
p_caiwfeng
96c14a8a49 optimize code 2022-01-09 17:00:26 +08:00
p_caiwfeng
c30f18e19b optimize code 2022-01-08 18:45:43 +08:00
p_caiwfeng
3781bef881 optimize code 2022-01-08 18:44:00 +08:00
wencaiwulue
d61a75aa35 rename 2022-01-05 07:46:22 +08:00
wencaiwulue
e7b57dbe17 optimize DHCP 2022-01-04 23:18:22 +08:00
wencaiwulue
ed06ed190c optimize DHCP 2022-01-04 22:36:01 +08:00
p_caiwfeng
98af2a4cf5 update Makefile 2022-01-03 18:08:39 +08:00
p_caiwfeng
846e8d960e github action add testcase 2022-01-03 17:47:00 +08:00