m1093782566
dab9b84b67
add proxy metrics in app level
2017-10-16 21:10:51 +08:00
Jeff Grafton
aee5f457db
update BUILD files
2017-10-15 18:18:13 -07:00
Zihong Zheng
bc9d4ad66e
Allow kube-proxy using InClusterConfig()
2017-10-13 14:40:35 -07:00
allencloud
fd82adb012
validate kube-proxy options
...
Signed-off-by: allencloud <allen.sun@daocloud.io>
Signed-off-by: Allen Sun <allen.sun@daocloud.io>
2017-10-09 14:12:15 +08:00
xiangpengzhao
af09159419
Add version info to kube-scheduler, kube-proxy and kubelet logs.
2017-09-21 17:46:24 +08:00
Madhan Raj Mookkandy
a8d797afdd
Add exception to golint check
...
(*) Fix cleanup of NodePort resources. (*) Fix the logic to select existing policies
Fix review comment
Fix Bazel
Update GoDep License
Fix NodePort forwarding to target port
Fix Darwin Build break. +1
Implement IsCompatible to validate kernel support for kernel mode
2017-09-18 11:11:22 -07:00
Madhan Raj Mookkandy
63020d5f72
Vendor changes
...
Vendoring (NEW) in github.com/Microsoft/hcsshim
2017-09-14 16:00:07 -07:00
Madhan Raj Mookkandy
5b87513972
Fix Bazel build
2017-09-14 15:50:47 -07:00
m1093782566
5ed2b44ca7
implement ipvs mode of kube-proxy
...
Conflicts:
pkg/util/ipvs/ipvs_unsupported.go
2017-08-30 10:03:02 +08:00
Jeff Grafton
a7f49c906d
Use buildozer to delete licenses() rules except under third_party/
2017-08-11 09:32:39 -07:00
Jeff Grafton
33276f06be
Use buildozer to remove deprecated automanaged tags
2017-08-11 09:31:50 -07:00
ymqytw
9b393a83d4
update godep
2017-07-20 11:03:49 -07:00
xiangpengzhao
01daf707c5
Refactor: pkg/util into sub-pkgs
2017-07-18 14:34:08 +08:00
Kubernetes Submit Queue
e8eb858b2a
Merge pull request #47187 from leblancd/v6_only_proxy_server
...
Automatic merge from submit-queue (batch tested with PRs 47309, 47187)
Add IPv6 test cases to kube-proxy server test.
**What this PR does / why we need it**: This change adds some IPv6 test cases for the kube-proxy server. Also adds some test cases for negative conditions for better test coverage.
**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #47313
**Special notes for your reviewer**:
**Release note**:
```release-note
```
2017-07-16 20:00:56 -07:00
Zihong Zheng
a4e359aa12
Make kube-proxy's MetricsBindAddress configurable via flag
2017-07-07 12:46:20 -07:00
Chao Xu
60604f8818
run hack/update-all
2017-06-22 11:31:03 -07:00
Dane LeBlanc
c2cb2b3c71
Add IPv6 test cases to kube-proxy server test.
...
fixes #47313
2017-06-12 13:05:47 -04:00
Zihong Zheng
ad437e9ce2
Add /healthz back to kube-proxy metrics server
2017-05-26 11:53:43 -07:00
Andy Goldstein
f51c2c445c
Restore kube-proxy --version
2017-05-19 14:40:35 -04:00
Andy Goldstein
032e2f6652
kube-proxy: add --write-config flag
...
Add --write-config flag to kube-proxy to write the default configuration
values to the specified file location.
2017-05-18 10:34:22 -04:00
Chao Xu
14045d253d
hack/update-bazel.sh
2017-05-11 15:59:04 -07:00
Zihong Zheng
e5db5dc3a1
Autogenerated files
2017-05-05 14:44:38 -07:00
Andy Goldstein
43cb024402
Add kube-proxy config file support
...
Add support for configuring kube-proxy via a config file instead of
command line flags.
2017-05-01 18:02:47 -04:00
Mike Danese
a05c3c0efd
autogenerated
2017-04-14 10:40:57 -07:00
Andy Goldstein
d2bc4d0b2e
Use shared informers for proxy endpoints and service configs
...
Use shared informers instead of creating local controllers/reflectors
for the proxy's endpoints and service configs. This allows downstream
integrators to pass in preexisting shared informers to save on memory &
cpu usage.
This also enables the cache mutation detector for kube-proxy for those
presubmit jobs that already turn it on.
2017-04-04 12:51:41 -04:00
Piotr Szczesniak
179cef3ca3
Export Prometheus metrics in kube-proxy
2017-02-25 16:48:43 +01:00
Klaus Ma
f6aa8bbb8f
Updated NodeRef to clientv1.ObjectReference.
2017-02-07 06:27:06 +08:00
deads2k
8a12000402
move client/record
2017-01-31 19:14:13 -05:00
deads2k
335ef747d6
mechanical
2017-01-23 10:03:55 -05:00
deads2k
cdb2934bbc
remove kubernetes copy of clientcmd types
2017-01-19 07:39:19 -05:00
deads2k
6a4d5cd7cc
start the apimachinery repo
2017-01-11 09:09:48 -05:00
Jeff Grafton
20d221f75c
Enable auto-generating sources rules
2017-01-05 14:14:13 -08:00
Mike Danese
161c391f44
autogenerated
2016-12-29 13:04:10 -08:00
Mike Danese
c87de85347
autoupdate BUILD files
2016-12-12 13:30:07 -08:00
Wojciech Tyczynski
aa7da5231f
Update bazel files
2016-12-09 09:42:02 +01:00
Chao Xu
bcc783c594
run hack/update-all.sh
2016-11-23 15:53:09 -08:00
Paulo Pires
23c35f24c7
Added automatic seletion of userspace proxy mode depending on the OS kube-proxy is running.
2016-11-07 09:11:35 +00:00
Chao Xu
850729bfaf
include multiple versions in clientset
...
update client-gen to use the term "internalversion" rather than "unversioned";
leave internal one unqualified;
cleanup client-gen
2016-10-29 13:30:47 -07:00
Mike Danese
763c4987f2
autogenerated
2016-10-24 14:47:27 -07:00
Mike Danese
3b6a067afc
autogenerated
2016-10-21 17:32:32 -07:00