Yongkun Gui
ac1e99235a
Logs [pod,node] pairs for sessionAffinity test
...
Logs information for fixing flakiness for #71423
2018-12-14 12:12:31 -08:00
Eli Uriegas
d443402f35
bump golang to 1.11.3 (CVE-2018-16875)
...
Signed-off-by: Eli Uriegas <eli.uriegas@docker.com>
2018-12-14 18:27:21 +00:00
Kubernetes Prow Robot
8547036981
Merge pull request #72054 from mborsz/createnamespace
...
In CreateTestingNS generate name upfront to avoid namespace leakage.
2018-12-14 08:07:43 -08:00
Kubernetes Prow Robot
57ea592c06
Merge pull request #72052 from mborsz/taints
...
Add node notready/unreachable tolerations to load/density pods.
2018-12-14 06:56:42 -08:00
Kubernetes Prow Robot
8ab955f82d
Merge pull request #72022 from wojtek-t/allow_external_etcd
...
Allow for configuring etcd servers addresses in kubemark
2018-12-14 05:38:37 -08:00
Maciej Borsz
3223d9bc94
In CreateTestingNS generate name upfront to avoid namespace leakage.
2018-12-14 13:39:14 +01:00
wojtekt
886400f62a
Increase limit for object size in streaming serializer
2018-12-14 12:43:39 +01:00
Kubernetes Prow Robot
c172d61ec1
Merge pull request #71921 from cblecker/split-godep
...
Provide option to split godeps tests from main verify job
2018-12-14 03:26:37 -08:00
Maciej Borsz
25c2440996
Add node notready/unreachable tolerations to load/density pods.
2018-12-14 12:16:51 +01:00
Dmitry Rozhkov
4b6d91c2c3
kubeadm: print stack trace in case of unexpected error
2018-12-14 12:23:54 +02:00
Kubernetes Prow Robot
1c04caa043
Merge pull request #71945 from pytimer/kubeadm-etcd-fix
...
kubeadm: fixed etcd sync endpoints
2018-12-13 21:41:46 -08:00
Kubernetes Prow Robot
61ed586bb9
Merge pull request #71297 from Pingan2017/event-kill-container
...
correct the event msg of kill container
2018-12-13 18:18:58 -08:00
Jonathan Basseri
8e25361320
Move `ScheduleAlgorithm` to the core package.
...
This moves the type `ScheduleAlgorithm` from `pkg/scheduler/algorithm`
to `pkg/scheduler/core`. The reason for this move is to fix our import
dependency graph and allow predicate & priority types to be moved into
their appropriate packages.
The new location makes sense because `core` is the only package that
exports an implementation of this type.
2018-12-13 15:08:38 -08:00
Kubernetes Prow Robot
cab34050e7
Merge pull request #71225 from jta/master
...
Fix duped watch in client-go/testing.
2018-12-13 14:17:55 -08:00
Rafael Fernández López
6a8a832f61
Fix race condition when joining nodes
...
Despite we were checking for the kubelet kubeconfig file to be present, the
kubelet first writes this file and then the certificates the kubeconfig file
refers to. This represents a race condition in kubeadm in which when we confirm
that the kubelet's kubeconfig file is present we continue creating a clientset
out of it. However, the clientset creation will ensure that the certificates the
kubeconfig file refers to exist on the filesystem.
To fix this problem, not only wait for the kubelet's kubeconfig file to be
present, but also ensure that we can create a clientset ouf of it on our polling
process, while we wait for the kubelet to have performed the TLS bootstrap.
2018-12-13 20:51:35 +01:00
Kubernetes Prow Robot
59fce36866
Merge pull request #71990 from andyzhangx/azuredisk-log-flushing
...
fix kubelet log flushing issue in azure disk
2018-12-13 07:18:00 -08:00
Anago GCB
83ba7bfd49
Update CHANGELOG-1.13.md for v1.13.1.
2018-12-13 11:37:19 +00:00
wojtekt
fc346b2086
Allow for configuring etcd servers addresses in kubemark
2018-12-13 11:50:49 +01:00
Kubernetes Prow Robot
83f115ec79
Merge pull request #71979 from Pingan2017/link-in-changelog
...
replace features to enhancements
2018-12-13 00:20:28 -08:00
Kubernetes Prow Robot
1ec04bc973
Merge pull request #72000 from astefanutti/pr-local-cluster
...
Use KUBECTL variable to create kube-apiserver-kubelet-admin clusterro…
2018-12-12 21:17:07 -08:00
Kubernetes Prow Robot
dcff35aafb
Merge pull request #71855 from cheftako/sshBadIP
...
Fix issue where missing external IP address breaks SSH Tunnel.
2018-12-12 21:16:57 -08:00
Kubernetes Prow Robot
ed73acdc98
Merge pull request #71029 from yanghaichao12/dev1114
...
Fix comment error of the struct 'UserDefinedMetric'
2018-12-12 17:18:54 -08:00
Kubernetes Prow Robot
483dfc4902
Merge pull request #71934 from annehwatson/typo
...
Fix typo
2018-12-12 16:02:37 -08:00
Rohit Ramkumar
bc44940835
Modify dns addons dir to prepend 0 on dir name. Ensures proper ordering upon creation by addon manager
2018-12-12 13:15:08 -08:00
Kubernetes Prow Robot
15300ed765
Merge pull request #71967 from PaulineLc/remove-space-hyperkube
...
Removed redundant spaces in a comment
2018-12-12 11:36:31 -08:00
Walter Fender
d92ee41e44
Fix issue where missing external IP address breaks SSH Tunnel.
...
Added unit test to cover missing external IP case.
Justin's feedback.
Lint fix.
Lavalmap's feedback.
2018-12-12 10:59:32 -08:00
Antonin Stefanutti
f2dc1e2dc6
Use KUBECTL variable to create kube-apiserver-kubelet-admin clusterrolebinding
2018-12-12 19:16:28 +01:00
Jingfang Liu
0ce8427b46
enable kustomization in kubectl commands
2018-12-12 09:42:47 -08:00
Jingfang Liu
d349998abe
add test for Builder to cover kustomization directories
2018-12-12 09:42:19 -08:00
Jingfang Liu
26c07715c7
add kustomizationVisitor type and use it when kustomization is enabled
2018-12-12 09:41:42 -08:00
Kubernetes Prow Robot
05183bffe5
Merge pull request #71872 from yuexiao-wang/scheduler-nodeinfo
...
[scheduler cleanup phase 2]: Rename `pkg/scheduler/cache` to `pkg/scheduler/nodeinfo`
2018-12-12 08:08:33 -08:00
Kubernetes Prow Robot
b8fbb182a7
Merge pull request #71953 from monotek/patch-1
...
added monotek to instrumentation/logging/OWNERS file
2018-12-12 06:55:21 -08:00
Patrick Ohly
6ca66d7047
e2e: use quay.io/k8scsi images, bump versions
...
Commit 503f654d7a
, "Update CSI tests to
point to 1.0.0 external bits", changed to images published on gcr.io,
perhaps because the images on quay.io weren't ready yet. We now have
up-to-date images on quay.io and should be using those.
2018-12-12 14:49:23 +01:00
Kubernetes Prow Robot
650bfef62d
Merge pull request #71976 from prameshj/patch-1
...
Update README.md
2018-12-12 05:33:58 -08:00
Kubernetes Prow Robot
a78b591ed9
Merge pull request #71954 from monotek/patch-2
...
added monotek to fluentd-elasticsearch OWNERS file
2018-12-12 01:38:15 -08:00
Kubernetes Prow Robot
ab1c9a49e4
Merge pull request #71980 from micahhausler/proxy-patch
...
Disable proxy to loopback and linklocal
2018-12-12 00:22:21 -08:00
andyzhangx
81a123dbed
fix kubelet log flushing issue in azure disk
2018-12-12 08:20:00 +00:00
Yecheng Fu
67552a8f6e
Add unit test to verify generated volume names.
2018-12-12 13:03:21 +08:00
Micah Hausler
9740b6a6e1
Disable proxy to loopback and linklocal
2018-12-11 20:51:40 -08:00
Pingan2017
7b2963dd41
replace features to enhancements
2018-12-12 11:37:21 +08:00
prameshj
501eba8745
Update README.md
2018-12-11 17:20:57 -08:00
Kubernetes Prow Robot
c49896f924
Merge pull request #71974 from apelisse/fix-diff-overriding-names
...
diff: Make filename cross-platform compatible
2018-12-11 17:07:48 -08:00
Christoph Blecker
d90ae78a86
Provide option to split godeps tests from main verify job
2018-12-11 16:42:45 -08:00
Antoine Pelisse
95eec905c7
diff: Make filename cross-platform compatible
2018-12-11 15:36:26 -08:00
Pauline Lallinec
3678c7ab1c
removed spaces in comment
2018-12-11 12:13:57 -08:00
Kubernetes Prow Robot
425b1ff47d
Merge pull request #71923 from apelisse/fix-diff-overriding-names
...
diff: Fix overlapping filenames
2018-12-11 12:13:39 -08:00
André Bauer
2c48c6fe7a
added monotek to fluentd-elasticsearch OWNERS file
2018-12-11 19:52:39 +01:00
André Bauer
f0cf660c66
added monotek to OWNERS file
2018-12-11 19:49:24 +01:00
Kubernetes Prow Robot
f89aa18047
Merge pull request #69207 from warmchang/changelog-1.12
...
Typo in changelog 1.12
2018-12-11 09:30:31 -08:00
Antoine Pelisse
b6135f63aa
diff: Fix overlapping filenames
...
The filename can overlap when multiple resources have the same name (but
obviously are of a different type). Include the name of the type in the
file name to prevent the overlap.
2018-12-11 09:19:52 -08:00