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
Kubernetes Prow Robot
8765ed365f
Merge pull request #79636 from liggitt/crd-preserve-unknown-openapi
...
Fix publishing x-kubernetes-preserve-unknown-fields working with kubectl
2019-07-03 12:29:52 -07:00
Kubernetes Prow Robot
03aeab967a
Merge pull request #79306 from vllry/gogo-dep-tag
...
Updated github.com/gogo/protobuf from v0.5 SHA to v1.0.0 tag
2019-07-03 12:29:39 -07:00
Tim Allclair
d06f849379
Audit policy test
2019-07-03 10:39:37 -07:00
Kubernetes Prow Robot
f87cc40b7f
Merge pull request #79728 from yastij/consolidate-coredns-versions
...
consolidate coreDNS version to ease dependency bump
2019-07-03 10:34:45 -07:00
Kubernetes Prow Robot
024c7bd84f
Merge pull request #77819 from smarterclayton/client
...
Add a metadata client to client-go that can read PartialObjectMetadata
2019-07-03 10:34:32 -07:00
immutablet
05fdbb201f
Allow kube-apiserver to test the status of kms-plugin.
2019-07-03 10:03:32 -07:00
Yassine TIJANI
1efc45b790
consolidate etcd version
...
Signed-off-by: Yassine TIJANI <ytijani@vmware.com>
2019-07-03 18:27:37 +02:00
Jordan Liggitt
990c656adb
Test kubectl with x-kubernetes-preserve-unknown-fields
2019-07-03 12:18:05 -04:00
Jay Pipes
ee72142730
Output boolean for AllowPrivilegeEscalation
...
`kubectl describe psp` was incorrectly outputting the hex-encoded value
of the pointer to bool AllowPrivilegeEscalation field of the PSP. This
patch simply fixes the output to be a stringified boolean value of the
field.
Fixes Issue #79721
2019-07-03 12:15:08 -04:00
Kubernetes Prow Robot
a3be4b6817
Merge pull request #79529 from andyzhangx/change-csi-timeout
...
fix: change default timeout value in csi plugin
2019-07-03 09:12:58 -07:00
Kubernetes Prow Robot
3c38115a32
Merge pull request #79045 from odinuge/file-perms
...
Fix file permissions for non executable files
2019-07-03 09:12:45 -07:00
Kubernetes Prow Robot
2a82853614
Merge pull request #72420 from Pingan2017/cleanup-outofdisk
...
clean up redundant conditiontype ‘OutOfDisk’
2019-07-03 09:12:33 -07:00