Kubernetes Prow Robot
1955467f9d
Merge pull request #80117 from j-griffith/cloning_e2e_tests
...
Add e2e tests for CSI PVCDataSources
2019-08-16 06:44:31 -07:00
Ahmad Diaa
61ab77ef7a
use factory.Config fields directly in scheduler struct
2019-08-16 15:21:28 +02:00
Kubernetes Prow Robot
7420bb2214
Merge pull request #80492 from matte21/pvc-protection-controller-fix-issue-75980
...
Add live list of pods to PVC protection controller to make sure it does not delete a PVC which is being used by a Pod
2019-08-16 05:06:44 -07:00
Kubernetes Prow Robot
e6d4273395
Merge pull request #79033 from Nordix/kubeadm-ds-pod-network-cidr
...
Dual-Stack Integration with Kubeadm
2019-08-16 05:06:31 -07:00
Silvan Kaiser
a11e6a80a1
Removes conflicting Quobyte tenant test error from API validation
2019-08-16 14:06:25 +02:00
Kubernetes Prow Robot
e283836fb2
Merge pull request #81489 from BenTheElder/go-1.12.9
...
update go to 1.12.9
2019-08-16 03:32:44 -07:00
Kubernetes Prow Robot
bb55368fc6
Merge pull request #81478 from oomichi/move-ConfirmStatefulPodCount
...
Move ConfirmStatefulPodCount to e2e test
2019-08-16 03:32:31 -07:00
Pengfei Ni
bd85699544
Get location and subscriptionID from IMDS when useInstanceMetadata is true
2019-08-16 06:32:28 +00:00
Kubernetes Prow Robot
4e7fd98763
Merge pull request #81471 from ethan-daocloud/patch-11
...
cleanup: fix typos in rbd_util.go
2019-08-15 23:09:11 -07:00
Kubernetes Prow Robot
22dc60e1a7
Merge pull request #81444 from AllenZMC/patch-3
...
fix some typos in testing.go and recycle_test.go
2019-08-15 23:08:59 -07:00
Kubernetes Prow Robot
b0dbdbeb00
Merge pull request #81347 from jfbai/tob-k8s-003
...
Add http response code 301 and 503 to check.
2019-08-15 23:08:45 -07:00
Kubernetes Prow Robot
1ff4525a29
Merge pull request #79574 from justaugustus/azure-sdk-bump
...
Azure SDK updates (6/30/19)
2019-08-15 23:08:33 -07:00
Kevin Klues
4fdd52b058
Update GetTopologyHints() API to return a map
...
At present, there is no way for a hint provider to return distinct hints
for different resource types via a call to GetTopologyHints(). This
means that hint providers that govern multiple resource types (e.g. the
devicemanager) must do some sort of "pre-merge" on the hints it
generates for each resource type before passing them back to the
TopologyManager.
This patch changes the GetTopologyHints() interface to allow a hint
provider to pass back raw hints for each resource type, and allow the
TopologyManager to merge them using a single unified strategy.
This change also allows the TopologyManager to recognize which
resource type a set of hints originated from, should this information
become useful in the future.
2019-08-16 08:06:12 +02:00
Dave Chen
129fa77aae
Initialize flags to support extra flags
...
Signed-off-by: Dave Chen <dave.chen@arm.com>
2019-08-16 14:05:21 +08:00
Yongli Chen
b158098401
replace ping with connect in msg
2019-08-15 20:44:55 -07:00
Yongli Chen
68e553ae6c
use agnhost image
...
add back ServeHostnameImage
2019-08-15 20:40:07 -07:00
Kubernetes Prow Robot
47e78f3de5
Merge pull request #81378 from tedyu/ports-2-endpt
...
buildPortsToEndpointsMap should use flattened value type
2019-08-15 19:17:01 -07:00
Kubernetes Prow Robot
424d951af7
Merge pull request #81373 from gnufied/fix-cinder-online-expansion-error
...
Fix event when Cinder volume can not be expanded when in-use
2019-08-15 19:16:48 -07:00
Kubernetes Prow Robot
a56e86a405
Merge pull request #79804 from yqwang-ms/yqwang/fix-bind-interest
...
Extender bind should respect IsInterested
2019-08-15 19:16:34 -07:00
Benjamin Elder
54c6744f8c
update go to 1.12.9
2019-08-15 17:37:06 -07:00
Kenichi Omichi
5e1743cfb1
Add log.go back to core of e2e test framework
...
We tried to separate logger functionality as subpackage of e2e test
framework, but we've recognized that should be core functionality
and we should keep it as core of e2e test framework after facing
circular dependency issues.
So this adds log.go back to core of e2e test framework. In addition,
this makes volume sub package use the core logger as a sample.
2019-08-16 00:06:04 +00:00
Kubernetes Prow Robot
2974adff27
Merge pull request #81337 from YangLu1031/master
...
Add instruction for "Application Default Credentials" to run e2e tests locally
2019-08-15 16:18:47 -07:00
Kubernetes Prow Robot
78a73e71a3
Merge pull request #81332 from cwdsuzhou/Aug/rwmutex_watchbaseManager
...
Use RWMutex in watchBasedManager
2019-08-15 16:18:35 -07:00
Michelle Au
62f0b7df7b
Disable kubelet restart tests for file volmode
...
Change-Id: I016cba4aba11d6e8574d4bc2d1f26284a068e562
2019-08-15 15:08:14 -07:00
Michelle Au
33c213577e
Skip preprovisioned and inline volume tests if driver supports dynamic provisioning.
...
Also remove FS VolMode disruptive tests because they are already covered
through the subpath disruptive test cases.
Change-Id: Ice4b30b0d8fdcb1f7fd61e54d27f53557de9f13a
2019-08-15 15:07:47 -07:00
Lubomir I. Ivanov
99b64f1e8e
kubeadm: use etcd's /health endpoint for it's liveness probe
...
Etcd v3.3.0 added the --listen-metrics-urls flag which allows specifying
addition URLs to the already present /health and /metrics endpoints.
While /health and /metrics are enabled for URLS defined with
--listen-client-urls (v3+ ?) they do require HTTPS.
Replace the present etcdctl based liveness probe with a standard HTTP
GET v1.Probe that connects to http://127.0.0.1:2381/health .
These endpoints are not reachable from the outside and only available
for localhost connections.
2019-08-16 01:06:49 +03:00
Stephen Augustus
c7858aa976
Lint Azure imports
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-08-15 18:03:05 -04:00
Stephen Augustus
14e4b5f8db
Update vendor for Azure dependencies
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-08-15 18:01:44 -04:00
Stephen Augustus
db855f9ba0
Update Azure/azure-sdk-for-go and Azure/go-autorest modules
...
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
2019-08-15 17:57:49 -04:00
Marek Counts
e69feae028
updated kubeadm reset wording to be more clear
...
updated kubeadm reset to be clear that it was best effort.
2019-08-15 20:15:55 +00:00
j-griffith
47facf91b9
Add e2e tests for CSI PVCDataSources
...
address unit test comments
2019-08-15 13:25:10 -06:00
Ted Yu
2f671340c9
buildPortsToEndpointsMap should use flattened value type
2019-08-15 11:28:09 -07:00
Kubernetes Prow Robot
de3aed8023
Merge pull request #81306 from ravisantoshgudimetla/terminate-on-leader-election
...
Scheduler should terminate on loosing leader lock
2019-08-15 11:06:49 -07:00
Kubernetes Prow Robot
d8c8c8eded
Merge pull request #79931 from skarthiksrinivas/vsphere_volume_selectednode
...
Provision vSphere volume as per selectedNode
2019-08-15 11:06:35 -07:00
Kenichi Omichi
a5a23d2845
Move ConfirmStatefulPodCount to e2e test
...
ConfirmStatefulPodCount() was used at e2e statefulset test only,
and that added dependency on another sub framework to statefulset
sub framework. This moves ConfirmStatefulPodCount() to the e2e test
for clean dependency.
2019-08-15 17:36:04 +00:00
Jordan Liggitt
15097a524f
CRD v1: disallow spec.preserveUnknownFields=true
2019-08-15 12:27:01 -04:00
Jordan Liggitt
9a2dd16a0f
CRD v1: combine webhookClientConfig and conversionReviewVersions under webhook struct
2019-08-15 12:26:14 -04:00
Jordan Liggitt
05d8b448d2
CRD v1: drop spec.scope default
2019-08-15 12:26:14 -04:00
Jordan Liggitt
27360db1da
CRD v1: drop top-level version, validation, subresources, additionalPrinterColumns fields
2019-08-15 12:26:14 -04:00
Jordan Liggitt
57e5848701
CRD v1: change JSONPath to jsonPath
2019-08-15 12:26:13 -04:00
Jordan Liggitt
6278447bde
CRD v1: install/register types
2019-08-15 12:26:13 -04:00
Jordan Liggitt
f344ca9719
CRD v1: copy v1beta1 types to v1
2019-08-15 12:26:13 -04:00
Mike Dame
a9f1314b60
Taints and tolerations e2e test re-work
...
Includes the changes from #80922 (that were reverted), and updates the test to appropriately add intolerable taints to all nodes except the target node
2019-08-15 11:00:24 -04:00
Guangming Wang
c718ba6871
cleanup: fix typos in rbd_util.go
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
2019-08-15 22:39:15 +08:00
Guangming Wang
05d322bbb0
cleanup: fix typos in error message in e2e test
...
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
2019-08-15 22:34:25 +08:00
fredkan
67aeb09c6a
error config attachable plugin
2019-08-15 22:29:18 +08:00
Kubernetes Prow Robot
32dc42ed34
Merge pull request #81463 from feiskyer/fix-panic
...
Fix panic when errors are nil
2019-08-15 07:21:00 -07:00
Kubernetes Prow Robot
fec7d35f26
Merge pull request #81391 from oomichi/cleanup-GetGPUDevicePluginImage
...
Move GetGPUDevicePluginImage to the test
2019-08-15 07:20:48 -07:00
Kubernetes Prow Robot
273e9262bb
Merge pull request #80342 from draveness/feature/remove-critical-pod-annotation
...
feat: cleanup pod critical pod annotations feature
2019-08-15 07:20:34 -07:00
Sandeep Rajan
6821d21260
add the ability to migrate coredns configmap
2019-08-15 10:09:32 -04:00