Ed Bartosh
e6c3ab013c
kubeadm: use T.Run API in app/util/system
...
Used T.Run API for kubeadm tests in app/util/system
2018-12-28 13:09:07 +02:00
TAKAHASHI Yuto
ec6a9881a4
Register plugins with the scheduling framework properly
2018-12-28 19:10:01 +09:00
Mason Kwok
3453da220e
AllowedProcMountTypes - Update DropDisabled[Alpha]Fields behaviour
2018-12-28 15:30:10 +08:00
Kubernetes Prow Robot
a6ba2ebf85
Merge pull request #72376 from liggitt/filter-ns-debugging
...
Filter resources logged by e2e ns debugging
2018-12-27 22:38:56 -08:00
Ivan Kurnosov
6c82998e71
Updated a link to the latest changelog
2018-12-28 15:05:09 +13:00
Kubernetes Prow Robot
456ffa0453
Merge pull request #72375 from sbezverk/containers_volumedevices
...
VolumeDevices validation and tests
2018-12-27 17:39:05 -08:00
Kubernetes Prow Robot
66bf481114
Merge pull request #72382 from liggitt/volumescheduling-ga
...
Stop checking VolumeScheduling feature gate
2018-12-27 15:54:18 -08:00
Walter Fender
97426ce7a5
Adding cheftako to reviewers
...
Also adding as an owners to pkg/cloudprovider.
2018-12-27 15:25:20 -08:00
Vy Ta
ecee40158c
Adding Feature tag
2018-12-27 15:55:10 -07:00
Vy Ta
8d3ea6590d
Adding diff summary
2018-12-27 15:51:44 -07:00
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