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
201
Include stderr in cred provider plugin errors
2023-08-18
null
index 3eccb000620..95bb18222d0 100644 --- a/pkg/credentialprovider/plugin/plugin.go +++ b/pkg/credentialprovider/plugin/plugin.go @@ -410,7 +410,7 @@ func (e *execPlugin) ExecPlugin(ctx context.Context, image string) (*credentialp cmd.Env = mergeEnvVars(e.environ(), configEnvVars) if err = e.runPlugin(ctx, ...
202
add log includes pod preemption details
2023-08-18
null
index 68e215dd2a5..933ee0ff68b 100644 --- a/pkg/scheduler/framework/preemption/preemption.go +++ b/pkg/scheduler/framework/preemption/preemption.go @@ -355,6 +355,7 @@ func (ev *Evaluator) prepareCandidate(ctx context.Context, c Candidate, pod *v1. // Otherwise we should delete the victim. if waitingPod := f...
203
enhancemanet: reduce calculation calls Signed-off-by: lowang_bh <lhui_wang@163.com>
2023-08-18
null
index 3b083878b41..a477742032d 100644 --- a/pkg/scheduler/util/utils.go +++ b/pkg/scheduler/util/utils.go @@ -67,12 +67,12 @@ func GetEarliestPodStartTime(victims *extenderv1.Victims) *metav1.Time { maxPriority := corev1helpers.PodPriority(victims.Pods[0]) for _, pod := range victims.Pods { - if corev1hel...
204
Replace the deprecated ioutil methods in the test directory
2023-08-18
null
index 2f570e8681d..58cdbda3636 100644 --- a/test/e2e_node/plugins/gcp-credential-provider/main.go +++ b/test/e2e_node/plugins/gcp-credential-provider/main.go @@ -20,7 +20,6 @@ import ( "encoding/json" "errors" "io" - "io/ioutil" "net/http" "os" "time" @@ -46,7 +45,7 @@ func getCredentials(tokenEn...
205
Merge pull request #117077 from pacoxu/fsquota-cleanup skip clear quota if FSQuotaMonitoring is disabled
2023-08-18
null
null
206
verifyVolumeNoStatusUpdateNeeded may cause flake and so only keep the last ones
2023-08-18
null
index 2dd3378de73..2110f66fa5e 100644 --- a/pkg/controller/volume/attachdetach/reconciler/reconciler_test.go +++ b/pkg/controller/volume/attachdetach/reconciler/reconciler_test.go @@ -742,39 +742,24 @@ func Test_Run_OneVolumeDetachFailNodeWithReadWriteOnce(t *testing.T) { // Right before detach operation is perfo...
207
Dependencies Update google.golang.org/protobuf v1.28.1 to v1.30.0
2023-08-18
null
// generated to contain the file's getDescriptor() method as well as any // top-level extensions defined in the file. JavaMultipleFiles *bool `protobuf:"varint,10,opt,name=java_multiple_files,json=javaMultipleFiles,def=0" json:"java_multiple_files,omitempty"` // This option does nothing. // - // Deprecat...
208
Dependencies Update golang.org/x/tools v0.7.0 to v0.8.0
2023-08-18
null
golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.7.0 h1:W4OVu8VVOaIO0yzWMNdepAulS7YfoS3Zabrm8DOXXU4= -golang.org/x/tools v0.7.0/go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s= +golang.org/x/tools v0.8.0 h1:vSDcovVPld282ceKgDim...
209
Dependencies Update google.golang.org/protobuf v1.28.1 to v1.30.0
2023-08-18
null
- 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x0a, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, - 0x6f, 0x6e, 0x1a, 0x6d, 0x0a, 0x0a, 0x41, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, - 0x12, 0x16, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x01, 0x20, 0x03, 0x28, 0x05, 0x42, 0x02, - 0x10, 0x01, 0x52, 0x0...
210
Dependencies Update golang.org/x/tools v0.7.0 to v0.8.0
2023-08-18
null
- r1, _, e1 = rawSyscall6(uintptr(unsafe.Pointer(&libc_setrlimit)), 2, uintptr(resource), rlim, 0, 0, 0, 0) - return -} - -// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT - func calllseek(fd int, offset int64, whence int) (r1 uintptr, e1 Errno) { r1, _, e1 = syscall6(uintptr(unsafe.Pointer(&l...
241
remove these unrelated openapi files (#117051)
2023-08-18
null
index 12903fd69f2..c554a132318 100644 --- a/api/openapi-spec/swagger.json +++ b/api/openapi-spec/swagger.json @@ -9699,7 +9699,7 @@ "type": "string" }, "loadBalancerIP": { - "description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the under...
211
hack/logcheck.conf: remove certificate controller exception
2023-08-18
null
index 5161fc58878..22fa77072f6 100644 --- a/hack/logcheck.conf +++ b/hack/logcheck.conf @@ -37,7 +37,6 @@ contextual k8s.io/kubernetes/test/e2e/dra/.* # Most of kube-controller-manager has been converted, but not everything. At # this point it is easier to list the exceptions. --contextual k8s.io/kubernetes...
212
Merge pull request #116865 from alexzielenski/apiserver/apply/move-transformer move check for noop managed field timestamp updates
2023-08-18
null
null
213
Merge pull request #116503 from codetalks-new/br_fix_text [fix][typing] startResourceClaimController errrorf message has typos
2023-08-18
null
index 2049ecdda60,4f9c93fe66b..eabdb24d82b --- a/cmd/kube-controller-manager/app/core.go +++ b/cmd/kube-controller-manager/app/core.go @@@ -376,10 -371,10 +376,10 @@@ func startResourceClaimController(ctx c ephemeralController, err := resourceclaim.NewController( controllerContext.ClientBuilder.ClientOrDie(...
214
Merge pull request #117202 from pohly/scheduler-perf-zero-count scheduler perf: allow creating 0 items
2023-08-18
null
null
215
Merge pull request #117201 from pohly/scheduler-perf-node-labels test/integration: create nodes directly with kubernetes.io/hostname label
2023-08-18
null
null
216
Merge pull request #117199 from pohly/scheduler-perf-race-fix scheduler_perf: fix race condition
2023-08-18
null
null
217
Merge pull request #117197 from pohly/scheduler-perf-cleanup scheduler perf: remove cleanup func
2023-08-18
null
null
218
Merge pull request #117187 from nikhita/new-contribex-leads Add new contribex leads to sig-contribex-approvers
2023-08-18
null
null
219
Merge pull request #117178 from gjtempleton/SIG-Autoscaling-Cleanup-HPA-OWNERS HPA Controller - Update Owners
2023-08-18
null
null
220
Merge pull request #117171 from brianpursley/kubectl-1110-tests Add unit tests showing the effect of unlimited containers when calculating pod limits
2023-08-18
null
null
221
Merge pull request #117170 from jongwooo/hotfix/fix-typo-in-comments Fix typo at job_test.go
2023-08-18
null
null
222
Merge pull request #117169 from tukwila/etcd_version supported version of etcd 3.5.7-0 for Kubernetes v1.27.0-rc.0
2023-08-18
null
null
223
Merge pull request #117154 from p0lyn0mial/upstream-cacher-size-rlock watchcache: currentCapacity acquires a read lock
2023-08-18
null
null
224
Merge pull request #116953 from CecileRobertMichon/add-sig-lead Add CecileRobertMichon to sig-cluster-lifecycle-leads
2023-08-18
null
null
225
Merge pull request #116723 from SergeyKanzhelev/ExperimentalHostUserNamespaceDefaulting deprecate ExperimentalHostUserNamespaceDefaulting
2023-08-18
null
null
226
Merge pull request #116560 from bart0sh/PR107-DRA-get-rid-of-extra-loops DRA: get rid of unneeded loops over pod containers
2023-08-18
null
null
227
Merge pull request #116442 from benluddy/cel-admission-vestigal-errcheck Remove vestigal err check from CEL admission controller.
2023-08-18
null
null
228
Merge pull request #115076 from hasheddan/go-restful Fix gorestful typos in the APIServerHandler.Director docstring
2023-08-18
null
null
229
Merge pull request #117152 from samuelkarp/godoc-typo cpumanager: fix typo in godoc
2023-08-18
null
null
230
Merge pull request #117143 from howardjohn/poll/bad-comment wait: fix incorrect suggested method
2023-08-18
null
null
231
Merge pull request #117141 from dims/specify-kube-root-for-test-e2e-node/AWS Specify kube root for test-e2e-node/aws to work
2023-08-18
null
null
232
Merge pull request #117140 from sathyanarays/removeSchedulerEndpointRbac Remove endpoint related RBAC from scheduler cluster role
2023-08-18
null
null
233
Merge pull request #117121 from dgrisonnet/ms-15s-resolution Set metrics-server's metric-resolution to 15s
2023-08-18
null
index 4b14eb52600,7c52b34b2ac..88b73ebe38a --- a/cluster/addons/metrics-server/metrics-server-deployment.yaml +++ b/cluster/addons/metrics-server/metrics-server-deployment.yaml @@@ -50,10 -50,10 +50,10 @@@ spec kubernetes.io/os: linux containers: - name: metrics-server - image: ...
234
Merge pull request #117120 from dgrisonnet/bump-ms-0.6.3 Bump metrics-server to v0.6.3
2023-08-18
null
null
235
Merge pull request #117109 from pohly/test-integration-race-detection-framework-grpclog test/integration/framework: avoid race around grpclog.SetLoggerV2
2023-08-18
null
null
236
Merge pull request #117103 from humblec/storage-e2e-image Storage e2e image base version update for RBD and ISCSI
2023-08-18
null
null
237
Merge pull request #117102 from ardaguclu/move-genericiooptions Move genericclioptions.IOStreams to genericiooptions.IOStreams
2023-08-18
null
null
238
Merge pull request #117099 from UiPath/fix-qos-limit kubelet: fix setup of emptyDir with sizeLimit (fsquota)
2023-08-18
null
null
239
Merge pull request #117095 from PushkarJ/bump-runc CVE-2023-27561 CVE-2023-25809 CVE-2023-28642: Bump runc go module v1.1.4 -> v1.1.5
2023-08-18
null
null
240
Merge pull request #117053 from dims/refactor-remote-runner-to-be-pluggable Refactor remote runners to allow pluggable cloud specific extensions
2023-08-18
null
null
242
Merge pull request #117034 from ardaguclu/events-support-fullnames kubectl events: Support fully qualified names for --for flag
2023-08-18
null
null
243
remove reuse buf todo (#117033) * reuse buf Signed-off-by: mouuii <49775493+mouuii@users.noreply.github.com> * remove the todo Signed-off-by: mouuii <49775493+mouuii@users.noreply.github.com> --------- Signed-off-by: mouuii <49775493+mouuii@users.n...
2023-08-18
null
index 7fc513dd0e7..73f85286c23 100644 --- a/staging/src/k8s.io/apimachinery/pkg/runtime/codec.go +++ b/staging/src/k8s.io/apimachinery/pkg/runtime/codec.go @@ -45,7 +45,6 @@ func NewCodec(e Encoder, d Decoder) Codec { // Encode is a convenience wrapper for encoding to a []byte from an Encoder func Encode(e En...
244
Adding additional validations to queried endpoint list iteration.
2023-08-18
null
index 1f31c94e636..f7e6dd8fe9b 100644 --- a/pkg/proxy/winkernel/hns.go +++ b/pkg/proxy/winkernel/hns.go @@ -97,6 +97,12 @@ func (hns hns) getAllEndpointsByNetwork(networkName string) (map[string]*(endpoi } endpointInfos := make(map[string]*(endpointsInfo)) for _, ep := range endpoints { + + if len(ep.IpC...
245
Adding additional validations to queried endpoint list iteration.
2023-08-18
null
index 1f31c94e636..f7e6dd8fe9b 100644 --- a/pkg/proxy/winkernel/hns.go +++ b/pkg/proxy/winkernel/hns.go @@ -97,6 +97,12 @@ func (hns hns) getAllEndpointsByNetwork(networkName string) (map[string]*(endpoi } endpointInfos := make(map[string]*(endpointsInfo)) for _, ep := range endpoints { + + if len(ep.IpC...
246
Adding additional validations to queried endpoint list iteration.
2023-08-18
null
index 1f31c94e636..f7e6dd8fe9b 100644 --- a/pkg/proxy/winkernel/hns.go +++ b/pkg/proxy/winkernel/hns.go @@ -97,6 +97,12 @@ func (hns hns) getAllEndpointsByNetwork(networkName string) (map[string]*(endpoi } endpointInfos := make(map[string]*(endpointsInfo)) for _, ep := range endpoints { + + if len(ep.IpC...
247
Merge pull request #117022 from mpatlasov/fix-dir-mismatch-for-SetVolumeOwnership Fix directory mismatch for `volume.SetVolumeOwnership()`
2023-08-18
null
null
248
Merge pull request #117020 from cji/cji-seccomplocalhost Fix seccomp localhost error handling
2023-08-18
null
null
249
Merge pull request #117016 from dims/set-GOMAXPROCS-explicitly Set GOMAXPROCS explicitly
2023-08-18
null
null
250
Merge pull request #117009 from mouuii/mouuii-dev fix doc mismatch
2023-08-18
null
null
251
Kubectl convert - warn users with NotRegisteredError and Fail on all other errors (#117002) * Convert file but warn user with impossible conversions * Only continuing for NotRegisteredErrors. Using iostreams for warning user instead of stdError * Formatting, correct tests to use v...
2023-08-18
null
index 008aa6debd8..b2fa8d23e8f 100644 --- a/pkg/kubectl/cmd/convert/convert.go +++ b/pkg/kubectl/cmd/convert/convert.go @@ -180,7 +180,7 @@ func (o *ConvertOptions) RunConvert() error { internalEncoder := scheme.Codecs.LegacyCodec(scheme.Scheme.PrioritizedVersionsAllGroups()...) internalVersionJSONEncoder :...
252
Merge pull request #117000 from bobbypage/gh_116998 test: Fix flake in node e2e mirror pod tests
2023-08-18
null
null
253
Merge pull request #116995 from smarterclayton/pending_update kubelet: Ensure pods that have not started track a pendingUpdate
2023-08-18
null
null
254
Merge pull request #116987 from wojtek-t/fix_non_recursive_list_test Deflake TestGetListNonRecursive
2023-08-18
null
null
255
Merge pull request #116950 from tosi3k/network-gce Do not look at VPC-related resources outside the cluster's network
2023-08-18
null
null
256
Merge pull request #116940 from sarab97/sarab/feat/sets Use the generic Set in scheduler
2023-08-18
null
null
257
Merge pull request #116918 from liggitt/api-approvers Add API approvers
2023-08-18
null
null
258
Merge pull request #116916 from mhuxtable/mhuxtable/update-signals-documentation Fix sample-controller docs after moving to context-based cancellation
2023-08-18
null
null
259
Merge pull request #116899 from aramase/aramase/d/kmsv2_run_e2e_readme [KMSv2] update ci script and add readme
2023-08-18
null
null
260
Detect and clean up unneeded after_roundtrip fixtures
2023-08-18
null
deleted file mode 100644 index 87da93272ca..00000000000 Binary files a/staging/src/k8s.io/api/testdata/v1.25.0/core.v1.ListOptions.after_roundtrip.pb and /dev/null differ diff --git a/staging/src/k8s.io/api/testdata/v1.26.0/admissionregistration.k8s.io.v1alpha1.ValidatingAdmissionPolicy.after_roundtrip.json b/stagin...
269
garbagecollector: use contextual logging Signed-off-by: Andy Goldstein <andy.goldstein@redhat.com>
2023-08-18
null
index 56b3e3395b5..5aa406c78bb 100644 --- a/cmd/kube-controller-manager/app/core.go +++ b/cmd/kube-controller-manager/app/core.go @@ -502,6 +502,8 @@ func startGarbageCollectorController(ctx context.Context, controllerContext Cont return nil, false, nil } + ctx = klog.NewContext(ctx, klog.LoggerWithName(k...
271
Migrated the StatefulSet controller (within `kube-controller-manager) to use [contextual logging](https://k8s.io/docs/concepts/cluster-administration/system-logs/#contextual-logging)
2023-08-18
null
index 7bc73b31651..085dc7c9596 100644 --- a/cmd/kube-controller-manager/app/apps.go +++ b/cmd/kube-controller-manager/app/apps.go @@ -50,7 +50,9 @@ func startDaemonSetController(ctx context.Context, controllerContext ControllerC } func startStatefulSetController(ctx context.Context, controllerContext Controll...
275
Route controller should update routes with NodeIP changed When a node reboots or kubelet restarts, it is possible that its IP is changed. In this case, node route should be updated with the correct IP. In this PR, it checks if the IP in an existing route is the same as the actual one. If not, it marks it as "upda...
2023-08-18
null
index 44c62ccc03a..7e7bf9dfab8 100644 --- a/staging/src/k8s.io/cloud-provider/cloud.go +++ b/staging/src/k8s.io/cloud-provider/cloud.go @@ -218,6 +218,11 @@ type Route struct { Name string // TargetNode is the NodeName of the target instance. TargetNode types.NodeName + // EnableNodeAddresses is a feature ...
276
Route controller should update routes with NodeIP changed When a node reboots or kubelet restarts, it is possible that its IP is changed. In this case, node route should be updated with the correct IP. In this PR, it checks if the IP in an existing route is the same as the actual one. If not, it marks it as "upda...
2023-08-18
null
index 44c62ccc03a..7e7bf9dfab8 100644 --- a/staging/src/k8s.io/cloud-provider/cloud.go +++ b/staging/src/k8s.io/cloud-provider/cloud.go @@ -218,6 +218,11 @@ type Route struct { Name string // TargetNode is the NodeName of the target instance. TargetNode types.NodeName + // EnableNodeAddresses is a feature ...
277
Route controller should update routes with NodeIP changed When a node reboots or kubelet restarts, it is possible that its IP is changed. In this case, node route should be updated with the correct IP. In this PR, it checks if the IP in an existing route is the same as the actual one. If not, it marks it as "upda...
2023-08-18
null
index 44c62ccc03a..7e7bf9dfab8 100644 --- a/staging/src/k8s.io/cloud-provider/cloud.go +++ b/staging/src/k8s.io/cloud-provider/cloud.go @@ -218,6 +218,11 @@ type Route struct { Name string // TargetNode is the NodeName of the target instance. TargetNode types.NodeName + // EnableNodeAddresses is a feature ...
280
nodeipam: return error instead of panics
2023-08-18
null
index 8ad692bd5a8..00701a88afb 100644 --- a/pkg/controller/nodeipam/legacyprovider.go +++ b/pkg/controller/nodeipam/legacyprovider.go @@ -20,6 +20,7 @@ limitations under the License. package nodeipam import ( + "fmt" "net" coreinformers "k8s.io/client-go/informers/core/v1" @@ -40,7 +41,7 @@ func cr...
286
Plumb stale GroupVersions through aggregated discovery
2023-08-18
null
index 033a4c8fc3c..758b0a3ac8f 100644 --- a/staging/src/k8s.io/client-go/discovery/aggregated_discovery.go +++ b/staging/src/k8s.io/client-go/discovery/aggregated_discovery.go @@ -24,19 +24,36 @@ import ( "k8s.io/apimachinery/pkg/runtime/schema" ) +// StaleGroupVersionError encasulates failed GroupVersion m...
287
node ipam ut: run test in parallel to avoid timeout; and optimize the panic check
2023-08-18
null
index 4bdeeeee28b..47421d1ede9 100644 --- a/pkg/controller/nodeipam/node_ipam_controller_test.go +++ b/pkg/controller/nodeipam/node_ipam_controller_test.go @@ -22,19 +22,19 @@ package nodeipam import ( "context" "net" - "os" - "os/exec" "strings" "testing" v1 "k8s.io/api/core/v1" metav1 "k8s...
288
e2e: add e2e test to node expand volume with secret Signed-off-by: zhucan <zhucan.k8s@gmail.com>
2023-08-18
null
index 0d56cb61f6d..c822509ed29 100644 --- a/test/e2e/storage/csi_mock/base.go +++ b/test/e2e/storage/csi_mock/base.go @@ -20,6 +20,7 @@ import ( "context" "errors" "fmt" + "reflect" "strconv" "strings" "sync/atomic" @@ -72,6 +73,7 @@ const ( type csiCall struct { expectedMethod string exp...
290
generated: ./hack/update-vendor.sh
2023-08-18
null
index 0b177dd692a..123d570bb51 100644 --- a/staging/src/k8s.io/cloud-provider/go.mod +++ b/staging/src/k8s.io/cloud-provider/go.mod @@ -24,6 +24,7 @@ require ( github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect github.com/NYTimes/gziphandler v1.1.1 // indirect github.com/antlr/antlr...
292
implmementing type checking with multi-type support.
2023-08-18
null
index 63cb80fdabb..a410b61ede8 100644 --- a/cmd/kube-apiserver/app/server.go +++ b/cmd/kube-apiserver/app/server.go @@ -40,6 +40,7 @@ import ( "k8s.io/apimachinery/pkg/util/sets" "k8s.io/apiserver/pkg/admission" "k8s.io/apiserver/pkg/authorization/authorizer" + "k8s.io/apiserver/pkg/cel/openapi/resolver" ...
294
[API REVIEW] ValidatingAdmissionPolicyStatus
2023-08-18
null
index 851f9206aa3..9288057ef01 100644 --- a/pkg/apis/admissionregistration/types.go +++ b/pkg/apis/admissionregistration/types.go @@ -123,6 +123,52 @@ type ValidatingAdmissionPolicy struct { metav1.ObjectMeta // Specification of the desired behavior of the ValidatingAdmissionPolicy. Spec ValidatingAdmission...
297
graduate API Server tracing to beta
2023-08-18
null
index 1d723d5e362..dcb082e0953 100644 --- a/staging/src/k8s.io/apiserver/pkg/apis/apiserver/types.go +++ b/staging/src/k8s.io/apiserver/pkg/apis/apiserver/types.go @@ -19,6 +19,7 @@ package apiserver import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" + tracingapi "k8s.i...
302
Refactor aggregated apiserver e2e, add openapi e2e
2023-08-18
null
index 6955fbdeb39..3058e0169df 100644 --- a/test/e2e/apimachinery/aggregator.go +++ b/test/e2e/apimachinery/aggregator.go @@ -80,7 +80,7 @@ var _ = SIGDescribe("Aggregator", func() { if err != nil { framework.Failf("could not create aggregator client: %v", err) } - ginkgo.DeferCleanup(cleanTest, f.Cli...
303
Revert "node: device-mgr: Handle recovery flow by checking if healthy devices exist"
2023-08-18
null
index 9f2552bd729..8cb57aa8190 100644 --- a/pkg/kubelet/cm/devicemanager/manager.go +++ b/pkg/kubelet/cm/devicemanager/manager.go @@ -544,29 +544,15 @@ func (m *ManagerImpl) devicesToAllocate(podUID, contName, resource string, requi return nil, fmt.Errorf("pod %q container %q changed request for resource %q fro...
261
hack/local-up-cluster.sh: Cleaup on SIGINT Currently we only cleanup on exit. Let's trap SIGINT (ctrl-c) too, so we always cleanup everything. Otherwise if we ctrl-c is easy to leave something running, specially if we ctrl-c while the cleanup function is running. And when we leave ...
2023-08-18
null
index 16e8ed9a1cf..33d3489561d 100755 --- a/hack/local-up-cluster.sh +++ b/hack/local-up-cluster.sh @@ -1151,6 +1151,7 @@ echo "Using GO_OUT ${GO_OUT}" export KUBELET_CIDFILE=${TMP_DIR}/kubelet.cid if [[ "${ENABLE_DAEMON}" = false ]]; then trap cleanup EXIT + trap cleanup INT fi echo "Starting servi...
262
fix: remove SchedulingMigratedInTreePVs feature gate in sched perf test
2023-08-18
null
index 923b77810c2..84aa647c437 100644 --- a/test/integration/scheduler_perf/config/performance-config.yaml +++ b/test/integration/scheduler_perf/config/performance-config.yaml @@ -97,8 +97,6 @@ measurePods: 1000 - name: SchedulingMigratedInTreePVs - featureGates: - CSIMigrationAWS: true worklo...
263
cronjob: shut down integration test quickly again 6f2cd1b5bd76e336c08846281db1aacca1e7dd13 swapped the order of cancel() and closeFn() so that closeFn got called first when the test was done. This caused it to block while waiting for goroutines which themselves were waiting for the conte...
2023-08-18
null
index 2c149473a84..6cdbf2a42f4 100644 --- a/test/integration/cronjob/cronjob_test.go +++ b/test/integration/cronjob/cronjob_test.go @@ -152,6 +152,10 @@ func TestCronJobLaunchesPodAndCleansUp(t *testing.T) { closeFn, cjc, jc, informerSet, clientSet := setup(ctx, t) defer closeFn() + // When shutting down, ...
264
Merge pull request #115769 from mochizuki875/revert-115732-revert-root-test Revert "Revert #114605: its unit test requires root permission"
2023-08-18
null
null
265
Merge pull request #115451 from zhucan/nodeexpandvolume-secret-e2e e2e: add e2e test to node expand volume with secret
2023-08-18
null
null
266
Merge pull request #116329 from dims/drop-aws-kubelet-credential-provider-and-cleanup-aws-storage-e2e-tests Drop aws kubelet credential provider and cleanup aws storage e2e tests
2023-08-18
null
null
267
golangci-lint: synchronize configs and add verification for that https://github.com/kubernetes/kubernetes/pull/109728 added a golangci-strict.yaml where gingkolinter and stylecheck (some recent additions to golangci.yaml) were missing. To prevent such mistakes in the future, lines ...
2023-08-18
null
index 8c73016649e..e07ab4d1c65 100644 --- a/hack/golangci-strict.yaml +++ b/hack/golangci-strict.yaml @@ -11,18 +11,21 @@ issues: max-same-issues: 0 # Excluding configuration per-path, per-linter, per-text and per-source exclude-rules: - # exclude ineffassing linter for generated files for conversion...
268
garbagecollector: structured logging of objectReference When using JSON as output format, we want objectReference values to be represented as a struct. For example, "item" is such a value: {"ts":1678135015708.349,"caller":"garbagecollector/garbagecollector.go:595","msg":"classify object...
2023-08-18
null
index b2fd8002d5c..de017b4c40b 100644 --- a/pkg/controller/garbagecollector/graph.go +++ b/pkg/controller/garbagecollector/graph.go @@ -20,6 +20,8 @@ import ( "fmt" "sync" + "github.com/go-logr/logr" + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/types" ) @@ -30,10 +32,2...
270
add tests for probe errors and ExecProbeTimeout
2023-08-18
null
new file mode 100644 index 00000000000..e6c8f584b3e --- /dev/null +++ b/pkg/probe/exec/errors_test.go @@ -0,0 +1,51 @@ +/* +Copyright 2023 The Kubernetes Authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtai...
272
Merge pull request #116174 from pacoxu/fix-TestNewNodeIpamControllerWithCIDRMasks node ipam controller ut: run test in parallel to avoid timeout
2023-08-18
null
null
273
Not share process namespace if user explicitly disables it This PR sets higher priority to the `share-processes` flag than provided profile. For example, if user tries to use copy-to debugging with restricted profiling, share process namespace should be false if user explicitly ...
2023-08-18
null
index 08225f8e6b8..118c38661ba 100644 --- a/staging/src/k8s.io/kubectl/pkg/cmd/debug/debug_test.go +++ b/staging/src/k8s.io/kubectl/pkg/cmd/debug/debug_test.go @@ -1201,6 +1201,46 @@ func TestGeneratePodCopyWithDebugContainer(t *testing.T) { }, }, }, + { + name: "baseline profile not share proces...
274
cleanup container runtime options Signed-off-by: calvin0327 <wen.chen@daocloud.io>
2023-08-18
null
index 795594b6a13..3e0b1e4cf16 100644 --- a/cmd/kubelet/app/options/container_runtime.go +++ b/cmd/kubelet/app/options/container_runtime.go @@ -18,7 +18,6 @@ package options import ( "k8s.io/kubernetes/pkg/kubelet/config" - kubetypes "k8s.io/kubernetes/pkg/kubelet/types" ) const ( @@ -36,7 +35,6 @@ ...
278
sync default qps of kubelet change
2023-08-18
null
index fe5467d65c2..bbfa70641f0 100644 --- a/cmd/kubelet/app/options/options.go +++ b/cmd/kubelet/app/options/options.go @@ -489,8 +489,8 @@ func AddKubeletConfigFlags(mainfs *pflag.FlagSet, c *kubeletconfig.KubeletConfig fs.Int64Var(&c.MaxOpenFiles, "max-open-files", c.MaxOpenFiles, "Number of files that can be o...
279
cleanup: sync testdata as CronJobTimeZone is GAed
2023-08-18
null
index 510e2e09934..ffbf070be01 100644 --- a/staging/src/k8s.io/client-go/openapi/openapitest/testdata/apis__batch__v1_openapi.json +++ b/staging/src/k8s.io/client-go/openapi/openapitest/testdata/apis__batch__v1_openapi.json @@ -135,7 +135,7 @@ "type": "boolean" }, "timeZone": { ...
281
Tolerate empty discovery response in memcache client
2023-08-18
null
index 0a410184743..b0fc7c21148 100644 --- a/staging/src/k8s.io/client-go/discovery/cached/memory/memcache.go +++ b/staging/src/k8s.io/client-go/discovery/cached/memory/memcache.go @@ -33,6 +33,7 @@ import ( "k8s.io/client-go/openapi" cachedopenapi "k8s.io/client-go/openapi/cached" restclient "k8s.io/client-...
282
Merge pull request #116341 from bobbypage/revert-114640-handle-device-mgr-recovery Revert "node: device-mgr: Handle recovery flow by checking if healthy devices exist"
2023-08-18
null
null
283
Merge pull request #116320 from wangchen615/lastminute-scheduler-fix Address last-minute requested changes for inplace update feature testing in scheduler
2023-08-18
null
null
284
Merge pull request #116154 from liggitt/feature-gate Handle AllAlpha and AllBeta in SetFeatureGateDuringTest
2023-08-18
null
null
285
Merge pull request #116144 from dashpole/apiserver_tracing_beta_round_2 Graduate API Server tracing to beta
2023-08-18
null
null
289
Merge pull request #109728 from pohly/lint-pull-requests verify-golangci-lint.sh: support stricter checking in new code
2023-08-18
null
null
291
fix broken tests after dependency injection.
2023-08-18
null
index a9fdd5fcece..f4fa85e812c 100644 --- a/pkg/kubeapiserver/admission/initializer_test.go +++ b/pkg/kubeapiserver/admission/initializer_test.go @@ -49,7 +49,7 @@ func (p *WantsCloudConfigAdmissionPlugin) SetCloudConfig(cloudConfig []byte) { func TestCloudConfigAdmissionPlugin(t *testing.T) { cloudConfig :=...
293
exempt validatingadmissionpolicies/status because admission control object does not apply to themselves.
2023-08-18
null
index 0fd4af4ad1b..bbf5445c3e9 100644 --- a/test/integration/apiserver/admissionwebhook/admission_test.go +++ b/test/integration/apiserver/admissionwebhook/admission_test.go @@ -138,12 +138,13 @@ var ( // admissionExemptResources lists objects which are exempt from admission validation/mutation, // only resour...
295
Merge pull request #116200 from Jefftree/e2e-openapi Add OpenAPI V3 E2E Tests
2023-08-18
null
null
296
Merge pull request #116121 from wojtek-t/bump_qps_kubelet Bump default API QPS limits for Kubelet
2023-08-18
null
null
298
e2e network test for multiple protocol services on same port The test creates a Service exposing two protocols on the same port and a backend that replies on both protocols. 1. Test that Service with works for both protocol 2. Update Service to expose only the TCP port 3. Veri...
2023-08-18
null
index 07ba4e106c2..83d51f452ff 100644 --- a/test/e2e/network/service.go +++ b/test/e2e/network/service.go @@ -3618,6 +3618,114 @@ var _ = common.SIGDescribe("Services", func() { framework.Logf("Collection of services has been deleted") }) + + ginkgo.It("should serve endpoints on same port and different p...