Kubernetes Prow Robot
09af6a3b94
Merge pull request #125672 from jpbetz/patch-5
...
Add jpbetz to sampler-controller OWNERS
2024-06-24 09:44:51 -07:00
Joe Betz
28a3e5894e
Add jpbetz to code-generator OWNERS
...
Per api-machinery SIG TL responsibilities
2024-06-24 15:43:18 +00:00
Kubernetes Prow Robot
83f77b6bd5
Merge pull request #125122 from chendave/emeritus_2
...
Move myself(chendave) to the list of emeritus
2024-06-24 08:43:12 -07:00
Joe Betz
ef4cd4fdb5
Add jpbetz to sampler-controller OWNERS
...
Per api-machinery SIG TL responsibilities
2024-06-24 15:42:34 +00:00
Christian Schlotter
038a94804e
kubeadm: implement ControlPlaneKubeletLocalMode
2024-06-24 17:03:33 +02:00
Lukasz Szaszkiewicz
a7b1a9bb26
flowcontrol/request/list_work_estimator: sync shouldDelegateList
2024-06-24 11:12:59 +02:00
Lukasz Szaszkiewicz
87536f367d
apiserver/storage/cacher: cache supports pagination
2024-06-24 11:12:51 +02:00
nayihz
26dcab1146
skip update pod that exist in scheduling cycle
2024-06-24 17:11:09 +08:00
Kubernetes Prow Robot
10ae1dbb52
Merge pull request #125636 from my-git9/certsunused
...
kubeadm: Remove unused function in phases/certs
2024-06-24 02:00:56 -07:00
Mangirdas Judeikis
539eb53c9a
deprecation fix
2024-06-24 11:47:06 +03:00
Kubernetes Prow Robot
498f88803e
Merge pull request #125121 from chendave/emeritus
...
Move myself(chendave) to the list of emeritus
2024-06-24 00:16:56 -07:00
Kubernetes Prow Robot
fb6bbc9781
Merge pull request #125359 from yangjunmyfm192085/fixendpointslicemirroring
...
fix endpointslicemirroring controller not create endpointslice when the endpoints are recreate
2024-06-23 18:22:55 -07:00
Mangirdas Judeikis
07864d1f1f
add Extra.DisableAvailableConditionController for kube-aggregator
2024-06-23 20:19:05 +03:00
David Ashpole
a3b7cb9374
fix tracing integration test
2024-06-23 15:56:57 +00:00
David Ashpole
045554491a
update go workspace
2024-06-23 15:56:38 +00:00
David Ashpole
d65029f9bb
update unwanted dependencies
...
This update dropped the otelgrpc → cloud.google.com/go/compute dependency,
among others. This dropped out because genproto cleaned up it's dependencies
on google cloud libraries, and otel updated - details in #113366 .
2024-06-23 15:53:54 +00:00
David Ashpole
82e9ce79c7
update OpenTelemetry dependencies
2024-06-23 15:35:26 +00:00
Nir Soffer
634b83a762
Fix kubectl-ns plugin help text
...
The plugin help text was not consistent - using `ns` in some cases and
`kubectl ns` in others.
With this change we always have `kubectl ns`:
$ kubectl ns -h
View or set the current namespace
Usage:
kubectl ns [new-namespace] [flags]
Examples:
# view the current namespace in your KUBECONFIG
kubectl ns
# view all of the namespaces in use by contexts in your KUBECONFIG
kubectl ns --list
# switch your current-context to one that contains the desired namespace
kubectl ns foo
Flags:
...
-h, --help help for kubectl ns
2024-06-23 18:32:25 +03:00
Kubernetes Prow Robot
4fa7ce6f3c
Merge pull request #125647 from HirazawaUi/repeate-create
...
Fix using `PRESERVE_ETCD` env causing local-up-cluster.sh to fail
2024-06-23 06:20:55 -07:00
HirazawaUi
d98561fb26
fix local-up-cluster.sh to fail
2024-06-23 20:11:55 +08:00
HirazawaUi
e4aff1b2eb
add comment for mergeMap
2024-06-23 19:22:53 +08:00
Jordan Liggitt
8483b9c087
Prune explicit nulls from client-side apply create
2024-06-23 18:01:37 +08:00
Kubernetes Prow Robot
b85a83425b
Merge pull request #125598 from princepereira/ppereira-hcsshim-vendor-master
...
vendor: bump hcsshim from v0.8.25 to v0.8.26.
2024-06-22 15:24:54 -07:00
Prince Pereira
e77a40c73e
[Vendor] Bumpup hcsshim version from v0.8.25 to v0.8.26.
2024-06-22 09:30:06 -07:00
xin.li
71d3f9e249
Remove unused function in phases/certs
...
Signed-off-by: xin.li <xin.li@daocloud.io>
2024-06-22 18:47:28 +08:00
杨军10092085
811bd53ee7
fix endpointslicemirroring controller not create endpointslice when the endpoints are recreate
2024-06-22 10:05:03 +08:00
Kubernetes Prow Robot
7c780186d7
Merge pull request #125473 from liggitt/serviceaccount-cleanup
...
Clean up service account options completion and fallback
2024-06-21 17:50:55 -07:00
Kubernetes Prow Robot
8c508c5480
Merge pull request #125527 from sanposhiho/gated-pods-filter-out-bug
...
fix: skip isPodWorthRequeuing only when SchedulingGates gates the pod
2024-06-21 12:22:55 -07:00
Kubernetes Prow Robot
da479a82eb
Merge pull request #125630 from liggitt/rollback-wait
...
Revert kubectl wait regression
2024-06-21 11:21:01 -07:00
Kubernetes Prow Robot
50f27d9ef4
Merge pull request #125613 from mimowo/job-controller-cleanup-tests
...
Assert on all conditions in the Job unit tests
2024-06-21 11:20:55 -07:00
Sergey Kanzhelev
e8e2fda5c3
improve logging of pod admission denied
2024-06-21 17:46:49 +00:00
Kubernetes Prow Robot
bdbd87be2b
Merge pull request #125596 from skitt/stretchr-testify-mock
...
Switch to stretchr/testify / mockery for mocks
2024-06-21 09:23:02 -07:00
Arda Güçlü
6f4e97e905
Remove deprecated kubectl exec command execution without dash ( #125437 )
...
* Remove deprecated kubectl exec command execution without dash
* Use command execution with dash in kubectl exec
* Modify unit tests to only use command after dash
2024-06-21 09:22:55 -07:00
Jordan Liggitt
b0fb79364a
Add test for wait with 0 timeout
2024-06-21 12:19:13 -04:00
Jordan Liggitt
8d67437865
Revert "Add new --wait-for-creation flag in kubectl wait command"
...
This reverts commit e24b9a022f
.
2024-06-21 12:13:08 -04:00
Kubernetes Prow Robot
7060e48569
Merge pull request #125620 from ritster/mountinfo-dep-update
...
version update: github.com/moby/sys/mountinfo from v0.6.2 -> v0.7.1
2024-06-21 08:20:55 -07:00
Filip Křepinský
b779fb8387
add e2e tests for UnhealthyPodEvictionPolicy
2024-06-21 16:13:53 +02:00
Filip Křepinský
68d34580e0
promote PDBUnhealthyPodEvictionPolicy to GA
2024-06-21 16:13:53 +02:00
Michal Wozniak
7b5d3f5bc1
Assert on all conditions in the Pod Failure policy tests
2024-06-21 15:42:14 +02:00
Ritwik Srinivas
b4ff40e362
github.com/moby/sys/mountinfo version update v0.6.2 -> v0.7.1
2024-06-21 08:54:47 -04:00
yintong.huang
2db1b321e0
drop deprecated PollWithContext and adopt PollUntilContextTimeout instead
...
Signed-off-by: yintong.huang <yintong.huang@daocloud.io>
2024-06-21 19:23:31 +08:00
Kubernetes Prow Robot
5ec31e84d6
Merge pull request #125585 from akhilerm/update-runc-1.1.13
...
update runc to 1.1.13
2024-06-20 19:32:21 -07:00
Kubernetes Prow Robot
95e16917f7
Merge pull request #125546 from dejanzele/feat/count-ready-pods-for-failed-jobs
...
Update the count of ready pods when deleting pods
2024-06-20 17:15:28 -07:00
Kensei Nakada
98a3182398
correct comment
2024-06-20 23:48:42 +00:00
Kensei Nakada
afed31193b
update a test name and comment
2024-06-20 23:46:17 +00:00
Kensei Nakada
2304806cbe
elaborate comment more
2024-06-20 23:43:41 +00:00
Kensei Nakada
fa8da84835
remove fixme comment
2024-06-20 23:36:25 +00:00
Kensei Nakada
2c4dc6b65b
elaborate comments
2024-06-20 23:36:05 +00:00
Dejan Zele Pejchev
11b6e4c404
count ready pods when deleting active pods for failed jobs
2024-06-21 01:07:40 +02:00
Ben Luddy
61654e9f5d
Reject math/big.Int on encode and bignum tags on decode for CBOR.
...
Although CBOR can roundtrip arbitrary precision integers, they don't roundtrip properly through
Unstructured because Unstructured is limited to the dynamic numeric types int64 and float64. Rather
than serializing them (and potentially losing information), reject them explicitly with an error.
2024-06-20 17:46:40 -04:00