Kubernetes Prow Robot
fd95a019a1
Merge pull request #87550 from ricochet/doc/godep-kubectl
...
Remove doc reference to godep #782
2020-02-19 16:11:18 -08:00
Kubernetes Prow Robot
992aa00a46
Merge pull request #85819 from nan-yu/pdb_e2etest
...
Add more tests for the pod disruption budget endpoints
2020-02-19 16:11:04 -08:00
Kubernetes Prow Robot
da9f47eadf
Merge pull request #88146 from gnufied/avoid-multiple-pv-delete
...
Prevent deletion of PVs that are already deleted
2020-02-19 12:40:48 -08:00
Kubernetes Prow Robot
d4c5637680
Merge pull request #88200 from liu-cong/benchmark
...
Make MetricCollector configurable for scheduler benchmark tests
2020-02-19 09:38:26 -08:00
Kubernetes Prow Robot
ddd6d668f6
Merge pull request #87880 from k-toyoda-pi/add_some_aliases
...
Add some aliases into import-aliases for e2e framework
2020-02-19 04:46:25 -08:00
Kubernetes Prow Robot
507a2decf9
Merge pull request #88228 from pohly/node-podlog
...
podlogs: include node name in prefix
2020-02-19 03:28:25 -08:00
Patrick Ohly
0ec85320cf
podlogs: include node name in prefix
...
This is useful for logs from daemonset pods because for those it is
often relevant which node they ran on because they interact with
resources or other pods on the host.
To keep the log prefix short, it gets limited to a maximum length of
10 characters.
2020-02-19 10:10:23 +01:00
Kubernetes Prow Robot
13750a0843
Merge pull request #88260 from databus23/patch-3
...
Fix wrong alpha version for ValidateProxyRedirects
2020-02-19 00:34:38 -08:00
Kubernetes Prow Robot
da9db64f9c
Merge pull request #87978 from jsafrane/block-csi-test
...
Add CSI block volume directory cleanup
2020-02-19 00:34:24 -08:00
Kubernetes Prow Robot
5cf65077ad
Merge pull request #88016 from jsafrane/wait-for-pod-deletion
...
Delete pod in volume tests
2020-02-18 22:40:38 -08:00
Kubernetes Prow Robot
64340bd914
Merge pull request #87906 from smarterclayton/evict_limit
...
kubelet: Record kubelet_evictions when limits are hit
2020-02-18 22:40:25 -08:00
Kubernetes Prow Robot
3a828af963
Merge pull request #88247 from kolyshkin/e2e-node-selinux-fix
...
test/e2e/node: fix selinux test failure
2020-02-18 20:58:51 -08:00
Kubernetes Prow Robot
d3a10e132b
Merge pull request #88094 from aramase/vm-instance-update
...
add delays between goroutines for vm instance update
2020-02-18 20:58:38 -08:00
Kubernetes Prow Robot
3d70825195
Merge pull request #87933 from jdef/fix/86367
...
Fix docker/journald logging conformance
2020-02-18 20:58:25 -08:00
Kubernetes Prow Robot
cc36dda7e7
Merge pull request #88288 from sbezverk/endpointslice_v1beta1
...
Switch EndpointSlice e2e test to use discovery v1beta1 api
2020-02-18 19:10:35 -08:00
Kubernetes Prow Robot
3a24c32345
Merge pull request #87980 from tnqn/endpointslicetracker
...
EndpointSliceTracker should track updated resource version
2020-02-18 19:10:25 -08:00
Kubernetes Prow Robot
65879f9495
Merge pull request #86097 from nan-yu/statefulset_fix
...
Honor the RevisionHistoryLimit in StatefulSetSpec
2020-02-18 17:16:24 -08:00
Kubernetes Prow Robot
72b04eff8e
Merge pull request #88281 from cheftako/master
...
Update default cos image to include runc-1.0.0-rc10
2020-02-18 15:33:02 -08:00
Kubernetes Prow Robot
f38ca13bc8
Merge pull request #88267 from mfojtik/revert-con-refused-retry
...
client-go: remove connection refused to list of retriable errors
2020-02-18 15:32:51 -08:00
Kubernetes Prow Robot
d58216a253
Merge pull request #88181 from BenTheElder/healthier-monitor
...
fix shellcheck failures in health-monitor.sh
2020-02-18 15:32:37 -08:00
Kubernetes Prow Robot
1531905dc4
Merge pull request #88176 from tedyu/que-cfg
...
Check qcAPI against nil before derefencing
2020-02-18 15:32:24 -08:00
Kubernetes Prow Robot
5ab1f3464c
Merge pull request #88126 from johnbelamaric/behaviors-readme
...
Add a README describing behaviors
2020-02-18 14:04:41 -08:00
Kubernetes Prow Robot
1b2a81e6ad
Merge pull request #87578 from Jefftree/bdd-tooling
...
Add tooling around validation for Behavior Driven Conformance
2020-02-18 14:04:25 -08:00
Cong Liu
7f56c753b3
Make MetricCollector configurable for scheduler benchmark tests
2020-02-18 14:02:57 -08:00
Serguei Bezverkhi
5b7ae34ead
Switch EndpointSlice to use discovery v1beta1 api
...
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2020-02-18 16:52:21 -05:00
Anish Ramasekar
fdefdff222
add delays between goroutines for vm instance update
2020-02-18 13:32:48 -08:00
Hemant Kumar
d9f7a1f311
Don't call delete for already deleted volumes
2020-02-18 15:59:47 -05:00
Clayton Coleman
af9e0be163
kubelet: Record kubelet_evictions when limits are hit
...
The pod, container, and emptyDir volumes can all trigger evictions
when their limits are breached. To ensure that administrators can
alert on these type of evictions, update kubelet_evictions to include
the following signal types:
* ephemeralcontainerfs.limit - container ephemeral storage breaches its limit
* ephemeralpodfs.limit - pod ephemeral storage breaches its limit
* emptydirfs.limit - pod emptyDir storage breaches its limit
2020-02-18 15:08:30 -05:00
Walter Fender
ae0e1b0ca2
Update default cos image to include runc-1.0.0-rc10
2020-02-18 11:24:39 -08:00
Kubernetes Prow Robot
d5e0a941aa
Merge pull request #88199 from mateuszlitwin/run-permit-plugins-in-scheduling-cycle
...
run permit plugins in the scheduling cycle
2020-02-18 11:24:25 -08:00
Nan Yu
b757ca16e2
Add more E2E tests for the ../poddisruptionbudgets endpoint
2020-02-18 11:19:30 -08:00
Nan Yu
89bb7d8454
Honor the RevisionHistoryLimit in StatefulSetSpec
...
The StatefulSet controller cleans up ControllerRevisions at the end of
the reconcile loop. If something goes wrong during reconcile, it bails
out without actually performing this step. This commit moves the cleanup
to a deferred function call to guarantee it will be executed.
Fixes issue: https://github.com/kubernetes/kubernetes/issues/85690
2020-02-18 10:42:38 -08:00
Mateusz
d221d82eaf
run permit plugins in the scheduling cycle
2020-02-18 10:04:23 -08:00
John Belamaric
ca399e6315
Add a README describing behaviors
2020-02-18 09:23:46 -08:00
Kubernetes Prow Robot
1e12d92a51
Merge pull request #88261 from mborsz/rate
...
Implement ItemBucketRateLimiter
2020-02-18 07:35:29 -08:00
Michal Fojtik
0dfe0c793b
rest: remove connection refused from the list of retriable errors
2020-02-18 14:45:25 +01:00
Kubernetes Prow Robot
2e5d5ebf59
Merge pull request #88259 from feiskyer/cache-cleanup
...
chore: move Azure caches to a separate package
2020-02-18 05:07:28 -08:00
Maciej Borsz
6846a0a6b6
Implement ItemBucketRateLimiter
2020-02-18 11:34:20 +01:00
Fabian Ruff
9eb45d22a4
Fix wrong alpha version for ValidateProxyRedirects
...
This feature gate apparently never made it into 1.10 or 1.11
https://github.com/kubernetes/kubernetes/pull/69943
2020-02-18 09:22:42 +01:00
Pengfei Ni
fd81f04036
Update Go modules
2020-02-18 08:05:04 +00:00
Pengfei Ni
1ade947698
chore: move caches to a separate package
2020-02-18 08:04:54 +00:00
Kubernetes Prow Robot
5bd719b6a6
Merge pull request #86810 from bart0sh/PR0087-kubeadm-output-images
...
kubeadm config images list: implement structured output
2020-02-17 17:07:28 -08:00
Kubernetes Prow Robot
ea5cef1c65
Merge pull request #87870 from tedyu/restore-proxier-updater
...
Use ProxierHealthUpdater directly to avoid panic
2020-02-17 10:13:29 -08:00
Kir Kolyshkin
70a2857998
test/e2e/node: fix selinux test failure
...
Commit 69a473be3
broke the test case (that was checking
that a file from a volume can't be read) by adding a
(wrong) assumption that error should be nil.
Fix the assumption (we do expect the error here).
Note that we were checking file contents before; now when
we check the error from read, checking the contents is
redundant.
The other issue with the test is SELinux should be in enforcing
mode for this to work, so let's check that first to avoid
false positives.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2020-02-17 09:46:59 -08:00
Kubernetes Prow Robot
e0a8ed62a6
Merge pull request #88235 from tanjunchen/remove-TODO001
...
test/e2e/framework:remove TODO and make func private
2020-02-17 08:15:29 -08:00
Ed Bartosh
a31ccc7b99
kubeadm config images list: test structured output
...
Implemented tests for 'kubeadm config images list' structured output.
2020-02-17 17:26:17 +02:00
Ed Bartosh
23e4d05083
kubeadm config images list: implement structured output
...
Used cli-runtime API to print image info in 5 formats:
- TEXT (identical to the current output)
- YAML
- JSON
- JSONPATH
- Go template
2020-02-17 17:23:08 +02:00
Ed Bartosh
be7e5b47fe
kubeadm config images list: update output API
2020-02-17 17:23:08 +02:00
tanjunchen
9c8d4bedcc
test/e2e/framework:remove TODO and make func private
2020-02-17 22:17:54 +08:00
Jan Safranek
073d0b2340
Add getPublishDir and getVolumePluginDir
...
So we don't need to compute these backwards from getPublishPath and
getVolumeDevicePluginDir.
2020-02-17 10:51:39 +01:00