Kubernetes Prow Robot
8f7405ec92
Merge pull request #71629 from mauilion/bump_kubernetes-cni
...
Bump the version of kubernetes-cni to 0.6.0
2018-12-03 17:46:45 -08:00
Jonathan Basseri
b864a5a808
Remove scheduler "TestGroup" utility.
...
This util was used to fake certain aspects of apiserver behavior, such
as resource paths and JSON encoding. Our unit tests have been refactored
so they don't rely on the REST or JSON aspects of apiserver. This util
is no longer needed.
2018-12-03 16:28:21 -08:00
Kubernetes Prow Robot
4206790029
Merge pull request #71522 from wangzhen127/npd
...
Use Node-Problem-Detector v0.6.0 on GCI
2018-12-03 15:47:08 -08:00
Mike Arpaia
75c15a72e0
Minor copy edits to the 1.13 changelog
2018-12-03 16:12:08 -07:00
Pavithra Ramesh
19e1fcc242
Remove 'norecurse' flag in dns tests.
...
dnsmasq 2.79 introduced a change to respond to all norecurse queries with ServFail.
This is to prevent cache snooping where an adversary can figure out if a particular hostname has been looked up or not.
These tests do not need the norecurse flag, hence removing it.
2018-12-03 14:27:39 -08:00
Anago GCB
9e4e03cd96
Update CHANGELOG-1.13.md for v1.13.0.
2018-12-03 22:11:15 +00:00
Kubernetes Prow Robot
c7598e8844
Merge pull request #71617 from RobertKrawitz/branch-issue71614
...
Issue 71614: Protect log message maps
2018-12-03 14:03:38 -08:00
Clayton Coleman
e62d389fb0
util: Refactor Backoff to return the next step rather than sleeping
...
Allows consumers to use Backoff as a generator rather than have to
call ExponentialBackoff
2018-12-03 16:43:16 -05:00
Rafael Fernández López
68e6fa0f8d
Allow to build docker images offline (do not always use docker build --pull
)
...
Passing `KUBE_BUILD_PULL_LATEST_IMAGES=n` will disable building the artifacts
with `--pull`, so they can be built in an offline environment.
By default, `KUBE_BUILD_PULL_LATEST_IMAGES` is `y`, so the default behavior
is kept unchanged.
2018-12-03 20:34:22 +01:00
Kubernetes Prow Robot
8c0542dcf1
Merge pull request #71664 from liggitt/changelog-update
...
Update changelogs for CVE-2018-1002105
2018-12-03 11:09:09 -08:00
Joe Betz
862b945e5a
Update default etcd server to 3.3.10 for kubernetes 1.13
2018-12-03 11:03:49 -08:00
Ed Bartosh
48a961cfa2
kubeadm: properly umount dirs in /var/lib/kubelet
...
'kubeadm reset' uses incorrect way of unmounting /var/lib/kubelet
directories. It queries /proc/mounts for /var/lib/kubelet mount point.
If /var/lib/kubelet directory is also mounted it makes 'kubelet reset'
to unmount it too, which is incorrect. It also makes it fail as it
can't unmount /var/lib/kubelet before unmounting mounts inside it.
Fixed by querying /var/lib/kubelet/ instead of /var/lib/kubelet.
This should exclude /var/lib/kubelet from the query results even if
it's mounted.
Fixes : kubernetes/kubeadm#1294
2018-12-03 18:45:52 +02:00
Rostislav M. Georgiev
ffb670b8a8
kubeadm: remove kubeadm config print-defaults
...
Signed-off-by: Rostislav M. Georgiev <rostislavg@vmware.com>
2018-12-03 17:43:42 +02:00
Jordan Liggitt
4388a34f7a
Update changelogs for CVE-2018-1002105
2018-12-03 10:40:24 -05:00
Kubernetes Prow Robot
dc9261bc3b
Merge pull request #71174 from smarterclayton/debug_kubeadm
...
Restore bootstrap in the background with fix to preserve kubeadm behavior
2018-12-03 05:49:57 -08:00
Jintao Zhang
b32bd6e812
remove duplicate word
...
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2018-12-03 19:24:45 +08:00
Niko Pen
eab977f6d4
don't use 'Fixes' for failing-tests and flakes ( #71278 )
...
* don't use 'Fixes' for failing-tests and flakes
* issue-closing nice-formatting and nits
2018-12-03 01:07:17 -08:00
Rita Zhang
61fbba74e5
Collapse source range in nsg
2018-12-03 08:39:46 +00:00
Kubernetes Prow Robot
dde084fc55
Merge pull request #71553 from WanLinghao/token-projected-volume-fix
...
fix a bug in 'kubectl describe'
2018-12-02 22:44:15 -08:00
Kubernetes Prow Robot
d158952293
Merge pull request #70722 from yue9944882/test/enchance-test-regression-for-versioning-codec
...
Part of #68464 : Enchance unit test regression for unstructured in versioning codec
2018-12-01 15:00:36 -08:00
Kubernetes Prow Robot
4b9b7ffc6f
Merge pull request #71273 from deads2k/agg-02-detect
...
only update the apiservice status if the status has changed
2018-12-01 10:36:23 -08:00
Kubernetes Prow Robot
4855b78c33
Merge pull request #71550 from pontiyaraja/privileged_disable
...
Removed privileged option for the test case [sig-storage] should give a volume the correct mode test case
2018-12-01 06:34:53 -08:00
Kubernetes Prow Robot
2c322a2ff5
Merge pull request #70227 from bsalamat/reserve
...
Add plugin interfaces for reserve and prebind extension points of the scheduling framework
2018-12-01 05:25:12 -08:00
Kubernetes Prow Robot
82abbdc11a
Merge pull request #71488 from bsalamat/queue-sort
...
Change sort function of the scheduling queue to avoid starvation
2018-12-01 03:59:51 -08:00
Kubernetes Prow Robot
e056703ea7
Merge pull request #71547 from andrewsykim/check-provider-implements-interface
...
compile check to ensure cloud providers implement cloud interfaces
2018-11-30 23:40:18 -08:00
Kubernetes Prow Robot
9b160ab90f
Merge pull request #71538 from cblecker/godep-path
...
Don't use hermetic go environment for installing godep
2018-11-30 23:40:08 -08:00
Duffie Cooley
8e08cbc3c4
Bump the version of kubernetes-cni to 0.6.0
...
This will resolve the kubernetes-anywhere e2e test.
In commit: https://github.com/kubernetes/kubernetes/pull/71540
I bumped the required version of kubernetes-cni to 0.6.0 but didn't
start packaging it. This resolve that.
Signed-off-by: Duffie Cooley <dcooley@heptio.com>
2018-11-30 23:20:19 -08:00
Kubernetes Prow Robot
83b3baaf58
Merge pull request #71581 from saad-ali/fixCSILogEventSpam
...
Reduce CSI log and event spam
2018-11-30 22:27:27 -08:00
Kubernetes Prow Robot
a17742b53a
Merge pull request #71625 from verult/exec-file-nodeselector
...
Volume exec file test: added NodeSelector to pod
2018-11-30 21:04:13 -08:00
Kubernetes Prow Robot
acb17868af
Merge pull request #71607 from mborsz/revert-71456-hosterr
...
Revert "Check for hostError and automaticRestart when test finishes."
2018-11-30 21:04:03 -08:00
Bobby (Babak) Salamat
679d88c1a0
Add 'reserve' and 'prebind' plugin tests
2018-11-30 16:09:43 -08:00
Bobby (Babak) Salamat
e60f510e38
Autogenerated files
2018-11-30 16:03:47 -08:00
Bobby (Babak) Salamat
f74b30868c
Add plugin invocation for 'reserve' and 'prebind' plugins to the scheduler.
2018-11-30 16:03:47 -08:00
Bobby (Babak) Salamat
f6f81fb1f3
Add Context as a mechanism to pass data between plugins.
2018-11-30 16:02:09 -08:00
Bobby (Babak) Salamat
7221589dde
Add "reserve" and "prebind" plugin interfaces for the scheduling framework.
2018-11-30 16:02:09 -08:00
Anago GCB
fed12b556a
Update CHANGELOG-1.13.md for v1.13.0-rc.2.
2018-11-30 23:40:03 +00:00
Cheng Xing
87e4a460fb
Volume exec file test: added NodeSelector to pod
2018-11-30 15:31:34 -08:00
k8s-ci-robot
30d61f2f71
Merge pull request #71558 from luxas/kubeadm_owners
...
Update kubeadm OWNERS file
2018-11-30 15:09:55 -08:00
k8s-ci-robot
08706ea29f
Merge pull request #71540 from mauilion/kubeadm_1287
...
Add conntrack as a dependency of kubelet
2018-11-30 15:09:45 -08:00
Robert Krawitz
bc091be66a
Issue 71614: Protect log message maps
2018-11-30 18:04:08 -05:00
k8s-ci-robot
51453a3131
Merge pull request #71576 from MrHohn/e2e-ingress-resp-new
...
[e2e ingress] actually assign value to resp
2018-11-30 12:09:28 -08:00
k8s-ci-robot
06cc355b76
Merge pull request #71574 from msau42/remove-events-e2e
...
Check for subpath error in container status instead of pod events
2018-11-30 12:09:18 -08:00
Maciej Borsz
047aa25484
Revert "Check for hostError and automaticRestart when test finishes."
2018-11-30 17:55:27 +01:00
k8s-ci-robot
3156df3e80
Merge pull request #71537 from davidz627/fix/updateGCE
...
Create cloud-sa on GCE PD Driver creation
2018-11-30 08:20:29 -08:00
k8s-ci-robot
5d8e93cbc4
Merge pull request #71525 from logicalhan/api-service-condition-tests
...
add unit tests for api-service condition methods and also refactor out getAPIServiceConditionByType
2018-11-30 08:20:18 -08:00
k8s-ci-robot
be6ce4aca0
Merge pull request #71524 from ixdy/bazel-_output-local-go
...
make bazel not follow the infinite symlink in _output/local/go
2018-11-30 08:20:09 -08:00
k8s-ci-robot
dda9637f94
Merge pull request #71281 from Huang-Wei/preemption-e2e-test
...
Preemption e2e test
2018-11-30 08:19:59 -08:00
k8s-ci-robot
0955c930be
Merge pull request #70756 from msau42/add-io-exec-test
...
Add e2e test for file exec
2018-11-30 08:19:48 -08:00
andrewsykim
4b0f2ab442
compile check to ensure cloud providers implement cloud interfaces
2018-11-30 10:33:34 -05:00
k8s-ci-robot
96516bd961
Merge pull request #71263 from ZYecho/fix-spellings
...
fix typo: namspace -> namespace
2018-11-30 06:33:50 -08:00