Patrick Ohly
3e560e8341
e2e: remove JSON progress output on stdout
...
The original intention was to address "frustration of end users running the e2e
suite is that they take a significant amount of time and it is difficult to
gauge progress".
But Ginkgo's output is different now than it was in Kubernetes 1.19. If users
want to see progress, then "ginkgo --progress" might provide enough
information.
Printing to os.Stdout doesn't work as intended anyway when output redirection
is enabled (the default for parallel runs) and causes these JSON snippets to
appear as "show stdout" for each failed test in a Prow job, which is
distracting.
2022-10-20 16:33:10 +02:00
Kubernetes Prow Robot
f14ebac384
Merge pull request #113178 from cici37/fixRN
...
Fix feature gate name in release note
2022-10-19 20:34:56 -07:00
Kubernetes Prow Robot
0a689af469
Merge pull request #112858 from alexzielenski/cel-admission-hook
...
CEL Admission Plugin
2022-10-19 17:45:15 -07:00
Kubernetes Prow Robot
adec07998b
Merge pull request #112675 from aimuz/improve-readability
...
improve readability, code nesting too deep
2022-10-19 17:45:07 -07:00
Kubernetes Prow Robot
ad26b315f2
Merge pull request #86139 from jasimmons/pr_normalize_probes_lifecycle_handlers
...
Normalize HTTP lifecycle handlers with HTTP probers
2022-10-19 17:44:56 -07:00
Kubernetes Prow Robot
b21efbb537
Merge pull request #113180 from thockin/logo
...
logo: better alignment of layers
2022-10-19 16:35:07 -07:00
Kubernetes Prow Robot
453039f47b
Merge pull request #113153 from yuanchen8911/error
...
Replace error string with ErrorList in scheduler validation testing
2022-10-19 16:34:56 -07:00
Kubernetes Prow Robot
05b46d7ce2
Merge pull request #113166 from alculquicondor/simply_job_metrics_test
...
Simplify tests for job metrics by resetting them
2022-10-19 13:57:32 -07:00
Kubernetes Prow Robot
ad563ccd47
Merge pull request #113155 from logicalhan/proxy-metric
...
migrate usage of `merge` to `MergeBuckets` for static analysis
2022-10-19 13:57:25 -07:00
Kubernetes Prow Robot
45636684a4
Merge pull request #112897 from fromanirh/podresources-metrics-e2e-tests
...
register podresources metrics
2022-10-19 13:57:18 -07:00
Kubernetes Prow Robot
a2827c4915
Merge pull request #111978 from Jefftree/aggregated-discovery-types
...
Aggregated discovery types
2022-10-19 13:57:07 -07:00
Kubernetes Prow Robot
962235c86a
Merge pull request #110559 from danishprakash/danish-default-storageclass
...
pkg/admission/storageclass: pick one storageclass conditionally if >1 present
2022-10-19 13:56:55 -07:00
Tim Hockin
d9a58a39b6
logo: better alignment of layers
...
The existing logo, particularly the one with border, did not have the
border as a full underlying layer, just the visible portion. It was
possible to see individual pixels in some modes, which cause problems
with, for example, cutting machines.
Now the background is a full underlay. Updated both logos to newer
inkscape settings.
2022-10-19 12:17:25 -07:00
Yuan Chen
dd1b4fa407
Replace error string with ErrorList in scheduler valiation test
...
Remove expected status
Remove unnecessary code
Revert changes to BindVerb
2022-10-19 12:14:57 -07:00
Kubernetes Prow Robot
ccb6275142
Merge pull request #113084 from dims/bump-aws-sdk-go-for-1.26
...
Pick up new AWS region by bumping aws-sdk-go for 1.26
2022-10-19 11:35:19 -07:00
Kubernetes Prow Robot
1e4e17973f
Merge pull request #113012 from xmcqueen/master
...
Fix node-perf test tf-wide-deep: bumped image version, and removed arm64 arch testing #109295
2022-10-19 11:35:07 -07:00
Cici Huang
5870db436a
update feature gate name in release note
2022-10-19 18:32:06 +00:00
Aldo Culquicondor
b8bd168180
Simplify tests for job metrics by resetting them
...
Change-Id: I20a0acbbb179bf895953b9d7af72625a2191b8eb
2022-10-19 13:52:00 -04:00
Jefftree
2e01fbb59a
Add discovery types
2022-10-19 17:27:25 +00:00
Kubernetes Prow Robot
126986016e
Merge pull request #113167 from alculquicondor/job_test_owners
...
Add SIG Apps owners for job integration tests
2022-10-19 10:03:14 -07:00
Kubernetes Prow Robot
bf14677914
Merge pull request #112546 from oscr/the-the
...
grammar: replace all occurrences of "the the" with "the"
2022-10-19 10:03:02 -07:00
Billie Cleek
dfaaa144ab
fallback to http when lifecycle handler request should have been https
2022-10-19 09:51:52 -07:00
Jason Simmons
5a6acf85fa
Align lifecycle handlers and probes
...
Align the behavior of HTTP-based lifecycle handlers and HTTP-based
probers, converging on the probers implementation. This fixes multiple
deficiencies in the current implementation of lifecycle handlers
surrounding what functionality is available.
The functionality is gated by the features.ConsistentHTTPGetHandlers feature gate.
2022-10-19 09:51:52 -07:00
Kubernetes Prow Robot
42c1f881cc
Merge pull request #113165 from swatisehgal/e2e-deviceplugin-logs
...
node: e2e: device plugins: Add more logs for clarity
2022-10-19 08:59:14 -07:00
Kubernetes Prow Robot
3eeb7cb57f
Merge pull request #113077 from lixiaobing1/WithTransportCredentials
...
replace WithInsecure() with WithTransportCredentials()
2022-10-19 08:59:02 -07:00
Aldo Culquicondor
f21cd0c53d
Add SIG Apps owners for job integration tests
...
Change-Id: I5c6198d10388ee7ce1fb7ae8d2f2b2144993688b
2022-10-19 10:38:07 -04:00
Kubernetes Prow Robot
68e110b53c
Merge pull request #113150 from seans3/flaky-test-cmd-fix
...
Removes test of deprecated --dry-run value
2022-10-19 07:23:13 -07:00
Kubernetes Prow Robot
ca17d9ba2b
Merge pull request #113127 from tangwz/parallel_preemption
...
Do pod preemption in parallel.
2022-10-19 07:23:01 -07:00
Swati Sehgal
ef54dbb5cc
node: e2e: device plugins: Add more logs for clarity
...
The device plugin test in https://testgrid.k8s.io/sig-node-release-blocking#node-kubelet-serial-containerd
has been flaky for a while now when it runs on the test infrastructure.
Locally running this test resulted in test passing without issues.
Based on the existing logs, it is not clear why podresource
API endpoint is returning 3 pods rather than the expected
two pods (device plugin pod and the test pod requesting
devices). For more clarity and debugaability on why an
addtional pod seems to be appearing we expose the output
from podresource API endpoint.
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-10-19 13:57:47 +01:00
Kubernetes Prow Robot
ab8563b6de
Merge pull request #113158 from pacoxu/fix-flake-kubectl
...
kubectl-e2e: the event rendering may have 3 or 4 whitespaces
2022-10-19 04:51:02 -07:00
Kubernetes Prow Robot
594d34872c
Merge pull request #113089 from zackzhangkai/fix-doc
...
fix typo
2022-10-19 00:37:01 -07:00
Paco Xu
6c0d294138
kubectl-e2e: the event rendering may have 3 or 4 whitespaces
2022-10-19 15:33:29 +08:00
aimuz
b88b08b870
improve readability, code nesting too deep
...
Signed-off-by: aimuz <mr.imuz@gmail.com>
2022-10-19 13:43:15 +08:00
danishprakash
f10f4d372c
pv_controller: update tests for multiple storageclasses
...
Signed-off-by: danishprakash <grafitykoncept@gmail.com>
2022-10-19 09:33:44 +05:30
danishprakash
f12325add3
pkg/admission/storageclass: pick random storageclass if >1 present
...
Signed-off-by: danishprakash <grafitykoncept@gmail.com>
2022-10-19 09:30:48 +05:30
Kubernetes Prow Robot
429f71d958
Merge pull request #113154 from BenTheElder/no-import-please
...
remove gopkg widget
2022-10-18 20:59:11 -07:00
Kubernetes Prow Robot
33bc8750fb
Merge pull request #113024 from alexzielenski/explain-output-openapiv3
...
kubectl explain openapiv3 template foundations
2022-10-18 20:59:00 -07:00
Kubernetes Prow Robot
b6d89e756a
Merge pull request #112571 from claudiubelu/fix-nested-mountpoints
...
Fixes getNestedMountpoints grouping
2022-10-18 18:57:11 -07:00
Mohammad Zuber Khan
f86acbad68
add superuser fallback to authorizer ( #111558 )
...
* add superuser fallback to authorizer
* change the order of authorizers
* change the order of authorizers
* remove the duplicate superuser authorizer
* add integration test for superuser permissions
2022-10-18 18:57:00 -07:00
Alexander Zielenski
8b74e73e38
add cel admission controller tests
...
84% coverage
2022-10-18 18:29:06 -07:00
Alexander Zielenski
a41a536dbd
add cel admission plugin and initializer
2022-10-18 18:29:06 -07:00
Alexander Zielenski
74b103cd52
add generics tests
...
84.1% coverage
2022-10-18 18:29:06 -07:00
Alexander Zielenski
2286501e22
add cel admission controller
2022-10-18 18:29:05 -07:00
tangwz
480ae2a7c1
Do pod preemption in parallel.
2022-10-19 09:28:53 +08:00
Alexander Zielenski
c52fae186a
add OWNERS
2022-10-18 18:25:58 -07:00
Han Kang
958845e0be
migrate usage of to for static analysis
...
Change-Id: I33753683b48a8a57b2548b0d3caeb6050ddc5c95
2022-10-18 17:01:32 -07:00
Benjamin Elder
c6e5fd4679
remove gopkg widget
...
this suggests that you should read the godocs for *this* repo, when importing this repo is *not* supported
isntead, users should read the docs for staging/ repos
we already have a link to kubernetes.io for general docs
2022-10-18 16:52:38 -07:00
Kubernetes Prow Robot
7dee7c8a6f
Merge pull request #113148 from logicalhan/merge-buckets
...
move MergeBuckets into component-base so we can properly support it for static-analysis
2022-10-18 16:27:19 -07:00
Kubernetes Prow Robot
6be327c053
Merge pull request #113046 from jsafrane/add-multiplepv-cap
...
Add capability for tests with multiple PVs with the same VolumeHandle
2022-10-18 16:27:12 -07:00
Kubernetes Prow Robot
5cb9622347
Merge pull request #111344 from aojea/kproxy_node_cidr
...
kube-proxy react on Node PodCIDR changes
2022-10-18 16:27:00 -07:00