Jordan Liggitt
40635ca59e
PodSecurity: runAsUser: generated fixtures
2021-10-25 16:17:10 -04:00
Jordan Liggitt
a476a5e00e
PodSecurity: runAsUser
2021-10-25 16:17:10 -04:00
Jordan Liggitt
9b930e3728
PodSecurity: test: generate 1.23 fixtures
2021-10-25 16:17:10 -04:00
Jordan Liggitt
ef3bf86f5b
PodSecurity: test: ensure fixtures are exercised for all relevant policy versions
2021-10-25 16:16:31 -04:00
Lubomir I. Ivanov
b9171aee20
kubeadm: remove the reset/update-cluster-status phase
...
The phase has been deprecated and a NO-OP since 1.22.
Remove the phase related code.
2021-10-25 22:47:15 +03:00
Kubernetes Prow Robot
770bc04740
Merge pull request #105878 from pohly/generic-ephemeral-volume-test
...
volume e2e: block volume metrics fix
2021-10-25 11:25:14 -07:00
Kubernetes Prow Robot
a6ffd29e5f
Merge pull request #105314 from calvin0327/issue-podsecurity-errormessage
...
[PodSecurity]Add context to failure message
2021-10-25 11:25:02 -07:00
Tim Allclair
c7cdf19cbe
Add --version flag to podsecurity-webhook command
2021-10-25 10:26:05 -07:00
Kubernetes Prow Robot
29552618e3
Merge pull request #105869 from ahg-g/ahg-jobtestfix
...
Fixes TestNodeSelectorUpdate flaky test
2021-10-25 09:38:34 -07:00
Kubernetes Prow Robot
6166203f45
Merge pull request #105828 from ahg-g/ahg-legacy
...
Remove scheduler's legacy policy config
2021-10-25 09:38:23 -07:00
Kubernetes Prow Robot
f08ad3e0ed
Merge pull request #105273 from claudiubelu/tests/fixes-pod-collection-flake
...
tests: Wait for pod collection to enter a Running state
2021-10-25 07:34:23 -07:00
Abdullah Gharaibeh
74e1b07a5e
Fixes TestNodeSelectorUpdate flaky test
2021-10-25 10:33:50 -04:00
Marcel Zięba
269431c9c8
Fix race condition in logging when request times out
2021-10-25 14:26:11 +00:00
Kubernetes Prow Robot
9248f27e23
Merge pull request #105879 from mborsz/patch-16
...
Also log err in *deferredResponseWriter.Write
2021-10-25 05:36:23 -07:00
Maciej Borsz
f0c7c9abc9
Update writers.go
2021-10-25 13:35:43 +02:00
Patrick Ohly
4c7a8c494e
volume e2e: block volume metrics fix
...
The same PVC name handling as for non-block volumes is also needed for block
volumes.
2021-10-25 12:44:58 +02:00
Kubernetes Prow Robot
f3551dd942
Merge pull request #105866 from MikeSpreitzer/clarify-phase
...
Clarify metrics help wrt APF execution phases
2021-10-25 02:42:23 -07:00
Kubernetes Prow Robot
05a18a34b7
Merge pull request #105872 from wojtek-t/fix_delete_collection
...
Fix delete collection error channel size
2021-10-25 01:16:23 -07:00
Wojciech Tyczyński
f609a8e0b5
Fix delete collection error channel size
2021-10-25 08:07:21 +02:00
Mike Spreitzer
d7a3bf0d26
Clarify metrics help wrt APF execution phases
2021-10-24 22:32:13 -04:00
Abdullah Gharaibeh
faf0ce68a0
Remove scheduler's legacy policy config
2021-10-24 21:58:12 -04:00
DiptoChakrabarty
1e02fc056a
remove default value comment for pod exec and update openapi spec
2021-10-23 03:28:44 +00:00
Kubernetes Prow Robot
89dd275dde
Merge pull request #105584 from goofy-z/fix-extension-point-postfilter-comment
...
update extension point PostFilter comment
2021-10-22 20:00:20 -07:00
Kubernetes Prow Robot
7fbb384e15
Merge pull request #105682 from pohly/generic-ephemeral-volume-raw-block
...
storage validation: accept generic ephemeral volumes as volume device
2021-10-22 18:04:50 -07:00
Kubernetes Prow Robot
a5cd438b9f
Merge pull request #104877 from pohly/json-kobj
...
component-base: test and fix JSON output for KObj
2021-10-22 13:24:42 -07:00
Marc Khouzam
5f22baeaf1
Add completion to the --output/-o flag
...
For example:
$ kubectl get -o json<TAB>
json jsonpath jsonpath-as-json jsonpath-file
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
2021-10-22 15:16:23 -04:00
Kubernetes Prow Robot
54ad99f523
Merge pull request #105752 from yselkowitz/s390x-test-images
...
test: use newer test images for better s390x coverage
2021-10-22 11:14:54 -07:00
haichao li
679f520acc
Update glusterdynamic-provisioner to provide support for arm64 ( #105754 )
...
Signed-off-by: Haichao Li <Haichao.li@arm.com>
Change-Id: I69ca60e57cbe8cd98e4b7bb723a635c300e308dc
2021-10-22 10:10:49 -07:00
Kubernetes Prow Robot
491d9ae754
Merge pull request #94786 from ii/proxy-301-redirect
...
Write Pod- & ServiceProxy Test - +12 endpoint coverage
2021-10-22 10:10:37 -07:00
Kubernetes Prow Robot
03571886e8
Merge pull request #105718 from CIPHERTron/migrated-dir
...
mark kube-proxy structured logs as migrated
2021-10-22 07:46:37 -07:00
Patrick Ohly
e36d54ce62
component-base: test json output for KObj and KObjs
...
Thanks to the new klog, logr and zapr releases, ObjectRef is now
logged as struct in JSON output.
2021-10-22 15:32:20 +02:00
Patrick Ohly
169e8b65a0
klog 2.30.0, logr 1.2.0, zapr 1.2.0
...
The new releases fix logging of KObj in JSON output: klog implements the new
logr.Marshaler interface and zapr uses it instead of Stringer when logging the
ObjectRef created by KObj.
2021-10-22 15:32:20 +02:00
Kubernetes Prow Robot
9251115fa1
Merge pull request #105807 from jonyhy96/fix-magic-number
...
kubeadm: make constant of the magic-number in bootstraptoken util
2021-10-22 04:46:37 -07:00
Qi Ni
81eb757430
fix: remove VMSS and VMSS instances from SLB backend pool only when necessary
2021-10-22 16:09:08 +08:00
Kubernetes Prow Robot
cc25656b00
Merge pull request #105030 from liggitt/json-stdlib
...
switch from json-iterator to forked stdlib json decoder
2021-10-21 20:40:37 -07:00
haoyun
9b5f28053c
feat: make a const of magic-number
...
Signed-off-by: haoyun <yun.hao@daocloud.io>
Co-authored-by: Lubomir I. Ivanov <neolit123@gmail.com>
2021-10-22 09:53:07 +08:00
Kubernetes Prow Robot
313b43a8cb
Merge pull request #105511 from benluddy/apf-delegated-signal
...
Free APF seats for watches handled by an aggregated apiserver.
2021-10-21 16:50:37 -07:00
Kubernetes Prow Robot
14c0f84654
Merge pull request #105824 from pohly/generic-ephemeral-volume-test
...
storage e2e: fix volume metric test for PVC
2021-10-21 12:41:56 -07:00
Kubernetes Prow Robot
92c7526de4
Merge pull request #105823 from mkumatag/trigger_npb_is
...
Trigger the image build for node-perf/npb-is
2021-10-21 12:41:45 -07:00
Shivanshu Raj Shrivastava
d3350f45e5
Migrated proxier_health.go , proxier.go to structured logging ( #105767 )
...
* fixed improperly migrated logs
* Update pkg/proxy/winkernel/proxier.go
Co-authored-by: Marek Siarkowicz <marek.siarkowicz@protonmail.com>
Co-authored-by: Marek Siarkowicz <marek.siarkowicz@protonmail.com>
2021-10-21 10:17:48 -07:00
Kubernetes Prow Robot
c767c9d993
Merge pull request #105663 from Jefftree/feature-openapiv3
...
Add feature flag for OpenAPI v3
2021-10-21 10:17:37 -07:00
Claudiu Belu
b87cc616b5
tests: Refactors daemonset utils into framework
...
Creates test/e2e/framework/daemonset, which contains commonly
used daemonset-related operations, deduplicating the code for it.
2021-10-21 18:54:38 +03:00
Shivanshu Raj Shrivastava
86aed49a18
Migrated ipvs/proxier.go(remaining) to structured logging ( #105770 )
...
* fixed improperly migrated logs
* fixed improperly migrated logs
* add
2021-10-21 08:41:57 -07:00
Kubernetes Prow Robot
4cfd2820ba
Merge pull request #105514 from jpetazzo/tweak-kubectl-run-help
...
Minor improvements in 'kubectl run' flag help
2021-10-21 08:41:39 -07:00
Patrick Ohly
d6aa7e321f
storage e2e: fix volume metric test for PVC
...
The fix for the ephemeral volume
case (7538d089d5
) broke the other variant with
PVC because pvc.Name is only set *after* creating the PVC.
2021-10-21 17:09:49 +02:00
Manjunath A Kumatagi
71ed83963f
Change the copyright year
2021-10-21 20:34:29 +05:30
Kubernetes Prow Robot
2dede1d4d4
Merge pull request #105606 from sxllwx/fix/goroutine-leak
...
fix goroutine leak in the DeleteCollection
2021-10-21 06:48:09 -07:00
Lukasz Szaszkiewicz
5116a508a7
aggregator: pass apiServiceRegistrationControllerInitiated signal directly to apiserviceRegistration controller
2021-10-21 15:25:33 +02:00
Steve Kuznetsov
f87c712790
e2e: conformance: correctly produce MODIFIED events
...
The previous implementaton called Update() without changing anything
about the object, so no MODIFIED events were ever generated. This change
ensures that all calls to Update() cause mutations, thereby ensuring
that MODIFIED events happen in the watch stream.
Signed-off-by: Steve Kuznetsov <skuznets@redhat.com>
2021-10-21 06:36:14 -05:00
scott
53df1caeef
fix goroutine leak in the DeleteCollection
2021-10-21 19:19:38 +08:00