Commit Graph

101227 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
81b9789eaa
Merge pull request #102467 from pacoxu/json-patch-5.5.0
upgrade json-patch to v4.11.0
2021-06-04 01:21:26 -07:00
Benjamin Elder
45179bb989 update debian-iptables to v1.6.2
picks up https://github.com/kubernetes/release/pull/2106
2021-06-04 01:03:55 -07:00
Patrick Ohly
c26c423b1c storage e2e: disable health check containers
They are not needed for any of the tests and may be causing too much
overhead (see
https://github.com/kubernetes/kubernetes/issues/102452#issuecomment-854452816).

We already disabled them earlier and then re-enabled them again
because it wasn't clear how much overhead they were causing. A recent
change in how the sidecars get
deployed (https://github.com/kubernetes/kubernetes/pull/102282) seems
to have made the situation worse again. There's no logical explanation
for that yet, though.

(cherry picked from commit 0c2cee5676e64976f9e767f40c4c4750a8eeb11f)
2021-06-04 09:57:02 +02:00
Kubernetes Prow Robot
635f2c7c2a
Merge pull request #99575 from navist2020/fix/logs_info
Simply modify the Kubectl logs information
2021-06-03 23:25:25 -07:00
pacoxu
ceaf9b9d16 add ut for preventing dropping null from arrays
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-06-04 14:11:19 +08:00
Jordan Liggitt
ca279bbcc1 Fix race in attachdetach tests 2021-06-04 01:59:32 -04:00
pacoxu
6e0650e3e1 upgrade gopkg.in/evanphx/json-patch to v4.11.0
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-06-04 13:15:09 +08:00
Jordan Liggitt
e35af41a12 Revert "client-go: add retry logic for Watch and Stream"
This reverts commit 607d381949.
2021-06-04 01:11:25 -04:00
Kubernetes Prow Robot
b24b7d5a20
Merge pull request #102489 from saschagrunert/http-stream-nil
Fix regression for timed-out stream cleanups
2021-06-03 21:59:45 -07:00
Kubernetes Prow Robot
38783bfeb7
Merge pull request #102059 from jsafrane/fix-consistentread
Retry reading /proc/mounts when unable to get a consistent read
2021-06-03 21:59:37 -07:00
Kubernetes Prow Robot
3a2092345e
Merge pull request #101082 from jsafrane/translate-aws-allowAutoIOPSPerGBIncrease
Add allowAutoIOPSPerGBIncrease to translated AWS EBS StorageClasses
2021-06-03 21:59:25 -07:00
Kubernetes Prow Robot
271f54632b
Merge pull request #102533 from aojea/lb_flakes
Lb flakes
2021-06-03 20:53:38 -07:00
Kubernetes Prow Robot
adf8df7b73
Merge pull request #102477 from yuzhiquan/master
FIx failing tests: [sig-storage] Test_ADC_VolumeAttachmentRecovery/Deleted_Pod_with_migrated_PV
2021-06-03 20:53:26 -07:00
Kubernetes Prow Robot
4acbd1d7c8
Merge pull request #102420 from m14815/commit-21.5.2
Error message should not be capitalized.
2021-06-03 19:39:25 -07:00
Shiming Zhang
58833d652d Support subresource match
Signed-off-by: Shiming Zhang <wzshiming@foxmail.com>
2021-06-04 10:35:43 +08:00
Andrew Sy Kim
38d3ae1a06 api: update API compatibility tests to remove topologyKeys from Service
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-06-03 22:33:20 -04:00
Andrew Sy Kim
e9c7fa49d9 core/v1: add unit tests to ensure deprecated protobuf field numbers are not re-used
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-06-03 22:17:46 -04:00
Andrew Sy Kim
d96af5f276 kube-proxy: remove ServiceTopology implementation
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-06-03 22:17:46 -04:00
Andrew Sy Kim
f119b8df5f apis: update generated code after removing Service topologyKeys
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-06-03 22:17:46 -04:00
Andrew Sy Kim
4d38d21880 apis: remove Service topologyKeys
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-06-03 22:17:45 -04:00
Andrew Sy Kim
8c376426f3 features: remove alpha ServiceTopology feature gate
Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com>
2021-06-03 22:17:45 -04:00
yuzhiquan
0b8dc56408 fix volume failing test 2021-06-04 09:45:21 +08:00
Kubernetes Prow Robot
1d19db80a8
Merge pull request #102421 from m14815/commit-21.5.1
Fix a grammar error in doc
2021-06-03 18:33:26 -07:00
Kubernetes Prow Robot
be5874f959
Merge pull request #102572 from JonZeolla/remove-insecure-curl-suggestion
Remove -k from toCurl output
2021-06-03 15:53:02 -07:00
David Eads
ae603a38bc remove -ssh-user from cluster scripts for GCE 2021-06-03 17:53:09 -04:00
Kubernetes Prow Robot
9f7c9c322f
Merge pull request #101738 from matthyx/deflake-startupprobe
fix manual trigger of readinessProbe on startupProbe success
2021-06-03 14:34:42 -07:00
Kubernetes Prow Robot
c658441a73
Merge pull request #101860 from chenyw1990/deleteAvailableResourceJudgment
Delete AvailableResources judgment for GA features
2021-06-03 13:24:42 -07:00
Jon Zeolla
5bf7bb52fe Remove -k from toCurl output 2021-06-03 15:11:03 -04:00
Kubernetes Prow Robot
0a865b6e6e
Merge pull request #102278 from mengjiao-liu/rename-SetMaster
part4: master to controlplane in test/integration(1.22)
2021-06-03 11:38:04 -07:00
David Eads
8aba8e2a2c remove the ssh tunneler implementation from kube-apiserver 2021-06-03 14:30:14 -04:00
Elana Hashman
6449416a3d
Add scalability label to kubemark OWNERS 2021-06-03 11:03:04 -07:00
David Eads
84590fe27c remove --ssh- options, deprecated 13 releases, that only work on GCE 2021-06-03 13:54:35 -04:00
Mengjiao Liu
ab45d5e496 part of master to controlplane in test/integration
SetMaster -> SetAPIServer
2021-06-04 00:08:13 +08:00
Kubernetes Prow Robot
9d6e5049bb
Merge pull request #102270 from mengjiao-liu/update-term-control-plane
Part1: master to controlplane in test/integration(1.22)
2021-06-03 08:19:38 -07:00
Kubernetes Prow Robot
96436fa0e7
Merge pull request #102561 from dims/updating-to-prometheus/common-latest-version
Updating to prometheus/common v0.26.0
2021-06-03 07:05:38 -07:00
Davanum Srinivas
08ad7114d3
make lint-dependencies happy!
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-06-03 07:13:53 -04:00
Davanum Srinivas
29def9ff6a
Updating to prometheus/common v0.26.0
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2021-06-03 06:48:13 -04:00
Mengjiao Liu
77b5ad2fb0 Part of master to controlplane in test/integration(1.22) 2021-06-03 18:29:05 +08:00
Shiming Zhang
2c9f02c329 Add test
Signed-off-by: Shiming Zhang <wzshiming@foxmail.com>
2021-06-03 16:22:00 +08:00
Kubernetes Prow Robot
2bbc0e3c54
Merge pull request #102276 from mengjiao-liu/update-term-RunAMaster
Part3: master to controlplane in test/integration(1.22)
2021-06-03 00:47:38 -07:00
Kubernetes Prow Robot
1677d939fb
Merge pull request #102529 from soltysh/cronjob_fflag
Promote CronJobControllerV2 flag to GA
2021-06-02 20:25:37 -07:00
Mengjiao Liu
387154f1a9 Part3: master to controlplane in test/integration
Rename RunAMaster to RunAControlPlane
2021-06-03 11:06:19 +08:00
Lubomir I. Ivanov
f6d015be7a kubeadm: add utilities to manage users and groups
In the Alpha stage of the feature in kubeadm to support
a rootless control plane, the allocation and assignment of
UID/GIDs to containers in the static pods will be automated.
This automation will require management of users and groups
in /etc/passwd and /etc/group.

The tools on Linux for user/group management are inconsistent
and non-standardized. It also requires us to include a number of
more dependencies in the DEB/RPMs, while complicating the UX for
non-package manager users.

The format of /etc/passwd and /etc/group is standardized.
Add code for managing (adding and deleting) a set of managed
users and groups in these files.
2021-06-03 03:48:45 +03:00
Kubernetes Prow Robot
2cefcc6be7
Merge pull request #102544 from jeremyje/fixnpd
GCE Windows: Only create NPD kubeconfig when the file path is defined.
2021-06-02 17:39:38 -07:00
Elana Hashman
dfd67c7d79
Add unit test coverage for init container phases 2021-06-02 17:37:51 -07:00
Kubernetes Prow Robot
2e12da1ce0
Merge pull request #102539 from liggitt/websocket-service-watch
Fix closing of decorated watcher channel on timeout
2021-06-02 16:15:23 -07:00
Kubernetes Prow Robot
babe9cd4a7
Merge pull request #102526 from pohly/csi-driver-pod-events
storage e2e: capture driver pod events
2021-06-02 16:15:09 -07:00
Kubernetes Prow Robot
42860d4d47
Merge pull request #102516 from nilo19/bug/cherry-pick-649
serviceOwnsFrontendIP shouldn't report error when the public IP doesn't match
2021-06-02 14:54:43 -07:00
Jeremy Edwards
47a7fcb17b GCE Windows: Only create NPD kubeconfig when the file path is defined. 2021-06-02 21:15:45 +00:00
Kubernetes Prow Robot
043b3fc1e4
Merge pull request #101982 from hantmac/fix/need-handle-error
handle Unmarshal error
2021-06-02 13:43:03 -07:00