Wojciech Tyczyński
3786cfdf85
Clean shutdown of serving integration test
2022-11-02 21:08:43 +01:00
Wojciech Tyczyński
c84c27b6ac
Clean shutdown of event broadcaster in controllers
2022-11-02 21:08:43 +01:00
xing-yang
b4e6bed525
Moved Register() to init()
2022-11-02 19:54:38 +00:00
Han Kang
3abbfd5782
Replace brancz as feature approver for SIG Inst
...
brancz is no longer a chair of SIG Instrumentation. Update the owners aliases file accordingly.
2022-11-02 12:18:59 -07:00
Kubernetes Prow Robot
91dbd82cde
Merge pull request #113545 from dashpole/shutdown_trace
...
Shutdown tracerprovider when stopping the kube-apiserver
2022-11-02 11:53:29 -07:00
Kubernetes Prow Robot
ed8c901aeb
Merge pull request #113520 from jkh52/dial-start-metric
...
egress_selector.go: Add a dial starts metric.
2022-11-02 11:53:17 -07:00
Kubernetes Prow Robot
50fecb3e36
Merge pull request #113020 from marosset/resource-consumer-windows-updates
...
resource-consumer windows image use leak-and-touch for memory allocations
2022-11-02 11:53:06 -07:00
Francesco Romani
a6b928d90c
kubelet: cpumgr: internal variable trivial rename
...
CPUManager is going GA, thus it makes little sense
to keep the names of the internal configuration
variables `Experimental*`.
Trivial rename only.
Signed-off-by: Francesco Romani <fromani@redhat.com>
2022-11-02 18:41:42 +01:00
Francesco Romani
5e12338a22
node: cpumgr: address golint
complains
...
Add docstrings and trivial fixes.
Signed-off-by: Francesco Romani <fromani@redhat.com>
2022-11-02 18:41:42 +01:00
Francesco Romani
ff44dc1932
cpumanager: the FG is locked to default (ON)
...
hence we can remove the if() guards, the feature
is always available.
Signed-off-by: Francesco Romani <fromani@redhat.com>
2022-11-02 18:41:41 +01:00
Francesco Romani
c8ab5a092c
node: kubelet: cpumgr: CPU Manager to GA
...
Signed-off-by: Francesco Romani <fromani@redhat.com>
2022-11-02 18:41:04 +01:00
Kubernetes Prow Robot
63e40b1ed4
Merge pull request #113548 from aojea/revert_113408
...
Revert "plumb context from CRI calls through kubelet"
2022-11-02 10:13:14 -07:00
Marko Mudrinić
b928c53522
releng: Update images, dependencies and version to Go 1.19.3
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2022-11-02 17:19:52 +01:00
Aldo Culquicondor
5e03865f65
Add benchmark for large indexed job
...
Change-Id: I556f0cce5842699c98654cfb5a66e7c8d63b2e2e
2022-11-02 11:56:26 -04:00
Wojciech Tyczyński
75a1ef87b3
Reuse generic TestGet in cache tests.
2022-11-02 16:36:45 +01:00
Kubernetes Prow Robot
e8449012e2
Merge pull request #113512 from ehashman/rm-ehashman-node
...
Remove ehashman from sig-node roles
2022-11-02 08:36:00 -07:00
Kubernetes Prow Robot
9d24d8154a
Merge pull request #113461 from pacoxu/clean-psp-in-addons
...
cleanup psp related rbac in cluster addons
2022-11-02 08:35:49 -07:00
Kubernetes Prow Robot
447706238f
Merge pull request #113419 from chrishenzie/rwop-integration-test
...
scheduler: integration test for ReadWriteOncePod alpha
2022-11-02 08:35:38 -07:00
Kubernetes Prow Robot
421213b7a1
Merge pull request #113369 from wojtek-t/fix_delete_resource_version
...
Fix setting resource version on etcd3 deletion
2022-11-02 08:35:26 -07:00
Kubernetes Prow Robot
06ba383532
Merge pull request #113329 from RomanBednar/retro-sc-beta
...
graduate RetroactiveDefaultStorageClass to beta
2022-11-02 08:35:14 -07:00
Kubernetes Prow Robot
07315d10b3
Merge pull request #113513 from dims/fix-sample-apiserver-e2e-image-build-failure
...
Fix sample-apiserver E2E image build failure
2022-11-02 06:47:27 -07:00
Kubernetes Prow Robot
c4a8d3e9e4
Merge pull request #113462 from chendave/reset_test
...
kubeadm: add testcases for `kubeadm reset`
2022-11-02 06:47:15 -07:00
Antonio Ojea
9c2b333925
Revert "plumb context from CRI calls through kubelet"
...
This reverts commit f43b4f1b95
.
2022-11-02 13:37:23 +00:00
David Ashpole
2342721c15
shut down tracerprovider when stopping the kube-apiserver
2022-11-02 13:26:02 +00:00
Wojciech Tyczyński
72194de96f
Minor cleanup of thread safe store
2022-11-02 13:58:24 +01:00
astraw99
244598af80
Add back-off restarting failed container name
2022-11-02 20:46:32 +08:00
Wojciech Tyczyński
7c94ce3076
Refactor store index into its structure
2022-11-02 13:01:22 +01:00
Laszlo Janosi
82ce61afc7
KEP-1435 Mixed Protocol values in LoadBalancer Service GA
...
Removed the unit tests that test the cases when the MixedProtocolLBService feature flag was false - the feature flag is locked to true with GA
Added an integration test to test whether the API server accepts an LB Service with different protocols.
Added an e2e test to test whether a service which is exposed by a multi-protocol LB Service is accessible via both ports.
Removed the conditional validation that compared the new and the old Service definitions during an update - the feature flag is locked to true with GA.
2022-11-02 13:44:52 +02:00
Swati Sehgal
40741681a2
node: devicemgr: Address warnings from golint
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-02 11:05:20 +00:00
Swati Sehgal
8b29eded52
node: devicemgr: Remove devicePluginEnabled
field from container mgr
...
With graduation of device plugins to GA in 1.26, the feature gate is
enabled by default so `devicePluginEnabled` field no longer needs to
be passed at the time of Container Manager creation.
In addition to that, we remove the `ManagerStub` as it is no longer
needed.
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-02 11:05:20 +00:00
Swati Sehgal
752fa093e0
node: devicemgr: GA graduation implies Feature Gate is ON by default
...
Signed-off-by: Swati Sehgal <swsehgal@redhat.com>
2022-11-02 11:05:20 +00:00
xing-yang
8ce37fde95
Add metric deleting_pods_total
2022-11-02 11:01:47 +00:00
Kubernetes Prow Robot
548d135ea6
Merge pull request #113185 from everpeace/update-agnhost-e2e-image-for-supplementalgroups
...
test/images/agnhost: Adds a test user and group in the image for a E2E test case of SupplementalGroups with pre-defined group in the image
2022-11-02 03:58:47 -07:00
Roman Bednar
8d48c107a7
fix unit tests
2022-11-02 10:14:58 +01:00
Roman Bednar
8209066c4c
graduate RetroactiveDefaultStorageClass to beta
...
Change feature to beta and remove e2e test feature flags since they're
not needed anymore.
2022-11-02 09:25:10 +01:00
cyclinder
bef2070031
kube-proxy: add a flag to disables the allowing NodePort services to be accessed via localhost
2022-11-02 16:17:52 +08:00
Kubernetes Prow Robot
ccf57ba09d
Merge pull request #113523 from seans3/content-type-response
...
Get response content-type
2022-11-01 22:52:45 -07:00
arkbriar
b7e6c23e9f
Propagate the panic with a channel
...
Signed-off-by: arkbriar <arkbriar@gmail.com>
2022-11-02 11:49:16 +08:00
arkbriar
86e5d069ec
use subtests and defer in TestSPDYExecutorStream
...
Signed-off-by: arkbriar <arkbriar@gmail.com>
2022-11-02 11:49:12 +08:00
Kubernetes Prow Robot
e17a4f64d7
Merge pull request #113518 from logicalhan/custom-collectors
...
add support for parsing custom collectors from the stability framework
2022-11-01 20:00:04 -07:00
Kubernetes Prow Robot
26c88ccee2
Merge pull request #113514 from oscr/update-shellcheck-version
...
Update shellcheck version (0.7.1 -> 0.7.2) and fix findings
2022-11-01 19:59:57 -07:00
Kubernetes Prow Robot
5899432f92
Merge pull request #113481 from rphillips/fixes/77063
...
kubelet: fix pod log line corruption when using timestamps and long lines
2022-11-01 19:59:50 -07:00
Kubernetes Prow Robot
9bbd0fbdb2
Merge pull request #113476 from marosset/hpc-to-stable
...
Promoting WindowsHostProcessContainers to stable
2022-11-01 19:59:43 -07:00
Kubernetes Prow Robot
d377a1fc7b
Merge pull request #113455 from ii/promote-resourcequota-status-test
...
Promote test for ResourceQuota status to Conformance +3 Endpoints
2022-11-01 19:59:37 -07:00
Kubernetes Prow Robot
9313a1f2a6
Merge pull request #113452 from brianpursley/DBG2
...
Allow DBG=1 to be used with make release-images and make quick-release-images
2022-11-01 19:59:30 -07:00
Kubernetes Prow Robot
114a54c098
Merge pull request #113450 from neogopher/pv-controller-fix-log-message
...
docs: Correct the log message for pv controller to make it more accurately descriptive
2022-11-01 19:59:19 -07:00
Kubernetes Prow Robot
7b84436168
Merge pull request #113408 from dashpole/kubelet_context
...
Plumb context to Kubelet CRI calls
2022-11-01 19:59:08 -07:00
Kubernetes Prow Robot
5c8e3a423f
Merge pull request #113296 from claudiubelu/retrigger-test-images
...
test images: Retrigger failing images
2022-11-01 19:58:56 -07:00
Kubernetes Prow Robot
4a0bb39d2a
Merge pull request #113282 from xmcqueen/master
...
Image Version Bump in Manifest for Node Perf Test tf-wide-deep
2022-11-01 19:58:45 -07:00
Sean Sullivan
4ca128d71a
Get response content-type
2022-11-02 01:26:04 +00:00