Commit Graph

74261 Commits (b97557338520992dda0970058d4309da05208296)

Author SHA1 Message Date
danielqsj 0b4397f928 fix shellcheck in sample-apiserver 2019-01-30 13:57:44 +08:00
Kubernetes Prow Robot adc95eb214
Merge pull request #72804 from lubinsz/pr_local
Bug fix: ./hack/local-up-cluster.sh is not work on Arm64 platform
2019-01-29 20:49:25 -08:00
Kubernetes Prow Robot 233f3e7b94
Merge pull request #73500 from shyamjvs/tls-config-fix-scale-tests
Fix TLS config in load test clients
2019-01-29 19:38:51 -08:00
Kubernetes Prow Robot 3b40af7d80
Merge pull request #73498 from bsalamat/priority_to_ga
Graduate Pod priority and preemption to GA
2019-01-29 19:38:41 -08:00
Kubernetes Prow Robot ee33395bbb
Merge pull request #73443 from caesarxuchao/update-json-patch
Pick up latest json-patch patches
2019-01-29 19:38:30 -08:00
Kubernetes Prow Robot be33917744
Merge pull request #73194 from danielqsj/zkimage
Add missing dependency to zookeeper-install
2019-01-29 19:38:19 -08:00
danielqsj 657a1a1a34 change import alias of utils/strings 2019-01-30 10:44:09 +08:00
danielqsj e5b634bb68 fix shellcheck in k8s.io/apiextensions-apiserver 2019-01-30 10:35:42 +08:00
danielqsj eb6fa1855a remove GOFLAGS and fix quota style 2019-01-30 10:33:08 +08:00
danielqsj 57014c5e18 fix shellcheck in generate groups 2019-01-30 10:33:08 +08:00
danielqsj 46d7f7ca17 fix shellcheck codegen in code-generator 2019-01-30 10:30:19 +08:00
danielqsj 509bd52895 migrate NewNsenterExecutor to NewNsenter 2019-01-30 10:24:00 +08:00
danielqsj 257ae4da00 Update vendor/k8s.io/utils 2019-01-30 10:24:00 +08:00
danielqsj 6535689680 clean pkg/util/strings 2019-01-30 10:24:00 +08:00
danielqsj 093328e57f migrate to k8s.io/utils/strings 2019-01-30 10:24:00 +08:00
danielqsj df7e4f3d49 clean pkg/util/keymutex 2019-01-30 10:23:59 +08:00
danielqsj 1add6b0cfa migrate to k8s.io/utils/keymutex 2019-01-30 10:23:59 +08:00
Kubernetes Prow Robot 1386b148df
Merge pull request #73468 from randmonkey/issue73462_fix_testentry
fix TestEntry
2019-01-29 18:22:31 -08:00
Kubernetes Prow Robot 16000e3af7
Merge pull request #73220 from yujuhong/gce-os-labels
GCE: update addon DaemonSets to select node OS
2019-01-29 18:22:21 -08:00
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