Kubernetes Prow Robot
56a0823730
Merge pull request #113636 from marckhouzam/feat/compBashDesc
...
Enable shell completion descriptions for bash
2022-11-07 16:01:30 -08:00
Kubernetes Prow Robot
c326b2713f
Merge pull request #113500 from kerthcet/feat/graduate-nodeInclusionPoplicy-to-beta
...
Graduate kube-scheduler NodeInclusionPolicy to beta
2022-11-07 16:01:08 -08:00
Kubernetes Prow Robot
68875cf4a7
Merge pull request #113047 from everpeace/improve-supplemental-groups-description
...
Improve the API description of `PodSecurityContext.SupplementalGroups` to clarify its unfamiliar behavior
2022-11-07 16:01:00 -08:00
Kubernetes Prow Robot
243ba086e7
Merge pull request #112914 from PiotrProkop/topology-manager-policies-flag
...
node: topologymanager: Improved multi-numa alignment in Topology Manager
2022-11-07 16:00:51 -08:00
Kubernetes Prow Robot
47952e0917
Merge pull request #112360 from mimowo/handling-pod-failures-beta-kubelet
...
Add pod disruption conditions for kubelet-initiated failures
2022-11-07 16:00:40 -08:00
Kubernetes Prow Robot
2ef00038d3
Merge pull request #112961 from marosset/windows-hostnetwork-alpha
...
Windows hostnetwork alpha
2022-11-07 12:42:16 -08:00
Kubernetes Prow Robot
3d5725d9c0
Merge pull request #113649 from andrewsykim/apiserver-identity-hash
...
apiserver identity : use SHA256 hash in lease names
2022-11-07 11:20:49 -08:00
Kubernetes Prow Robot
b1dd1cd2f1
Merge pull request #113529 from enj/enj/i/kms_single_healthz
...
kms: add wiring to support automatic encryption config reload
2022-11-07 11:20:42 -08:00
Kubernetes Prow Robot
8c3777aa63
Merge pull request #112877 from ConnorJC3/format-options
...
Add ability to pass format options in mount-utils
2022-11-07 11:20:30 -08:00
Kubernetes Prow Robot
9349688d40
Merge pull request #112223 from astraw99/fix-ownerRef-validate
...
Fix ownerRef controller validate err msg
2022-11-07 11:20:18 -08:00
Kubernetes Prow Robot
f8750e2faf
Merge pull request #113666 from wojtek-t/storage_standard_test_naming
...
Standardize naming in generic storage tests
2022-11-07 09:18:40 -08:00
Monis Khan
22e540bc48
kms: add wiring to support automatic encryption config reload
...
This change adds a flag --encryption-provider-config-automatic-reload
which will be used to drive automatic reloading of the encryption
config at runtime. While this flag is set to true, or when KMS v2
plugins are used without KMS v1 plugins, the /healthz endpoints
associated with said plugins are collapsed into a single endpoint at
/healthz/kms-providers - in this state, it is not possible to
configure exclusions for specific KMS providers while including the
remaining ones - ex: using /readyz?exclude=kms-provider-1 to exclude
a particular KMS is not possible. This single healthz check handles
checking all configured KMS providers. When reloading is enabled
but no KMS providers are configured, it is a no-op.
k8s.io/apiserver does not support dynamic addition and removal of
healthz checks at runtime. Reloading will instead have a single
static healthz check and swap the underlying implementation at
runtime when a config change occurs.
Signed-off-by: Monis Khan <mok@microsoft.com >
2022-11-07 12:03:18 -05:00
Andrew Sy Kim
5b3a9e2d75
apiserver identity : use SHA256 hash in lease names
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-07 12:02:57 -05:00
Kubernetes Prow Robot
b4156ea47b
Merge pull request #113648 from SataQiu/improve-supported-media-type-20221105
...
kube-apiserver: print supported media types on failure to find a serializer
2022-11-07 08:06:53 -08:00
Kubernetes Prow Robot
ac95e5b701
Merge pull request #113510 from alculquicondor/finalizers-stable
...
Graduate JobTrackingWithFinalizers to stable
2022-11-07 08:06:41 -08:00
Kubernetes Prow Robot
f33209a6ed
Merge pull request #111545 from jlsong01/rewrite_signature_of_StartEventWatcher
...
rewrite signature of function StartEventWatcher
2022-11-07 08:06:18 -08:00
Kubernetes Prow Robot
62e9df085a
Merge pull request #113661 from nckturner/fix-server-diagram
...
Fix formatting of API server diagram
2022-11-07 06:52:28 -08:00
Michal Wozniak
52cd6755eb
Add pod disruption conditions for kubelet initiated failures
2022-11-07 11:23:22 +01:00
Marko Mudrinić
0aec9f7133
Update publishing-bot rules to Go 1.18.8
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com >
2022-11-07 09:37:49 +01:00
Wojciech Tyczyński
e49c225eb9
Standardize naming in generic storage tests
2022-11-07 08:59:28 +01:00
Wojciech Tyczyński
1bc95675b1
Fix naming in storage test setup
2022-11-07 08:59:28 +01:00
Nick Turner
02e3fbfeff
Fix formatting of API server diagram
2022-11-06 19:18:08 -08:00
Kubernetes Prow Robot
3efd107eb2
Merge pull request #113491 from tallclair/psa-warn
...
[PSA] default warn to enforce level
2022-11-06 01:34:27 -08:00
Shingo Omura
ac1d5fdf37
Improve the description of PodSecurityContext.SupplementalGroups (including cri-api)
...
so that it explicitly describe group information defined in the
container image will be kept. This also adds e2e test case of
SupplementalGroups with pre-defined groups in the container
image to make the behaivier clearer.
2022-11-06 10:03:13 +09:00
Kubernetes Prow Robot
1f9e20eb86
Merge pull request #113588 from wojtek-t/generalize_cacher_tests_1
...
Reuse generic GetListNonRecursive test for watchcache
2022-11-05 14:56:25 -07:00
Kubernetes Prow Robot
dc129a29d2
Merge pull request #112582 from thockin/validation-msgs
...
Clarify a few validation messages
2022-11-05 14:56:13 -07:00
Kubernetes Prow Robot
108523d037
Merge pull request #113352 from ping035627/k8s-221027
...
Correct some incorrect comments
2022-11-05 08:22:24 -07:00
Kubernetes Prow Robot
f522df5b49
Merge pull request #113217 from dashpole/filterlatency_tracing
...
FilterLatency tracing for APIServerTracing
2022-11-05 08:22:13 -07:00
SataQiu
56b46e13c2
kube-apiserver: print supported media types on failure to find a serializer
2022-11-05 23:03:23 +08:00
David Ashpole
64af1adace
Second attempt: Plumb context to Kubelet CRI calls ( #113591 )
...
* plumb context from CRI calls through kubelet
* clean up extra timeouts
* try fixing incorrectly cancelled context
2022-11-05 06:02:13 -07:00
Aldo Culquicondor
4948918155
Graduate JobTrackingWithFinalizers to stable
...
Change-Id: Ifc749a85b1270c0155ac511b91d4681d53236820
2022-11-04 17:05:53 -04:00
Marc Khouzam
d72926d491
Enable shell completion descriptions for bash
...
Cobra provides support for completion descriptions for bash.
It was turned off because of a bug with certain bash menu options which
have been fixed by Cobra 1.3.0.
Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com >
2022-11-04 17:00:03 -04:00
Kubernetes Prow Robot
b20ddbd75a
Merge pull request #113351 from andrewsykim/endpointslice-terminating-ga
...
Promote EndpointSliceTerminatingCondition to GA
2022-11-04 09:36:39 -07:00
Mark Rossetti
11270f5f87
fixup! CRI-API updates for windows host networking
2022-11-04 09:29:38 -07:00
Kubernetes Prow Robot
c8a3657bde
Merge pull request #113307 from andrewsykim/apiserver-identity-hostname
...
apiserver identity: use persistent names for lease objects
2022-11-04 07:28:25 -07:00
Kubernetes Prow Robot
7ae0396666
Merge pull request #113483 from MikeSpreitzer/add-borrowing-metrics
...
Define metrics for API Priority and Fairness borrowing
2022-11-04 04:08:25 -07:00
Wojciech Tyczyński
6d85f947bf
Parallelize tests cases in some storage tests
2022-11-04 10:31:11 +01:00
Wojciech Tyczyński
e301306d89
Reuse generic ListNonRecurisve test for cacher
2022-11-04 10:31:11 +01:00
Wojciech Tyczyński
37db332298
Stop exporting storage testing utility functions
2022-11-04 10:31:10 +01:00
Kubernetes Prow Robot
63a7f6ba5d
Merge pull request #113598 from MikeSpreitzer/simplify-seat-demand-stats
...
apiserver: remove redundant field from seatDemandStats
2022-11-04 01:46:25 -07:00
Kubernetes Prow Robot
db1ee6091f
Merge pull request #113494 from MikeSpreitzer/fix-nil-cast
...
Handle nil case correctly in TimingHistogramVec::WithLabelValuesChecked
2022-11-04 01:46:14 -07:00
Kubernetes Prow Robot
3e8c848cfc
Merge pull request #112261 from brianpursley/k-108630-2
...
kubectl run: deprecate unused / nonuseful flags
2022-11-03 22:28:14 -07:00
Andrew Sy Kim
72f2e1cc0d
lease controller: update NewController to accept leaseName as a parameter, remove NewControllerWithLeaseName
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-04 00:44:13 -04:00
Kubernetes Prow Robot
8c77820759
Merge pull request #113274 from Huang-Wei/kep-3521-A
...
[KEP-3521] Part 1: New Pod API .spec.schedulingGates
2022-11-03 21:24:25 -07:00
Brian Pursley
09804a198c
kubectl/pkg/cmd/run: deprecate flags
...
The --cascade flag, has no practical effect when used, so it is being deprecated.
The following flags, which are unused and ignored by kubectl run,
have been deprecated:
--filename
--force
--grace-period
--kustomize
--recursive
--timeout
--wait
2022-11-03 23:11:12 -04:00
Kubernetes Prow Robot
b0cbf71f5c
Merge pull request #113146 from alexzielenski/explain-output-plaintext
...
kubectl explain --output plaintext
2022-11-03 20:04:14 -07:00
Andrew Sy Kim
6925bee6d5
lease controller: add new constructor NewControllerWithLeaseName to support cases when the lease name and holder identity differ
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-03 22:53:56 -04:00
Andrew Sy Kim
21507902ba
apiserver identity: use persistent identity format based on hostname
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com >
2022-11-03 22:53:56 -04:00
Alexander Zielenski
dca025f37c
use discovery client from factory in explain v2
...
was making my own which was uncached
2022-11-03 18:59:42 -07:00
David Ashpole
ed1610ad15
add otel tracing to latency filters
2022-11-04 01:19:55 +00:00