Stephen Augustus
621c4aa599
etcd: Update container repo to gcr.io/etcd-development/etcd
...
Signed-off-by: Stephen Augustus <foo@auggie.dev >
2022-04-13 19:04:01 -04:00
Stephen Augustus
3f85937b11
etcd: Update to v3.5.3
...
Signed-off-by: Stephen Augustus <foo@auggie.dev >
2022-04-13 19:04:00 -04:00
cpanato
e1a433b67c
Update publishing-bot rules for Go 1.17.9
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2022-04-13 18:41:49 +02:00
cpanato
2e9d10e8c6
Update Go to 1.18.1
...
Signed-off-by: cpanato <ctadeu@gmail.com >
2022-04-13 16:44:21 +02:00
James Laverack
7d57d5c70d
Revert "Introduce APIs to support multiple ClusterCIDRs ( #108290 )"
...
This reverts commit b9792a9dae .
2022-04-13 13:58:19 +01:00
Kubernetes Prow Robot
7380fc735a
Merge pull request #109109 from mborsz/exec_time
...
Add apf_execution_time log field.
2022-04-08 07:50:43 -07:00
Jordan Liggitt
adb7621919
Revert "remove unwanted values returned from dry-run"
...
This reverts commit 60c1d58d02 .
2022-04-06 12:34:42 -04:00
Kubernetes Prow Robot
e9497e5999
Merge pull request #109212 from alexzielenski/copylock-fix
...
apimachinery: remove implicit copy of a lock
2022-04-05 17:16:55 -07:00
Alexander Zielenski
0706fb72b6
fix remove implicit copy of a lock
...
addressing #109197
fix packag enaming
2022-04-05 11:56:48 -07:00
Kubernetes Prow Robot
68d26c868f
Merge pull request #107631 from lzhecheng/fix-retry-svc-to-update
...
Avoid updating Services with stale specs
2022-04-05 08:23:37 -07:00
Kubernetes Prow Robot
c6478308f8
Merge pull request #109154 from jsafrane/fix-azure-disk-migrated-zones
...
Fix translation of Azure availability zones
2022-04-05 06:15:36 -07:00
Abu Kashem
6618b8ef7c
client-go: make retry in Request thread safe
2022-04-04 18:02:15 -04:00
Kubernetes Prow Robot
97bf2986cd
Merge pull request #109050 from MadhavJivrajani/client-go-retry
...
rest: Ensure response body is fully read and closed before retry
2022-04-04 12:55:38 -07:00
Jordan Liggitt
34522912d7
Revert "Enable ServerSideFieldValidation feature gate on by default in beta"
...
This reverts commit a3a24e1c7b .
2022-04-04 12:26:49 -04:00
Abu Kashem
68c8c458ee
client-go: reset request body after response is read and closed
...
This commit refactors the retry logic to include resetting the
request body. The reset logic will be called iff it is not the
first attempt. This refactor is nescessary mainly because now
as per the retry logic, we always ensure that the request body
is reset *after* the response body is *fully* read and closed
in order to reuse the same TCP connection.
Previously, the reset of the request body and the call to read
and close the response body were not in the right order, which
leads to race conditions.
This commit also adds a test that verifies the order in which
the function calls are made to ensure that we seek only after
the response body is closed.
Co-authored-by: Madhav Jivrajani <madhav.jiv@gmail.com >
2022-04-04 19:46:14 +05:30
Jordan Liggitt
495b01ef6c
Move cron job feature gate to correct file
2022-04-03 22:56:01 -04:00
Kubernetes Prow Robot
c6153a93d0
Merge pull request #109242 from cici37/addTest
...
Add separate cost limit test.
2022-04-02 11:34:09 -07:00
Kubernetes Prow Robot
14cc997d03
Merge pull request #107178 from SataQiu/deprecated-20211222
...
kube-controller-manager: remove unused option deployment-controller-sync-period for deployment controller
2022-04-01 21:22:10 -07:00
Kubernetes Prow Robot
3024ddcfe2
Merge pull request #109241 from ravisantoshgudimetla/sts-ar-optional
...
Make STS available replicas optional
2022-04-01 19:52:20 -07:00
cici37
48ca0df53a
Add separate cost limit test.
2022-04-01 15:14:28 -07:00
ravisantoshgudimetla
807ae0c318
[sts] api: Make available replicas optional
2022-04-01 11:54:50 -04:00
ravisantoshgudimetla
9eb544e78a
[sts] Generated: Make available replicas optional
2022-04-01 11:54:02 -04:00
Joe Betz
8920b2d95e
Only validate each expression once in primary CEL correctness suite
2022-04-01 11:04:58 -04:00
Kubernetes Prow Robot
885f14d162
Merge pull request #109188 from wojtek-t/pf_mitigate_delegated_requests
...
Fix the overestimated cost of deletaged API requests in P&F
2022-03-31 15:49:17 -07:00
Kubernetes Prow Robot
64e711085b
Merge pull request #108016 from jiahuif-forks/feature/leader-migration-v1-api
...
v1 types for Leader Migration
2022-03-31 15:49:05 -07:00
Kubernetes Prow Robot
17381762dd
Merge pull request #109200 from dashpole/fix_lint
...
Fix copylock vet errors in component-base metrics
2022-03-31 12:06:36 -07:00
Jordan Liggitt
2b52a1e509
Drop enum tag from certificate request condition
2022-03-31 12:31:47 -04:00
Jan Safranek
ac9c93224e
Fix translation of Azure availability zones
...
Some Azure regions do not have any availability zones. Nodes in such zones have
these labels, where "0" is a fault domain, not an availability zone.
"topology.kubernetes.io/region": "westus"
"topology.kubernetes.io/zone": "0"
Azure Disk CSI driver uses zone "" in this case:
"topology.disk.csi.azure.com/zone": ""
Fix the CSI translation to translate the fault domain "0" to "". Any value that is just
a number and not "<region>-<number>" ("centralus-1") needs to be translated to
"" in similar fashion.
2022-03-31 18:29:48 +02:00
David Ashpole
120da3bb9b
fix copylock vet errors in component-base metrics
2022-03-31 15:07:11 +00:00
Maciej Wyrzuc
1108bed763
Revert "Field status.hostIPs added for Pod ( #101566 )"
...
This reverts commit 61b3c028ba .
2022-03-31 12:39:45 +00:00
Wojciech Tyczyński
14a4fd3853
Fix the overestimated cost of deletaged API requests in P&F
2022-03-31 09:47:41 +02:00
Jordan Liggitt
f23b9a5002
Avoid log spam in servers without auditing enabled
2022-03-31 02:02:48 -04:00
Sarvesh Rangnekar
b9792a9dae
Introduce APIs to support multiple ClusterCIDRs ( #108290 )
...
* Introduce networking/v1alpha1 api, ClusterCIDRConfig type
Introduce networking/v1alpha1 api group.
Add `ClusterCIDRConfig` type to networking/v1alpha1 api group, this type
will enable the NodeIPAM controller to support multiple ClusterCIDRs.
* Change ClusterCIDRConfig.NodeSelector type in api
* Fix review comments for API
* Update ClusterCIDRConfig API Spec
Introduce PerNodeHostBits field, remove PerNodeMaskSize
2022-03-30 19:39:00 -07:00
Kubernetes Prow Robot
8b158fa730
Merge pull request #108953 from nckturner/remove-insecure-serving
...
Remove the deprecated insecure serving from the cloud controller manager
2022-03-30 18:03:00 -07:00
Jordan Liggitt
a6da995405
Update docker/distribution to 2.8.1 to fix checksum error
2022-03-30 18:25:47 -04:00
Kubernetes Prow Robot
f33b88fe62
Merge pull request #108815 from cici37/updateComm
...
Update comments to reduce confusion
2022-03-30 14:49:56 -07:00
Kubernetes Prow Robot
d4ac0ebecb
Merge pull request #109072 from jiahuif-forks/feature/leader-migration/to-ga
...
Graduate Leader Migration to GA
2022-03-30 10:58:24 -07:00
SataQiu
9ac1b4b68f
remove unused option deployment-controller-sync-period for deployment controller
2022-03-30 20:00:53 +08:00
Kubernetes Prow Robot
2e55595d3b
Merge pull request #109137 from wojtek-t/fix_multiple_values_indexer
...
Fix issues in indexer caused by object changing the number of index values
2022-03-30 04:04:28 -07:00
Kubernetes Prow Robot
cb6ca16d47
Merge pull request #109134 from pacoxu/patch-8
...
TestPreShutdownHooks: change timeout to 200ms
2022-03-30 01:20:26 -07:00
Paco Xu
99c447ff0e
TestPreShutdownHooks: change timeout to 1s
2022-03-30 15:12:44 +08:00
Michael Bolot
cbbb5f70a4
Addresses the issue which caused #109115
2022-03-30 09:07:37 +02:00
Wojciech Tyczyński
56159f258c
Add test for indexer with multiple values
2022-03-30 08:52:10 +02:00
Kubernetes Prow Robot
ba1bbb5ac6
Merge pull request #109128 from Jefftree/openapiv3-metrics
...
Add metrics for OpenAPI v3 generation
2022-03-29 20:37:48 -07:00
Kubernetes Prow Robot
e4690b0fbc
Merge pull request #109123 from dims/switch-to-pause-3.7
...
Switch to pause 3.7 for Kubernetes 1.24
2022-03-29 20:37:39 -07:00
Kubernetes Prow Robot
cbc341575a
Merge pull request #109122 from jpbetz/runtime-limit-tightening
...
Reduce CEL runtime cost limits by 1/2 based on latency goals
2022-03-29 20:37:29 -07:00
Kubernetes Prow Robot
c7fc0f9125
Merge pull request #109120 from kevindelgado/ss-validation-metrics
...
Track field validation in metrics
2022-03-29 20:37:20 -07:00
Kubernetes Prow Robot
7fba4f75c5
Merge pull request #109107 from liggitt/deprecated-cert-audit
...
Add audit annotations and log prefixes to deprecated cert warnings
2022-03-29 20:37:09 -07:00
Kubernetes Prow Robot
6358d36fbf
Merge pull request #109102 from liggitt/darwin-tls
...
Tolerate additional error messages in TLS unit tests
2022-03-29 20:36:50 -07:00
Kubernetes Prow Robot
904c30562a
Merge pull request #109031 from Jefftree/openapiv3beta
...
OpenAPI V3 Enable Beta
2022-03-29 20:36:25 -07:00