Kubernetes Prow Robot
2118bc8aec
Merge pull request #114155 from aojea/mirroring_repack
...
endpointslicemirroring handle endpoints with multiple subsets
2022-12-10 07:53:42 -08:00
Kubernetes Prow Robot
9f46fa2004
Merge pull request #114156 from Riaankl/update-ineligible-endpoints-yaml
...
update ineligible_endpoints.yaml to include getResourceAPIGroup
2022-12-10 06:04:56 -08:00
Kubernetes Prow Robot
ce9b912ca6
Merge pull request #114085 from saschagrunert/gcb-docker-gcloud-bump
...
Bump gcb-docker-gcloud to `v20221007-69e0da97ef`
2022-12-10 06:04:33 -08:00
Kubernetes Prow Robot
75b67bf0d3
Merge pull request #114054 from brianpursley/kubectl-1327
...
i18n: Fix bug where package-level variables are not translated.
2022-12-10 06:04:02 -08:00
Antonio Ojea
ef6d9edea5
endpointslicemirroring handle endpoints with multiple subsets
...
Endpoints generated by the endpoints controller are in the canonical
form, however, custom endpoints can not be in canonical format
(there was a time they were canonicalized in the apiserver, but this
caused performance issues because the endpoint controller kept
updating them since the created endpoint were different than the
stored one due to the canonicalization)
There are cases where a custom endpoint may generate multiple slices
due to the controller, per example, when the same address is present
in different subsets.
The endpointslice mirroring controller should canonicalize the
endpoints subsets before start processing them to be consistent
on the slices generated, there is no risk of hotlooping because
the endpoint is only used as input.
Change-Id: I2a8cd53c658a640aea559a88ce33e857fa98cc5c
2022-12-10 11:44:10 +00:00
Kubernetes Prow Robot
0cd13e573c
Merge pull request #113196 from mimowo/job-controller-reviewer
...
Self-nominate mimowo as a reviewer for pkg/controller/job & test/integration/job packages
2022-12-10 02:01:39 -08:00
Kubernetes Prow Robot
bc5c898b65
Merge pull request #112955 from deads2k/ingress-wait
...
wait for ingress admission to catch up to the cache during testing
2022-12-09 18:15:39 -08:00
Kubernetes Prow Robot
e1709e59d1
Merge pull request #113922 from alexzielenski/owners-alexzielenski
...
add alexzielenski to OWNERS
2022-12-09 14:35:24 -08:00
Kubernetes Prow Robot
a8b2f4b695
Merge pull request #113564 from tallclair/audit-config
...
Combine RequestAuditConfig with RequestAuditConfigWithLevel
2022-12-09 14:34:08 -08:00
Marko Mudrinić
4f1a51719b
releng: Update images, dependencies and version to Go 1.19.4
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com >
2022-12-05 12:33:55 +01:00
David Eads
ffec39cb27
wait for ingress admission to catch up to the cache during testing
2022-12-01 13:16:39 -05:00
Brian Pursley
c0dea5e31a
i18n: Fix bug where package-level variables are not translated.
...
Change i18n.T() to load translations if they have not yet been loaded.
Added new integration tests to test help output translation.
2022-11-29 23:09:57 -05:00
Riaan Kleinhans
0545a0a988
update ineligible endpoints yaml
2022-11-28 08:57:21 +13:00
Paco Xu
75f89875f8
use etcd 3.5.6-0 after promotion
2022-11-24 09:45:56 +08:00
Kubernetes Prow Robot
7530baa9a1
Merge pull request #114044 from andrewsykim/fix-node-proxy-tests
...
test/e2e_node: set apiserver kubelet preferred addresses
2022-11-23 14:16:03 -08:00
Sascha Grunert
c032d7993a
Bump gcb-docker-gcloud to v20221007-69e0da97ef
...
Update the container images used in cloudbuild to their latest version.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com >
2022-11-23 16:03:28 +01:00
Andrew Sy Kim
6c8eacb157
test/e2e_node: set apiserver kubelet preferred addresses
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-21 15:09:04 -05:00
Kubernetes Prow Robot
57eb5d631c
Merge pull request #113976 from swatisehgal/dra-fix-claim-parameter-name
...
dra: test examples: ensure that the claim parameter name is consistent
2022-11-18 05:16:30 -08:00
Kubernetes Prow Robot
77022402c5
Merge pull request #113960 from moshe010/doc
...
[DRA] Add RUNTIME_CONFIG="resource.k8s.io/v1alpha1"
2022-11-18 04:12:30 -08:00
Swati Sehgal
4d15502e43
dra: test examples: ensure that the claim parameter name is consistent
...
In the Dynamic Resource allocation example specs, the claim
parameter name specified was inconsistent.
This commit fixes that with a better/more consistent name,
which is used to define the configmap and referenced in
the `ResourceClaimTemplate` spec.
Signed-off-by: Swati Sehgal <swsehgal@redhat.com >
2022-11-17 14:56:42 +00:00
Monis Khan
cb3410e1b7
kms: use different context for server lifecycle and initial load
...
Signed-off-by: Monis Khan <mok@microsoft.com >
2022-11-16 16:44:23 -05:00
Moshe Levi
f46b66088a
[DRA] Add RUNTIME_CONFIG="resource.k8s.io/v1alpha1"
...
This flag is required to enable the DRA resource api
Signed-off-by: Moshe Levi <moshele@nvidia.com >
2022-11-16 23:09:24 +02:00
Kubernetes Prow Robot
43b7a25353
Merge pull request #113923 from claudiubelu/patch-9
...
e2e tests: Revert windows-nanoserver image version
2022-11-16 06:14:49 -08:00
Aldo Culquicondor
f40debc8c5
Add e2e test to ignore failures with 137 exit code
...
Change-Id: Iaf71284f34f420f5a30f43aad0bc284c84fc19f9
2022-11-15 14:31:12 -05:00
Kubernetes Prow Robot
dc7fd39eb7
Merge pull request #113738 from andrewsykim/cel-integration-tests
...
test/integration/apiserver/cel: more tests!
2022-11-15 09:44:41 -08:00
Claudiu Belu
4276f8c023
e2e tests: Revert windows-nanoserver image version
...
A recent PR [1] updated the image versions we use for E2E tests. However, the ``windows-nanoserver`` image is meant to be in a private authenticated registry: ``gcr.io/authenticated-image-pulling/windows-nanoserver``, which requires credentials to pull images from it. This image is required by the ``[sig-node] Container Runtime blackbox test when running a container with a new image should be able to pull from private registry with secret [NodeConformance]`` test for Windows. The ``v3`` image does not exist, there's no automatic promotion process for that registry. Previously, it was built and pushed manually.
Because of this, the https://testgrid.k8s.io/sig-windows-signal#capz-windows-containerd-master jobs have started to fail.
Reverts the image version to ``v1``.
[1] https://github.com/kubernetes/kubernetes/pull/113900
2022-11-15 19:04:03 +02:00
Alexander Zielenski
10b9a1fe19
add alexzielenski to OWNERS
2022-11-15 08:46:46 -08:00
Kubernetes Prow Robot
d34bdeea41
Merge pull request #113853 from jsafrane/add-volumepath
...
Fix subpath disruptive tests
2022-11-15 07:56:52 -08:00
Kubernetes Prow Robot
730d1e209f
Merge pull request #113650 from aojea/e2e_lb_conntrack
...
e2e loadbalancer udp conntrack test
2022-11-15 07:56:40 -08:00
Andrew Sy Kim
34a2d265d7
test/integration/apiserver/cel: update createAndWaitReady to retry on error including 'not yet synced to use for admission'
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-14 22:27:16 -05:00
Andrew Sy Kim
7127f565f6
test/integration/apiserver/cel: add Test_ValidatingAdmissionPolicy_UpdateParamResource
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-14 21:48:12 -05:00
Andrew Sy Kim
0fb038fb15
test/integration/apiserver/cel: add lifecycle tests for deleting/recreating policy, policy bindings, and param resources
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-14 21:48:12 -05:00
Andrew Sy Kim
3f477f847d
test/integration/apiserver/cel: update feature gate name CELValidatingAdmission -> ValidatingAdmissionPolicy
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-14 21:48:12 -05:00
Andrew Sy Kim
38d884580b
test/integration/apiserver/cel: add tests for match resources and match policy
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-14 21:48:12 -05:00
Kubernetes Prow Robot
3cfa245342
Merge pull request #113900 from marosset/update-e2e-test-image-refs
...
Updating refs for e2e test images to latest
2022-11-14 17:18:42 -08:00
Mark Rossetti
e6a1f3b626
Removing --alsologtostderr from sample-webhook containers used for e2e tests
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com >
2022-11-14 16:00:44 -08:00
Kubernetes Prow Robot
9b5782959b
Merge pull request #113895 from marosset/use-pause-3.9
...
Updating pause image refernces to 3.9
2022-11-14 15:18:41 -08:00
Mark Rossetti
575ee2c782
Updating refs for e2e test images to latest
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com >
2022-11-14 14:47:16 -08:00
Kubernetes Prow Robot
b6b0e1a0c8
Merge pull request #113814 from sftim/20221110_mark_instrumentation_doc_autogenerated
...
Fix autogeneration mark for instrumentation doc
2022-11-14 12:00:41 -08:00
Mark Rossetti
534f052a8d
Updating pause image refernces to 3.9
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com >
2022-11-14 10:24:54 -08:00
Kubernetes Prow Robot
b10731edc3
Merge pull request #113850 from aojea/e2e_service_panic
...
remove unused afterEach hook on e2e services
2022-11-14 09:50:53 -08:00
Andrew Sy Kim
894063908f
test/integration/apiserver/cel: add additional test cases to Test_ValidateNamespace_NoParams for unguarded params
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-14 11:03:52 -05:00
Andrew Sy Kim
e2ce260f7a
test/integration/apiserver/cel: add Test_ValidatingAdmissionPolicy_UpdateParamRef
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-14 11:03:52 -05:00
Andrew Sy Kim
cbcc22eb9c
test/integration/apiserver/cel: add Test_ValidatingAdmissionPolicy_UpdateParamKind
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-14 11:03:52 -05:00
Andrew Sy Kim
3d30b97cd8
test/integration/apiserver/cel: add Test_PolicyExemption
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-14 11:03:52 -05:00
Kubernetes Prow Robot
29ddedae1d
Merge pull request #113541 from oscr/update-shellcheck-0.8.0
...
Update shellcheck version (0.7.2 -> 0.8.0) and fix findings
2022-11-12 02:23:57 -08:00
Kubernetes Prow Robot
d1c0171aed
Merge pull request #111023 from pohly/dynamic-resource-allocation
...
dynamic resource allocation
2022-11-11 16:21:56 -08:00
Patrick Ohly
99ead56b7c
e2e dra: add support for containerd from main in kind
...
These instructions bring up a kind cluster with containerd 34d078e99, the
latest commit from the main branch. This version of containerd has
support for CDI.
2022-11-12 00:17:17 +01:00
Patrick Ohly
14db9d1f92
e2e dra: add test driver and tests for dynamic resource allocation
...
The driver can be used manually against a cluster started with
local-up-cluster.sh and is also used for E2E testing. Because the tests proxy
connections from the nodes into the e2e.test binary and create/delete files via
the equivalent of "kubectl exec dd/rm", they can be run against arbitrary
clusters. Each test gets its own driver instance and resource class, therefore
they can run in parallel.
2022-11-12 00:17:15 +01:00
Kubernetes Prow Robot
263ba476ba
Merge pull request #113764 from Jefftree/foobar
...
Fix bugs with aggregated discovery
2022-11-11 13:11:56 -08:00