Commit Graph

92557 Commits

Author SHA1 Message Date
Chelsey Chen
75612c1746 Promote new Event API to v1 2020-07-01 10:50:28 -04:00
Chelsey Chen
e5bba7f512 Add CRUD tests for new Event API verbs 2020-07-01 10:21:57 -04:00
Kubernetes Prow Robot
c53ce48d48
Merge pull request #92217 from p0lyn0mial/proxy-transport-pass-err
Transport.RoundTrip should return a non-nil for failure to obtain a response.
2020-07-01 07:11:19 -07:00
Kubernetes Prow Robot
c352cf01f6
Merge pull request #91135 from junxu/fix-code-style
Fix code style
2020-07-01 07:11:04 -07:00
Kubernetes Prow Robot
2e91b56af0
Merge pull request #87909 from alena1108/feb6cleanup
Removed unnecessary not nil check in node registration process
2020-07-01 07:10:49 -07:00
Kubernetes Prow Robot
b1b1fc8034
Merge pull request #81961 from pohly/ephemeral-unit-tests
storage: enhance test for ValidateCSIDriverUpdate
2020-07-01 07:10:34 -07:00
Kubernetes Prow Robot
3d912dd072
Merge pull request #76828 from claudiubelu/images/goarm-var
images: Adds GOARM to images' Makefiles
2020-07-01 07:10:18 -07:00
Patrick Ohly
8f55fad7bb e2e pod logs: use hierarchical directory structure
When using the entire test name as file name, the name became too
long (> 256 characters, which wasn't supported by all file systems)
and the artifact directory got cluttered.

The original reason (a limitation in Gubernator) no longer applies
because Spyglass is used now for log viewing.
2020-07-01 16:01:18 +02:00
Kubernetes Prow Robot
4c853bb28f
Merge pull request #92644 from wojtek-t/informers_readyz
Wait for all informers to sync in /readyz.
2020-07-01 02:54:30 -07:00
Kubernetes Prow Robot
6b65bc7395
Merge pull request #91048 from pjbgf/fix-error-validation
linkcheck: Fix incorrect error validation for Retry-After
2020-07-01 02:54:16 -07:00
Patrick Ohly
ac959b03ea result of 'make update' 2020-07-01 09:33:54 +02:00
Patrick Ohly
99b5b13394 CSI ephemeral volumes: documentation and owner update
The promotion to beta missed some code locations. The owner also
changed since the feature was initially designed and implemented.

The "is handled by an external CSI driver" to "by certain external CSI
drivers" change is supposed to avoid the misconception that this
volume type will work with arbitrary CSI drivers.
2020-07-01 09:19:18 +02:00
Antonio Ojea
c40081b550 kube-proxy ipvs masquerade hairpin traffic
Masquerade de traffic that loops back to the originator
before they hit the kubernetes-specific postrouting rules

Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2020-07-01 09:16:19 +02:00
Kubernetes Prow Robot
8b9c9eade3
Merge pull request #92576 from zhouya0/support_kubectl_annotate_list
Support kubectl annotate --list option
2020-07-01 00:08:06 -07:00
Kubernetes Prow Robot
1d2ccd3aa5
Merge pull request #92549 from ellistarn/asg-resize
Sets desiredcapacity instead of minsize and maxsize on ResizeInstanceGroup
2020-07-01 00:07:56 -07:00
Kubernetes Prow Robot
ed06981eab
Merge pull request #92537 from wojtek-t/fix_reflector_not_making_progress
Fix bug in reflector not recovering from "Too large resource version"…
2020-07-01 00:07:47 -07:00
Kubernetes Prow Robot
7af930f2b8
Merge pull request #92517 from gaurav1086/mergeMap_remove_map_nil_check
[apimachinery] Remove map nil check before delete in mergeMap
2020-07-01 00:07:36 -07:00
Kubernetes Prow Robot
5fe980beff
Merge pull request #92505 from DataDog/jb/az-cloud-init
azure: use the parsed value from the configuration
2020-07-01 00:07:26 -07:00
Kubernetes Prow Robot
d114b5e542
Merge pull request #92445 from cheftako/graph
Added script to generate module level dependency graph.
2020-07-01 00:07:17 -07:00
Kubernetes Prow Robot
897dc66b0e
Merge pull request #92400 from spiffxp/decouple-testfiles
decouple testfiles from framework
2020-07-01 00:07:08 -07:00
Kubernetes Prow Robot
9a8f6cfa43
Merge pull request #92394 from rahulchheda/validateLogFormat
(feat) Add validation for Unsupported Loggings Flags for component-base
2020-07-01 00:06:58 -07:00
Kubernetes Prow Robot
6e06586de4
Merge pull request #92311 from ykakarap/remove-srcimporter
Remove third_party/go-srcimporter
2020-07-01 00:06:49 -07:00
Kubernetes Prow Robot
5d7ccd1e40
Merge pull request #92197 from deads2k/verbose-fix
make log output of failed healthchecks more focused
2020-07-01 00:06:35 -07:00
Kubernetes Prow Robot
4c523b1981
Merge pull request #92131 from SataQiu/fix-etcd-opt-20200615
kubeadm: increase robustness for kubeadm etcd operations
2020-07-01 00:06:21 -07:00
Kubernetes Prow Robot
1a80caef4a
Merge pull request #91357 from aojea/proxyFamily
kube-proxy should infer the service IP family from the ClusterIP field
2020-07-01 00:06:06 -07:00
Yecheng Fu
2cdc63aeaa cleanup in volume scheduling pkg
- remove duplicated function claimToClaimKey
- cache Lister
- don't add indexer for PVCAssumeCache
2020-07-01 15:01:10 +08:00
Stephen Heywood
e7f603c29a Correct BaseName for NewDefaultFramework 2020-07-01 05:58:17 +00:00
Maciej Borsz
3f68000203 Wait for all informers to sync in /readyz. 2020-07-01 07:40:39 +02:00
Kubernetes Prow Robot
180af4240c
Merge pull request #90288 from aojea/cidrsets
Add metrics to the cidr_sets used by the nodeipam range allocator
2020-06-30 19:24:06 -07:00
Stephen Heywood
4069194aea Fix naming for server version 2020-07-01 02:16:38 +00:00
Stephen Heywood
c4e10c29ba Rename get-code-version references to get-server-version 2020-07-01 00:04:39 +00:00
Roy Yang
f86b720cf6 Update the COS E2E image policy
Signed-off-by: Roy Yang <royyang@google.com>
2020-06-30 15:24:35 -07:00
Benjamin Elder
d8f2b131b5 remove david-mcmahon from reviewers 2020-06-30 14:06:58 -07:00
Michael Dresser
902a4db5fc Fixes an unnecessary failure during kube-up
Also corrects bucket creation to use the project env var
2020-06-30 21:05:55 +00:00
Wei Huang
7362fccdd7
Polish unit tests of defaultpreemptio plugin 2020-06-30 14:05:48 -07:00
Kubernetes Prow Robot
e4ece47f2f
Merge pull request #90454 from deads2k/condition
add conditions to metav1
2020-06-30 13:32:07 -07:00
David Eads
e87f62dcd5 make log output of failed healthchecks more focused 2020-06-30 15:44:09 -04:00
David Eads
95c64c73d1 generated 2020-06-30 13:28:52 -04:00
David Eads
b863d46796 add conditions to metav1 2020-06-30 13:18:49 -04:00
Kubernetes Prow Robot
ff1d6b3746
Merge pull request #92514 from nodo/scheduler-integration-test-cleanup
Use NodeWrapper to directly initialize nodes with labels
2020-06-30 10:02:05 -07:00
Benjamin Elder
2abc8afece eparis to emeritus 2020-06-30 09:50:44 -07:00
Benjamin Elder
960ef085e9 zmerlynn to emeritus 2020-06-30 09:43:59 -07:00
Antonio Ojea
c7a29774c9 kube-proxy dual-stack infers IP family from ClusterIP
when dual-stack kube-proxy infers the service IP family from
the ClusterIP because ipFamily field is going to be deprecated.

Since kube-proxy skip headless and externalname services we
can safely obtain the IPFamily from the ClusterIP field

Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2020-06-30 18:42:19 +02:00
Antonio Ojea
a46e1f0613 kube-proxy ShouldSkipService takes only one argument
instead of receiving the service name and namespace we
can obtain it from the service object directly.

Signed-off-by: Antonio Ojea <antonio.ojea.garcia@gmail.com>
2020-06-30 18:42:15 +02:00
Benjamin Elder
a7c4ec1ee9 promote neolit123 to test/ approver 2020-06-30 09:36:38 -07:00
Yuvaraj Kakaraparthi
77383ee74f Remove third_party/go-srcimporter 2020-06-30 09:22:10 -07:00
Ellis Tarn
bccdf5376c Sets desiredcapacity instead of minsize and maxsize on ResizeInstanceGroup 2020-06-30 09:21:59 -07:00
Sandeep Rajan
12bced9bfb add back anti-affinity 2020-06-30 11:29:29 -04:00
Andrea Nodari
2e1042f959 Use NodeWrapper to directly initialize node with labels
Using NodeWrapper in the integration tests gives more flexibility when
creating nodes. For instance, tests can create nodes with labels or
with a specific sets of resources.

Also, NodeWrapper initialises a node with a capacity of 32 pods, which
can be overridden by the caller. This makes sure that a node is usable
as soon as it is created.
2020-06-30 17:18:15 +02:00
Kubernetes Prow Robot
c5941e283f
Merge pull request #92531 from damemi/deprecated-opts
kube-scheduler: allow deprecated options to be set with configfile
2020-06-30 07:58:09 -07:00