Haowei Cai
23f77ce7c6
fixup! apiserver correctly validates encoding/decodable versions
2020-11-09 15:23:13 -08:00
Haowei Cai
1c2d446648
require APIServerIdentity to be enabled to run StorageVersionAPI
...
without APIServerIdentity enabled, stale apiserver leases won't be GC'ed
and the same for stale storage version entries. In that case the storage
migrator won't operate correctly without manual intervention.
2020-11-08 19:06:30 -08:00
Haowei Cai
7bcd25907a
apiserver correctly validates encoding/decodable versions
2020-11-08 18:53:40 -08:00
Haowei Cai
23ef9b51a8
updater correctly updates storageversion status
2020-11-08 18:53:40 -08:00
Haowei Cai
8a1d8f7fd5
return a Status formatted JSON response
2020-11-08 18:53:40 -08:00
Haowei Cai
b5b93004b5
generated
2020-11-08 18:53:40 -08:00
Chao Xu
fa1805cc5c
Add an integration test.
...
To make sure that the storage version filter can block certain requests until
the storage version updates are completed, and that the apiserver works
properly after the storage version updates are done.
2020-11-08 18:53:40 -08:00
Chao Xu
22452917c2
make some rbac and scheduling post start hooks tolerate the apiserver
...
bootstrap delay caused by installing storage versions.
2020-11-08 18:53:40 -08:00
Chao Xu
7218978716
Add a generic filter that blocks certain write requests before
...
StorageVersions are updated during apiserver bootstrap.
Also add a poststarthook to the aggregator which updates the
StorageVersions via the storageversion.Manager
2020-11-08 18:53:40 -08:00
Chao Xu
3694756816
Collect storage versions as ResourceInfo when installing API endpoints.
...
Co-authored-by: Haowei Cai <haoweic@google.com>
2020-11-08 18:34:59 -08:00
Chao Xu
56369375e0
Add a feature gate
2020-11-08 18:34:59 -08:00
Kubernetes Prow Robot
ce036e0800
Merge pull request #96340 from andyzhangx/patch-1
...
add andyzhangx as reviewer
2020-11-08 03:47:37 -08:00
Andy Zhang
9056e3a86a
add andyzhangx as reviewer
2020-11-08 16:55:03 +08:00
Kubernetes Prow Robot
2570a9d94c
Merge pull request #96306 from SataQiu/small-fix-20201106
...
kubeadm: fix the lint failure where return value is not checked
2020-11-07 11:43:37 -08:00
Kubernetes Prow Robot
0e42122270
Merge pull request #96308 from andyzhangx/update-max-azuredisk-count
...
update max azure data disk count map
2020-11-07 02:33:38 -08:00
Kubernetes Prow Robot
9253aa9309
Merge pull request #95423 from apelisse/default-null-crds
...
CRs: Default non-nullable nulls
2020-11-06 20:51:36 -08:00
Kubernetes Prow Robot
4949078001
Merge pull request #93459 from ii/ii-create-pod%2Bpodstatus-resource-lifecycle-test
...
Updated Create Pod+PodStatus resource lifecycle test - +4 endpoint coverage
2020-11-06 19:53:36 -08:00
Kubernetes Prow Robot
9843ff244d
Merge pull request #96324 from SergeyKanzhelev/patch-1
...
Change the features removal note
2020-11-06 19:03:37 -08:00
Kubernetes Prow Robot
151c2799d1
Merge pull request #96279 from cmluciano/cml/netutilsipv4
...
dualstack: cleanup IsIPv4 duplicates in favor of k8s/utils functions
2020-11-06 18:09:50 -08:00
Kubernetes Prow Robot
281866b35c
Merge pull request #95533 from roycaihw/apiserver-lease-controller
...
Add kube-apiserver lease controller
2020-11-06 18:09:37 -08:00
Kubernetes Prow Robot
48a0ef6a39
Merge pull request #96312 from kishorj/nlb-hc-cleanup
...
Less restrictions for AWS NLB health check config
2020-11-06 16:11:50 -08:00
Kubernetes Prow Robot
d2a85502df
Merge pull request #95247 from kishorj/nlb_attributes
...
reconcile AWS NLB attributes on service creation
2020-11-06 16:11:37 -08:00
Sergey Kanzhelev
d049e9e4d3
Change the features removal note
2020-11-06 15:27:47 -08:00
Kubernetes Prow Robot
48a2bca893
Merge pull request #96251 from ravens/nodeport_udp_conntrack_fix
...
Correctly fix clearing conntrack entry on endpoint changes (nodeport)
2020-11-06 14:25:37 -08:00
Kishor Joshi
7f03de32ad
fix formatting
2020-11-06 13:38:38 -08:00
Haowei Cai
39f8daf967
generated
2020-11-06 13:33:08 -08:00
Haowei Cai
3761a00e5b
add kube-apiserver-lease-controller poststart hook
2020-11-06 13:33:08 -08:00
Kubernetes Prow Robot
58f82efe70
Merge pull request #95032 from claudiubelu/test-images/multiarch
...
test images: Removes -p yes flag from qemu-user-static script call
2020-11-06 12:24:29 -08:00
Kubernetes Prow Robot
ba39cf58ec
Merge pull request #96302 from harche/summary_test_fix
...
Increase the timeout to allow summary test pods to start
2020-11-06 11:29:25 -08:00
Kubernetes Prow Robot
b1b627072a
Merge pull request #96217 from p0lyn0mial/delegated-authn-webhook-token-timeout
...
DelegatingAuthenticationOptions TokenReview client timeout
2020-11-06 11:29:16 -08:00
Kubernetes Prow Robot
c97d9e96ae
Merge pull request #96141 from lingsamuel/rm-useless-if
...
Remove useless variable and if in kubelet.go
2020-11-06 11:29:03 -08:00
Kubernetes Prow Robot
d21815cb4e
Merge pull request #95569 from oomichi/remove-kubelet-util
...
Move dirExists() to kubelet_test
2020-11-06 11:28:51 -08:00
Stephen Heywood
36f4527956
Add constant PodReadyTimeout to e2e test
2020-11-07 08:21:15 +13:00
Stephen Heywood
079764ebd5
Adjusted timings and management of pods in e2e test
2020-11-07 08:21:15 +13:00
Caleb Woodbine
6035ccd46c
Create Pod+PodStatus resource lifecycle test
2020-11-07 08:21:15 +13:00
Kishor Joshi
f784eb3cfd
Update UTs
2020-11-06 11:11:46 -08:00
Kubernetes Prow Robot
6040903147
Merge pull request #96207 from qingsenLi/201104-changelog
...
Update CHANGELOG link of older releases
2020-11-06 10:37:04 -08:00
Kubernetes Prow Robot
d56783b140
Merge pull request #96165 from tangwz/remove_FrameworkFactory
...
scheduler: remove FrameworkFactory.
2020-11-06 10:36:50 -08:00
Kishor Joshi
9e0b8e7459
Less restrictions for AWS NLB health check config
2020-11-06 09:21:24 -08:00
Kubernetes Prow Robot
edb105e255
Merge pull request #96307 from claudiubelu/test-images/auth
...
test images: Authenticate in order to push images
2020-11-06 09:03:16 -08:00
Kubernetes Prow Robot
e3185f2cc0
Merge pull request #94444 from derekwaynecarr/bound-tmpfs
...
Add support to size memory backed volumes
2020-11-06 09:03:06 -08:00
Kubernetes Prow Robot
1576823c26
Merge pull request #93109 from zhouya0/fix_kubectl_config_error_message
...
Move kubectl get-context validate logic to Validate function
2020-11-06 09:02:53 -08:00
tangwz
3341023664
scheduler: remove FrameworkFactory.
2020-11-07 00:07:36 +08:00
Kubernetes Prow Robot
bf5382a53e
Merge pull request #96301 from lixiaobing1/removeNoteCacheSync
...
remove comment for cache sync because code was removed
2020-11-06 07:58:59 -08:00
Kubernetes Prow Robot
1485d462ef
Merge pull request #90333 from bamarni/kubectl-cp-unexisting-file
...
[kubectl] Fail when local source file doesn't exist
2020-11-06 07:58:51 -08:00
Derek Carr
7eb37a7497
Add support to size memory backed volumes
2020-11-06 09:35:14 -05:00
Kubernetes Prow Robot
512b7b75a8
Merge pull request #96006 from serathius/datapolicy-volume
...
Add datapolicy tags to pkg/volume/
2020-11-06 06:22:50 -08:00
andyzhangx
72508c201c
update max azure data disk count map
2020-11-06 14:16:55 +00:00
SataQiu
50d0a40155
kubeadm: fix the lint failure where return value is not checked
...
Signed-off-by: SataQiu <1527062125@qq.com>
2020-11-06 20:53:58 +08:00
lixiaobing1
6a41d81264
remove annotation cache sync because of code removed
2020-11-06 18:41:08 +08:00