Kubernetes Prow Robot
5865a7e3cf
Merge pull request #79754 from draveness/feature/use-framework-expect-equal-instead
...
feat: use framework.ExpectEqual in servicecatalog e2e test
2019-07-05 12:02:37 -07:00
Kubernetes Prow Robot
00cf865762
Merge pull request #79845 from oke-py/fix-args
...
correct kubectl cp argument order
2019-07-05 09:38:34 -07:00
Naoki Oketani
bf431d457c
correct kubectl cp argument order
2019-07-06 00:11:56 +09:00
Yassine TIJANI
bfa7de0165
add fakes for events package, add startEventWatcher to event interface
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-07-05 16:55:58 +02:00
zhanghui31
afee64477a
Use ExpectEqual in e2e/scalability
2019-07-05 22:02:08 +08:00
Dr. Stefan Schimanski
f68c3efe2a
apiextensions: remove hacks around nullable
2019-07-05 14:11:50 +02:00
Kubernetes Prow Robot
915be28b61
Merge pull request #79733 from yastij/consolidate-etcd-version
...
consolidate etcd version per file
2019-07-05 05:06:36 -07:00
qingsenLi
223f9dbafa
update CHANGELOG
2019-07-05 18:25:05 +08:00
Frank Jiao
049b652c35
Use framework.ExpectEqual() for e2e/cloud tests
2019-07-05 14:15:54 +08:00
xuyasong
162b14eca3
staging file fix lint error: receiver name should not be an underscore and rename
2019-07-05 12:50:08 +08:00
suntianyuan
853cf2d896
fix: golint error of clientgo
2019-07-05 11:37:02 +08:00
SataQiu
5234f2e668
e2e: use framework.ExpectEqual() for test/e2e/network
2019-07-05 11:05:09 +08:00
Ted Yu
2dae73e3d9
Populate DisruptedPods field for non-dry run
2019-07-05 04:37:29 +08:00
Kubernetes Prow Robot
e12f96adc6
Merge pull request #79811 from dims/fix-build-break-make-quick-release-images
...
Add go-runner to the list of e2e test image targets
2019-07-04 11:42:37 -07:00
Davanum Srinivas
543093e775
Add go-runner to the list of e2e test targets
...
Change-Id: I9c837d8f0a74014434308b46291ad1f81d67109a
2019-07-04 13:34:44 -04:00
Kubernetes Prow Robot
2aacecb8d7
Merge pull request #79648 from tnqn/kubeadm
...
Fix descriptions of kubeadm
2019-07-04 09:38:38 -07:00
Davanum Srinivas
c7137aeda6
build_defs/pkg/make_deb.py needs python2
...
Force us to use python2 especially for scenarios where both python2 and
3 are both installed as `make bazel-release` fails currently.
Change-Id: I70bc45909ca87e5cf7ccdbddf60740a8a3e7e58b
2019-07-04 12:22:04 -04:00
Kubernetes Prow Robot
70d6cebfe0
Merge pull request #79787 from krzysied/patch-1
...
Closing stopCh when pod_store is not created
2019-07-04 08:18:48 -07:00
Kubernetes Prow Robot
3a009af5c2
Merge pull request #79098 from chendave/update_comments
...
Update the comments on how to check disk conflict
2019-07-04 08:18:36 -07:00
Tomas Smetana
d4f43e8e19
e2e: Skip multi-node PV test when pods scheduled on the same node
2019-07-04 17:15:43 +02:00
Patrick Ohly
1822895ce2
update Bazel
2019-07-04 17:15:14 +02:00
Patrick Ohly
b86a007057
e2e: avoid mandatory command line flags
...
Tests should never directly add to the global command line, because
some users of the tests might not want them there. For example,
options might only get set directly from a config file.
To achieve that, e2e/framework/config, e2e/framework/viperconfig, and
e2e/framework/test_context.go avoid using the global flag set and
instead expect to be told by the caller which flag set to use. Tests
that called flag directly either get updated or obsolete flags get
removed.
The exception is framework.HandleFlags, which as before directly
implements global command line handling.
This is a breaking change for test suites which do not use that
function (and only those): they now need to ensure that they copy
individual flags from tests. Because the RegisterCommonFlags prototype
has changed, test suite authors will notice due to the resulting
compilation errors.
2019-07-04 17:15:14 +02:00
draveness
4c2e77a53e
feat: use framework.ExpectEqual in storage e2e test
2019-07-04 22:24:29 +08:00
Kubernetes Prow Robot
7bbc130f5e
Merge pull request #79736 from ricky1993/fix_eviction_conflict
...
Get the pdb of current version when conflict instead of relisting
2019-07-04 06:56:39 -07:00
Patrick Ohly
3630cfca2b
e2e: fix full path support when reading viper config file
...
Something changed in Viper such that it now returns the
ConfigFileNotFound error when the config file is not found, for
example when it is specified including the .yaml or .json suffix.
When the code was originally was written, it returned "Unsupported
Config Type".
Found when adding a unit test for this code (separate commit because
it depends on the flag changes).
2019-07-04 15:56:00 +02:00
Kubernetes Prow Robot
7340b6341a
Merge pull request #79677 from neolit123/etcd-add-retry
...
kubeadm: run MemberAdd/Remove for etcd clients with exp-backoff retry
2019-07-04 05:44:28 -07:00
Kubernetes Prow Robot
74b5603f83
Merge pull request #78732 from mborsz/metric
...
Add 'apiserver_watch_events_total' metric.
2019-07-04 05:44:16 -07:00
SataQiu
03e4527a87
e2e: use framework.ExpectEqual() for test/e2e/node
2019-07-04 20:21:04 +08:00
ramnar
fd9dd13cc2
Remove duplicate error messages
...
Remove duplicate error messages when command fails
2019-07-04 17:25:33 +05:30
Quan Tian
0d732009cc
Fix descriptions of kubeadm
...
* Remove the example iptables cmd that potentially kills rules that user
may be relying on
* Fixed a typo in description of phase bootstrap-token
2019-07-04 04:43:32 -07:00
Krzysztof Siedlecki
1e7a4d1cd5
Closing stopCh when pod_store is not created
...
If there is an error and pod store is not created, reflector should be stopped.
2019-07-04 13:41:14 +02:00
qingsenLi
3bf6862963
correct the CHANGELOG-1.11.md-fix-2
2019-07-04 18:30:20 +08:00
s-ito-ts
e7752f72e4
Use framework.ExpectEqual() under e2e/scheduling
2019-07-04 08:51:24 +00:00
chenyixiang
874b3249e5
Get the pdb when conflict instead of relisting
...
Change-Id: I50ff6fede509c9b4f81db62718d2150a3c45522f
2019-07-04 16:19:15 +08:00
ClarkLee
867c88471f
Use ExpectEqual in e2e/common
2019-07-04 13:50:19 +08:00
ClarkLee
b94b1672f9
Use ExpectEqual in e2e/auth
2019-07-04 11:41:20 +08:00
Kubernetes Prow Robot
f978c4cab5
Merge pull request #79752 from BenTheElder/kubeadm-ipv6-cleanup
...
cleanup bespoke ipv6 checking in kubeadm
2019-07-03 20:30:15 -07:00
draveness
ff09cc5405
feat: use framework.ExpectEqual in upgrades and windows e2e test
2019-07-04 09:38:38 +08:00
Kubernetes Prow Robot
886c5d261f
Merge pull request #79637 from toliu/toliu/update-gophercloud
...
Update gophercloud vendor dependency to v0.1.0
2019-07-03 18:20:15 -07:00
draveness
36167cffd6
feat: use framework.ExpectEqual in servicecatalog e2e test
2019-07-04 09:07:27 +08:00
Walter Fender
ee2ad1d1fe
Making sure we handle error on http.NewRequest().
...
http.NewRequest can return an error. (Eg. error parsing url).
This will cause us to have a nil req object.
That in turn will become a SIGSEGV when we set the context.
2019-07-03 17:47:48 -07:00
tanshanshan
2c130b236c
Use ExpectEqual under apps
2019-07-04 08:43:42 +08:00
Kubernetes Prow Robot
8482582094
Merge pull request #79700 from khenidak/fix-downward
...
kubelet: fix ip reporting for downward api
2019-07-03 16:46:13 -07:00
Benjamin Elder
13813bc560
cleanup bespoke ipv6 checking in kubeadm
2019-07-03 16:26:08 -07:00
Kubernetes Prow Robot
bbef01a202
Merge pull request #74411 from nolancon/topology-manager-flags-feature-gate
...
Add feature gate and kubelet flags for Topology Manager
2019-07-03 15:16:13 -07:00
Kubernetes Prow Robot
3c675ade25
Merge pull request #79731 from rajansandeep/ptrtest
...
Edit google DNS hostname
2019-07-03 13:53:05 -07:00
tiffany jernigan
27a0d91f2d
Remove lazy provide from credential provider and kubelet ( #79674 )
...
* Remove LazyProvide from kubelet
* Remove LazyProvide from cloud providers
* Remove LazyProvide from credential provider keyring and provider
2019-07-03 13:52:52 -07:00
Kubernetes Prow Robot
a9b3d7d821
Merge pull request #79639 from danielqsj/unr
...
call unreserve plugin before record event
2019-07-03 13:52:39 -07:00
Kubernetes Prow Robot
8f7bb1fe71
Merge pull request #79321 from shufanhao/fix_golint_issue_for_network
...
Fix golint failure in pkg/kubelet/dockershim/network/cni
2019-07-03 13:52:26 -07:00
Kubernetes Prow Robot
a7cde2e70f
Merge pull request #78540 from immutableT/kms-plugin-healthz-check
...
Add healthz check for KMS Providers on kube-apiserver.
2019-07-03 13:52:13 -07:00