Jordan Liggitt
466ddd01de
Raise verbosity of EncoderWithAllocator log
2022-03-26 01:06:39 -04:00
Kevin Delgado
b0f3b5a796
Adjust validation checks to pass for both client-side and server-side validation
2022-03-26 03:45:13 +00:00
Kevin Delgado
0bb1a32411
Expand newly created cmd-test
...
Modify newly created cmd-test to work for both
client-side and server-side validation
2022-03-26 03:45:13 +00:00
Kevin Delgado
fe3772890f
add server-side validation support to kubectl
2022-03-26 03:45:13 +00:00
Kubernetes Prow Robot
083c3ac4e8
Merge pull request #106998 from eltociear/patch-7
...
Fix typo in get_test.go
2022-03-25 20:23:55 -07:00
Kubernetes Prow Robot
f411c4068c
Merge pull request #109040 from jpbetz/revert-cel-bump
...
Revert #108954 : Use CEL EagerlyValidateDeclarations to improve compilation performance
2022-03-25 19:18:10 -07:00
Kubernetes Prow Robot
6c73b674d7
Merge pull request #109030 from liggitt/revert-apf-ssa
...
Revert "Revert "Merge pull request #107797 from tkashem/revert-107456""
2022-03-25 19:17:58 -07:00
Deepak Kinni
836ace46a0
Default enable flag for beta feature HonorPVReclaimPolicy
...
Signed-off-by: Deepak Kinni <dkinni@vmware.com>
2022-03-26 06:48:28 +05:30
Kubernetes Prow Robot
6efd6582df
Merge pull request #109006 from andrewsykim/kubelet-cred-provider-e2e-beta
...
test/e2e_node: update kubelet credential provider tests to use new v1beta1 APIs
2022-03-25 18:08:24 -07:00
Kubernetes Prow Robot
c239b406f0
Merge pull request #108929 from gnufied/move-expansion-feature-gate-ga
...
Move all volume expansion feature gates to GA
2022-03-25 18:08:16 -07:00
Kubernetes Prow Robot
08765e15da
Merge pull request #108894 from marosset/windows-cri-api-storage-opts
...
CRI-API - Add rootfs size to WindowsContainerResources
2022-03-25 18:08:09 -07:00
Kubernetes Prow Robot
0a63090445
Merge pull request #108859 from cici37/placeholder
...
Return a placeholder error for blocking failures and skip CEL validation.
2022-03-25 18:07:58 -07:00
Kubernetes Prow Robot
58847ef702
Merge pull request #109019 from liggitt/null-fix
...
Fix inconsistent requirement for kind in strict json decoding
2022-03-25 15:35:25 -07:00
Kubernetes Prow Robot
5a651eacbc
Merge pull request #108987 from soltysh/deprecate_long_version
...
Start deprecating long/golang version information
2022-03-25 15:35:17 -07:00
Kubernetes Prow Robot
317f8afe92
Merge pull request #108976 from ArangoGutierrez/devel/typos/scheduler
...
Fix typos under pkg/scheduler
2022-03-25 15:35:09 -07:00
Kubernetes Prow Robot
9472cbb547
Merge pull request #108946 from ArangoGutierrez/devel/108801
...
Cleanup: pkg/util/ipset
2022-03-25 15:35:01 -07:00
Kubernetes Prow Robot
bb3127eee8
Merge pull request #108939 from stevekuznetsov/skuznets/precise-watch
...
pkg/storage/etcd3: be more precise in watch test
2022-03-25 15:34:53 -07:00
Kubernetes Prow Robot
91d3afc948
Merge pull request #108899 from jsturtevant/windows-gmsa-deployment
...
Windows gmsa e2e: Don't assume bash is avaliable for webhook deployment
2022-03-25 15:34:45 -07:00
Kubernetes Prow Robot
8f12e4a44b
Merge pull request #108898 from jiahuif-forks/feature/openapi-enums/to-beta
...
Graduate OpenAPI Enums to beta
2022-03-25 15:34:37 -07:00
Kubernetes Prow Robot
5af9afe201
Merge pull request #108698 from tkashem/last-error
...
client-go: wrap previous error to provide more context to caller
2022-03-25 15:34:30 -07:00
Kubernetes Prow Robot
ea006f5246
Merge pull request #108531 from tallclair/redirects
...
Don't follow redirects with spdy
2022-03-25 15:34:23 -07:00
Kubernetes Prow Robot
a2a774d3d1
Merge pull request #108493 from VilledeMontreal/feat/compForCompositeNames
...
Support shell completion for the type/name form
2022-03-25 15:34:10 -07:00
Kubernetes Prow Robot
d6487d63b7
Merge pull request #108310 from csantanapr/add-check-colima
...
add check for colima docker socket as fall back
2022-03-25 15:33:59 -07:00
Masaki Kimura
52afdc6259
Use WaitForPodRunningInNamespace for proxy e2e tests
2022-03-25 21:24:59 +00:00
Jiahui Feng
2ecfdcc427
generated: ./hack/update-vendor.sh
2022-03-25 14:20:41 -07:00
Kubernetes Prow Robot
e8e0fe9e87
Merge pull request #106792 from aojea/reserved_allocator
...
KEP-3070: Reserve Service IP Ranges For Dynamic and Static IP Allocation
2022-03-25 13:53:58 -07:00
Joe Betz
c89539fdc5
Revert "Initialize a base CEL env and share it to avoid repeated function declaration validation"
...
This reverts commit 6c6d76c69e
.
2022-03-25 16:47:33 -04:00
Joe Betz
4fba6adc91
Revert "Bump CEL to 0.11.2"
...
This reverts commit 4c90653d19
.
2022-03-25 16:46:52 -04:00
Rey Lejano
37a86e3e33
updates for kubectl generated ref docs
2022-03-25 12:31:12 -07:00
Surya Seetharaman
1ea5f9432c
Add validation for bridge-interface and interface-name-prefix
...
Co-authored-by: Will Daly <widaly@microsoft.com>
Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
2022-03-25 20:06:12 +01:00
Surya Seetharaman
7d480d8ac8
Enable local traffic detection using the interface options
...
This commit adds the framework for the new local detection
modes BridgeInterface and InterfaceNamePrefix to work.
Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
2022-03-25 20:06:12 +01:00
Surya Seetharaman
5632991115
Local Traffic Detector: Add two new modes
...
This PR introduces two new modes for detecting
local traffic in a cluster.
1) detectLocalByBridgeInterface: This takes a bridge name
as argument and decides all traffic that match on their
originating interface being that of this bridge, shall be
considered as local pod traffic.
2) detectLocalByInterfaceNamePrefix: This takes an interface prefix
name as argument and decides all traffic that match on their
originating interface names having a prefix that matches this
argument shall be considered as local pod traffic.
Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
2022-03-25 20:06:06 +01:00
Kubernetes Prow Robot
84bd51c7a1
Merge pull request #107910 from tkashem/latency-breakdown
...
track latency incurred in various layers of apiserver
2022-03-25 11:47:58 -07:00
Jordan Liggitt
363a8beaab
Revert "Revert "Merge pull request 107797 from tkashem/revert-107456""
...
This reverts commit b0b460921b
.
2022-03-25 14:36:10 -04:00
Carlos Eduardo Arango Gutierrez
a435ad33f4
Cleanup: pkg/util/ipset
...
Signed-off-by: Carlos Eduardo Arango Gutierrez <carangog@redhat.com>
2022-03-25 14:14:17 -04:00
Stephen Heywood
a1f6b7b7ec
Create job lifecycle e2e test
...
The test validates the following endpoints
- deleteBatchV1CollectionNamespacedJob
- listBatchV1JobForAllNamespaces
- patchBatchV1NamespacedJob
- replaceBatchV1NamespacedJob
2022-03-26 06:58:38 +13:00
Aldo Culquicondor
cd9fd12960
Reduce number of pods in Job+GC tests
...
To reduce the load of the integration tests. This change reduces the runtime of each test in half.
Change-Id: I71bcaadf3809643c63bb0f6b73c28778d37d8967
2022-03-25 13:01:50 -04:00
Hemant Kumar
5e49fb067f
Fix flexvolume online resizing tests
2022-03-25 12:52:49 -04:00
Abu Kashem
1d1a44cf12
track latency for http.ResponseWriter.Write
2022-03-25 12:49:03 -04:00
Abu Kashem
eca9085694
add latency tracker for storage and transform
2022-03-25 12:45:40 -04:00
Jordan Liggitt
37952b7dbc
Make strict json unstructured decoding consistent with non-strict decoding
2022-03-25 12:08:07 -04:00
Jordan Liggitt
48d3fde39f
Expand testcases around untyped data in json decoding
2022-03-25 12:08:06 -04:00
Stanislav Laznicka
b2c6de170b
webhooks: regenerate certificates for additional sha-1 signatures
2022-03-25 16:57:40 +01:00
Stanislav Laznicka
fee08cc580
webhooks: gencerts.sh: add intermediate and server certs with sha-1 signatures
2022-03-25 16:57:40 +01:00
Mark Rossetti
04d85fbafc
CRI-API - Add rootfs size to WindowsContainerResources
...
Signed-off-by: Mark Rossetti <marosset@microsoft.com>
2022-03-25 08:43:40 -07:00
Jakub Przychodzeń
d6db6443b4
Rework 'running_managed_controllers' metric interface
2022-03-25 16:12:33 +01:00
Kubernetes Prow Robot
5e63432f79
Merge pull request #108954 from jpbetz/cel-0.11.1
...
Use CEL EagerlyValidateDeclarations to improve compilation performance
2022-03-25 07:43:59 -07:00
Abu Kashem
868b5a31d3
client-go: wrap error from previous attempt to provide more context
2022-03-25 10:09:25 -04:00
Joe Betz
6c6d76c69e
Initialize a base CEL env and share it to avoid repeated function declaration validation
2022-03-25 09:18:49 -04:00
Joe Betz
4c90653d19
Bump CEL to 0.11.2
2022-03-25 09:18:41 -04:00