Commit Graph

105175 Commits

Author SHA1 Message Date
Mike Spreitzer
06e17165b1 Fix sample_and_watermark_test.go for bad luck, repeated test 2021-11-16 13:32:41 -05:00
Namanl2001
64a9988fce
small nit
Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>
2021-11-16 22:23:52 +05:30
Kubernetes Prow Robot
45f77ca4ba
Merge pull request #104844 from aojea/clientgo_close_idle
CloseIdleConnections of wrapped Transport RoundTrippers
2021-11-16 08:45:27 -08:00
Maciej Szulik
d0518848b5
Add warning about using unsupported CRON_TZ
CRON_TZ variable slipped in during upgrading github.com/robfig/cron
library.  It allows setting a time zone which is a long requested
feature but one that is not officially supported. This adds warning
event since users should not rely on unsupported features.
2021-11-16 17:41:37 +01:00
Hemant Kumar
1ddd598d31 Implement controller and kubelet changes for recovery from resize
failures
2021-11-16 11:06:46 -05:00
Kubernetes Prow Robot
2ee2b8cab0
Merge pull request #106172 from pohly/log-kubectl-options-deprecation
kubectl: add deprecation notice to flag usage help
2021-11-16 07:43:28 -08:00
Kubernetes Prow Robot
6d1d8c73ee
Merge pull request #106316 from josephburnett/controller-v2
Watch HPA v2 instead of v1.
2021-11-16 06:41:38 -08:00
Kubernetes Prow Robot
a4d5be8c22
Merge pull request #106268 from philipatl/edit-json-merge-patch-fix
fix edit of non-registered custom API types
2021-11-16 06:41:26 -08:00
Antonio Ojea
15ea255457 don't use a custom dialer for the kubelet
Don't use a custom dialer for the kubelet if is not rotating
certificates, so we can reuse TCP connections because we don't need
a customer dialer.

Kubelet needs to be able to recover from stale http connections.
HTTP2 has a mechanism to detect broken connections by sending periodical pings.
HTTP1 only can have one persistent connection, and it will close all Idle connections
once the Kubelet heartbet fails. However, since there are many edge cases that we can't
control, users can still opt-in to the previous behavior for closing the connections by
setting the environment variable DISABLE_HTTP2.
2021-11-16 15:39:30 +01:00
Antonio Ojea
b9d865a818 CloseIdleConnections for wrapped Transport
It iterates over the wrapped transports until it finds one
that implements the CloseIdleConnections method and executes it.

add test for closeidle http1 connections

add test for http1.1 reconnect with inflight request

add test to reuse connection request

add test for request connect after timeout

add test for client-go request concurrency
2021-11-16 15:39:22 +01:00
haoyun
b5409adaeb refactor: extract multiple ignore errors validate to ignoreError
Signed-off-by: haoyun <yun.hao@daocloud.io>
2021-11-16 20:43:50 +08:00
Kubernetes Prow Robot
abd5fc99c1
Merge pull request #106450 from justaugustus/cl-19
CHANGELOG/1.9: Fix up GCS bucket references
2021-11-16 03:51:25 -08:00
caozhiyuan
bad4faf1b9 migrate --register-with-taints to KubeletConfiguration 2021-11-16 19:10:36 +08:00
Stephen Augustus
a1b206f1d7
CHANGELOG/1.9: Fix up GCS bucket references
Signed-off-by: Stephen Augustus <foo@auggie.dev>
2021-11-16 05:46:27 -05:00
Joseph Burnett
711f96e05e Watch HPA v2 instead of v1. 2021-11-16 11:13:21 +01:00
Kubernetes Prow Robot
2b3ff415ba
Merge pull request #106432 from MikeSpreitzer/regularize-observers
Factored TimedObserver into less surprising pieces
2021-11-16 00:35:26 -08:00
Kubernetes Prow Robot
6be67e860c
Merge pull request #105776 from lauchokyip/addWaitJson
Add wait json
2021-11-15 23:35:26 -08:00
Kubernetes Prow Robot
c84da4e3e6
Merge pull request #106051 from jpbetz/cel-port
Feature implementation: Validation rules for Custom Resource Definitions using the CEL expression language
2021-11-15 22:35:26 -08:00
Kubernetes Prow Robot
152c60fef7
Merge pull request #106434 from ehashman/timeout-restart-test
Fix timeout flake in restart kubelet e2e
2021-11-15 19:53:37 -08:00
Kubernetes Prow Robot
66c342ba63
Merge pull request #95361 from humblec/rbd-migration
RBD in-tree plugin migration to CSI driver using migration translation lib
2021-11-15 19:53:25 -08:00
Kubernetes Prow Robot
c31bb8ad42
Merge pull request #106435 from verult/delegate-fsgroup-disable-onrootmismatch-e2e
Remove feature gate check when skipping OnRootMismatch tests
2021-11-15 18:51:45 -08:00
Kubernetes Prow Robot
1d1d462d2f
Merge pull request #104287 from jsturtevant/windows-stats
Reduce the number of expensive calls in the Windows stats queries for dockershim
2021-11-15 18:51:37 -08:00
Kubernetes Prow Robot
0473cab823
Merge pull request #103299 from wgahnagl/addPinned
prevents garbage collection from removing pinned images
2021-11-15 18:51:25 -08:00
Joe Betz
ba6db69c39 Add integration tests for CRD validation rules feature 2021-11-15 21:49:32 -05:00
Joe Betz
0e0468b75e Enable feature gated custom resource validation using validation rules 2021-11-15 21:47:24 -05:00
Joe Betz
f0a80eda46 Update third_party/forked/celopenapi to support kubernetes schema extensions and CEL property name escaping 2021-11-15 21:47:20 -05:00
cici37
66af4ecfd5 Add validation rule compilation and validation of x-kubernetes-validations extension fields 2021-11-15 21:45:47 -05:00
cici37
34ccd3038b Auto update/generated files for validation rules feature 2021-11-15 21:45:12 -05:00
Kubernetes Prow Robot
39af75af30
Merge pull request #106201 from yxxhero/fea_106111
Add more msg when exec probe timeout
2021-11-15 17:51:37 -08:00
Kubernetes Prow Robot
463802765d
Merge pull request #104650 from yxxhero/initcontainer_oomkiil_as_a_failure
fix init container oomkilled as a failure
2021-11-15 17:51:25 -08:00
Kubernetes Prow Robot
16227cf09d
Merge pull request #106412 from ahg-g/ahg-expire
Increase the duration to expire an assumed pod
2021-11-15 16:23:51 -08:00
Jiahui (Jared) Feng
f5514d069e generated: ./hack/update-openapi-spec.sh 2021-11-15 16:03:05 -08:00
Jiahui (Jared) Feng
6991aa2f22 generated: apiextensions-apiserver OpenAPI spec. 2021-11-15 16:00:09 -08:00
Hemant Kumar
9684763568 Implement changes for quota calculation for pvcs 2021-11-15 18:39:37 -05:00
Hemant Kumar
63fffd37b1 Implement API changes necessary for recovery from resize failure 2021-11-15 18:39:30 -05:00
Kubernetes Prow Robot
8260340c61
Merge pull request #106330 from verult/delegate-fsgroup-beta
DelegateFSGroupToCSIDriver feature gate to beta
2021-11-15 15:08:03 -08:00
Kubernetes Prow Robot
058ce89c60
Merge pull request #106285 from SergeyKanzhelev/updateHandlersDescription
updated probe handler types descriptions
2021-11-15 15:07:52 -08:00
Cheng Xing
23509a0852 Remove feature gate check when skipping OnRootMismatch fsgroupchangepolicy tests 2021-11-15 14:32:57 -08:00
Kubernetes Prow Robot
b6c9addd58
Merge pull request #106430 from dims/add-missing-alias-for-sig-cluster-lifecycle
Add missing alias - used in staging/src/k8s.io/cluster-bootstrap/OWNERS
2021-11-15 14:07:00 -08:00
Kubernetes Prow Robot
b7c4962472
Merge pull request #105685 from liggitt/kubelet-file-test
Simplify kubelet file config field allowlists
2021-11-15 14:06:48 -08:00
Elana Hashman
303b05cded
Fix timeout flake in restart kubelet e2e 2021-11-15 13:42:58 -08:00
Abdullah Gharaibeh
d20446377e kube-scheduler: Increase the duration to expire an assumed pod 2021-11-15 16:21:01 -05:00
Kubernetes Prow Robot
7ac768324c
Merge pull request #106425 from verb/1.23-ec-e2e-flake
De-flake ephemeral containers e2e test
2021-11-15 13:05:12 -08:00
Kubernetes Prow Robot
552c2964bc
Merge pull request #106418 from SataQiu/hack-ignore-generated-files
Exclude generated files from the static check
2021-11-15 13:05:00 -08:00
Kubernetes Prow Robot
ce98eda406
Merge pull request #106376 from jsafrane/stabilize-unit-test
Fix deletion protection unit test
2021-11-15 13:04:48 -08:00
Sergey Kanzhelev
f0ed1a3b85 ./hack/update-openapi-spec.sh after the updated probe handler types descriptions 2021-11-15 20:47:15 +00:00
Mike Spreitzer
ab64e85202 Factored TimedObserver into less surprising pieces 2021-11-15 15:27:34 -05:00
Rob Scott
d3af53d03f
Bumping TopologyAwareHints feature gate to beta 2021-11-15 12:21:53 -08:00
Namanl2001
b990d8109a
adding runtime-config
Signed-off-by: Namanl2001 <namanlakhwani@gmail.com>
2021-11-16 01:27:16 +05:30
Sergey Kanzhelev
57ed0174b1 updated probe handler types descriptions 2021-11-15 19:55:27 +00:00