Dataset Viewer
Auto-converted to Parquet Duplicate
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...
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
20