Commit Graph

86047 Commits

Author SHA1 Message Date
Karthikeyan Govindaraj
1f4cd65be5
chore(lint): removing the iptables pkg 2019-11-18 23:49:34 -08:00
Karthikeyan Govindaraj
a4631c845e
chore(lint): lint fix in /pkg/util/iptables 2019-11-18 23:44:49 -08:00
Karthikeyan Govindaraj
bdc11c2806
chore(lint): fix iptable.go file lint 2019-11-18 23:43:51 -08:00
Yang Lu
0965b577f4 Wait for kubelet & kube-proxy to be ready within 10s 2019-11-18 16:39:47 -08:00
jadarsie
ec57d8a4d0 Support Azure Stack dynamic environments 2019-11-18 15:06:32 -08:00
David Zhu
21f7060c8f Plumb test state through to fake volume host creation for error handling 2019-11-18 14:45:01 -08:00
Kubernetes Prow Robot
81af5baff8
Merge pull request #85237 from leakingtapan/ebs-migration-flag
Flip CSIMigrationAWS flag to be beta and off by default
2019-11-18 12:33:42 -08:00
Anago GCB
11dbf541fd Update CHANGELOG-1.17.md for v1.17.0-beta.2. 2019-11-18 17:29:43 +00:00
Kubernetes Prow Robot
5bac42bff9
Merge pull request #85344 from jkaniuk/prune-whitelist
Addon Manager: Fix parsing KUBECTL_EXTRA_PRUNE_WHITELIST
2019-11-18 05:25:42 -08:00
Jacek Kaniuk
936ee6fb15 Addon Manager: Fix parsing KUBECTL_EXTRA_PRUNE_WHITELIST
When there are two or more values in KUBECTL_EXTRA_PRUNE_WHITELIST
kube-addons.sh wrongly generates "--prune-whitelist value1 value2"
Which kubectl parses as additional unknown flag[s]

Change-Id: I7661bda41ab7435e0e65eb0a662d1b16d2c14991
2019-11-18 10:41:53 +01:00
Yu Liao
be78dd7526 added yliaog to OWNERS 2019-11-17 21:46:35 -08:00
RainbowMango
c22ffa2d6e Remove metric be hidden log temporarily. 2019-11-18 11:17:19 +08:00
Jordan Liggitt
1f2feb2e7e Test writing configurations with numeric names 2019-11-17 21:22:09 -05:00
Kubernetes Prow Robot
beaf3a2f04
Merge pull request #83837 from RainbowMango/pr_hide_apiserver_deprecated_metrics
Turn off apiserver deprecated metrics
2019-11-16 20:25:40 -08:00
Kubernetes Prow Robot
ac2a1b7837
Merge pull request #85381 from sttts/sttts-apiextensions-fix-openapi-formats
apiextensions: freeze and document supported v1.16 OpenAPI formats
2019-11-16 13:59:40 -08:00
Dr. Stefan Schimanski
7f44afa8cd apiextensions: freeze & doc supported v1.16 OpenAPI formats 2019-11-16 21:53:29 +01:00
Kubernetes Prow Robot
f0b1915c3c
Merge pull request #85386 from mikedanese/fixstresstest
cache.Expiring: fix stress test: it's not doing anything
2019-11-16 12:39:41 -08:00
Mike Danese
7af4249edc fix stress test: it's not doing anything 2019-11-16 10:02:22 -08:00
Kubernetes Prow Robot
be4683ef9c
Merge pull request #82966 from danwinship/iptables-nft
update images to Debian buster, detect iptables mode
2019-11-16 08:51:41 -08:00
Kubernetes Prow Robot
16e0976bd1
Merge pull request #84861 from sttts/sttts-crd-defaulting-conformance
e2e: promote CRD defaulting test to conformance test
2019-11-16 05:43:40 -08:00
Kubernetes Prow Robot
09d142a7ab
Merge pull request #80854 from aojea/hostportv6
Add IPv6 support to kubenet hostport
2019-11-16 04:35:41 -08:00
Kubernetes Prow Robot
d362b4297c
Merge pull request #85251 from leakingtapan/ebs-migraiton-zone
Add CSI migration logic for EBS storageclass zone/zones/topology
2019-11-16 03:27:40 -08:00
notpad
dcf80e31ac Migrate Kubemark to distroless 2019-11-16 17:49:26 +08:00
Kubernetes Prow Robot
e0529008d0
Merge pull request #85370 from mikedanese/expcache
fix terrible bug and inline GC for expiring cache
2019-11-16 00:29:40 -08:00
Kubernetes Prow Robot
8436dde049
Merge pull request #84722 from sttts/sttts-crd-list-map-type-atomic-validations
apiextensions: validate list-type and map-type "atomic"
2019-11-15 22:47:41 -08:00
Kubernetes Prow Robot
292bd0efea
Merge pull request #85377 from liggitt/node-kubectl
Skip Node printing in kubectl column test
2019-11-15 20:49:54 -08:00
Kubernetes Prow Robot
14fe931e9f
Merge pull request #85375 from liggitt/delegated-list-watch
Add single-item list/watch to delegated authentication reader role
2019-11-15 20:49:41 -08:00
Kubernetes Prow Robot
c3f8d700ac
Merge pull request #85367 from aramase/node-cidr-followup
[kube controller manager] add comments for compatibility
2019-11-15 19:09:54 -08:00
Kubernetes Prow Robot
01e1dcf429
Merge pull request #85351 from rosti/kubeadm-fix-kubelet-version-check
kubeadm: Use only stdout when calling kubelet for its version
2019-11-15 19:09:41 -08:00
Jordan Liggitt
834246ca70 Skip Node printing in kubectl column test 2019-11-15 21:16:46 -05:00
Kubernetes Prow Robot
5848ee4945
Merge pull request #85365 from robscott/endpointslice-default-off
Disabling EndpointSlice feature gate by default
2019-11-15 17:57:50 -08:00
Kubernetes Prow Robot
9c26a752a9
Merge pull request #85231 from davidz627/flags
Flip CSIMigration and CSIMigrationGCE to Beta
2019-11-15 17:57:41 -08:00
Mike Danese
cc76b1a8a7 fix nasty bug
This needs to be the opposite check of what we do in Get(). Introduced
in a fixup commit.
2019-11-15 17:50:31 -08:00
Mike Danese
d16dde36a3 inline GC in expiring cache
This allows us to drop the background goroutine with negligable
difference in performance.
2019-11-15 17:50:31 -08:00
Jordan Liggitt
ba93157fd2 Add single-item list/watch to delegated authentication reader role 2019-11-15 20:37:43 -05:00
Kubernetes Prow Robot
9859e73433
Merge pull request #85361 from liggitt/endpoint-label
Fix label mutation in endpoints controller
2019-11-15 16:17:49 -08:00
Kubernetes Prow Robot
b8c29966cb
Merge pull request #85348 from ereslibre/validator-names
kubeadm: use the right name for the no validator function
2019-11-15 16:17:42 -08:00
Boyil (Elliot) Li
cfa6f83427 Enable snapshottable e2e test for csi pd driver
- add csi pd driver manifests
- modify snapshottable test case
- fix tests of pod has to be created first for delay-binding PVC, otherwise PVC won't be bound
2019-11-15 15:46:48 -08:00
Anish Ramasekar
128f33b26e
add comments for compatibility 2019-11-15 15:38:06 -08:00
Rob Scott
37aa219fff
Disabling EndpointSlice feature gate by default
Given the significance this change would have we've decided to hold off
on enabling this by default until we can have better test coverage and
more real world usage of the feature.
2019-11-15 14:54:35 -08:00
Kubernetes Prow Robot
f2469a7a2c
Merge pull request #85359 from robscott/endpointslice-label-fix
Reverting managed-by-setup annotation
2019-11-15 13:58:57 -08:00
Dr. Stefan Schimanski
b3b15a9e26 apiextensions: ratcheting update validation for atomic item of set list-type 2019-11-15 22:40:19 +01:00
Dr. Stefan Schimanski
9be78b2b06 apiextensions: factor out predicate iterator in validation 2019-11-15 22:40:19 +01:00
Jordan Liggitt
08b5c809d2 Fix label mutation in endpoints controller 2019-11-15 16:24:10 -05:00
Rob Scott
7085d692b7
Reverting managed-by-setup annotation
This ended up causing far more problems than it was worth, especially
given that it just attempted to provide backwards compatibility with
the alpha release.
2019-11-15 11:50:58 -08:00
Kubernetes Prow Robot
f16bfb069a
Merge pull request #85346 from andrewsykim/service-topology-validtaion
service topology: remove redundant API validation for local external traffic policy
2019-11-15 11:32:31 -08:00
David Zhu
41c65f4740 Jump out of spec translation early if the spec is not migratable. Unit tests work after all! 2019-11-15 11:23:32 -08:00
David Zhu
6e716af89e Add CSINodes to AttachDetachControllerRecovery test 2019-11-15 11:23:32 -08:00
David Zhu
86f20db7d0 Panic on error when creating fake volume host, add a TODO to clean up later 2019-11-15 11:23:32 -08:00
David Zhu
1a47bf54e2 De-race some CSI unit tests that were initializing the plugin manager…ger (and plugins) twice. Set some const variables earlier to support node info manager initialization and wait for initialization to complete before finishing plugin setup. 2019-11-15 11:23:32 -08:00