kubernetes/pkg
Rob Scott 3924364585
Making iptables probability more granular in kube-proxy.
Until now, iptables probabilities had 5 decimal places of granularity.
That meant that probabilities would start to repeat once a Service
had 319 or more endpoints.

This doubles the granularity to 10 decimal places, ensuring that
probabilities will not repeat until a Service reaches 100,223 endpoints.
2019-10-07 17:37:33 -07:00
..
api Merge pull request #82465 from hprateek43/MoveGetPodPriority 2019-09-25 11:06:00 -07:00
apis Merge pull request #82511 from abursavich/keyusage 2019-09-27 03:23:35 -07:00
auth Propagate context to Authorize() calls 2019-09-24 11:14:54 -04:00
capabilities Same as defaulting allow-privileged to true 2019-05-21 08:51:16 -04:00
client Merge pull request #81432 from logicalhan/clean-shared-metrics 2019-09-10 14:30:32 -07:00
cloudprovider Merge pull request #82047 from roberthbailey/owners 2019-09-04 04:35:00 -07:00
controller Merge pull request #83540 from cofyc/fix83343 2019-10-07 01:53:09 -07:00
credentialprovider Merge pull request #82148 from bbourbie/fix_docker_credential 2019-09-25 11:04:14 -07:00
features feat: remove EnableAggregatedDiscoveryTimeout feature gate 2019-09-09 09:55:54 +08:00
fieldpath Fix return value for ExtractFieldPathAsString 2019-06-04 11:52:26 +08:00
generated Merge pull request #80125 from sttts/sttts-bazel-openapi-fix 2019-07-19 14:25:50 -07:00
kubeapiserver add ability to authenticators for dynamic update of certs 2019-10-01 09:50:20 -04:00
kubectl Update symlink warning 2019-10-01 10:36:02 +02:00
kubelet Merge pull request #83069 from fcgravalos/remove_trailing_dots_from_searches 2019-10-07 11:27:11 -07:00
kubemark Register all volume plugins in kubemark 2019-09-03 09:24:28 +02:00
master fix golint errors for pkg/master, together with cheftako 2019-10-05 21:42:52 +08:00
printers Merge pull request #82054 from seans3/table-printer-tests 2019-09-11 08:43:24 -07:00
probe remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
proxy Making iptables probability more granular in kube-proxy. 2019-10-07 17:37:33 -07:00
quota remove redundant quota.V1Equals 2019-10-02 01:02:09 +08:00
registry remove the repeat word in documents 2019-10-06 23:32:01 +08:00
routes
scheduler Merge pull request #83460 from ahg-g/ahg-first-predicate 2019-10-05 14:07:11 -07:00
security delete unused var 2019-09-19 18:04:13 +08:00
securitycontext Windows: Sets the effective SecurityContext's RunAsUserName 2019-07-17 15:03:11 +00:00
serviceaccount replace bytes.Compare() with bytes.Equal() 2019-09-27 10:08:49 +08:00
ssh add some documentation around the metrics stability migration changes for clarity 2019-08-27 12:45:01 -07:00
util Merge pull request #78357 from sbueringer/fix-golint-pkg-util 2019-10-05 08:41:10 -07:00
volume Merge pull request #83104 from zouyee/gfs 2019-10-07 03:13:08 -07:00
watch/json Add API for watch bookmarks 2019-04-15 09:45:04 +02:00
windows/service fix typo in pkg 2019-08-26 09:25:39 +08:00
.import-restrictions
BUILD remove pkg/version and some of redundant copies of it 2019-09-16 16:24:35 -07:00
OWNERS