nayihz
8bccf4873b
change --nodeport-addresses behavior to default to primary node ip only
2024-01-25 13:42:30 +08:00
Davanum Srinivas
9b96ab46ee
Fix license verification script
2024-01-25 03:47:09 +00:00
Sreeram Venkitesh
1ad143177c
Added metric resource name to HPA table ( #122804 )
...
* Added metric resource name to HPA table
* Added colon suggested from code review
2024-01-25 00:32:39 +01:00
Kubernetes Prow Robot
55f9657e07
Merge pull request #122692 from aroradaman/reject-packets-to-invalid-port
...
proxy/nftables: reject packets destined for invalid ports of service ips
2024-01-24 23:17:34 +01:00
Kubernetes Prow Robot
17ad610559
Merge pull request #121321 from charles-chenzz/fix_flaky_PodReadyToStartContainersCondition
...
[KEP - 3085] Add e2e test for PodReadyToStartContainerCondition when config map is created
2024-01-24 21:57:24 +01:00
Kubernetes Prow Robot
f025a96d2f
Merge pull request #122728 from RomanBednar/pv-phase-transition-time-doc-fix
...
Remove alpha reference from PersistentVolumeStatus.lastPhaseTransitionTime docs
2024-01-24 19:51:51 +01:00
Kubernetes Prow Robot
fc4d6ac8ea
Merge pull request #121731 from Taction/service-account-token-projected-volume-validation
...
Fix service account token projected volume validation
2024-01-24 19:51:43 +01:00
Kubernetes Prow Robot
fb1aea9a28
Merge pull request #120631 from liyuerich/ptrderef
...
Drop deprecated pointer package
2024-01-24 19:51:24 +01:00
Kubernetes Prow Robot
7ff2deceb1
Merge pull request #122937 from dims/remove-vmware-cloud-provider
...
Drop in-tree cloud provider for vsphere
2024-01-24 18:46:21 +01:00
Kubernetes Prow Robot
b37c609b90
Merge pull request #122276 from pohly/dra-patch-reserved-for
...
dra: enable adding ReservedFor entries through strategic-merge-patch
2024-01-24 18:46:09 +01:00
rashansmith
af35b7ff2e
Update Changelog with Release Notes 1.30 Team
2024-01-24 17:11:28 +01:00
Hu#
b98e47dd80
tests: Cleanup for Job e2e tests global vars ( #121695 )
...
* put var in local
Signed-off-by: husharp <jinhao.hu@pingcap.com>
* revert gomod
Signed-off-by: husharp <jinhao.hu@pingcap.com>
---------
Signed-off-by: husharp <jinhao.hu@pingcap.com>
2024-01-24 14:00:38 +01:00
liyuerich
e490439262
drop deprecated pointer package
...
Signed-off-by: liyuerich <yue.li@daocloud.io>
2024-01-24 19:44:07 +08:00
Ed Bartosh
83de1586e0
boilerplate_test:fix pylint warnings
...
Fixed the following Pylint warnings:
boilerplate_test.py:34:8: R0205: Class 'Args' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
boilerplate_test.py:46:8: W0612: Unused variable 'ret' (unused-variable)
boilerplate_test.py:18:0: C0411: standard import "import unittest" should be placed before "import boilerplate" (wrong-import-order)
boilerplate_test.py:19:0: C0411: standard import "from io import StringIO" should be placed before "import boilerplate" (wrong-import-order)
boilerplate_test.py:20:0: C0411: standard import "import os" should be placed before "import boilerplate" (wrong-import-order)
boilerplate_test.py:21:0: C0411: standard import "import sys" should be placed before "import boilerplate" (wrong-import-order)
2024-01-24 11:05:26 +02:00
Ed Bartosh
4473dfebbf
fix boilerplate test
...
Fixed AttributeError: type object '_io.StringIO' has no attribute 'StringIO'
2024-01-24 11:04:52 +02:00
Ed Bartosh
9dc1da1e5b
boilerplate_test: fix bad indentation
2024-01-24 10:36:52 +02:00
Kubernetes Prow Robot
a1ffdedf78
Merge pull request #119398 from IvoGoman/feat/clientconfig-override-raw
...
k8s.io/client-go: add ClientConfig option to override raw config
2024-01-24 02:12:19 +01:00
Davanum Srinivas
65d67101e7
Drop vsphere cloud provider
...
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-01-23 19:57:01 -05:00
Jiahui Feng
d0c323fb8f
fix convertField and its comments.
2024-01-23 16:47:33 -08:00
Jiahui Feng
df9620c9f6
add support for equality check.
2024-01-23 16:07:39 -08:00
Jiahui Feng
9bbdbc510e
mutation library for CEL.
...
- TypeRef, TypeProvider interfaces.
- TypeRef, TypeProvider, ObjectVal, FieldType implementations
for unstructured.
- Tests for using optional in mutation.
2024-01-23 16:01:35 -08:00
Kubernetes Prow Robot
e50efe5b9d
Merge pull request #122915 from MikeSpreitzer/note-codegen-dirs
...
Add note about directory structure in code-generator
2024-01-23 23:52:09 +01:00
Kubernetes Prow Robot
4128848655
Merge pull request #122914 from alexanderConstantinescu/kep-3836-beta
...
KEP 3836 - promote to beta
2024-01-23 23:51:55 +01:00
Kubernetes Prow Robot
7bb00356f0
Merge pull request #122857 from nilo19/chore/cleanup-azure
...
chore: Cleanup in-tree credential provider azure and cloud provider a…
2024-01-23 21:31:11 +01:00
Kubernetes Prow Robot
31197eba75
Merge pull request #122518 from cici37/celEnv29
...
Update env version, add cost for previous added func, add tests, etc.
2024-01-23 21:31:04 +01:00
Kubernetes Prow Robot
cf2003fde4
Merge pull request #122618 from ivanvc/improve-describe-job-output
...
describer: improve job and pod template output
2024-01-23 20:03:53 +01:00
Kubernetes Prow Robot
89dcee65a2
Merge pull request #121735 from vlasebian/issue-115175-testing-import-presubmit-check
...
Add script for restricting import of test only libraries
2024-01-23 20:03:46 +01:00
Joe Betz
eafa9bd24b
Add validation tests
2024-01-23 18:23:39 +00:00
Kubernetes Prow Robot
0f817dcd65
Merge pull request #122584 from xigang/resource_reserved
...
kubelet: cleanup system-reserved and kube-reserved flag usage
2024-01-23 18:10:27 +01:00
zhangchao
7972f0309c
Fix service account token projected volume validation
...
Signed-off-by: zhangchao <zchao9100@gmail.com>
2024-01-23 23:03:37 +08:00
carlory
35004e8f77
Fix AtomicWriter may not create user visible files after kubelet was restarted
2024-01-23 22:14:40 +08:00
Dan Winship
1d59d6b6c6
Use validation.IsValidIP in a few more places
...
Rather than using netutils.ParseIPSloppy directly.
Also fix the field paths in the errors for pod.spec.hostAliases to
include the array index.
2024-01-23 09:10:35 -05:00
Dan Winship
519dd6887d
Make validation.IsValidIP return a field.ErrorList for consistency
2024-01-23 09:08:27 -05:00
Dan Winship
f999b24fad
Expand IsValidIP unit tests
...
Add more test cases, and merge the IsValidIP, IsValidIPv4Address and
IsValidIPv6Address tests together. (Any string that passes IsValidIP
should pass either IsValidIPv4Address or IsValidIPv6Address but not
both, and any string that fails IsValidIP should fail both
IsValidIPv4Address and IsValidIPv6Address.)
2024-01-23 09:08:27 -05:00
Dan Winship
8fc691be94
Drop validation.IsValidSocketAddr
...
It's not used anywhere, and if someone was going to validate an
IP:port somewhere, they should think about exactly what they want
rather than just using this function. (E.g., validation should be
slightly different for an IP:port to bind to vs an IP:port to connect
to.)
2024-01-23 09:08:27 -05:00
Dan Winship
09abfa46be
Update knftables, with new sigs.k8s.io module name
2024-01-23 08:09:05 -05:00
Kubernetes Prow Robot
bd6c1fcc20
Merge pull request #122929 from kerthcet/cleanup/perf
...
Quick break for performance
2024-01-23 13:49:49 +01:00
charles-chenzz
367bbd01d7
update testcase on podreadytostartcontainercondition
2024-01-23 18:29:35 +06:00
kerthcet
8371e4cf93
quick break when met
...
Signed-off-by: kerthcet <kerthcet@gmail.com>
2024-01-23 19:40:15 +08:00
Ivo Gosemann
740b4c456d
k8s.io/client-go: add OverridingClientConfig overriding RawConfig
2024-01-23 11:13:40 +01:00
Ivo Gosemann
db80aa56ed
k8s.io/client-go: add ClientConfig option to override raw config
2024-01-23 09:30:42 +01:00
Jordan Liggitt
e92a4debcb
Fix lint warning about unchecked error
2024-01-22 20:45:26 -08:00
Jordan Liggitt
d2c1a23a8a
Add stub methods for kube-proxy on non-linux/windows
2024-01-22 20:45:26 -08:00
Jordan Liggitt
8b22cb4696
Revert "Make verify-typecheck.sh only check valid targets for a platform"
...
This reverts commit e48aa09340
.
2024-01-22 20:45:25 -08:00
Kubernetes Prow Robot
3aa8c59fec
Merge pull request #122906 from danwinship/kubeadm-kubeconfig-fix-2
...
Fix to previous EnsureAdminClusterRoleBindingImpl fix
2024-01-23 05:17:52 +01:00
Mike Spreitzer
b88fefad1f
Add note about directory structure
...
Signed-off-by: Mike Spreitzer <mspreitz@us.ibm.com>
2024-01-22 15:36:35 -05:00
bells17
62eb7cb4f9
make update: add update-golangci-lint-config
2024-01-23 03:09:13 +09:00
Kubernetes Prow Robot
445869a59b
Merge pull request #122873 from p0lyn0mial/upstream-reflector-usewatchlist-pointer
...
client-go/reflector: make UseWatchList a pointer
2024-01-22 18:20:58 +01:00
Kubernetes Prow Robot
745a364422
Merge pull request #120866 from bzsuni/cleanup/sets/api
...
use generic Set in api
2024-01-22 18:20:48 +01:00
Alexander Constantinescu
31de75f62c
KEP 3836 - promote to beta
2024-01-22 17:47:41 +01:00