Commit Graph

78467 Commits

Author SHA1 Message Date
David McCormick
3537eed826 Remove the generation altering code - validate an update for a PDB by running ValidatePodDisruptionBudget only. 2019-05-14 12:25:23 +01:00
David McCormick
5b9e4f1e88 Rebase allow updates to pdbs to latest upstream master 2019-05-14 12:25:22 +01:00
Kubernetes Prow Robot
74469297fe
Merge pull request #77589 from soltysh/fix_exec_use
Update kubectl exec use to put flags in the right place
2019-05-14 03:51:13 -07:00
Kubernetes Prow Robot
a1eaacd59b
Merge pull request #77804 from sttts/sttts-apimachinery-integration-test-unify
integration: don't use low-level etcd master setup for dry-run+admission-webhook tests
2019-05-14 02:29:10 -07:00
Dr. Stefan Schimanski
76b5bee48c integration: Start{RealMasterOrDie->TestServer} in dryrun tests 2019-05-14 10:10:55 +02:00
Dr. Stefan Schimanski
28f88c91ee integration: Start{RealMasterOrDie->TestServer} in admissionwebhook tests 2019-05-14 10:10:55 +02:00
Kubernetes Prow Robot
fb41b7a801
Merge pull request #77653 from sttts/sttts-structural-schema-metadata
apiextensions: disallow metadata specs other than name and generateName
2019-05-13 23:19:33 -07:00
Kubernetes Prow Robot
cf8e8e4f0c
Merge pull request #77627 from draveness/feature/refactor-expect-no-error
refactor: use framework.ExpectNoError instead
2019-05-13 23:19:20 -07:00
Kubernetes Prow Robot
2926505fff
Merge pull request #77503 from mgdevstack/master-subdomain-e2e
Add subdomain entry to verify dns resolution
2019-05-13 23:19:07 -07:00
danielqsj
ccecc67a5b fix golint error in test/e2e/scheduling 2019-05-14 14:18:52 +08:00
danielqsj
4cb4864487 replace test error checking with more readable way 2019-05-14 14:17:20 +08:00
danielqsj
15a4342fe8 remove dot imports in e2e/scheduling 2019-05-14 14:17:20 +08:00
Joe Betz
332d88db1a Generate proto bindings for: Pass {Operation}Option to Webhooks 2019-05-13 23:10:58 -07:00
Joe Betz
140c8c73a6 Pass {Operation}Option to Webhooks 2019-05-13 23:10:52 -07:00
Kubernetes Prow Robot
44301940ea
Merge pull request #77750 from sttts/sttts-structural-schema-false-XPreserveUnknownFields
apiextensions: forbid false x-kubernetes-preserve-unknown-fields
2019-05-13 21:49:22 -07:00
Kubernetes Prow Robot
1cb9c20303
Merge pull request #77579 from k-toyoda-pi/use_expect_no_error_e2e_apps_2
use framework.ExpectNoError() for daemon_set.go and deployment.go
2019-05-13 21:49:09 -07:00
Kubernetes Prow Robot
5f728452ea
Merge pull request #77841 from liggitt/restore-verify-script
Revert "fix shellcheck failures of hack/verify-no-vendor-cycles.sh"
2019-05-13 19:47:33 -07:00
Kubernetes Prow Robot
ca9347f535
Merge pull request #77838 from tedyu/matched-plugin
Move the array of plugin names to inside the last if block in VolumePluginMgr#FindPluginBySpec
2019-05-13 19:47:21 -07:00
Kubernetes Prow Robot
a60d2126ad
Merge pull request #77715 from danielqsj/t2
fix golint error make test error checking more readable in test/e2e/node
2019-05-13 19:47:09 -07:00
Kubernetes Prow Robot
91ba27e900
Merge pull request #77827 from smarterclayton/fix_partial
PartialObjectMetadataList should nest values, not pointers for Items
2019-05-13 18:25:58 -07:00
Kubernetes Prow Robot
12832d9055
Merge pull request #77823 from stgleb/typo-fix
Fix typo in IPVS acronym
2019-05-13 18:25:46 -07:00
Kubernetes Prow Robot
2fd1e2532a
Merge pull request #77809 from liggitt/beorn7-perks
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
2019-05-13 18:25:34 -07:00
Kubernetes Prow Robot
e5fec6507b
Merge pull request #77456 from MikeSpreitzer/fix-run-comment
Fix comment on SharedInformer.Run
2019-05-13 18:25:21 -07:00
Kubernetes Prow Robot
2c67fb397d
Merge pull request #77358 from yuwenma/node-termination-handler
Updated gce node-termination-handler yaml.
2019-05-13 18:25:09 -07:00
David Zhu
101c6298ce Add tests for backwardCompatibleAccessModes 2019-05-13 17:41:09 -07:00
David Zhu
196bbaa964 Translate fstype storage class parameter to prefixed stripped parameter
in the gce pd translation library. Change storage class translation
library to operate on StorageClass instead of parameters only.
2019-05-13 17:32:11 -07:00
Yuwen Ma
1f0f050fde Update etcd* version to use latest released images. 2019-05-13 17:28:40 -07:00
Kubernetes Prow Robot
8f23ad2c24
Merge pull request #77754 from atoato88/issue-77103-use-ExpectError-e2e-lifecycle-bootstrap
Use framework.ExpectNoError() for e2e/lifecycle/bootstrap
2019-05-13 16:59:21 -07:00
Kubernetes Prow Robot
c54b664b1c
Merge pull request #77559 from ahg-g/permit-extension-point
Implement the permit extension point in scheduler.
2019-05-13 16:59:08 -07:00
toyoda
4841e5b98c use framework.ExpectNoError() for daemon_set.go and deployment.go in e2e/apps 2019-05-14 08:44:54 +09:00
Jordan Liggitt
43c8eb6c36 Revert "fix shellcheck failures of hack/verify-no-vendor-cycles.sh"
This reverts commit e25e5a63e7.
2019-05-13 19:14:03 -04:00
Clayton Coleman
f25efd12e6
PartialObjectMetadataList should nest values, not pointers for Items
Typo during setting up PartialObjectMetadataList, it should be a slice
of `PartialObjectMetadata`, not a slice of `*PartialObjectMetadata`.
2019-05-13 18:04:16 -04:00
Ted Yu
2001feead2 Move the array of plugin names to inside the last if block in VolumePluginMgr#FindPluginBySpec 2019-05-14 05:48:24 +08:00
Dr. Stefan Schimanski
69c50a70f6 Update generated files 2019-05-13 23:16:22 +02:00
Dr. Stefan Schimanski
d014591a11 apiextensions: forbid false x-kubernetes-preserve-unknown-fields 2019-05-13 23:16:22 +02:00
Zihong Zheng
66086c32cf Bump cluster-proportional-vertical-autoscaler to 0.7.1 2019-05-13 13:22:27 -07:00
Kubernetes Prow Robot
d881c0d77b
Merge pull request #77815 from loburm/bump_event_exporter
Bump image of event-exporter.
2019-05-13 13:16:01 -07:00
Kubernetes Prow Robot
4a82b01a56
Merge pull request #77814 from brandon-mabey/cri-runtime-service-error-injection
Fix error injection surface in FakeRuntimeService
2019-05-13 13:15:48 -07:00
Kubernetes Prow Robot
2525ab8572
Merge pull request #77759 from haiyanmeng/host
Remove the `host` label from the kubelet http traffic metrics
2019-05-13 13:15:36 -07:00
Kubernetes Prow Robot
389252feae
Merge pull request #77709 from danielqsj/test
replace test error checking with more readable way
2019-05-13 13:15:23 -07:00
Kubernetes Prow Robot
ed4c508524
Merge pull request #77619 from caesarxuchao/always-retry
In GuaranteedUpdate, retry on any error if we are working with cached data
2019-05-13 13:15:10 -07:00
Jordan Liggitt
ee215ba705 Graceful custom resource storage teardown 2019-05-13 15:39:57 -04:00
Kubernetes Prow Robot
0252a32342
Merge pull request #77788 from mysunshine92/wym-0510
fix typos
2019-05-13 11:52:31 -07:00
Kubernetes Prow Robot
b957c6d7d7
Merge pull request #76869 from gambtho/master
Fix golint failures in pkg/securitycontext
2019-05-13 11:52:17 -07:00
stgleb
79b46f47f6 Fix typo in IPVS acronym 2019-05-13 20:33:37 +03:00
Kubernetes Prow Robot
3d12466c02
Merge pull request #77736 from lledru/e2elog-cloud
e2e-test/cloud:  logf instead framework.logf
2019-05-13 10:26:27 -07:00
Kubernetes Prow Robot
bb8204ef79
Merge pull request #77596 from YoubingLi/bugfix
Fixes 77527 - The usage about build unstripped binaries
2019-05-13 10:26:14 -07:00
Kevin Wiesmüller
fe3c9c8b6f add test to make sure managedFields can be reset 2019-05-13 18:34:11 +02:00
Dan Williams
91716989b6 pkg/proxy: add sig-network-approvers/sig-network-reviewers to OWNERS files
This PR also adds m1093782566 (Jun Du) to sig-network-reviewers in
recognition of his contributions to the proxy.
2019-05-13 10:30:29 -05:00
Marian Lobur
60e5717f4f Bump image of event-exporter.
Image has a new base image that have some security issue fixes.
2019-05-13 16:27:25 +02:00