Marko Mudrinić
c8737346db
Export GOMAXPROCS environment variable
...
Signed-off-by: Marko Mudrinić <mudrinic.mare@gmail.com>
2023-05-09 15:43:32 +02:00
Min Ni
e865b30abd
update serial number to a valid non-zero number in ca certificate ( #117791 )
...
* update serial number to a valid non-zero number in ca certificate
* fix the existing problem (0 SerialNumber in all certificate) as part of this PR in a separate commit
2023-05-09 06:34:08 -07:00
Kubernetes Prow Robot
9e9ec8f62c
Merge pull request #117539 from TommyStarK/fix-flaky/mount-utils-TestFormat
...
mount-utils: fix flaky test 'TestFormat'
2023-05-09 06:33:56 -07:00
Kubernetes Prow Robot
714221dbaa
Merge pull request #117879 from kkkkun/fix-make-etcd-image-failed
...
Fix make etcd image failed
2023-05-09 05:28:16 -07:00
RuquanZhao
308ab380d7
Add unit testcases of refMap.
...
Signed-off-by: Ruquan Zhao <ruquan.zhao@arm.com>
2023-05-09 18:05:43 +08:00
Wojciech Tyczyński
23ac0fdaa5
APF: Dynamically compute retry-after based on history
2023-05-09 11:40:03 +02:00
Kubernetes Prow Robot
dee34b7076
Merge pull request #117858 from wojtek-t/debug_kubemark
...
Tweak annotating kubemark nodes on startup
2023-05-09 02:26:54 -07:00
Wojciech Tyczyński
99ebc8d9f8
Tweak annotating kubemark nodes on startup
2023-05-09 10:29:12 +02:00
kkkkun
aab02d52f4
Fix make etcd image failed
...
Signed-off-by: kkkkun <scuzk373x@gmail.com>
2023-05-09 15:45:26 +08:00
Kubernetes Prow Robot
b248684334
Merge pull request #117741 from mowangdk/chore/clearify_testcases
...
Chore: clarify need update test cases
2023-05-09 00:18:52 -07:00
Kubernetes Prow Robot
b32941f60d
Merge pull request #117861 from SataQiu/fix-20230508
...
kubeadm: fix a bug where file copy(backup) could not be executed correctly on Windows platform during upgrade
2023-05-08 20:06:52 -07:00
mowangdk
e79daae682
Chore: clearify need update test cases
2023-05-09 10:46:32 +08:00
Tim Hockin
fb4d0150b9
Convert apiextensions-apiserver to new codegen
2023-05-08 14:36:26 -07:00
Tim Hockin
29913a8973
Convert code-generator/examples to new codegen
2023-05-08 14:36:25 -07:00
Tim Hockin
643bf1b036
Convert kube-aggregator to new codegen
...
This caused some of the generated code to be sorted where it wasn't
before.
2023-05-08 14:36:24 -07:00
Tim Hockin
1e0b7aab75
Convert metrics to new codegen
2023-05-08 14:36:23 -07:00
Tim Hockin
e368f1b25b
Convert sample-controller to new codegen
2023-05-08 14:36:22 -07:00
Tim Hockin
d0e5adb58b
Add a new way for subprojects to do codegen
...
This script (k8s.io/code-generator/kube_codegen.sh) should be somewhat
easier to understand and maintain.
This commit converts one caller (sample-apiserver) to use it, which
exercises all 3 functions. More to follow.
2023-05-08 14:36:21 -07:00
Daniel Lipovetsky
05b3449346
kubeadm: Add etcd client unit tests
2023-05-08 13:35:03 -07:00
Daniel Lipovetsky
fc1b228779
kubeadm: Use internal etcd client through an interface
2023-05-08 13:35:03 -07:00
Kubernetes Prow Robot
5fd29596ef
Merge pull request #117862 from p0lyn0mial/upstream-watchlist-etcd-impl-compatibility
...
storage/etcd: skip SendInitialEvents if the request is backward compatible
2023-05-08 11:53:03 -07:00
Kubernetes Prow Robot
76552fac38
Merge pull request #114764 from claudiubelu/unittests-7
...
unittests: Fixes unit tests for Windows (part 7)
2023-05-08 11:52:51 -07:00
Kubernetes Prow Robot
6442024f1c
Merge pull request #116779 from jpbetz/cel-ratcheting
...
Controlled rollout of CEL libraries and language feautres
2023-05-08 09:51:40 -07:00
Joe Betz
e740f8340e
Introduce CEL EnvSets for managing safe rollout of new CEL features, libraries and expression variables
2023-05-08 11:52:31 -04:00
Kubernetes Prow Robot
b09b7e5bdb
Merge pull request #117864 from aojea/ServiceInternalTrafficPolicye2e
...
remove ServiceInternalTrafficPolicy e2e feature tag
2023-05-08 07:56:01 -07:00
Kubernetes Prow Robot
dd43d864c1
Merge pull request #116901 from pacoxu/cleanup-KubeletCredentialProviders
...
remove GAed KubeletCredentialProviders (1.28)
2023-05-08 07:55:53 -07:00
Kubernetes Prow Robot
4d0f75d183
Merge pull request #114873 from tnqn/fix-conformance-test
...
Fix unknown field error in deployment lifecycle e2e
2023-05-08 07:55:41 -07:00
SataQiu
b4560f9e57
kubeadm: fix a bug where file copy(backup) could not be executed correctly on Windows platform during upgrade
2023-05-08 22:17:32 +08:00
Kubernetes Prow Robot
dc08463dff
Merge pull request #117855 from tenzen-y/replace-job-controller-sets
...
Job: Use generic Set in controller
2023-05-08 07:01:29 -07:00
Kubernetes Prow Robot
3187a3333b
Merge pull request #117477 from HirazawaUi/replace-pkg-credentialprovider-ioutil
...
Replace the deprecated ioutil method in the credentialprovider directory
2023-05-08 07:01:17 -07:00
Lukasz Szaszkiewicz
f2de1a00b8
storage/etcd: skip SendInitialEvents if the request is backward compatible
...
otherwise an error will be returned.
backward compatibility is defined as RV = "" || RV = "O" and AllowWatchBookmark is set to false.
in that case we rely on 267eb25e60/staging/src/k8s.io/apiserver/pkg/storage/etcd3/watcher.go (L260)
2023-05-08 15:59:31 +02:00
Antonio Ojea
ddb8c8a38b
remove ServiceInternalTrafficPolicy e2e feature tag
...
Change-Id: I5b0fccb6323b5b28183e3ea3e20aeb1375e6e783
2023-05-08 12:48:50 +00:00
Wojciech Tyczyński
16fecf3e76
Refactor APF handler in preparation for dynamic retryAfter
2023-05-08 13:34:15 +02:00
Kubernetes Prow Robot
509c2c7c88
Merge pull request #117656 from carlory/fix-003
...
remove DevicePlugins featuregate
2023-05-08 04:31:17 -07:00
Claudiu Belu
d3237b7258
unittests: Fixes unit tests for Windows (part 7)
...
Currently, there are some unit tests that are failing on Windows due to
various reasons:
- if a powershell command that could return an array (e.g.: Get-Disk) would return an array of
only one element, powershell will in fact return that object directly, and **not** an array
containing that element. In a few cases, these commands are used and their output is converted
to json, after which they're unmarshalled in golang, with the expectation that the unmarshalled
data to be an array. If it's not an array, we get an error.
- when mounting Block Devices, Windows expects the given source to be a Disk Number, not a path.
- for rbd_windows_test.go, we should start with Disk Number 0, which exists on all hosts.
- if a Disk has multiple volumes, Get-Volume doesn't return the volumes in the same order. This
can result in various assertions failing.
- the pkg/volume/rbd/rdb_test.TestPlugin test expects that mounter.MountSensitive is called when
attacher.MountDevice is called. The Windows attacher doesn't currently make that call.
2023-05-08 10:53:39 +00:00
Kubernetes Prow Robot
f418411d0f
Merge pull request #117787 from danwinship/iptables-restore-metrics
...
Add new partial/full sync time metrics for iptables kube-proxy
2023-05-08 01:23:28 -07:00
Kubernetes Prow Robot
8f896dfe29
Merge pull request #117354 from kkkkun/update-changelog
...
Fix CHANGELOG-1.27 cronjob correctly
2023-05-08 01:23:17 -07:00
RuquanZhao
ccb4ca8954
record podUID in refMap in watchBasedManager
...
Signed-off-by: Ruquan Zhao <ruquan.zhao@arm.com>
2023-05-08 15:32:10 +08:00
Kubernetes Prow Robot
f0417ac850
Merge pull request #110779 from jbartosik/extend-e2e-framework-helpers
...
Add parameter to set SecurityContext for containers in tests
2023-05-07 23:49:17 -07:00
Yuki Iwai
e4340f0d9b
Job: Use generic Set in controller
...
Signed-off-by: Yuki Iwai <yuki.iwai.tz@gmail.com>
2023-05-08 15:02:23 +09:00
carlory
22d0aa1d04
remove DevicePlugins featuregate
2023-05-08 12:11:11 +08:00
Paco Xu
27cdddeaf1
update Feature:KubeletCredentialProviders] e2e test name
2023-05-08 11:53:14 +08:00
Kubernetes Prow Robot
a8e3344634
Merge pull request #115452 from my-git9/cleanup/sts
...
Cleanup: modify some sentences about statefulset
2023-05-07 19:47:29 -07:00
Kubernetes Prow Robot
510b3366be
Merge pull request #111730 from olemarkus/strip-default-annotation
...
Remove default annotations from copied storage class
2023-05-07 19:47:18 -07:00
Kubernetes Prow Robot
6aa68d6a8b
Merge pull request #117802 from kerthcet/cleanup/update-PodFailurePolicy-field
...
Update podFailurePolicy comments
2023-05-06 15:31:17 -07:00
Kubernetes Prow Robot
50ce134595
Merge pull request #117835 from pacoxu/kubeadm-crictl
...
kubeadm: fix crictl pull using wrong flag, use -i and -r
2023-05-06 09:31:15 -07:00
Kubernetes Prow Robot
adf16ac405
Merge pull request #117839 from pacoxu/respect-goproxy
...
respect local GOPROXY setting in build/common.sh
2023-05-06 08:35:24 -07:00
Kubernetes Prow Robot
98cf297e57
Merge pull request #117391 from catandcoder/master
...
fix doc mismatch
2023-05-06 08:35:17 -07:00
Kubernetes Prow Robot
2a327f8e96
Merge pull request #117538 from TommyStarK/fix-flaky-test/TestGeneratePodSandboxConfig
...
kubelet/kuberuntime: Fix flaky test 'TestGeneratePodSandboxConfig'
2023-05-06 07:23:34 -07:00
Kubernetes Prow Robot
98d2dc9557
Merge pull request #117523 from sourcelliu/event
...
Fix potential mutex usage bug
2023-05-06 07:23:27 -07:00