Manish Kumar
e9e8be304c
etcd: Updated to v3.5.4
2022-06-01 07:52:46 +05:30
Kubernetes Prow Robot
8415ae647d
Merge pull request #110313 from SergeyKanzhelev/minorRegistryConfigFix
...
fix the registry configuration
2022-05-31 17:23:00 -07:00
Sergey Kanzhelev
6f5661f139
fix the registry configuration
2022-05-31 23:12:16 +00:00
Kubernetes Prow Robot
62d9f8ba80
Merge pull request #110311 from logicalhan/fix-continue-tests
...
add explicit typing for continue tests
2022-05-31 13:45:35 -07:00
Kubernetes Prow Robot
78fb1fa9a2
Merge pull request #109938 from dims/move-from-k8s.gcr.io-to-registry.k8s.io
...
Move from k8s.gcr.io to registry.k8s.io
2022-05-31 13:45:23 -07:00
Kubernetes Prow Robot
5219122d0c
Merge pull request #110310 from logicalhan/deprecate-and-promote
...
remove deprecated metric and promote the replacement to STABLE
2022-05-31 11:00:52 -07:00
Han Kang
213e380a2e
add explicit typing for continue tests
...
Our tests are mostly error based and explicit error typing allows
us to test against error types directly. Having made this change also
makes it obvious that our test coverage was lacking in two branches,
specifically, we were previously not testing empty start keys nor were
we testing for invalid start RVs.
2022-05-31 10:30:02 -07:00
Han Kang
731397086b
remove deprecated metric and promote the replacement to STABLE
2022-05-31 09:53:28 -07:00
Kubernetes Prow Robot
135ac17f20
Merge pull request #110297 from kerthcet/cleanup/revise-unmatch-comments
...
Cleanup: modify unmatch comments with stopCh
2022-05-31 08:44:52 -07:00
Davanum Srinivas
50bea1dad8
Move from k8s.gcr.io to registry.k8s.io
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2022-05-31 10:16:53 -04:00
kerthcet
186470abd4
Cleanup: modify unmatch comments with stopCh
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2022-05-31 11:28:02 +08:00
Kubernetes Prow Robot
aae07c6f7b
Merge pull request #110287 from neolit123/1.25-add-url-scheme-e2e-test-for-cri-socket
...
test/e2e_kubeadm: add URL scheme test for node CRI annotations
2022-05-30 19:52:52 -07:00
Lubomir I. Ivanov
2a18a2d59b
test/e2e_kubeadm: add URL scheme test for node CRI annotations
...
The tests in nodes_test.go check if the Node objects
in a kubeadm cluster are annotated with a CRI socket
path. It is used by kubeadm to store a CRI socket per node.
Add a new test condition to verify if the CRI socket path
is prefixed with URL scheme "unix://".
2022-05-30 17:10:14 +03:00
Kubernetes Prow Robot
7e3c98fd30
Merge pull request #96771 from soltysh/shortcut_expander
...
restmapper: re-try shortcut expander after not-found error
2022-05-30 05:14:51 -07:00
Maciej Szulik
f7d1eb7726
restmapper: re-try shortcut expander after not-found error
2022-05-30 13:09:22 +02:00
Kubernetes Prow Robot
92263ee0dd
Merge pull request #110072 from neolit123/1.25-kubeadm-etcd-liveness-probe
...
kubeadm: add serializable health checks for etcd probes
2022-05-30 00:40:52 -07:00
Kubernetes Prow Robot
c6970e6452
Merge pull request #110250 from wojtek-t/fix_leaking_goroutines_3
...
Fix leaking goroutines in scheduler integration tests
2022-05-28 05:51:02 -07:00
Kubernetes Prow Robot
4f851ebffb
Merge pull request #110145 from sxllwx/fix/audit-union-var-closures
...
fix audit union loop variables in closures
2022-05-28 05:50:50 -07:00
Kubernetes Prow Robot
dfefd5a698
Merge pull request #110244 from humblec/feature-gate
...
CSINodeExpandSecret featuregate has to be 1.25 based
2022-05-28 03:06:50 -07:00
Kubernetes Prow Robot
f3264dd0b3
Merge pull request #110031 from mk46/etcd-image-v3.5.4
...
etcd: Build image 3.5.4-0
2022-05-27 21:16:16 -07:00
Kubernetes Prow Robot
8b6dd065d7
Merge pull request #110255 from robscott/fix-pod-eviction-ip
...
Endpoints and EndpointSlices should not publish IPs for terminal pods
2022-05-27 16:24:42 -07:00
Kubernetes Prow Robot
016a7bbc0b
Merge pull request #110131 from stevekuznetsov/skuznets/stop-copying-metadata
...
customresource: stop shallow-copying metadata
2022-05-27 14:30:42 -07:00
Rob Scott
aa02b7a434
Updating e2e test to check EndpointSlices and Endpoints as well
2022-05-27 21:10:59 +00:00
Kubernetes Prow Robot
de449881fd
Merge pull request #109892 from jlsong01/add_annotation_comments
...
clarify a comment on annotation key validation
2022-05-27 11:36:41 -07:00
Kubernetes Prow Robot
6c2265cdab
Merge pull request #110246 from wojtek-t/fix_leaking_goroutines_2
...
Fix leaking goroutines in QuotaEvaluator
2022-05-27 07:45:07 -07:00
Kubernetes Prow Robot
f161dde085
Merge pull request #109977 from JohnTitor/remove-poddelete-use
...
Remove the use of derecated `PodDeleteTimeout` const
2022-05-27 06:21:08 -07:00
Wojciech Tyczyński
c802118e81
Update scheduler tests
2022-05-27 14:57:21 +02:00
Kubernetes Prow Robot
ad06854e5e
Merge pull request #110228 from mysunshine92/HPA-log-optimization
...
Error message optimization for podautoscaler controller
2022-05-27 05:13:18 -07:00
Kubernetes Prow Robot
40543b77b5
Merge pull request #110183 from lokichoggio/doc
...
complete doc
2022-05-27 05:13:07 -07:00
Kubernetes Prow Robot
61b983a66b
Merge pull request #110229 from wojtek-t/fix_leaking_goroutines_1
...
Fix leaking goroutine in multiple integration tests by migrating to common StartTestServer utility
2022-05-27 00:41:19 -07:00
Kubernetes Prow Robot
cb92b2c119
Merge pull request #110203 from wppzxc/add-testcases
...
Fix: Add test cases for method IsZeroCIDR() in pkg/proxy/util/utils_test.go
2022-05-27 00:41:08 -07:00
Wojciech Tyczyński
9d974e6e89
Fix leaking goroutines in QuotaEvaluator
2022-05-27 08:13:27 +02:00
Antonio Ojea
3a8edca2d8
e2e: services with evicted pods doesn't have endpoints
2022-05-27 06:43:03 +02:00
Antonio Ojea
ffdbce6291
e2e test for evicted pods
2022-05-27 06:43:03 +02:00
Antonio Ojea
aa35f6f160
endpoints controller: don't consider terminal endpoints
...
Terminal pods, whose phase its Failed or Succeeded, are guaranteed
to never regress and to be stopped, so their IPs never should
be published on the Endpoints.
2022-05-27 06:42:58 +02:00
Antonio Ojea
b905c2870b
endpointslices: terminal pods doesn't receive enpoints
2022-05-27 06:42:52 +02:00
Antonio Ojea
d16d23e0c7
add pod util to verify pod is terminal
...
pods on phase succeeded or failed are guaranteed to have all containers
stopped and to not ever regress
2022-05-27 06:42:39 +02:00
Humble Chirammal
055512b5c8
CSINodeExpandSecret featuregate has to be 1.25 based
...
At present the CSINodeExpandSecret feature gate has been tagged with
1.24 in the source code comments incorrectly. This commit address
the same
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-05-27 10:07:55 +05:30
Kubernetes Prow Robot
32c3fb3b78
Merge pull request #110227 from aojea/cleanup
...
Cleanup feature gate check for SelectorIndex
2022-05-26 14:09:55 -07:00
Kubernetes Prow Robot
771c62d802
Merge pull request #110200 from lajay-lawrence/b227506769
...
Adds Verification Commands.
2022-05-26 13:01:55 -07:00
lajay-lawrence
9a035e3287
Updated verification commands
2022-05-26 18:53:26 +00:00
Kubernetes Prow Robot
908a830c8a
Merge pull request #110234 from danwinship/endpoint-reconciler-org
...
Fix up some kubernetes service reconciling code organization.
2022-05-26 11:51:01 -07:00
Dan Winship
217f720c72
Fix up some kubernetes service reconciling code organization.
...
When the endpoint reconcilers got split out of pkg/controlplane,
GetMasterServiceUpdateIfNeeded() got moved to
pkg/controlplane/reconcilers, even though it needs to be kept in sync
with CreateOrUpdateMasterServiceIfNeeded() which stayed in
pkg/controlplane. (And everything else in pkg/controlplane/reconcilers
is about the Endpoints not the Service anyway.) So move it back.
On the flip side, the implementation of masterCountEndpointReconciler
got moved to pkg/controlplane/reconcilers, but its unit tests didn't.
So belatedly fix that.
2022-05-26 13:39:54 -04:00
Wojciech Tyczyński
8ca1ec2b60
Clean shutdown of cronjob integration tests
2022-05-26 19:29:34 +02:00
Kubernetes Prow Robot
ee0a070865
Merge pull request #110082 from twilight0620/addTest2
...
add test case TestValidateServiceNodePort for validateServiceNodePort method
2022-05-26 08:45:35 -07:00
Kubernetes Prow Robot
4a2391caf3
Merge pull request #108259 from carlosdamazio/refactor/roundrobin
...
pkg/proxy/userspace/roundrobin: Make `lb.services` nil check standardized
2022-05-26 08:45:23 -07:00
wangyamei
187dcb5a59
Error message optimization for podautoscaler controller
2022-05-26 23:40:34 +08:00
Antonio Ojea
209fb99f28
remove SelectorIndex field
2022-05-26 17:27:45 +02:00
Wojciech Tyczyński
2893ad3e5b
Clean shutdown of evictions integration tests
2022-05-26 17:19:36 +02:00
Wojciech Tyczyński
c0149f78d7
Clean shutdown of certificates integration tests
2022-05-26 17:19:36 +02:00