Commit Graph

97472 Commits

Author SHA1 Message Date
Mike Dame
578ff3ec34 Move Taint/Toleration helpers to component-helpers repo
This is part of the goal for scheduling to remove dependencies on internal
packages for the scheduling framework. It also provides these functions in an
external location for other components and projects to import.
2021-02-01 11:06:03 -05:00
Jordan Liggitt
8761972f68 Use private key fixtures for kubeadm unit tests 2021-02-01 10:06:10 -05:00
Kubernetes Prow Robot
46d4f07eee
Merge pull request #98528 from championshuttler/updateContactLink
Update support resources in github issue template
2021-02-01 06:59:48 -08:00
Kubernetes Prow Robot
101cdbf932
Merge pull request #97295 from tiloso/staticcheck-test-integration
Fix staticcheck in test/integration/{examples,framework}
2021-02-01 04:49:48 -08:00
pacoxu
a10bdfed09 fix all keps links 404 for kep folder migration
Signed-off-by: pacoxu <paco.xu@daocloud.io>
2021-02-01 19:41:59 +08:00
Ling Samuel
c8db72c38c
api-server add --lease-max-object-count
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
2021-02-01 18:20:59 +08:00
Rob Scott
4c9c9bb5a0 Adding myself as an approver for EndpointSlice controller
This also adds me as a reviewer for the Endpoints controller.
2021-01-31 22:34:39 -08:00
chymy
ed6475ae48 migrate pkg/scheduler/internal/cache/debugger/comparer.go to structured logs
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-02-01 11:20:05 +08:00
Dave Chen
fe5a266a03 Include UnschedulableAndUnresolvable nodes into the status map
Signed-off-by: Dave Chen <dave.chen@arm.com>
2021-02-01 10:49:43 +08:00
yuzhiquan
db264eaa6e add ignore-errors flag, support none break drain in group
add warning msg
2021-02-01 10:46:07 +08:00
Kubernetes Prow Robot
081f68d685
Merge pull request #97999 from llhuii/hack-version-script-fix-err-to-stdout
hack/lib/version.sh: fix error log to stderr
2021-01-31 08:39:48 -08:00
drfish
b9ab8768b6 Remove duplicated error log in framework 2021-01-31 17:17:03 +08:00
drfish
0c3d8b9720 Organize framework unit tests in subtests 2021-01-31 13:34:52 +08:00
Clayton Coleman
9f288610eb
serializer: Recognizer interface should take a buffer
The original intent of the Recognizer interface was to take a stream
and peek into the contents. Over time all of the callers migrated
to instead performing their own peek and then passing the buffer
as a bytes.NewBuffer to the interface as a stream, which was then
implemented as a read on the other side. This resulted in an
excess buffer allocation in general decoder usage.

Update the interface to take a []bytes slice and change all callers
to stop creating buffered readers, then update the JSON serializer
to check the buffer directly for "json-ness".
2021-01-31 00:27:42 -05:00
llhuii
36aa8a24ce hack/lib/version.sh: fix error log to stderr
Since this invalid Semantic Version messages redirecting to stdout
will be captured by line 790 at hack/lib/golang.sh:
`goldflags="${GOLDFLAGS=-s -w -buildid=} $(kube::version::ldflags)"`

This happens when only no valid tag exists in repo
2021-01-31 00:40:53 +08:00
Kubernetes Prow Robot
c241a237f9
Merge pull request #98587 from mtaufen/said-test
Move ServiceAccountIssuerDiscovery test into main e2e suite
2021-01-30 04:03:48 -08:00
Kubernetes Prow Robot
197dbac376
Merge pull request #96531 from ialidzhikov/cleanup/windows-feature-gates
Remove WindowsGMSA and WindowsRunAsUserName feature gates
2021-01-30 01:03:47 -08:00
Kubernetes Prow Robot
56bb207b94
Merge pull request #98082 from chymy/k8s-changelog21
Add a hyperlink to issue 97685
2021-01-29 22:55:48 -08:00
drfish
c959e23250 Remove prometheus dependencies for scheduler 2021-01-30 12:15:22 +08:00
chymy
572c329201 Add a hyperlink to issue 97685
Signed-off-by: chymy <chang.min1@zte.com.cn>
2021-01-30 11:07:23 +08:00
Kubernetes Prow Robot
76ead99a56
Merge pull request #98488 from pohly/klog-2.5.0
klog 2.5.0 + logr 0.4.0 update
2021-01-29 18:11:49 -08:00
Kubernetes Prow Robot
573a6a9faa
Merge pull request #98584 from mattfenwick/issue-98581
improve hairpin warning message for network policy tests
2021-01-29 17:22:05 -08:00
Kubernetes Prow Robot
0a0490e34f
Merge pull request #98576 from kevindelgado/ssa
Fix SSA for APIService
2021-01-29 17:21:58 -08:00
Kubernetes Prow Robot
61e9ffbad8
Merge pull request #98521 from JornShen/check_externalNameService_more_time
check externalNameService more time
2021-01-29 17:21:49 -08:00
Kubernetes Prow Robot
2c395ef672
Merge pull request #98575 from ehashman/feature-approvers-ehashman
Remove piosz and add ehashman for sig-inst
2021-01-29 16:29:48 -08:00
Michael Taufen
cf809c37c4 Move ServiceAccountIssuerDiscovery test into main e2e suite
By removing feature tag. In preparation for GA.
2021-01-29 16:18:26 -08:00
ialidzhikov
21608e49a7 Remove WindowsGMSA and WindowsRunAsUserName feature gates
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
2021-01-30 02:01:48 +02:00
Kubernetes Prow Robot
b184272e27
Merge pull request #98569 from saschagrunert/conformance-buildx
Switch to `docker buildx` for conformance image
2021-01-29 15:11:55 -08:00
Kubernetes Prow Robot
03168d2e32
Merge pull request #98540 from damemi/internal-helper-get-avoid-pods
Scheduler: move GetAvoidPodsFromNodeAnnotations to component-helpers
2021-01-29 15:11:48 -08:00
Matthew Fenwick
45ae7069f4 improve hairpin warning message for network policy tests 2021-01-29 17:04:05 -05:00
Kubernetes Prow Robot
c04058418f
Merge pull request #98243 from Jiawei0227/unregister-plugin
Disable in-tree plugin without enabling CSI migration
2021-01-29 12:59:48 -08:00
Kubernetes Prow Robot
2f4778ca86
Merge pull request #98551 from aojea/ipv6conn
deflake ipv6 tcp close_wait
2021-01-29 11:37:31 -08:00
Kubernetes Prow Robot
df7f240dee
Merge pull request #97471 from tkashem/apf-enqued-request
add unit test to simulate an enqueued request that times out
2021-01-29 11:37:19 -08:00
Jordan Liggitt
46699bf9de Use apply to create objects in TestApplyStatus 2021-01-29 18:30:35 +00:00
Jordan Liggitt
0f6873c025 Stop skipping APIService in apply test 2021-01-29 18:30:35 +00:00
Jordan Liggitt
d33c12bb69 Stop clearing OpenAPIConfig for kube-aggregator 2021-01-29 18:30:34 +00:00
Jordan Liggitt
dab5112240 Declare TCP default for service port protocol 2021-01-29 18:30:34 +00:00
Elana Hashman
35037efb92
Remove piosz and add ehashman for sig-inst 2021-01-29 09:33:50 -08:00
Kubernetes Prow Robot
64a6ee4321
Merge pull request #98565 from adisky/move-spdystream
Move dependency docker/spdystream to moby/spdystream
2021-01-29 08:09:40 -08:00
Kubernetes Prow Robot
aaadd731f0
Merge pull request #98514 from nikhita/alison-chair
Add alisondy to sig-contribex-approvers
2021-01-29 06:17:41 -08:00
Kubernetes Prow Robot
952e6f4451
Merge pull request #98299 from aojea/hostportcoformance
move e2e hostport conflict test to sig-network
2021-01-29 05:17:40 -08:00
championshuttler
43164fca92 Update support resources in github issue template 2021-01-29 18:35:05 +05:30
jornshen
415fe230b4 check externalNameService more time 2021-01-29 19:02:58 +08:00
Sascha Grunert
e9fbdff7c6
Switch to docker buildx for conformance image
The conformance test image previously used the `FROM --platform …`
syntax which is something we (SIG Release) consider as deprecated.

Therefore we now switch to `docker buildx`, which can specify the
`--platform` directly.

Signed-off-by: Sascha Grunert <mail@saschagrunert.de>
2021-01-29 11:36:52 +01:00
Kubernetes Prow Robot
5cd694ba7d
Merge pull request #98311 from jsafrane/fix-cinder-topology-translation
Fix translation of Cinder storage classess to CSI
2021-01-29 02:09:40 -08:00
Aditi Sharma
c5c938a056 Update dependency docker/spdystream to moby/spdystream
docker/spdystream has been moved to moby/spdystream.

Signed-off-by: Aditi Sharma <adi.sky17@gmail.com>
2021-01-29 09:26:05 +00:00
Kubernetes Prow Robot
e89e7b4ed1
Merge pull request #98083 from JornShen/optimize_proxier_duplicate_localaddrset
optimize proxier duplicate localaddrset
2021-01-29 01:21:40 -08:00
Kubernetes Prow Robot
b77c886043
Merge pull request #94456 from joakimr-axis/joakimr-axis_util.sh_shellcheckdisables
Fix some shellcheck warnings/errors in cluster/gce/util.sh
2021-01-28 22:49:40 -08:00
Kubernetes Prow Robot
d7cb340bc6
Merge pull request #83268 from odinuge/e2e_node_timeout
Add timeout config for node_e2e tests
2021-01-28 19:33:40 -08:00
Yecheng Fu
9a2713503a multiple extenders and UnschedulableAndUnresolvable takes precedence
over Unschedulable
2021-01-29 11:32:43 +08:00