Vy Ta
906aceb89a
Making requested changes
2018-12-27 15:46:26 -07:00
Jordan Liggitt
73dcfe12da
Stop checking VolumeScheduling feature gate
2018-12-27 17:45:45 -05:00
Serguei Bezverkhi
5bf84db713
VolumeDevices validation and tests
...
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2018-12-27 17:31:10 -05:00
Kubernetes Prow Robot
c20aca07aa
Merge pull request #72371 from sbezverk/volume_sizelimit
...
EmptyVolume SizeLimit validation and tests
2018-12-27 14:08:42 -08:00
Sen Lu
6b7ccc9aaa
always use golint from vendor
2018-12-27 12:05:45 -08:00
Kubernetes Prow Robot
ffc675163d
Merge pull request #70968 from Huang-Wei/move-e2e-tests-to-correct-sig
...
move resource_quota e2e tests to apimachinery folder
2018-12-27 11:54:14 -08:00
Jordan Liggitt
78c987751c
Filter resources logged by e2e ns debugging
2018-12-27 14:35:11 -05:00
Wei Huang
5492e2f8c3
move resource_quota e2e test to apimachinery folder
2018-12-27 10:45:41 -08:00
Kubernetes Prow Robot
36049ef914
Merge pull request #72366 from bart0sh/PR0047-kubeadm-test-cmd-use-T.Run
...
kubeadm: use T.Run API in test/cmd
2018-12-27 10:44:02 -08:00
Clayton Coleman
1f590e697e
Make wrapping a client transport more pleasant
...
Properly wrapping a transport can be tricky. Make the normal case
(adding a non-nil transport wrapper to a config) easier with a helper.
Also enforce a rough ordering, which in the future we can use to
simplify the WrapTransport mechanism down into an array of functions
we execute in order and avoid wrapping altogether.
2018-12-27 13:11:41 -05:00
Clayton Coleman
09890b6c48
leaderelection: Allow leader elected code to step down on a context cancel
...
The current code simply exits without continuing to renew the lease, which means
participants using a slower lease duration might have to wait multiple minutes
before a new leader is elected. Allow an optional flag to be set on
LeaderElectionConfig that will release the lease when the calling context is
cancelled. Callers *must* ensure their lease guarded code has completed before
the context is cancelled, or other processes may acquire the lease before this
lease has released.
Add an example command that demonstrates how cancellation could be done.
As a convenience to users, make event recorder optional - not all users of the
lock code will need a recorder.
2018-12-27 13:11:07 -05:00
Serguei Bezverkhi
4ad98db3c0
EmptyVolume SizeLimit validation and tests
...
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2018-12-27 13:07:26 -05:00
Walter Fender
f192657380
Add gauge metric for master of leader election.
...
Fixes #71730
0 indicates standby, 1 indicates master, label indicates which lease.
Tweaked name and documentation
Factored in Mike Danese feedback.
Removed dependency on prometheus from client-go using adapter.
Centralized adapter import.
Fixed godeps
Fixed boilerplate.
Put in fixes for caesarxuchao
2018-12-27 09:40:33 -08:00
gaorong
f745dd2881
fix kubemark makefile
2018-12-27 21:57:53 +08:00
Dmitry Rozhkov
0bf0b3ef1a
kubeadm: fix golint warnings for redundant ifs
...
When golint is run against kubeadm it reports severel warnings like
redundant if ...; err != nil check, just return error instead.
Fix the warnings by just returning error.
2018-12-27 15:37:39 +02:00
Ed Bartosh
639101289c
kubeadm: use T.Run API in test/cmd
...
Used T.Run API for kubeadm tests in cmd/kubeadm/test/cmd/
This should improve testing output and make it more visible
which test is doing what.
2018-12-27 15:22:32 +02:00
Kubernetes Prow Robot
bb7973a34c
Merge pull request #72361 from DataDog/lbernail/netlink-mutex
...
[kube-proxy/ipvs] Protect Netlink calls with a mutex
2018-12-27 03:17:20 -08:00
Bobby (Babak) Salamat
5581497846
Add a test that reproduces the race condition between setting nominated node name of a pod and scheduling cycle of other pods
2018-12-27 02:15:59 -08:00
Laurent Bernaille
1412d53b62
[kube-proxy/ipvs] Protect Netlink calls with a mutex
2018-12-27 10:53:27 +01:00
Ed Bartosh
e6937ec27f
kubeadm: add CurrentKubernetesVersion
...
Replaced hardcoded "v0.13.0" strings with CurrentKubernetesVersion variable.
This should help with a regular release version bumps.
2018-12-27 11:29:59 +02:00
Kubernetes Prow Robot
aee1ab34ab
Merge pull request #72260 from bsalamat/fix_waiting_pods
...
Add pods in the backoff queue to the list of pending pods
2018-12-27 00:03:18 -08:00
Vikranth Thati
15c7e93f14
Use pkg/util/json Marshal and Unmarshal instead of 'encoding/json' to preserve numbers, rather than casting to float64 automatically.
2018-12-27 12:31:45 +05:30
Kubernetes Prow Robot
81a1f12dab
Merge pull request #70277 from kdada/master
...
Fix goroutine leak of wait.poller
2018-12-26 22:29:47 -08:00
Jordan Liggitt
9186a81489
Prune apps/v1 resources
2018-12-27 00:44:09 -05:00
Kubernetes Prow Robot
68451f301b
Merge pull request #72291 from msau42/fix-subpath-orphan
...
Fix subpath issues with orphaned pod cleanup
2018-12-26 19:48:27 -08:00
Kubernetes Prow Robot
915c81f17e
Merge pull request #72348 from liggitt/addon-followup
...
Fixup apps/v1 addon manifests
2018-12-26 18:38:11 -08:00
Kubernetes Prow Robot
d61286987d
Merge pull request #72251 from sbezverk/VolumeMode
...
VolumeMode - Update DropDisabled[Alpha]Fields behaviour
2018-12-26 16:20:36 -08:00
Kubernetes Prow Robot
52b6b4086f
Merge pull request #72250 from sbezverk/AllowVolumeExpansion
...
AllowVolumeExpansion validation and tests
2018-12-26 16:20:24 -08:00
Kubernetes Prow Robot
dfaf10f469
Merge pull request #72321 from Pingan2017/kubectl-config-type
...
code cleanup for kubectl config
2018-12-26 13:19:48 -08:00
Jordan Liggitt
d2c1fdbcfa
Fixup apps/v1 addon manifests
2018-12-26 15:19:01 -05:00
Kubernetes Prow Robot
ee00cd3d0b
Merge pull request #72344 from liggitt/fix-create-docker-registry
...
Fix create secret docker-registry compatibility
2018-12-26 12:08:39 -08:00
Kubernetes Prow Robot
40b2b5e695
Merge pull request #72171 from sbezverk/podPriority_field
...
PodPriority - Update DropDisabled[Alpha]Fields behaviour
2018-12-26 12:08:29 -08:00
Serguei Bezverkhi
a5d5a174af
VolumeMode Validation and tests
...
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
2018-12-26 14:28:53 -05:00
Michelle Au
3ebbbbd5d8
Leave refactoring TODO
2018-12-26 10:49:28 -08:00
Michelle Au
8724b46623
Check for volume-subpaths directory in orpahaned pod cleanup
2018-12-26 10:49:28 -08:00
Sen Lu
f2604ddc62
install golint from vendor
2018-12-26 10:42:24 -08:00
Sen Lu
242ce12de7
vendor golint
2018-12-26 10:42:24 -08:00
Kai Chen
6a61a9af40
Fix an incorrectly formatted URL in the 1.10 release note ( #62294 )
...
* Fix an incorrectly formatted URL in the 1.10 release note
* Fix a few more incorrectly formatted URLs
2018-12-26 10:38:56 -08:00
Kubernetes Prow Robot
214efa9cc4
Merge pull request #72203 from liggitt/addon-apps-v1
...
Change add-on manifests to apps/v1
2018-12-26 09:18:45 -08:00
Jordan Liggitt
e243e646fc
Fix create secret docker-registry compatibility
2018-12-26 11:11:29 -05:00
makocchi-git
4fe1b6f33f
Add "unix://" prefix for CrioSocket
2018-12-26 23:08:41 +09:00
Kubernetes Prow Robot
197fc67693
Merge pull request #72215 from caesarxuchao/minor-test-fix
...
Fix the unit test patch to not modify the node name
2018-12-25 19:57:09 -08:00
Vikram Krishnamurthy
da0896c101
Make error messages more helpful in some e2e tests
2018-12-25 11:13:03 -08:00
Kubernetes Prow Robot
8626cb940b
Merge pull request #72317 from shyamjvs/add-eks-get-signer
...
Add eks case to GetSigner()
2018-12-25 00:54:23 -08:00
Pingan2017
672cad60e9
code cleanup for kubectl config
2018-12-25 15:24:57 +08:00
Kubernetes Prow Robot
5252352ad8
Merge pull request #70863 from mysunshine92/wym-1109
...
fix spelling errors its
2018-12-24 21:24:50 -08:00
Kubernetes Prow Robot
a353875f4a
Merge pull request #72316 from cblecker/fix-godep-comments
...
Fix tag on github.com/go-openapi
2018-12-24 17:44:11 -08:00
Pingan2017
1148ecfaf6
correctly update pod ready condition
2018-12-25 09:36:37 +08:00
Shyam Jeedigunta
ce79d27048
Add eks case to GetSigner()
2018-12-24 16:50:45 -08:00
Christoph Blecker
f718397d92
Fix tag on github.com/go-openapi
2018-12-24 14:51:09 -08:00