Search is not available for this dataset
qid
int64
1
10.8k
question
stringlengths
11
62.2k
data
stringclasses
1 value
meta
float64
response
stringlengths
1
55.5M
13
using wait.PollUntilContextTimeout instead of deprecated wait.Poll for pkg/scheduler using wait.PollUntilContextTimeout instead of deprecated wait.Poll for test/integration/scheduler using wait.PollUntilContextTimeout instead of deprecated wait.Poll for test/e2e/scheduling using w...
2023-08-18
null
index b8afe554ca8..d035b16721b 100644 --- a/pkg/scheduler/framework/plugins/volumebinding/binder.go +++ b/pkg/scheduler/framework/plugins/volumebinding/binder.go @@ -523,7 +523,7 @@ func (b *volumeBinder) BindPodVolumes(ctx context.Context, assumedPod *v1.Pod, p return err } - err = wait.Poll(time.Second,...
25
cleanup: Update deprecated FromInt to FromInt32 (#119858) * redo commit * apply suggestions from liggitt * update Parse function based on suggestions
2023-08-18
null
index 1c57110171f..42725d8dab8 100644 --- a/cmd/kubeadm/app/phases/controlplane/manifests.go +++ b/cmd/kubeadm/app/phases/controlplane/manifests.go @@ -63,9 +63,9 @@ func GetStaticPodSpecs(cfg *kubeadmapi.ClusterConfiguration, endpoint *kubeadmap ImagePullPolicy: v1.PullIfNotPresent, Command: getAP...
40
update to golangci-lint v1.54.1 + go-ruleguard v0.4.0 That release is the first one with official support for Go 1.21. go-ruleguard must be >= 0.3.20 because of https://github.com/quasilyte/go-ruleguard/issues/449 with Go 1.21. golangci-lint itself doesn't depend on a recent enough relea...
2023-08-18
null
index edef998ea4a..d4661e38b2d 100644 --- a/hack/tools/go.mod +++ b/hack/tools/go.mod @@ -7,7 +7,7 @@ require ( github.com/cespare/prettybench v0.0.0-20150116022406-03b8cfe5406c github.com/client9/misspell v0.3.4 github.com/golang/mock v1.6.0 - github.com/golangci/golangci-lint v1.53.3 + github.com/golang...
1
Merge pull request #119937 from RyanAoh/kep-1860-dev Make Kubernetes aware of the LoadBalancer behaviour
2023-08-18
null
null
2
Merge pull request #120025 from tzneal/remove-legacy-test-dependency remove the legacy test dependency
2023-08-18
null
null
3
add aramase to sig-auth-encryption-at-rest-reviewers Signed-off-by: Anish Ramasekar <anish.ramasekar@gmail.com>
2023-08-18
null
index def06e4af8b..3c63423b183 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -63,6 +63,7 @@ aliases: - smarterclayton - enj sig-auth-encryption-at-rest-reviewers: + - aramase - enj - lavalamp - liggitt
4
Merge pull request #119874 from kannon92/pod-replacement-policy-typos fix typos for pod replacement policy
2023-08-18
null
null
5
Merge pull request #119806 from enj/enj/i/delete_psp_api Delete PSP API types and generated clients
2023-08-18
null
null
6
remove the legacy test dependency This removes the import which added a bunch of apparently old failing tests.
2023-08-18
null
index 417ef729b81..b1828a583ed 100644 --- a/test/e2e_node/seccompdefault_test.go +++ b/test/e2e_node/seccompdefault_test.go @@ -27,13 +27,19 @@ import ( v1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/util/uuid" + admissionapi "k8s.io/pod-security-admission/ap...
7
Merge pull request #119027 from MadhavJivrajani/go1.21-list-e [prep for go1.21]: use -e in `go list`
2023-08-18
null
null
8
Merge pull request #119746 from SataQiu/cleanup-scheduler-20230803 using wait.PollUntilContextTimeout instead of deprecated wait.Poll for scheduler
2023-08-18
null
null
9
Merge pull request #119958 from SataQiu/drop-126-api-testdata Drop v1.26.0 API testdata
2023-08-18
null
null
10
prep for go1.21: use -e in go list For some reason, in go1.21, go list does not allow importing main packages anymore, even if it is for the sake of tracking dependencies (which is a valid use case). A suggestion to work around this is to use -e flag to permit processing ...
2023-08-18
null
index 5977037cc4e..f1c46982fa0 100755 --- a/hack/update-vendor.sh +++ b/hack/update-vendor.sh @@ -277,7 +277,7 @@ while IFS= read -r repo; do echo "=== computing imports for ${repo}" go list all echo "=== computing tools imports for ${repo}" - go list -tags=tools all + go list -e ...
11
Merge pull request #119728 from pohly/ssa-forbid-extract-calls SSA: prevent usage of Extract calls via forbidigo
2023-08-18
null
null
12
Merge pull request #119489 from carlory/cleanup-e2e-common-framework-equal e2e_common: stop using deprecated framework.ExpectEqual
2023-08-18
null
null
14
Merge pull request #119982 from liggitt/automated-cherry-pick-of-#119977-upstream-release-1.28 Automated cherry pick of #119977: Make gomaxprocs install optional, limit to tests
2023-08-18
null
null
15
Merge pull request #119562 from my-git9/proxyut kubeadm: increase ut for cmd/kubeadm/app/phases/addons/proxy
2023-08-18
null
null
16
Merge pull request #119501 from Songjoy/cleanup-e2e-node-framework-equal e2e_node: stop using deprecated framework.ExpectEqual
2023-08-18
null
null
17
Merge pull request #119097 from pacoxu/fix-eviction-pid PIDPressure condition is triggered slow on CRI-O with large PID pressure/heavy load
2023-08-18
null
null
18
Merge pull request #119800 from jpbetz/cost-fix Fixes CEL estimated cost to propagate result sizes correctly
2023-08-18
null
null
19
Merge pull request #119197 from saschagrunert/stop-container-runtime-err Check dbus error on container runtime start/stop
2023-08-18
null
null
20
Merge pull request #119974 from tzneal/bump-busybox-test-version bump the busybox test version to resolve test failures
2023-08-18
null
null
21
Merge pull request #119939 from dims/kubectl-lookup-host-in-kubeconfig-when-needed [kubectl] Lookup Host from kubeconfig when needed
2023-08-18
null
null
22
Merge pull request #119880 from saschagrunert/seccomp-filter Make seccomp status checks in e2e tests more robust
2023-08-18
null
null
23
Merge pull request #119860 from pohly/golangci-lint-update golangci-lint update and support for Go 1.21
2023-08-18
null
null
24
Merge pull request #119966 from aojea/fixfix e2e framework util subtle bug checking endpoints
2023-08-18
null
null
26
Merge pull request #119745 from tsmetana/fix-local-stress-flake Local PV Stress test: don't fail on deleting missing PV
2023-08-18
null
null
27
Merge pull request #119654 from p0lyn0mial/upstream-watch-list-e2e-panic e2e/apimachinery/watchlist: stop panicking when run against unsupported cluster/environment
2023-08-18
null
null
28
Merge pull request #119509 from tzneal/fix-describe-node-with-sidecars kubectl: fix describe node output when sidecars are present
2023-08-18
null
null
29
Merge pull request #118619 from TommyStarK/gh_113832 dynamic resource allocation: reuse gRPC connection
2023-08-18
null
null
30
Merge pull request #119977 from liggitt/optional-gomaxprocs Make gomaxprocs install optional, limit to tests
2023-08-18
null
null
31
Make gomaxprocs install optional, limit to tests
2023-08-18
null
index 66772f08a81..983ff368e25 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -556,20 +556,25 @@ kube::golang::setup_env() { # This seems to matter to some tools export GO15VENDOREXPERIMENT=1 +} +kube::golang::setup_gomaxprocs() { # GOMAXPROCS by default does not reflect the number o...
32
bump the busybox test version to resolve test failures - bump busybox version - specify the path to /bin/sleep to avoid calling a new shell builtin
2023-08-18
null
index 3dc786c1ee2..1043cad658c 100644 --- a/test/e2e_node/pods_lifecycle_termination_test.go +++ b/test/e2e_node/pods_lifecycle_termination_test.go @@ -113,7 +113,7 @@ func getSigkillTargetPod(podName string, ctnName string) *v1.Pod { Command: []string{ "sh", "-c", - "trap \\"echo SIGTER...
33
Make gomaxprocs install optional, limit to tests
2023-08-18
null
index 66772f08a81..983ff368e25 100755 --- a/hack/lib/golang.sh +++ b/hack/lib/golang.sh @@ -556,20 +556,25 @@ kube::golang::setup_env() { # This seems to matter to some tools export GO15VENDOREXPERIMENT=1 +} +kube::golang::setup_gomaxprocs() { # GOMAXPROCS by default does not reflect the number o...
34
Merge pull request #119709 from charles-chenzz/fix_flaky fix flaky test on dra TestPrepareResources/should_timeout
2023-08-18
null
null
35
Merge pull request #119819 from pohly/dra-performance-test-driver dra test: enhance performance of test driver controller
2023-08-18
null
null
36
Merge pull request #119938 from my-git9/certlist-ut kubeadm: increase ut for certs/certlist
2023-08-18
null
null
37
Merge pull request #119859 from SataQiu/fix-healthcheck-client-cert-20230809 kubeadm: remove 'system:masters' organization from etcd/healthcheck-client certificate
2023-08-18
null
null
38
e2e framework util subtle bug checking endpoints Change-Id: Ied14efcb75a45e3bbd5f76d4ee4c89703161df54
2023-08-18
null
index 407c9e60d79..f10e3254c01 100644 --- a/test/e2e/framework/util.go +++ b/test/e2e/framework/util.go @@ -478,7 +478,7 @@ func isIPv6Endpoint(e *v1.Endpoints) bool { continue } // Endpoints are single family, so it is enough to check only one address - return netutils.IsIPv6String(sub.Addresses[...
39
Merge pull request #119928 from aojea/fixe2e e2e WaitForServiceEndpointsNum take into account the address family
2023-08-18
null
null
41
Merge pull request #119914 from luohaha3123/job-feature Job: Change job controller methods receiver to pointer
2023-08-18
null
null
42
Merge pull request #119907 from Hii-Arpit/Hii-Arpit-Fixing-Broken-Link Fixing the "Service Account Token" link in the readme
2023-08-18
null
null
43
Merge pull request #119904 from tenzen-y/replace-deprecated-workqueue-lib Job: Replace deprecated workqueue function with supported one
2023-08-18
null
null
44
Merge pull request #119890 from tzneal/containers-lifecycle-flake crio: increase test buffer to eliminate test flakes
2023-08-18
null
null
45
Merge pull request #119844 from enj/enj/i/upgrade_regex wsstream: use a single approach to detect connection upgrade
2023-08-18
null
null
46
Merge pull request #119825 from Jefftree/add-gv Move adding GroupVersion log until after an update is confirmed
2023-08-18
null
null
47
Merge pull request #119796 from sttts/sttts-caches-populated client-go: log proper 'caches populated' message, with type and source and only once
2023-08-18
null
null
48
Merge pull request #119795 from sttts/sttts-httplog-impersonation apiserver/httplog: pretty up impersonation output
2023-08-18
null
null
49
Merge pull request #119794 from aojea/jsonlogkube implement Stringer for podActions
2023-08-18
null
null
60
kubeadm: restore and generalize the TestMigrateOldConfig test The test required two APIs to be available to test for migration. Keep it simple and use a variable "gv" on top of the function body to easily swap the version to be tested once an old API is deleted. e.g. currently v1beta3 is...
2023-08-18
null
index c713984b22a..879d04aef7f 100644 --- a/cmd/kubeadm/app/util/config/common_test.go +++ b/cmd/kubeadm/app/util/config/common_test.go @@ -21,13 +21,16 @@ import ( "reflect" "testing" + "github.com/lithammer/dedent" "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/apimachinery/pkg/util/version" a...
65
kubectl explain should work for both cluster and namespace resources and without a GET method
2023-08-18
null
index f67a9f4ca36..4c5e1c62be5 100644 --- a/staging/src/k8s.io/kubectl/pkg/explain/v2/funcs.go +++ b/staging/src/k8s.io/kubectl/pkg/explain/v2/funcs.go @@ -185,6 +185,9 @@ func WithBuiltinTemplateFuncs(tmpl *template.Template) *template.Template { return copyDict, nil }, + "list": func(values ...any) (...
67
Paginate within DeleteCollection call.
2023-08-18
null
index 55f06f7972b..353e5532c1e 100644 --- a/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go +++ b/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go @@ -1143,6 +1143,11 @@ func (e *Store) DeleteReturnsDeletedObject() bool { return e.ReturnDeletedObject } +// deleteCollec...
70
scheduler_perf: add TestScheduling integration test This runs workloads that are labeled as "integration-test". The apiserver and scheduler are only started once per unique configuration, followed by each workload using that configuration. This makes execution faster. In contrast to benc...
2023-08-18
null
index 91cf677e4ad..618e48a3be4 100644 --- a/test/integration/scheduler_perf/README.md +++ b/test/integration/scheduler_perf/README.md @@ -100,3 +100,15 @@ performance. During interactive debugging sessions it is possible to enable per-test output via -use-testing-log. + +## Integration tests + +To run int...
71
scheduler_perf: fix namespace deletion Merely deleting the namespace is not enough: - Workloads might rely on the garbage collector to get rid of obsolete objects, so we should run it to be on the safe side. - Pods must be force-deleted because kubelet is not running. - Finally, t...
2023-08-18
null
index f1e8435e09b..215c369a082 100644 --- a/test/integration/job/job_test.go +++ b/test/integration/job/job_test.go @@ -41,27 +41,22 @@ import ( "k8s.io/apimachinery/pkg/util/wait" "k8s.io/apimachinery/pkg/watch" "k8s.io/apiserver/pkg/util/feature" - cacheddiscovery "k8s.io/client-go/discovery/cached/memor...
88
update openapi
2023-08-18
null
new file mode 100644 index 00000000000..224aaa826ac --- /dev/null +++ b/api/discovery/apis__apiregistration.k8s.io.json @@ -0,0 +1,15 @@ +{ + "apiVersion": "v1", + "kind": "APIGroup", + "name": "apiregistration.k8s.io", + "preferredVersion": { + "groupVersion": "apiregistration.k8s.io/v1", + "versi...
91
kubectl explain should work for both cluster and namespace resources and without a GET method
2023-08-18
null
index f67a9f4ca36..4c5e1c62be5 100644 --- a/staging/src/k8s.io/kubectl/pkg/explain/v2/funcs.go +++ b/staging/src/k8s.io/kubectl/pkg/explain/v2/funcs.go @@ -185,6 +185,9 @@ func WithBuiltinTemplateFuncs(tmpl *template.Template) *template.Template { return copyDict, nil }, + "list": func(values ...any) (...
94
Update the template.pot file with latest message IDs. Update the template.pot file with the current state of the messages in kubectl. That allows localized messages to be updated accordingly and picked up correctly.
2023-08-18
null
index 8406dc0db21..4e60cfc997c 100644 --- a/staging/src/k8s.io/kubectl/pkg/util/i18n/translations/kubectl/template.pot +++ b/staging/src/k8s.io/kubectl/pkg/util/i18n/translations/kubectl/template.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: \\n" "Report-Msgid-Bugs-To: EMAIL\\n" -"POT-Creation-D...
98
Skip terminal Pods with a deletion timestamp from the Daemonset sync (#118716) * Skip terminal Pods with a deletion timestamp from the Daemonset sync Change-Id: I64a347a87c02ee2bd48be10e6fff380c8c81f742 * Review comments and fix integration test Change-Id: I3eb5ec62bce8...
2023-08-18
null
index d8a2f67dcf8..ffcebcb17db 100644 --- a/pkg/controller/daemon/daemon_controller.go +++ b/pkg/controller/daemon/daemon_controller.go @@ -752,7 +752,7 @@ func (dsc *DaemonSetsController) getDaemonPods(ctx context.Context, ds *apps.Dae // This also reconciles ControllerRef by adopting/orphaning. // Note that re...
50
Merge pull request #118922 from champtar/kubeadm-backdate-ca kubeadm: backdate generated CAs
2023-08-18
null
null
51
Merge pull request #118182 from seans3/wsstream-refactor Refactor wsstream library from apiserver to apimachinery
2023-08-18
null
null
52
Exclude terminal pods from Daemonset e2e tests Change-Id: Ic29ca1739ebdc54822d1751fcd56a99c628021c4
2023-08-18
null
index d55e991277a..460b882fe18 100644 --- a/test/e2e/apps/daemon_set.go +++ b/test/e2e/apps/daemon_set.go @@ -39,6 +39,7 @@ import ( "k8s.io/apimachinery/pkg/labels" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" + "k8s.io/apimachinery/pkg/selection" "k8s.io/apimachinery/pkg/...
53
Merge pull request #118280 from stlaz/e2e_psa_labels Set all PSa labels in tests
2023-08-18
null
null
54
Merge pull request #117927 from kaisoz/add-FailedToRetrieveImagePullSecret-event Log a warning if a ImagePullSecrets does not exist
2023-08-18
null
index 663ac7fb3a8,ca1ee492feb..7d958234820 --- a/pkg/kubelet/kubelet_pods_test.go +++ b/pkg/kubelet/kubelet_pods_test.go @@@ -52,8 -50,11 +52,9 @@@ import "k8s.io/kubernetes/pkg/features" kubecontainer "k8s.io/kubernetes/pkg/kubelet/container" containertest "k8s.io/kubernetes/pkg/kubelet/container/testi...
55
Delete CRDs created during field validation tests.
2023-08-18
null
index 5ff9041ca90..155d42c9e9c 100644 --- a/test/e2e/apimachinery/field_validation.go +++ b/test/e2e/apimachinery/field_validation.go @@ -247,6 +247,11 @@ var _ = SIGDescribe("FieldValidation", func() { framework.Failf("cannot create crd %s", err) } + defer func() { + err = fixtures.DeleteV1CustomRe...
56
Merge pull request #118943 from SataQiu/clean-kubeadm-20230628 kubeadm: remove unused Kind and Resource functions from kubeadm internal API
2023-08-18
null
null
57
kubeadm: remove unused Kind and Resource functions from output API
2023-08-18
null
index d7b7fcdd8e9..4eb647d8e3a 100644 --- a/cmd/kubeadm/app/apis/output/register.go +++ b/cmd/kubeadm/app/apis/output/register.go @@ -34,16 +34,6 @@ var ( AddToScheme = SchemeBuilder.AddToScheme ) -// Kind takes an unqualified kind and returns a Group qualified GroupKind -func Kind(kind string) schema.Grou...
58
apiserver: introduce larger buckets for flowcontrol request_wait_duration_seconds bucket Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2023-08-18
null
index 7cb05df6c89..a6b22a1a62b 100644 --- a/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/metrics/metrics.go +++ b/staging/src/k8s.io/apiserver/pkg/util/flowcontrol/metrics/metrics.go @@ -47,7 +47,7 @@ const ( var ( queueLengthBuckets = []float64{0, 10, 25, 50, 100, 250, 500, 1000} - requestD...
59
kubeadm: remove unused Kind and Resource functions from kubeadm internal API
2023-08-18
null
index c85e1c34908..99dca3cdbcd 100644 --- a/cmd/kubeadm/app/apis/kubeadm/register.go +++ b/cmd/kubeadm/app/apis/kubeadm/register.go @@ -34,16 +34,6 @@ var ( AddToScheme = SchemeBuilder.AddToScheme ) -// Kind takes an unqualified kind and returns a Group qualified GroupKind -func Kind(kind string) schema.Gr...
61
Add unit tests for parallel StatefulSet create & delete
2023-08-18
null
index bebaa4469d5..c7fe131996c 100644 --- a/pkg/controller/statefulset/stateful_set_control_test.go +++ b/pkg/controller/statefulset/stateful_set_control_test.go @@ -2362,6 +2362,12 @@ type requestTracker struct { requests int err error after int + + parallelLock sync.Mutex + parallel int + ...
62
apiserver: introduce larger buckets for request_filter_duration_seconds metric Signed-off-by: Andrew Sy Kim <andrewsy@google.com>
2023-08-18
null
index 450a6653da6..ba2aed69d44 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go @@ -229,7 +229,7 @@ var ( Subsystem: APIServerComponent, Name: "request_filter_duration_seconds", Help: ...
63
Merge pull request #118202 from pohly/scheduler-perf-unit-test scheduler-perf: run as integration tests
2023-08-18
null
null
64
Return Skip in PodTopologySpread#PreScore under specific conditions Signed-off-by: utam0k <k0ma@utam0k.jp>
2023-08-18
null
index bf5e8fe7d05..97770878f53 100644 --- a/pkg/scheduler/framework/plugins/podtopologyspread/scoring.go +++ b/pkg/scheduler/framework/plugins/podtopologyspread/scoring.go @@ -120,9 +120,9 @@ func (pl *PodTopologySpread) PreScore( return framework.AsStatus(fmt.Errorf("getting all nodes: %w", err)) } - if ...
66
Merge pull request #117055 from cyclinder/csi_migration remove CSI-migration gate
2023-08-18
null
null
68
Merge pull request #116729 from AxeZhan/handlers_sync [Scheduler] Make sure handlers have synced before scheduling
2023-08-18
null
null
69
scheduler_perf: replace gomega.Eventually with wait.PollUntilContextTimeout This is done for the sake of consistency. The failure message becomes less useful.
2023-08-18
null
index 619d46bc39a..ecbfce6887b 100644 --- a/test/integration/scheduler_perf/scheduler_perf_test.go +++ b/test/integration/scheduler_perf/scheduler_perf_test.go @@ -31,7 +31,6 @@ import ( "time" "github.com/google/go-cmp/cmp" - "github.com/onsi/gomega" v1 "k8s.io/api/core/v1" resourcev1alpha2 "k8s....
72
Merge pull request #118917 from kmala/daemonsetfix increase the log level for the GetTargetNodeName error message
2023-08-18
null
index ffcebcb17db,7f477453d06..8802eeb81dc --- a/pkg/controller/daemon/daemon_controller.go +++ b/pkg/controller/daemon/daemon_controller.go @@@ -761,15 -761,9 +761,15 @@@ func (dsc *DaemonSetsController) getNod nodeToDaemonPods := make(map[string][]*v1.Pod) logger := klog.FromContext(ctx) for _, pod := ...
73
scheduler_perf: fix goroutine leak in runWorkload This becomes relevant when doing more fine-grained leak checking.
2023-08-18
null
index a39e76eb6b4..ba051aa8c9c 100644 --- a/test/integration/scheduler_perf/scheduler_perf_test.go +++ b/test/integration/scheduler_perf/scheduler_perf_test.go @@ -802,6 +802,12 @@ func runWorkload(ctx context.Context, b *testing.B, tc *testCase, w *workload, c // need to start again. podInformer := informerFa...
74
test/integration: avoid errors in fake PC controller during shutdown Once the context is canceled, the controller can stop processing events. Without this change it prints errors when the apiserver is already down.
2023-08-18
null
index 359459e6846..4a0451d326d 100644 --- a/test/integration/util/util.go +++ b/test/integration/util/util.go @@ -127,7 +127,13 @@ func StartFakePVController(ctx context.Context, clientSet clientset.Interface, i claimRef := obj.Spec.ClaimRef pvc, err := clientSet.CoreV1().PersistentVolumeClaims(claimRef.Na...
75
kubeadm: backdate generated CAs by 5 minutes This allow for a small time jump backward after certificates generation. Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
2023-08-18
null
index 62f08a61c3a..8d5cea7a985 100644 --- a/cmd/kubeadm/app/constants/constants.go +++ b/cmd/kubeadm/app/constants/constants.go @@ -44,6 +44,8 @@ const ( // should be joined with KubernetesDir. TempDirForKubeadm = "tmp" + // CertificateBackdate defines the offset applied to notBefore for CA certificates ge...
76
client-go: allow to set NotBefore in NewSelfSignedCACert() Signed-off-by: Etienne Champetier <e.champetier@ateme.com>
2023-08-18
null
index 37b023ef25d..91e171271af 100644 --- a/staging/src/k8s.io/client-go/util/cert/cert.go +++ b/staging/src/k8s.io/client-go/util/cert/cert.go @@ -45,6 +45,7 @@ type Config struct { Organization []string AltNames AltNames Usages []x509.ExtKeyUsage + NotBefore time.Time } // AltNames co...
77
Merge pull request #118102 from RomanBednar/retro-sc-assignment-ga graduate RetroactiveDefaultStorageClass feature to GA in 1.28
2023-08-18
null
null
78
Merge pull request #118910 from dims/better-url-for-scraping-metrics-from-kubelet Better URL for scraping metrics from kubelet in node e2e tests
2023-08-18
null
null
79
Merge pull request #118876 from atiratree/fix-explain kubectl explain should work for both cluster and namespace resources and without a GET method
2023-08-18
null
null
80
put feature gate in alphabetical order
2023-08-18
null
index 26ea0409fe3..c2190fd2193 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -606,6 +606,13 @@ const ( // the pod is being deleted due to a disruption. PodDisruptionConditions featuregate.Feature = "PodDisruptionConditions" + // owner: @danielvegamyhre + // kep: https:/...
81
fix a reference to the wrong variable name Signed-off-by: yanggang <gang.yang@daocloud.io>
2023-08-18
null
index f33d5f320e4..016e493824d 100644 --- a/pkg/controller/util/endpoint/controller_utils.go +++ b/pkg/controller/util/endpoint/controller_utils.go @@ -185,7 +185,7 @@ func GetServicesToUpdateOnPodChange(serviceLister v1listers.ServiceLister, old, if labelsChanged { oldServices, err := GetPodServiceMembership...
82
Merge pull request #118909 from dims/bump-to-latest-node-problem-detector-version-with-arm64 Bump to latest node-problem-detector version with arm64
2023-08-18
null
null
83
Merge pull request #118904 from dims/cleanup-pods-at-the-end-in-pod-conditions-e2e-node-test Cleanup pods at the end in Pod conditions e2e node test
2023-08-18
null
null
84
Merge pull request #118908 from kannon92/fix-feature-flag-order Order feature gates alphabetically
2023-08-18
null
null
85
Better URL for scraping metrics from kubelet Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2023-08-18
null
index 0b246f4148d..5643dda6db3 100644 --- a/test/e2e_node/cpu_manager_metrics_test.go +++ b/test/e2e_node/cpu_manager_metrics_test.go @@ -164,7 +164,7 @@ var _ = SIGDescribe("CPU Manager Metrics [Serial][Feature:CPUManager]", func() { func getKubeletMetrics(ctx context.Context) (e2emetrics.KubeletMetrics, error...
86
Bump to latest node-problem-detector version with arm64 Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2023-08-18
null
index 492ecabfefe..1c0ef47fc65 100644 --- a/build/dependencies.yaml +++ b/build/dependencies.yaml @@ -86,6 +86,21 @@ dependencies: match: BUNDLED_ETCD_VERSIONS\\?|LATEST_ETCD_VERSION\\? - path: cluster/images/etcd/migrate/options.go + - name: "node-problem-detector" + version: 0.8.13 + ref...
87
add test for apiservices.apiregistration.k8s.io discoverability in openapi/v3
2023-08-18
null
index de809d5bead..5ffed17913f 100644 --- a/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapiv3/aggregator/aggregator_test.go +++ b/staging/src/k8s.io/kube-aggregator/pkg/controllers/openapiv3/aggregator/aggregator_test.go @@ -23,15 +23,20 @@ import ( "strings" "testing" + "github.com/emicklei/go-...
89
expose apiregistration.k8s.io into OpenAPIV3
2023-08-18
null
index cf83c3a6fe5..bc4da3a8946 100644 --- a/staging/src/k8s.io/kube-aggregator/pkg/apiserver/apiserver.go +++ b/staging/src/k8s.io/kube-aggregator/pkg/apiserver/apiserver.go @@ -440,6 +440,8 @@ func (s *APIAggregator) PrepareRun() (preparedAPIAggregator, error) { openAPIV3Aggregator, err := openapiv3aggregator.B...
90
feature flags should be ordered alphabetically
2023-08-18
null
index 3827a55e388..05280321a6c 100644 --- a/pkg/features/kube_features.go +++ b/pkg/features/kube_features.go @@ -374,15 +374,6 @@ const ( // Causes kubelet to no longer create legacy IPTables rules IPTablesOwnershipCleanup featuregate.Feature = "IPTablesOwnershipCleanup" - // owner: @mimowo - // kep: htt...
92
add feature gate
2023-08-18
null
index cce20c08b5f..fa76c7ccff5 100644 --- a/pkg/controller/job/job_controller.go +++ b/pkg/controller/job/job_controller.go @@ -1482,7 +1482,10 @@ func (jm *Controller) manageJob(ctx context.Context, job *batch.Job, activePods if completionIndex != unknownCompletionIndex { template = podTemplate.DeepC...
93
Merge pull request #118786 from pohly/dra-test-skip-prepare dra: kubelet must skip NodePrepareResource if not used by any container
2023-08-18
null
null
95
Merge pull request #118903 from champtar/revert-118631-ca-not-before Revert "Make CA valid 1 hour in the past"
2023-08-18
null
null
96
Merge pull request #118901 from dims/set-aws-specific-credential-provider-when-running-there Set AWS specific credential provider when running there
2023-08-18
null
null
97
Merge pull request #118866 from neolit123/1.28-add-v1beta4-to-scheme kubeadm: add v1beta4 to scheme; add --allow-experimental-api flag
2023-08-18
null
null
99
kubectl explain should work for both cluster and namespace resources and without a GET method
2023-08-18
null
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "schema": { + ...
100
kubectl explain should work for both cluster and namespace resources and without a GET method
2023-08-18
null
+ "description": "When present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed", + "schema": { + ...