Peter Schuurman
67425594f3
Rebasing feature branch
2022-11-08 07:48:10 -08:00
Peter Schuurman
366997951b
Update doc comments and change name of feature gate
2022-11-08 07:48:10 -08:00
Peter Schuurman
8a9c126eca
Small updates and comment fixes
2022-11-08 07:48:09 -08:00
Peter Schuurman
af58b491ef
Update generated protobuf files
2022-11-08 07:48:09 -08:00
Peter Schuurman
7b3d77a41a
Adding implementation of KEP-3335, StatefulSetSlice
2022-11-08 07:48:00 -08:00
weikhor
69b0b731e9
Clean up testing code of kubectl cmd section
2022-11-08 22:46:21 +08:00
Harshal Patil
86284d42f8
Add support for Evented PLEG
...
Signed-off-by: Harshal Patil <harpatil@redhat.com>
Co-authored-by: Swarup Ghosh <swghosh@redhat.com>
2022-11-08 20:06:16 +05:30
Jordan Liggitt
dac0306596
Deflake limitrange singleflight test
2022-11-08 09:28:21 -05:00
Kubernetes Prow Robot
2b7b5245ea
Merge pull request #112637 from sanposhiho/pre-filter-skip
...
feature(scheduler): won't run Filter if PreFilter returned a Skip status
2022-11-08 06:16:37 -08:00
Marly Puckett
e721272d10
Update redacting functionality to redact all sensitive info in config when printing with view ( #109189 )
...
* Add RedactSecrets function
* Move RedactSecrets method to existing RawBytesData case
* Update TestRedactSecrets to use new pattern of os.CreateTemp()
2022-11-08 06:16:25 -08:00
Maciej Szulik
3c93d540c6
Revert "Update daemonSet status even if syncDaemonSet fails"
...
This reverts commit 2ee024a4df
.
2022-11-08 15:01:09 +01:00
Jan Safranek
d6c36736d5
Add mock CSI driver test for SELinux mount
2022-11-08 13:37:09 +01:00
Kubernetes Prow Robot
34ca18d1d0
Merge pull request #113728 from pawbana/add-scope-to-api-server-tracking
...
Added scope to api server tracing
2022-11-08 04:30:22 -08:00
Jan Safranek
802979c295
Add SELinux disruptive test
2022-11-08 12:42:20 +01:00
Wojciech Tyczyński
593742f092
Standardize naming in generic storage watcher tests
2022-11-08 12:26:04 +01:00
Paweł Banaszewski
e4169d7f43
Added scope as tracing attribute
2022-11-08 11:22:57 +00:00
Kubernetes Prow Robot
aef9a37df9
Merge pull request #113010 from soltysh/promote_job_metrics
...
Promote job metrics
2022-11-08 03:16:32 -08:00
Kubernetes Prow Robot
3451501c2e
Merge pull request #112737 from gjkim42/cleanup-defer-from-sts
...
StatefulSet: Cleanup the complex defer function updating the status
2022-11-08 03:16:21 -08:00
Jan Safranek
cf912a2512
Update SELinux context log
...
SELinux context discovered from Pod is not final, it can be cleared when a
volume plugin does not support SELinux or the volume is not
ReadWriteOncePod. Update the existing log line + add a new one for easier
debugging.
2022-11-08 11:17:38 +01:00
Jan Safranek
e575e60ea4
Reconstruct SELinux mount option
...
When reconstructing volumes from disk after kubelet restart, reconstruct
also context=XYZ mount option and add it to the ActualStateOfWorld.
2022-11-08 11:17:38 +01:00
Jan Safranek
d62dfb0c23
Fix comment on CSI migration feature gates
...
So we know when to remove them.
2022-11-08 10:47:15 +01:00
Kubernetes Prow Robot
e3d7cb5bc5
Merge pull request #113664 from laphets/kubectl-empty-ingress-backend-fix
...
Fix kubectl describe ingress when default backend is empty
2022-11-08 01:44:36 -08:00
Kubernetes Prow Robot
5a1fb17e2e
Merge pull request #112137 from MikeSpreitzer/add-concurrency-allocation-algorithm
...
Add solver for APF concurrency rebalancing
2022-11-08 01:44:21 -08:00
Michal Wozniak
026b97352f
Add comments to clarify the updated logic in kubelet's status_manager
2022-11-08 10:21:25 +01:00
Paco Xu
ecbafed7c3
upgrade runc to v1.1.4
2022-11-08 16:42:48 +08:00
Paco Xu
c3add32859
upgrade prometheus-client to v1.14.0
2022-11-08 16:25:12 +08:00
Kubernetes Prow Robot
95bd687a28
Merge pull request #113275 from Huang-Wei/kep-3521-B
...
[KEP-3521] Part 2: Core scheduling implementation
2022-11-07 23:18:19 -08:00
Kubernetes Prow Robot
f2c89045f4
Merge pull request #113699 from liggitt/manjusaka/fix-107415
...
Add extra value validation for matchExpression field in LabelSelector
2022-11-07 21:52:30 -08:00
Kubernetes Prow Robot
64af9e03f1
Merge pull request #111597 from 249043822/evictionmessage
...
make eviction message more clear
2022-11-07 21:52:19 -08:00
Kubernetes Prow Robot
f328d3dc3d
Merge pull request #113291 from mengjiao-liu/fix-podAndContainerStatsFromCRI
...
Fix stats for podAndContainerStatsFromCRI
2022-11-07 19:48:17 -08:00
Brian Pursley
f7ebf4d885
kubectl apply: Deprecate --prune-whitelist in favor of --prune-allowlist
...
Changes in kubectl apply --prune to support k8s Inclusive Naming Initiative:
* Deprecated the --prune-whitelist flag.
* Deprecated the PruneWhitelist field on ApplyFlags struct.
* Removed PruneWhitelist field (not used anywhere) from ApplyOptions struct.
* Added --prune-allowlist flag.
* Added PruneAllowlist field on ApplyFlags struct.
* Added unit tests for prune with allowlist
This commit also fixes a bug where the command would fail if you specified
the sameGVK multiple times for --allow-whitelist. Now it only attempts to
prune the unique set of allowed GVKs.
2022-11-07 22:17:07 -05:00
ZhangKe10140699
62177fd36d
make eviction message more clear
2022-11-08 10:07:02 +08:00
Jordan Liggitt
fc69084bf1
Update workload selector validation
2022-11-07 20:52:02 -05:00
Manjusaka
0843c4dfca
Add extra value validation for matchExpression field in LabelSelector
2022-11-07 20:48:21 -05:00
Kubernetes Prow Robot
aa66cec6fa
Merge pull request #113696 from tallclair/path
...
Fix etcd path construction
2022-11-07 17:08:40 -08:00
Kubernetes Prow Robot
595ea32411
Merge pull request #113314 from cici37/celIntegration
...
CEL validation in Admission chain
2022-11-07 17:08:33 -08:00
Kubernetes Prow Robot
2f837dc113
Merge pull request #112905 from alexzielenski/kubectl-apply-csa-migration
...
kubectl: `apply --server-side` managed fields migration
2022-11-07 17:08:21 -08:00
Andrew Sy Kim
196a3b99f5
kube-apiserver: promote APIServerIdentity to Beta and enabled by default
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-07 19:42:05 -05:00
Andrew Sy Kim
c2d387ce54
test/integration/controlplane: update APIServerIdentity tests to use public lease parameter vars
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-07 19:42:05 -05:00
Antoine Pelisse
7596488769
Ignore error when getting api-resources until it's ready
2022-11-07 16:36:24 -08:00
Andrew Sy Kim
d24f93e4a4
pkg/controlplane: update lease parameters into public variables so they can be set by integration tests
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-07 19:36:22 -05:00
Andrew Sy Kim
02020b20e7
kube-apiserver: remove flags --identity-lease-duration-seconds and --identity-lease-renew-interval-seconds
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-07 19:36:22 -05:00
Andrew Sy Kim
368f9f949a
test/e2e/apimachinery: add e2e test for APIServerIdentity, validating behavior when restarting kube-apiserver
...
Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2022-11-07 19:36:22 -05:00
Kubernetes Prow Robot
a236e4ca6f
Merge pull request #113697 from aramase/kms-duplication-name-validation-part-2
...
[KMS]: add validation for duplicate kms config name when auto reload is enabled
2022-11-07 16:02:07 -08:00
Kubernetes Prow Robot
fa2e203a6b
Merge pull request #113688 from dashpole/update_utils
...
Update k8s.io/utils to fix util tracing panic
2022-11-07 16:02:00 -08:00
Kubernetes Prow Robot
887d92d20b
Merge pull request #113682 from pawbana/add-verb-resource-to-api-server-tracing
...
Add verb resource to api server tracing
2022-11-07 16:01:52 -08:00
Kubernetes Prow Robot
0e9a2e6bcf
Merge pull request #113669 from wojtek-t/clean_shutdown_final
...
Clean shutdown final
2022-11-07 16:01:45 -08:00
Kubernetes Prow Robot
6ee5e10f02
Merge pull request #113642 from dashpole/more_tracing_tests
...
Additional integration test validations for apiserver tracing
2022-11-07 16:01:37 -08:00
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
1a3db7dd67
Merge pull request #113610 from logicalhan/refactor-stability
...
update documentation for metrics with deprecated version and k8s version
2022-11-07 16:01:23 -08:00