Tara Gu
1f822030a4
Correct error message
2019-01-29 21:14:26 -05:00
Yecheng Fu
ba47beffd2
Fix weakness of current receivedMoveRequest
...
- add incremental scheduling cycle
- instead of set a flag on move reqeust, we cache current scheduling
cycle in moveRequestCycle
- when unschedulable pods are added back, compare its cycle with
moveRequestCycle to decide whether it should be added into active queue
or not
2019-01-30 10:13:49 +08:00
Tara Gu
ad4bd8bdac
Add exponential backoff for plugin registration
2019-01-29 21:13:02 -05:00
Mayank Kumar
e0a7d96632
Move informer event handlers to Scheduler
2019-01-29 17:53:20 -08:00
Bin Lu
44a36ea36e
Bug fix: ./hack/local-up-cluster.sh is not work on Arm64 platform
...
Signed-off-by: Bin Lu <bin.lu@arm.com>
2019-01-30 09:49:46 +08:00
hello2mao
7371c40abe
update the BUILD file
2019-01-30 09:45:06 +08:00
Kubernetes Prow Robot
d57d606275
Merge pull request #73495 from neolit123/phase-control-plane
...
kubeadm: fix missing 'all' in 'init phase control-plane'
2019-01-29 16:50:46 -08:00
Daniel Lipovetsky
4fe0d2107d
kubeadm: Make exec error message more informative
2019-01-29 16:38:35 -08:00
Shyam Jeedigunta
6cd03ab8ae
Fix TLS config in load test clients
2019-01-29 16:24:53 -08:00
Andrew Kim
40d2bd82b2
update godeps for k8s.io/cloud-provider
2019-01-29 18:45:31 -05:00
Andrew Kim
1e4ff79f25
remove cloud provider dependencies to pkg/controller
2019-01-29 18:45:31 -05:00
Kubernetes Prow Robot
bb9a12d6f8
Merge pull request #73487 from ereslibre/phases-cleanup
...
kubeadm: cleanup of phases arguments
2019-01-29 15:34:30 -08:00
Bobby (Babak) Salamat
01df1464e5
Graduate Pod priority and preemption to GA
2019-01-29 15:19:38 -08:00
Lubomir I. Ivanov
52e62a73d8
kubeadm: fix missing 'all' in 'init phase control-plane'
2019-01-30 00:24:48 +02:00
Kubernetes Prow Robot
b8b689aae0
Merge pull request #72111 from rosti/reduce-initcfg
...
kubeadm: Reduce the usage of InitConfiguration
2019-01-29 14:01:07 -08:00
Tim Allclair
861cdd82b5
Bump debian-* base images for security fixes
2019-01-29 13:44:42 -08:00
Rafael Fernández López
1bd15658f8
kubeadm: cleanup of phases arguments
...
* Return `nil` instead of a pointer to an empty struct when possible,
before the pointer was introduced the empty struct was required.
* Explicitly accept only one argument maximum for `kubeadm join` as in
`kubeadm join <master>`.
* Accept no arguments for `kubeadm init`.
* Make phases leafs accept arguments, whereas intermediate phases
automatically gets set that they accept no arguments.
2019-01-29 22:11:59 +01:00
Kubernetes Prow Robot
26d32a7cff
Merge pull request #72245 from ampsight/master
...
Add AWS Custom Endpoint capability #70588
2019-01-29 12:49:50 -08:00
Kubernetes Prow Robot
53ee46f9a9
Merge pull request #72201 from nmiculinic/secret_key
...
Print non-existent key reference in the secret
2019-01-29 12:49:39 -08:00
Patrick Barker
451261f8c2
returns 500 on error; updates header dates for audit proxy
2019-01-29 13:34:42 -07:00
Andrew Kim
bdbef741d1
remove usgae of NSEnterExecutor
2019-01-29 15:20:13 -05:00
Andrew Kim
84191eb99b
replace pkg/util/file with k8s.io/utils/path
2019-01-29 15:20:13 -05:00
Andrew Kim
d340dc53d6
update vendor k8s.io/utils to ed37f7428a91fc2a81070808937195dcd46d320e
2019-01-29 15:01:37 -05:00
Kubernetes Prow Robot
19c80b4e2e
Merge pull request #73372 from dims/add-import-restrictions-for-cloud-providers
...
Add import-restrictions for cloud providers
2019-01-29 11:32:39 -08:00
Kubernetes Prow Robot
c501d464af
Merge pull request #73267 from rajansandeep/proxytoforward
...
Use forward plugin instead of proxy plugin in the default configuration of CoreDNS
2019-01-29 11:32:28 -08:00
Kubernetes Prow Robot
cbf52183fa
Merge pull request #73115 from alvaroaleman/71997-non-english-vsphere-pvc
...
Fix PV allocation on non-English vSphere
2019-01-29 11:32:15 -08:00
Mike Danese
bf99565fbb
fallback to previously collected addresses if a sync loop fails
2019-01-29 11:05:27 -08:00
David Ashpole
6d07624ae3
fix node e2e localstorage eviction tests
2019-01-29 11:02:48 -08:00
Patrick Ohly
dde3445a45
e2e: change default for --provider
...
The empty string was the default and then triggered a special
warning. There's no good reason for that behavior, so now the special
handling for "unset provider" is gone and "skeleton" is the non-empty
default for the value.
2019-01-29 19:50:40 +01:00
Mike Danese
33fc5b354b
remove artificial sleeps that made tests passes
2019-01-29 10:34:25 -08:00
Mike Danese
9ece24c33f
remove custom timeout in test that is never exercised
...
and misc cleanup
2019-01-29 10:34:25 -08:00
Kubernetes Prow Robot
819dcaaa17
Merge pull request #73446 from cofyc/fix73419
...
Fix local pv stress tests
2019-01-29 10:12:17 -08:00
Kubernetes Prow Robot
b12a4fdcab
Merge pull request #73358 from alvaroaleman/vsphere-npe
...
Vsphere: Add 15 missing err checks
2019-01-29 10:12:07 -08:00
Chao Xu
404c057b67
update json-patch to pick up bug fixes
2019-01-29 10:08:55 -08:00
Haowei Cai
e4bdc124c9
have local specs come first
2019-01-29 09:55:30 -08:00
Haowei Cai
dd3ce649ad
remove fallback logic for single-format endpoints
...
which were deprecated in 1.10
2019-01-29 09:45:32 -08:00
Brad Hoekstra
6117316752
Refactor service-proxy-name label
2019-01-29 11:28:35 -05:00
Kubernetes Prow Robot
d2570d3971
Merge pull request #73427 from andrewsykim/cloud-provider-controller-client-builder
...
use ControllerClientBuilder in k8s.io/cloud-provider for AWS/GCE cloud providers
2019-01-29 08:12:24 -08:00
Kubernetes Prow Robot
8e69630881
Merge pull request #71821 from MikeSpreitzer/fix-conversion-gen-doc
...
Update doc for k8s.io/code-generator/cmd/conversion-gen
2019-01-29 08:12:13 -08:00
Jordan Liggitt
6cec098771
Allow control over media-type
2019-01-29 10:39:24 -05:00
Lili Cosic
2b237717a8
Update api README
2019-01-29 16:20:32 +01:00
Kubernetes Prow Robot
34425974c8
Merge pull request #73117 from war-turtle/fixShellCheck
...
Fixes shellcheck warning in build/common.sh
2019-01-29 06:57:28 -08:00
Kubernetes Prow Robot
7f82a231ea
Merge pull request #72689 from KevinKingKong/fix_aggregator_bug
...
Fix aggregator bug
2019-01-29 06:57:18 -08:00
ampsingram
5daa004105
Add SigningName as optional parameter
...
Makes AWS testing simpler
2019-01-29 09:45:03 -05:00
Kubernetes Prow Robot
2d6834b539
Merge pull request #73003 from liggitt/client-go-plugin-examples
...
Add docs around importing auth plugins
2019-01-29 05:15:48 -08:00
Kubernetes Prow Robot
d66db4a585
Merge pull request #72918 from bclau/tests/windows-cmd-fix
...
tests: Makes UDP testing command more Windows friendly
2019-01-29 05:15:37 -08:00
Yi Tao
d1f85ffa71
fix TestEntry
2019-01-29 20:57:26 +08:00
Ismo Puustinen
83030b67fa
verify-generated-files-remake.sh: use 'read -r'.
...
'read' will not handle backslashes properly. 'read -r' is safer to use.
The find_genfiles() will not insert backslashes, so if there are any,
they will be from directory names.
2019-01-29 13:11:25 +02:00
Ismo Puustinen
a911034e01
verify-generated-files-remake.sh: do not mix strings and arrays.
...
The pattern used in the file is this:
echo " ${X[@]:-(none)}"
What happens is that the array is expanded to separate strings, and it
is checked if that's set (for the default value assignment). However,
the correct way is to check if the concatenated array string is set to
avoid a type mismatch:
echo " ${X[*]:-(none)}"
Tests show that at least bash 4.4.23 behaves the same:
X=(foo bar)
echo " ${X[@]:-(none)}"
echo " ${X[*]:-(none)}"
X=()
echo " ${X[@]:-(none)}"
echo " ${X[*]:-(none)}"
produces:
foo bar
foo bar
(none)
(none)
2019-01-29 13:11:25 +02:00
Anago GCB
3fbdc8c327
Update CHANGELOG-1.14.md for v1.14.0-alpha.2.
2019-01-29 11:09:19 +00:00