Commit Graph

90293 Commits

Author SHA1 Message Date
Davanum Srinivas
6974d32755
Add Makefile and a note in README.md
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-20 13:45:47 -04:00
Davanum Srinivas
ff6a888180
generate LICENSES used in tools
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-20 13:45:46 -04:00
Davanum Srinivas
ad70acf018
add update/verify for go.mod/sum files in hack/tools
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-20 13:45:46 -04:00
Davanum Srinivas
be5279947c
go-isatty to v0.0.4 as needed by lint-dependencies
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-20 13:45:46 -04:00
Davanum Srinivas
f981628ce8
move linting dependencies to hack/tools/tools.go
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-20 13:45:38 -04:00
Davanum Srinivas
12146cb4df
Do not include bazel related deps in root go.mod
- add ./hack/tools/go.mod, this makes ./hack/tools a distinct module
- hack/tools/tools.go undescore imports bazel related tools, over time we
can add others.
- hack/*.sh scripts will cd to hack/tools and go install tools from there

Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-04-19 22:01:50 -04:00
Kubernetes Prow Robot
32540b0eaa
Merge pull request #90280 from gaurav1086/azure_lb_remove_unncessary_check
[Provider/Azure] remove unncessary nil check for range
2020-04-19 18:05:38 -07:00
Gaurav Singh
a0c2af4fcd [Azure] remove unncessary nil check for range 2020-04-19 09:22:37 -04:00
Kubernetes Prow Robot
e95106106b
Merge pull request #90243 from soltysh/issue90074
Revert "stop defaulting kubeconfig to http://localhost:8080"
2020-04-18 23:07:36 -07:00
Kubernetes Prow Robot
c70e3e93bd
Merge pull request #89845 from yuga711/pvc-pv
Added events for failures in PV/PVC processing.
2020-04-18 02:51:35 -07:00
Kubernetes Prow Robot
b54c4eaebb
Merge pull request #90220 from logicalhan/sig-instrumentation-label
use OWNERS regex filtering mechanism to auto-label metrics changes
2020-04-17 22:03:36 -07:00
Kubernetes Prow Robot
44f9218a9d
Merge pull request #90247 from liggitt/lifecycle-generator
Lifecycle generator updates
2020-04-17 19:09:35 -07:00
Kubernetes Prow Robot
f6f92aa00a
Merge pull request #90082 from bitscuit/consistent-year-formats
fix exact year inconsistencies in human readable duration
2020-04-17 17:23:36 -07:00
Kubernetes Prow Robot
640b3c0582
Merge pull request #89916 from tanjunchen/update-20200407
test/e2e/autoscaling: refactor installNVIDIADriversDaemonSet()
2020-04-17 14:43:36 -07:00
Kubernetes Prow Robot
b2689edfdd
Merge pull request #88371 from dharmab/scheduler-synopsis
Improve scheduler CLI description
2020-04-17 13:15:36 -07:00
Jordan Liggitt
b80578366b Update generated files 2020-04-17 15:50:51 -04:00
Jordan Liggitt
2fa1d202b3 Mark replacement APIs for deprecated extensions/v1beta1 APIs 2020-04-17 15:50:51 -04:00
Jordan Liggitt
d0babe2613 Prerelease lifecycle generator updates
Logs at lower verbosity to match other generators

Switches major/minor return types to int

Prefixes generated method names with APILifecycle to avoid collisions

Adds a k8s:prerelease-lifecycle-gen:replacement=group,version,kind tag for indicating a replacement API
2020-04-17 15:50:51 -04:00
Maciej Szulik
34865774a8
Fix kubectl version test to tolerate Run error coming from default
localhost:8080
2020-04-17 21:23:36 +02:00
Han Kang
c1480f2f2e use OWNERS regex filtering mechanism to auto-label metrics changes
use OWNERS regex filtering mechanism to auto-label metrics changes

Change-Id: Ia6538ca43f6ab3350e4c18abb77a9fb32d8aa5f5

remove reviewers section

Change-Id: I92e7f633dc6e50b84b7bc430b589041e7bd3ea44
2020-04-17 11:17:10 -07:00
bitscuit
36139a7255 add boundary test for subtraction 2020-04-17 11:04:52 -07:00
Kubernetes Prow Robot
875d3b534e
Merge pull request #90091 from gongguan/dynamic-cache
Use dynamic size watch-cache.
2020-04-17 10:57:07 -07:00
Kubernetes Prow Robot
87eb688ec9
Merge pull request #90234 from jsafrane/remove-prestop-hook
Sync csi-hostpath manifests
2020-04-17 07:41:06 -07:00
Maciej Szulik
a871738c86
Revert "stop defaulting kubeconfig to http://localhost:8080"
This reverts commit b19ad9e7a7.
2020-04-17 16:37:15 +02:00
Kubernetes Prow Robot
72fb952dd6
Merge pull request #89915 from YuikoTakada/move_e2e_framework_WaitForService
Move WaitForService() into e2eservice
2020-04-17 04:49:07 -07:00
Kubernetes Prow Robot
d24b928629
Merge pull request #82062 from k-toyoda-pi/fix_shellcheck_config-default
Fix shellcheck failure in cluster/gce/config-default.sh
2020-04-17 02:09:07 -07:00
Jan Safranek
4bcb3cd34e Sync csi-hostpath manifests
Copy csi-hostpath driver manifests from
kubernetes-csi/csi-driver-host-path. It bumps version of all images to the
release shipped along Kubernetes 1.18.
2020-04-17 09:49:24 +02:00
toyoda
a01b1dada5 Fix shellcheck failure in cluster/gce/config-default.sh 2020-04-17 16:11:58 +09:00
Kubernetes Prow Robot
6652347cee
Merge pull request #89674 from superbrothers/fix-kubectl-alpha-debug
Fix missing a shorthand for container flag of kubectl alpha debug
2020-04-16 23:49:07 -07:00
louisgong
56407b656c Use dynamic size watch-cache.
If all cached events occur inside eventFreshDuration, increase cache capacity by 2x.
Decrease cache capacity by 2x when recent half events occur outside eventFreshDuration.
2020-04-17 14:03:23 +08:00
Kubernetes Prow Robot
7c53c1eb91
Merge pull request #89819 from pohly/enhance-podlogs-master
tests: enhance podlogs
2020-04-16 22:19:07 -07:00
Jayasekhar Konduru
5a4f1be19d Added events for failures in PV/PVC processing:
- PV has a dangling reference to a PVC
- PVC is trying to bind to a PV that already references a different PVC

Change-Id: Ic509d39808763149b02b4dd52347edb74a8803fd
2020-04-16 22:11:02 -07:00
Kubernetes Prow Robot
ae8d30631d
Merge pull request #90214 from pohly/stop-pod-master
storage tests: really wait for pod to disappear
2020-04-16 20:49:07 -07:00
Yuiko Mori
9c87deb487 Move WaitForService() into e2eservice 2020-04-17 00:11:13 +00:00
Anago GCB
b9c370c90f CHANGELOG: Update directory for v1.18.2 release 2020-04-16 22:34:24 +00:00
Anago GCB
60e72753f3 CHANGELOG: Update directory for v1.17.5 release 2020-04-16 22:33:48 +00:00
Anago GCB
723a5768ed CHANGELOG: Update directory for v1.16.9 release 2020-04-16 22:33:04 +00:00
Kubernetes Prow Robot
d0f99fe39c
Merge pull request #90212 from pancernik/pod-topology-spread-plugin-args
Add PodTopologySpread plugin arg types to kube-scheduler.config.k8s.io
2020-04-16 13:59:21 -07:00
Kubernetes Prow Robot
aa0665dfee
Merge pull request #90147 from gnufied/use-random-node-zone-for-inline-e2e
Use random zone for inline volume e2e tests
2020-04-16 13:59:08 -07:00
Patrick Ohly
0cdd5365a1 storage tests: really wait for pod to disappear
As seen in one case (https://github.com/intel/pmem-csi/issues/587), a
pod can reach the "not running" state although its ephemeral volumes
are still being torn down by kubelet and the CSI driver. What happens
then is that the test returns too early and even deleting the
namespace and thus the pod succeeds before the NodeVolumeUnpublish
really finishes.

To avoid this, StopPod now waits for the pod to really disappear.
2020-04-16 21:10:56 +02:00
Kubernetes Prow Robot
489a525423
Merge pull request #89835 from pwittrock/master
add pwittrock to cli-maintainers and cli
2020-04-16 11:47:08 -07:00
Kubernetes Prow Robot
8fa7931159
Merge pull request #90200 from gongguan/capacity-metric
move watchCache metrics to a seperate file
2020-04-16 08:39:08 -07:00
Kubernetes Prow Robot
b0806d0c02
Merge pull request #90165 from ScrapCodes/fix_flake_run_apply
Fixed flaky test by changing get_object_assert -> wait_object_assert.
2020-04-16 08:38:59 -07:00
Kubernetes Prow Robot
b4a088f1cf
Merge pull request #88217 from gkarthiks/master
fix: golint failures
2020-04-16 08:38:46 -07:00
Rafal Wicha
b511fa8627 Add PodTopologySpread plugin arg types to kube-scheduler.config.k8s.io 2020-04-16 16:26:27 +01:00
ga
cf1b72e457
[AZURE] t.Fatalf() for nil pointer (#90154)
* [AZURE] t.FatalF() for nil pointer

* [AZURE] t.FatalF() for nil pointer
2020-04-16 07:08:46 -07:00
Kubernetes Prow Robot
4f2f51602e
Merge pull request #90081 from gaurav1086/linux_nil_ptr_check
[LINUX] call T.Fatalf() for nil ptr
2020-04-16 04:55:01 -07:00
Kubernetes Prow Robot
4bb5211367
Merge pull request #90010 from deads2k/verify-beta
generate metadata for requiring transition from beta
2020-04-16 04:54:47 -07:00
louisgong
21ba510ef0 move watchCache metrics to a seperate file 2020-04-16 17:39:31 +08:00
Kubernetes Prow Robot
da5e6ad347
Merge pull request #90052 from tosi3k/reenable-ilb-test
Remove the 'DisabledForLargeClusters' tag from ILB correctness test
2020-04-16 02:14:45 -07:00