issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.91B
issue_number
int64
1
131k
[ "kubernetes", "kubernetes" ]
If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: PodA has 3 containers, c1,c2,c3. c1 communicates to c2 via http://127.0.0.1:6000. I created egress network policy for PodA. "curl -I http://127.0.0.1:6000" fails when I execute the cur...
How to allow access to kubernetes api using egress network policy
https://api.github.com/repos/kubernetes/kubernetes/issues/99113/comments
7
2021-02-16T11:30:57Z
2021-03-18T20:42:27Z
https://github.com/kubernetes/kubernetes/issues/99113
809,232,094
99,113
[ "kubernetes", "kubernetes" ]
#### What happened: Getting the following errors in kubelet: kuberuntime_manager.go:920] PodSandboxStatus of sandbox "b6055868eff0f21515055bec2c5662a9d53b6a09eb41d01bef3f83d27d1bb216" for pod "k8sapi-64cf86488d-c7sgx_trax(f2a8a616-24b1-41a8-a4b8-32efd55c9571)" error: rpc error: code = Unknown desc = Error: No suc...
Pod is restarting with exit code 137 although there is no memory issue
https://api.github.com/repos/kubernetes/kubernetes/issues/99100/comments
4
2021-02-15T17:37:24Z
2021-02-15T19:19:23Z
https://github.com/kubernetes/kubernetes/issues/99100
808,717,134
99,100
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: Enhance LimitRange object/api to be able to set min/max value not only for the limit value of resource but also for request. New LimitRange may look like this in yml : ``` yaml apiVersion: v1 kind: LimitRange metadata: name: cpu-min-max-demo-lr spec: limits: - max: ...
LimitRange should enforce min/max for request and not only limit
https://api.github.com/repos/kubernetes/kubernetes/issues/99096/comments
6
2021-02-15T14:57:25Z
2023-10-25T19:20:25Z
https://github.com/kubernetes/kubernetes/issues/99096
808,605,637
99,096
[ "kubernetes", "kubernetes" ]
#### What happened: ##### Short version When both `evictionSoft.imagefs.available` and `evictionMinReclaim.imagefs.available` parameters are set on Kubelet, they act as the upper and lower thresholds that define how the `DiskPressure` state is entered and exited. When trying to remediate a `DiskPressure`, Kubelet per...
Kubelet stuck in DiskPressure when imagefs.minReclaim is set
https://api.github.com/repos/kubernetes/kubernetes/issues/99094/comments
2
2021-02-15T13:24:23Z
2021-04-24T01:23:14Z
https://github.com/kubernetes/kubernetes/issues/99094
808,537,318
99,094
[ "kubernetes", "kubernetes" ]
#### What happened: `kubectl convert` was removed in 1.20 in favor of a `kubectl-convert` plugin. However, this is not included in release artifacts. #### What you expected to happen: The binary is included in release artifacts, and ideally easily installable via kubectl plugin managers like `krew`. /sig cl...
kubectl-convert is not included in release artifacts
https://api.github.com/repos/kubernetes/kubernetes/issues/99076/comments
3
2021-02-14T19:59:21Z
2021-02-23T01:24:15Z
https://github.com/kubernetes/kubernetes/issues/99076
808,034,588
99,076
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: e2e-memory-manager #### Which test(s) are failing: Different tests under the memory manager lane #### Since when has it been failing: #### Testgrid link: ...
Memory manager e2e tests fail
https://api.github.com/repos/kubernetes/kubernetes/issues/99070/comments
3
2021-02-14T15:08:10Z
2021-04-08T21:27:41Z
https://github.com/kubernetes/kubernetes/issues/99070
807,978,699
99,070
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: After a cl...
After cluster upgrade from 1.18.9 to 1.19.7 azureFile volume secrets are searched in wrong namespace
https://api.github.com/repos/kubernetes/kubernetes/issues/99061/comments
41
2021-02-13T12:47:30Z
2022-07-05T11:50:08Z
https://github.com/kubernetes/kubernetes/issues/99061
807,743,396
99,061
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: Building the...
make build-integration-test-image fails in cluster/images/etcd.
https://api.github.com/repos/kubernetes/kubernetes/issues/99058/comments
8
2021-02-13T09:14:58Z
2021-02-19T23:33:42Z
https://github.com/kubernetes/kubernetes/issues/99058
807,711,999
99,058
[ "kubernetes", "kubernetes" ]
Tracking bug for https://github.com/kubernetes/kubernetes/pull/98555#discussion_r572335376 /sig storage /important-longterm /assign
CSI e2e: refactor cleanup functions into a common one
https://api.github.com/repos/kubernetes/kubernetes/issues/99054/comments
2
2021-02-13T03:00:46Z
2021-02-18T10:14:52Z
https://github.com/kubernetes/kubernetes/issues/99054
807,660,878
99,054
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: Cgroup d...
Cannot automatically set CgroupDriver when starting the Kubelet: cannot execute 'docker info -f {{.CgroupDriver}}': executable file not found in $PATH
https://api.github.com/repos/kubernetes/kubernetes/issues/99053/comments
14
2021-02-13T02:42:51Z
2021-02-13T13:47:55Z
https://github.com/kubernetes/kubernetes/issues/99053
807,658,528
99,053
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: ci-kubernetes-e2e-windows-gce-20h2 ci-kubernetes-e2e-windows-gce-2004 #### Which test(s) are failing: * Kubernetes e2e suite: [sig-apps] StatefulSet [k8s.io] Basic ...
Windows httpd and httpd-new test images breaks due to incorrect architecture for PHP library.
https://api.github.com/repos/kubernetes/kubernetes/issues/99047/comments
7
2021-02-12T23:48:09Z
2021-03-05T04:32:22Z
https://github.com/kubernetes/kubernetes/issues/99047
807,618,752
99,047
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> Server-side apply for APIService wa...
Backport APIService SSA fix to older versions of kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/99046/comments
11
2021-02-12T23:05:37Z
2021-04-09T15:43:16Z
https://github.com/kubernetes/kubernetes/issues/99046
807,603,320
99,046
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: #### What ...
Support 20H2 on kube 1.20 and main branches
https://api.github.com/repos/kubernetes/kubernetes/issues/99044/comments
6
2021-02-12T22:40:41Z
2021-07-17T02:05:43Z
https://github.com/kubernetes/kubernetes/issues/99044
807,592,581
99,044
[ "kubernetes", "kubernetes" ]
In Golang, it's conventional to use `map[string]struct{}` to represent a "Set", instead of of `map[string]bool`. We can cleanup the usage of `map[string]bool` if the boolean value only meant "if the key is present". Below is a list of usage of `map[string]bool` in scheduler codebase: ``` pkg/scheduler/framework/...
sched: conventional style of "Set"
https://api.github.com/repos/kubernetes/kubernetes/issues/99043/comments
5
2021-02-12T20:13:23Z
2021-02-19T08:20:57Z
https://github.com/kubernetes/kubernetes/issues/99043
807,517,751
99,043
[ "kubernetes", "kubernetes" ]
This is follow up of https://github.com/kubernetes/kubernetes/issues/99039 #### What would you like to be added: Volume resizing code should compare size of a block device with size of the filesystem on it and resize the filesystem to maximum available size automatically. This should be done in kubernetes/mount-uti...
Resize filesystems automatically when the block device allows bigger size
https://api.github.com/repos/kubernetes/kubernetes/issues/99042/comments
10
2021-02-12T19:04:29Z
2022-02-01T10:49:31Z
https://github.com/kubernetes/kubernetes/issues/99042
807,476,447
99,042
[ "kubernetes", "kubernetes" ]
.
https://api.github.com/repos/kubernetes/kubernetes/issues/99041/comments
4
2021-02-12T18:59:20Z
2021-10-12T20:52:22Z
https://github.com/kubernetes/kubernetes/issues/99041
807,473,434
99,041
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: Volume resizing code (https://github.com/kubernetes/kubernetes/blob/master/pkg/util/resizefs/) should be available in kubernetes/mount-utils #### Why is this needed: It can be shared among with CSI drivers, reducing code duplication. /sig storage
Move filesystem resize code to kubernetes/mount-utils
https://api.github.com/repos/kubernetes/kubernetes/issues/99039/comments
2
2021-02-12T18:56:01Z
2021-02-23T01:24:03Z
https://github.com/kubernetes/kubernetes/issues/99039
807,471,549
99,039
[ "kubernetes", "kubernetes" ]
#### What happened: I removed a `livenessProbe` from my SSA intent, but could not apply it due to validation errors. #### What you expected to happen: I expected the probe to be removed because there were no more managers of it. https://kubernetes.io/docs/reference/using-api/server-side-apply/ > If you rem...
Unable to remove livenessProbe using server-side apply
https://api.github.com/repos/kubernetes/kubernetes/issues/99037/comments
7
2021-02-12T18:29:04Z
2021-02-17T08:01:30Z
https://github.com/kubernetes/kubernetes/issues/99037
807,456,465
99,037
[ "kubernetes", "kubernetes" ]
#### What happened: (update: likely this is benign, but it seems really weird when your reading kube proxy logs) - in healthy, IPTABLES jobs, the various ip6tables-restore commands are happy.... ``` I0212 11:19:29.343337 1 iptables.go:416] running ip6tables-restore [-w 5 -W 100000 --noflush --counters...
weird error message for ip6tables-save / restore in ipvs kube proxy logs
https://api.github.com/repos/kubernetes/kubernetes/issues/99031/comments
13
2021-02-12T15:26:35Z
2021-02-18T16:46:52Z
https://github.com/kubernetes/kubernetes/issues/99031
807,323,538
99,031
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: ``` https://testgrid.k8s.io/sig-windows-azure#aks-engine-azure-windows-1909-master https://testgrid.k8s.io/sig-windows-azure#aks-engine-azure-windows-2004-master ...
Test "Device Plugin should be able to create a functioning device plugin for Windows" shouldn't run with all [sig-windows] tests
https://api.github.com/repos/kubernetes/kubernetes/issues/99028/comments
2
2021-02-12T13:21:11Z
2021-04-05T19:03:20Z
https://github.com/kubernetes/kubernetes/issues/99028
807,230,035
99,028
[ "kubernetes", "kubernetes" ]
I'm attempting to follow https://github.com/kubernetes/kubernetes/blob/master/build/README.md#key-scripts on Fedora 32 with `podman-docker` (a package which aliases `docker` to `podman`) and it currently fails like this: ``` $ build/run.sh make kubectl +++ [0212 12:12:55] Verifying Prerequisites.... +++ [0212 12:...
build/run.sh make kubectl fails on podman-docker with @ERROR: access denied to k8s from UNDETERMINED (127.0.0.1)
https://api.github.com/repos/kubernetes/kubernetes/issues/99025/comments
6
2021-02-12T11:21:06Z
2021-02-22T16:32:34Z
https://github.com/kubernetes/kubernetes/issues/99025
807,155,216
99,025
[ "kubernetes", "kubernetes" ]
The test failure rate is ... bad :( https://testgrid.k8s.io/sig-network-gce#gci-gce-ipvs&width=5 ### Failure cluster [cdebb5be92ec56b9d8ca](https://go.k8s.io/triage#cdebb5be92ec56b9d8ca) ##### Error text: ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/loadbalancer....
[Flake][IPVS][sig-network] ESIPP [Slow] should work from pods
https://api.github.com/repos/kubernetes/kubernetes/issues/99018/comments
17
2021-02-12T09:02:23Z
2021-03-19T16:46:34Z
https://github.com/kubernetes/kubernetes/issues/99018
807,064,385
99,018
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: A container spec that allows for a list of pull policies, where the first pull policy in the list is selected by default. But after a certain number of failures to pull, falls back to the next pull policy in the list. #### Why is this needed: Many people want to use the `A...
Multiple Pull Policies (Fallback to secondary pull policy)
https://api.github.com/repos/kubernetes/kubernetes/issues/99009/comments
12
2021-02-11T20:20:27Z
2023-11-13T14:48:06Z
https://github.com/kubernetes/kubernetes/issues/99009
806,710,688
99,009
[ "kubernetes", "kubernetes" ]
Inspired by #98726 There are a lot of tests (pkg/apis/networking/validation/validation_test.go in that PR) that have tables of structures like Service or NetworkPolicy, where the struct has to be complete enough (e.g. to pass validation) but each test-case only modifies one tiny section of the otherwise boilerplate ...
Use helper functions to clean up test-cases (specifically net but not really specific)
https://api.github.com/repos/kubernetes/kubernetes/issues/99005/comments
18
2021-02-11T17:55:17Z
2021-09-09T00:01:27Z
https://github.com/kubernetes/kubernetes/issues/99005
806,614,420
99,005
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> Migrating from client-side apply to...
Server-side apply: migration from client-side apply leaves stuck fields in the object
https://api.github.com/repos/kubernetes/kubernetes/issues/99003/comments
38
2021-02-11T17:21:14Z
2024-12-03T18:21:31Z
https://github.com/kubernetes/kubernetes/issues/99003
806,589,740
99,003
[ "kubernetes", "kubernetes" ]
https://github.com/kubernetes/kubernetes/blob/4364ef62062d3d18b0a0cec117af9620f8a896ff/test/e2e/kubectl/kubectl.go#L1393
[e2e tests] Typo in logs
https://api.github.com/repos/kubernetes/kubernetes/issues/99002/comments
6
2021-02-11T16:41:48Z
2021-07-11T23:10:04Z
https://github.com/kubernetes/kubernetes/issues/99002
806,559,015
99,002
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> A follow-up issue of #95190, we may need change the internal `Plugins` to values as well. More discussion at https://github.com/kubernetes/kubernetes/pull/98663#issuecomment-777017849. https://github.com/kubernetes/kubernetes/blob/a1e310b2...
Scheduler: evaluate wether worth to change internal `Plugins` to values
https://api.github.com/repos/kubernetes/kubernetes/issues/98998/comments
6
2021-02-11T13:02:51Z
2021-07-11T14:06:03Z
https://github.com/kubernetes/kubernetes/issues/98998
806,370,064
98,998
[ "kubernetes", "kubernetes" ]
I am working on a POC and I have successfully completed a few POCs related to the Kubernetes version upgrade (Existing v1.14.12 to v1.18.x, Existing v1.14.12 to v1.19.2). During the upgrade process, I faced some configuration issues which I resolved. In the existing code, there is a custom Ingress Controller code in Go...
How to upgrade the existing Custom Ingress Controller go code from v1.14.12 to v1.19.2?
https://api.github.com/repos/kubernetes/kubernetes/issues/98995/comments
6
2021-02-11T11:30:57Z
2021-02-18T21:35:13Z
https://github.com/kubernetes/kubernetes/issues/98995
806,305,459
98,995
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> #### What would you like to be added: The Kubernetes REST API offers some great functionality for managing the resources in a given cluster, and I use it to automatically delete resources that are no longer needed. However, whilst most of th...
Allow deletion of a collection of services in the REST API
https://api.github.com/repos/kubernetes/kubernetes/issues/98994/comments
16
2021-02-11T10:54:18Z
2021-09-11T19:40:07Z
https://github.com/kubernetes/kubernetes/issues/98994
806,278,622
98,994
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: Add an option to ValidatingWebhookConfiguration/MutatingAdmissionWebhook to enable api-server requests signing: ``` apiVersion: admissionregistration.k8s.io/v1 kind: ValidatingWebhookConfiguration metadata: name: "pod-policy.example.com" webhooks: - name: "pod-policy....
Add webhook requests signing
https://api.github.com/repos/kubernetes/kubernetes/issues/98992/comments
10
2021-02-11T10:02:56Z
2021-11-13T17:31:33Z
https://github.com/kubernetes/kubernetes/issues/98992
806,240,283
98,992
[ "kubernetes", "kubernetes" ]
#### What happened: 1. etcd/version.txt file was found 'empty'. It blocked running etcd in a fail loop with ``` failed to parse etcd '<version>/<storage-version>' string from version.txt file contents '': malformed version file, expected <major>.<minor>.<patch>/<storage> but got goroutine 1 [running]: ``` ...
etcd migrator: versions.txt getting corrupted in case of lack of disk space
https://api.github.com/repos/kubernetes/kubernetes/issues/98989/comments
4
2021-02-11T09:27:55Z
2021-12-08T02:27:15Z
https://github.com/kubernetes/kubernetes/issues/98989
806,215,053
98,989
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: The detection and recovery of kubelet processes that hang or enter hot loops as implemented in PR https://github.com/kubernetes/kubernetes/pull/94210 Systemd supports the detection and recovery of hung processes as well as terminated ones, but requires co-operation of the d...
Improved watchdog support in kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/98981/comments
11
2021-02-11T02:33:54Z
2022-03-07T07:27:15Z
https://github.com/kubernetes/kubernetes/issues/98981
806,032,442
98,981
[ "kubernetes", "kubernetes" ]
For Structured Logging Migration: https://github.com/kubernetes/enhancements/issues/1602 [Beta graduation criteria:](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/1602-structured-logging#beta) - Structured logging interface design is verify by migrating one whole component (Kubelet...
Kubelet migration to structured logs
https://api.github.com/repos/kubernetes/kubernetes/issues/98976/comments
38
2021-02-10T22:54:36Z
2021-03-18T23:30:48Z
https://github.com/kubernetes/kubernetes/issues/98976
805,940,403
98,976
[ "kubernetes", "kubernetes" ]
For Structured Logging Migration: https://github.com/kubernetes/enhancements/issues/1602 [Beta graduation criteria:](https://github.com/kubernetes/enhancements/tree/master/keps/sig-instrumentation/1602-structured-logging#beta) - Directories can be marked as migrated, preventing regression via verify script in hack....
Prevent regressions after structured logging migration
https://api.github.com/repos/kubernetes/kubernetes/issues/98975/comments
10
2021-02-10T22:28:28Z
2021-03-08T23:16:40Z
https://github.com/kubernetes/kubernetes/issues/98975
805,925,965
98,975
[ "kubernetes", "kubernetes" ]
#### Which jobs are flaking: various #### Which test(s) are flaking: various #### Testgrid link: examples: - https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-scalability-100 - https://testgrid.k8s.io/sig-release-master-blocking#gce-ubuntu-master-containerd - https://testgrid.k8s.io/sig-rel...
Various Prow jobs failing due to: Could not resolve host: github.com
https://api.github.com/repos/kubernetes/kubernetes/issues/98971/comments
2
2021-02-10T18:55:08Z
2021-02-10T18:56:35Z
https://github.com/kubernetes/kubernetes/issues/98971
805,779,976
98,971
[ "kubernetes", "kubernetes" ]
#### Which jobs are flaking: pull-kubernetes-e2e-kind #### Which test(s) are flaking: InitContainer [NodeConformance] should not start app containers if init containers fail on a RestartAlways pod #### Testgrid link: https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-e2e-kind&include...
Flaky: InitContainer [NodeConformance] should not start app containers if init containers fail on a RestartAlways pod
https://api.github.com/repos/kubernetes/kubernetes/issues/98970/comments
10
2021-02-10T17:24:45Z
2021-11-06T19:20:54Z
https://github.com/kubernetes/kubernetes/issues/98970
805,716,518
98,970
[ "kubernetes", "kubernetes" ]
multiple add-on manager instances run at once in 1.20 even when supposedly using leader election the add-on manager piggy-backs on the kube-controller-manager leader election: https://github.com/kubernetes/kubernetes/blob/217a1c48531438ac2f4a202e828092a8ce19f4e6/cluster/addons/addon-manager/kube-addons.sh#L266-L2...
addon-manager uses obsolete leader election mechanism
https://api.github.com/repos/kubernetes/kubernetes/issues/98966/comments
6
2021-02-10T15:02:41Z
2021-07-10T16:55:01Z
https://github.com/kubernetes/kubernetes/issues/98966
805,593,899
98,966
[ "kubernetes", "kubernetes" ]
#### What happened: I messed up when I creating a deployment and `spec.template.spec.imagePullSecrets` that was missing a value ``` ... spec: imagePullSecrets: - name: ... ``` Once I realized my mistake I tried to update the deployment via `kubectl edit` and received the following erro...
Unable to modify deployment due to error: map: map[] does not contain declared merge key: name
https://api.github.com/repos/kubernetes/kubernetes/issues/98963/comments
16
2021-02-10T12:59:21Z
2021-03-23T17:49:10Z
https://github.com/kubernetes/kubernetes/issues/98963
805,491,939
98,963
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: ```console ...
TestPidListerFailure test fails on cgroupsv2
https://api.github.com/repos/kubernetes/kubernetes/issues/98959/comments
2
2021-02-10T08:17:15Z
2021-02-20T06:17:41Z
https://github.com/kubernetes/kubernetes/issues/98959
805,285,113
98,959
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Right after...
kubelet: Race when KillPod followed by IsPodPendingTermination
https://api.github.com/repos/kubernetes/kubernetes/issues/98953/comments
2
2021-02-10T07:39:30Z
2021-02-16T18:13:10Z
https://github.com/kubernetes/kubernetes/issues/98953
805,263,076
98,953
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: files like:...
unit tests leaving behind xtables.lock
https://api.github.com/repos/kubernetes/kubernetes/issues/98947/comments
4
2021-02-10T06:17:06Z
2021-02-11T09:48:24Z
https://github.com/kubernetes/kubernetes/issues/98947
805,211,027
98,947
[ "kubernetes", "kubernetes" ]
Hi engineers, I have a question about the usage of this line at `isSimpleResourceRule` function https://github.com/kubernetes/kubernetes/blob/2289b02ea30e473dbc89c8160a7a6bb75922a0e7/staging/src/k8s.io/kubectl/pkg/util/rbac/rbac.go#L85 It does not cover any test case in `policy_compact_test.go` https://github....
Can we remove this line at rbac.go
https://api.github.com/repos/kubernetes/kubernetes/issues/98945/comments
4
2021-02-10T03:51:44Z
2021-02-10T15:55:45Z
https://github.com/kubernetes/kubernetes/issues/98945
805,138,990
98,945
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: https://pro...
Data race in vsphere test with klog
https://api.github.com/repos/kubernetes/kubernetes/issues/98941/comments
4
2021-02-10T01:13:41Z
2021-02-11T00:56:32Z
https://github.com/kubernetes/kubernetes/issues/98941
805,062,970
98,941
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: `k8s.io/kub...
kubelet: (*FakeRuntime).AssertXXX does nothing but compare
https://api.github.com/repos/kubernetes/kubernetes/issues/98937/comments
3
2021-02-10T00:14:56Z
2021-03-05T02:34:33Z
https://github.com/kubernetes/kubernetes/issues/98937
805,033,534
98,937
[ "kubernetes", "kubernetes" ]
# Progress <code>[6/6]</code> - [X] APISnoop org-flow : [DeploymentScaleTest.org](https://raw.githubusercontent.com/apisnoop/ticket-writing/AppsEndpoints/DeploymentScaleMockTest.org) - [X] test approval issue : [kubernetes/kubernetes#98936](https://github.com/kubernetes/kubernetes/issues/98936) - [x] test pr...
Write Read, Replace and Patch DeploymentScale test +3 endpoints
https://api.github.com/repos/kubernetes/kubernetes/issues/98936/comments
4
2021-02-10T00:01:07Z
2021-02-24T16:38:28Z
https://github.com/kubernetes/kubernetes/issues/98936
805,027,366
98,936
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Our `containerd...
imagefs usage is miscalculated when containerd uses 2 filesystems
https://api.github.com/repos/kubernetes/kubernetes/issues/98935/comments
17
2021-02-09T23:49:32Z
2021-12-20T17:33:11Z
https://github.com/kubernetes/kubernetes/issues/98935
805,022,178
98,935
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: **Which test(s) are failing**: https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-aks-engine-azure-master-windows-containerd/1359176293953835008 ...
AKS Jobs failing continuously with container image missing
https://api.github.com/repos/kubernetes/kubernetes/issues/98929/comments
2
2021-02-09T19:21:46Z
2021-02-11T00:56:24Z
https://github.com/kubernetes/kubernetes/issues/98929
804,848,773
98,929
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: `Outofcpu` error and pod scheduling failure has been observed in our systems. If I'm understanding it correctly, it happens after a pod is assigned/scheduled to a node and kubelet rejects the pod due to...
Outofcpu error and reset nodeName for failed pods
https://api.github.com/repos/kubernetes/kubernetes/issues/98928/comments
11
2021-02-09T19:02:02Z
2021-07-26T20:15:43Z
https://github.com/kubernetes/kubernetes/issues/98928
804,828,303
98,928
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> The response for a resource differs w...
List API does not return `kind` and `apiVersion` for each result
https://api.github.com/repos/kubernetes/kubernetes/issues/98925/comments
4
2021-02-09T17:24:17Z
2021-02-11T21:15:26Z
https://github.com/kubernetes/kubernetes/issues/98925
804,753,975
98,925
[ "kubernetes", "kubernetes" ]
# Progress <code>[6/6]</code> - [X] APISnoop org-flow : [ReplicaSetScaleTest.org](https://github.com/apisnoop/ticket-writing/blob/AppsEndpoints/ReplicaSetScaleMockTest.org) - [X] test approval issue : [kubernetes/kubernetes#98920](https://github.com/kubernetes/kubernetes/issues/98920) - [x] test pr : kuberen...
Write Read, Replace and Patch ReplicaSetScale test +3 endpoints
https://api.github.com/repos/kubernetes/kubernetes/issues/98920/comments
4
2021-02-09T13:30:15Z
2021-02-24T16:37:51Z
https://github.com/kubernetes/kubernetes/issues/98920
804,552,746
98,920
[ "kubernetes", "kubernetes" ]
**What happened**: HPA unnecessarily scales up pods during deployment (Rolling update max surge 25% and max unavail. 25%) there was no load at all :( **What you expected to happen**: Its should only scale up when memory utilization reaches to the target specified in HPA spec **Environment**: - Kubernetes vers...
HPA Bug: HPA unnecessarily scales up pods during deployment (Rolling update)
https://api.github.com/repos/kubernetes/kubernetes/issues/98914/comments
8
2021-02-09T09:37:59Z
2021-09-25T07:48:33Z
https://github.com/kubernetes/kubernetes/issues/98914
804,377,712
98,914
[ "kubernetes", "kubernetes" ]
/kind cleanup /assign There's some cleanup we should do of the "docker wrapped binary" image building for the Kubernetes core images - [x] ~we should properly initialize buildx + qemu _when cross building_ (this should allow us to do e.g. `RUN setcap ...` https://github.com/kubernetes/kubernetes/pull/96134)~ EDIT...
cleanup docker image building
https://api.github.com/repos/kubernetes/kubernetes/issues/98908/comments
4
2021-02-09T07:01:23Z
2021-06-09T04:33:53Z
https://github.com/kubernetes/kubernetes/issues/98908
804,274,697
98,908
[ "kubernetes", "kubernetes" ]
During I update the pause image to 3.4.1 and update the changelogs/tests/cri configurations, Benjamin pointed out that the approach to managing this image is not that proper. I listed some action items for updating the image in https://github.com/kubernetes/kubernetes/pull/98205 **What would you like to be adde...
manage pause image properly as a whole
https://api.github.com/repos/kubernetes/kubernetes/issues/98902/comments
9
2021-02-09T03:34:40Z
2021-09-26T04:58:10Z
https://github.com/kubernetes/kubernetes/issues/98902
804,174,211
98,902
[ "kubernetes", "kubernetes" ]
Some ideas to optimizing scheduler perf testing framework: ### 1. Zero values in ThroughputCollector Currently, we start to calculate the pods being scheduled right after pods' creation. This results in, esp. in a large-scale test (5000 nodes), the first N buckets are all zeros (means 0 pods scheduled so far). Th...
Ideas of optimizing scheduler perf testing framework
https://api.github.com/repos/kubernetes/kubernetes/issues/98898/comments
17
2021-02-08T23:50:55Z
2022-02-28T06:06:13Z
https://github.com/kubernetes/kubernetes/issues/98898
804,064,089
98,898
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I have a set ...
Scheduler does not find all feasible nodes when using nodeAffinity
https://api.github.com/repos/kubernetes/kubernetes/issues/98895/comments
4
2021-02-08T22:05:02Z
2021-02-23T21:47:59Z
https://github.com/kubernetes/kubernetes/issues/98895
804,007,661
98,895
[ "kubernetes", "kubernetes" ]
MetricsGrabber tests failing when scheduler & controller-manager not visible. In managed offerings, like GKE, scheduler and controller-manager are not visible causing BeforeSuite of MetricsGrabber to fail. Test is failing then control plane pods can't be found (as on GKE): [test/e2e/instrumentation/monitoring/me...
MetricsGrabber tests failing when scheduler & controller-manager not visible
https://api.github.com/repos/kubernetes/kubernetes/issues/98894/comments
3
2021-02-08T21:05:26Z
2021-02-11T19:02:28Z
https://github.com/kubernetes/kubernetes/issues/98894
803,962,913
98,894
[ "kubernetes", "kubernetes" ]
**Which jobs are flaking**: pull-kubernetes-bazel-test **Which test(s) are flaking**: TestSyncPodsDeletesWhenSourcesAreReadyPerQOS **Testgrid link**: https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-bazel-test&include-filter-by-regex=%2F%2Fpkg%2Fkubelet:go **Reason for failure**:...
[Flaky] //pkg/kubelet TestSyncPodsDeletesWhenSourcesAreReadyPerQOS
https://api.github.com/repos/kubernetes/kubernetes/issues/98893/comments
14
2021-02-08T21:04:41Z
2021-03-10T18:29:59Z
https://github.com/kubernetes/kubernetes/issues/98893
803,962,048
98,893
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: kubectl diff have 2 steps: 1. prepare LIVE and MERGED states of desired objects 2. 'diff' every 2 versions of yaml The second step is done by one os command ('diff' for default linux system), thi...
[kubectl] diff command can be faster if we use a pool of parallel visitors to prepare comparable LIVE and MERGED states
https://api.github.com/repos/kubernetes/kubernetes/issues/98886/comments
6
2021-02-08T18:08:18Z
2021-07-08T21:28:59Z
https://github.com/kubernetes/kubernetes/issues/98886
803,801,485
98,886
[ "kubernetes", "kubernetes" ]
**What happened**: kube-apiserver configuration changed in a way that invalidates a token the kube-controller-manager previously obtained using tokenrequest **What you expected to happen**: kube-controller-manager to detect repeated 401 responses and obtain a new token sooner than the normal expiration time of...
kube-controller-manager dynamic clientbuilder does not invalidate token in response to 401 errors
https://api.github.com/repos/kubernetes/kubernetes/issues/98885/comments
3
2021-02-08T17:07:19Z
2021-02-26T21:58:28Z
https://github.com/kubernetes/kubernetes/issues/98885
803,753,840
98,885
[ "kubernetes", "kubernetes" ]
**What happened**: Hi, I use [kubefarm](https://github.com/kvaps/kubefarm) to spawn the Kubernetes clusters inside the Kubernetes. Cert-manager is used to generate the certificates. Certificates mounted into pod as standard secret volume. This `admin.conf` has no section `client-certificate-data` but use `client-...
kubeadm: wrong cluster-info config generation when using external certificates
https://api.github.com/repos/kubernetes/kubernetes/issues/98881/comments
2
2021-02-08T16:16:37Z
2021-02-08T17:26:29Z
https://github.com/kubernetes/kubernetes/issues/98881
803,709,577
98,881
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: `ci-kubernetes-e2e-gci-gce-serial` **Which test(s) are failing**: - `[sig-storage] CSI Volumes [Driver: pd.csi.storage.gke.io][Serial] [Testpattern: Dynamic PV (d...
[Failing Test] [sig-storage] CSI Volumes pd-csi driver tests failing
https://api.github.com/repos/kubernetes/kubernetes/issues/98880/comments
4
2021-02-08T15:28:21Z
2021-02-17T14:59:29Z
https://github.com/kubernetes/kubernetes/issues/98880
803,668,069
98,880
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I followed th...
Secrets encryption not working
https://api.github.com/repos/kubernetes/kubernetes/issues/98877/comments
7
2021-02-08T12:33:55Z
2021-04-16T17:36:59Z
https://github.com/kubernetes/kubernetes/issues/98877
803,522,742
98,877
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: `dockerd` allows you to use the `--no-new-privileges` option to "Set no-new-privileges by default for new containers" (https://docs.docker.com/engine/reference/commandline/dockerd/). Testing with docker version 19.03.14, I see that it is possible to override this, on a per-conta...
Make `allowPrivilegeEscalation: true` override dockerd's `--no-new-privileges`
https://api.github.com/repos/kubernetes/kubernetes/issues/98876/comments
14
2021-02-08T12:27:19Z
2022-09-19T21:16:51Z
https://github.com/kubernetes/kubernetes/issues/98876
803,517,653
98,876
[ "kubernetes", "kubernetes" ]
**What happened**: I've a CP node (with removed taint to allow me to schedule pod on it) that host the 1 of the 3 replicas of coreDNS, the other two are replicated in the other two nodes. If I execute a shutdown of the CP, the DNS works intermittently (nslookup reports a correct IP the first time, than report a connec...
DNS resolution works intermittently during a CP failover
https://api.github.com/repos/kubernetes/kubernetes/issues/98874/comments
6
2021-02-08T11:55:36Z
2021-07-08T13:23:59Z
https://github.com/kubernetes/kubernetes/issues/98874
803,493,694
98,874
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The possibility to specify docker TLS client authentication (probably somehow via imagePullSecrets or other similar field which would allow specifying TLS secrets instead of docker secrets?) **Why is this needed**: We have a private nexus repository in our company with pret...
Add possibility to specify docker TLS client authentication via secrets
https://api.github.com/repos/kubernetes/kubernetes/issues/98871/comments
8
2021-02-08T10:41:45Z
2021-06-25T02:30:55Z
https://github.com/kubernetes/kubernetes/issues/98871
803,433,379
98,871
[ "kubernetes", "kubernetes" ]
**What happened**: Incorrect CPU topology generated by cadvisor on Single NUMA and Multi socket system leads to performance degradation for POD. https://github.com/google/cadvisor/issues/2798 **What you expected**: cadvisor team is working on fix for the above mentioned issue. Current k8s release v1.20 s...
Uplift cadvisor version to include fix for Incorrect CPU topology generated on Single NUMA and Multi socket system
https://api.github.com/repos/kubernetes/kubernetes/issues/98870/comments
7
2021-02-08T10:14:19Z
2021-02-23T23:23:38Z
https://github.com/kubernetes/kubernetes/issues/98870
803,410,575
98,870
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I am trying to ...
AdmissionController podNodeSelector crashes api-server
https://api.github.com/repos/kubernetes/kubernetes/issues/98862/comments
5
2021-02-08T07:40:34Z
2021-02-08T11:30:21Z
https://github.com/kubernetes/kubernetes/issues/98862
803,289,941
98,862
[ "kubernetes", "kubernetes" ]
Adding PTSCs results in a worse scheduling outcome than not adding any at all. I cannot understand the reason as kube-scheduler is basically a black box that does not report any decisions. **What happened**: Here are the involved nodes. Observe that `10.0.{150,160,170}.0/24` are different subnets in differen...
Specifying PodTopologySpreadConstraints has worse outcome than none in 1.18.15
https://api.github.com/repos/kubernetes/kubernetes/issues/98860/comments
31
2021-02-08T05:34:21Z
2021-09-08T20:29:19Z
https://github.com/kubernetes/kubernetes/issues/98860
803,204,952
98,860
[ "kubernetes", "kubernetes" ]
**Which jobs are flaking**: `ci-kubernetes-e2e-gci-gce-serial ` **Which test(s) are flaking**: `SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run [Conformance] ` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#gce-cos-master-serial&include-filter-by-r...
[Flaky Test] [sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/98857/comments
6
2021-02-07T23:06:26Z
2021-06-07T18:15:05Z
https://github.com/kubernetes/kubernetes/issues/98857
803,084,245
98,857
[ "kubernetes", "kubernetes" ]
**Which jobs are flaking**: `ci-kubernetes-e2e-gci-gce` **Which test(s) are flaking**: `ResourceQuota should verify ResourceQuota with best effort scope. [Conformance] ` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-default&include-filter-by-regex=ResourceQuota%20should%20v...
[Flaky Test] [sig-api-machinery] ResourceQuota should verify ResourceQuota with best effort scope. [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/98856/comments
7
2021-02-07T22:55:32Z
2021-05-06T06:09:16Z
https://github.com/kubernetes/kubernetes/issues/98856
803,082,082
98,856
[ "kubernetes", "kubernetes" ]
**Which jobs are flaking**: `ci-kubernetes-kind-ipv6-e2e-parallel ` **Which test(s) are flaking**: ` Conntrack should be able to preserve UDP traffic when server pod cycles for a NodePort service ` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-blocking#kind-ipv6-master-parallel&include-filter-by-...
[Flaky Test] [sig-network] Conntrack should be able to preserve UDP traffic when server pod cycles for a NodePort service
https://api.github.com/repos/kubernetes/kubernetes/issues/98855/comments
4
2021-02-07T22:40:54Z
2021-02-08T15:18:34Z
https://github.com/kubernetes/kubernetes/issues/98855
803,079,308
98,855
[ "kubernetes", "kubernetes" ]
**Which jobs are flaking**: `ci-kubernetes-kind-ipv6-e2e-parallel` **Which test(s) are flaking**: - `Kubectl client Simple pod should return command exit codes` - `Kubectl client Simple pod should support inline execution and attach` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-blocking#kind...
[Flaky Test] [[sig-cli] Kubectl client Simple pod should return command exit codes
https://api.github.com/repos/kubernetes/kubernetes/issues/98854/comments
24
2021-02-07T22:31:29Z
2021-06-15T21:22:54Z
https://github.com/kubernetes/kubernetes/issues/98854
803,077,535
98,854
[ "kubernetes", "kubernetes" ]
kubeadm 1.18.15 kubectl logs -f calico-kube-controllers-8586758878-b88gd -nkube-system -v=10 I0207 19:27:16.057638 12466 round_trippers.go:424] curl -k -v -XGET -H "Accept: application/json, */*" -H "User-Agent: kubectl/v1.18.15 (linux/amd64) kubernetes/73dd5c8" 'https://127.0.0.1:6443/api/v1/namespaces/kub...
kubectl logs -f Forbidden
https://api.github.com/repos/kubernetes/kubernetes/issues/98852/comments
4
2021-02-07T11:30:10Z
2021-02-08T17:29:44Z
https://github.com/kubernetes/kubernetes/issues/98852
802,930,588
98,852
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: 1. when a nod...
After the node is down, the POD migration is abnormal
https://api.github.com/repos/kubernetes/kubernetes/issues/98851/comments
13
2021-02-07T09:38:44Z
2021-07-26T20:15:48Z
https://github.com/kubernetes/kubernetes/issues/98851
802,910,060
98,851
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Hello everyon...
Only a single pod can be called through the browser
https://api.github.com/repos/kubernetes/kubernetes/issues/98849/comments
4
2021-02-07T09:00:48Z
2021-02-08T00:34:42Z
https://github.com/kubernetes/kubernetes/issues/98849
802,903,293
98,849
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: When a service is updated, pods are switched one by one (pod started, traffic switched, previous pod stopped). I would like to have an option which first starts all pods, then switches traffic at the same time, then stops all previous pods. **Why is this needed**: Changing ...
Schedule all pods at the same time (for stateless services)
https://api.github.com/repos/kubernetes/kubernetes/issues/98840/comments
11
2021-02-06T18:23:30Z
2021-02-22T15:00:51Z
https://github.com/kubernetes/kubernetes/issues/98840
802,758,930
98,840
[ "kubernetes", "kubernetes" ]
`k8s.io/client-go/kubernetes/fake` or any CRD fake client does not generate UUID or CreationTimestamp for the created objects. This makes unit testing basically impossible for many cases especially for controllers checking such fields. The only solution for this is to write extremely slow and hard to manage e2e tests j...
Fake client does not generate UUID or CreationTimestamp
https://api.github.com/repos/kubernetes/kubernetes/issues/98833/comments
7
2021-02-06T14:45:13Z
2024-08-02T17:26:23Z
https://github.com/kubernetes/kubernetes/issues/98833
802,716,460
98,833
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Kubelet is no...
PodInfo Missing in CSI NodePublishVolume() call only for raw Block volumes
https://api.github.com/repos/kubernetes/kubernetes/issues/98832/comments
3
2021-02-06T13:06:26Z
2021-05-03T12:43:41Z
https://github.com/kubernetes/kubernetes/issues/98832
802,698,910
98,832
[ "kubernetes", "kubernetes" ]
**What happened**: When we find the pod in podBackoffQ, we delete it from podBackoffQ and add it to the active queue directly, which doesn't match the comment. Also, when we find the pod in unschedulableQ, we don't respect the backoff policy, we delete the pod from unschedulableQ and add it to the active queue di...
Scheduler PriorityQueue Update function
https://api.github.com/repos/kubernetes/kubernetes/issues/98828/comments
27
2021-02-06T09:17:19Z
2021-06-14T00:27:30Z
https://github.com/kubernetes/kubernetes/issues/98828
802,653,280
98,828
[ "kubernetes", "kubernetes" ]
**What happened**: Having http and https ports on Service object in conjunction with "service.beta.kubernetes.io/aws-load-balancer-backend-protocol: https" causes healthcheck to send SSL traffic to http port. **What you expected to happen**: Either use TCP protocol for tcp listener in case we have backend-protocol...
Incorrect nodePort chosen for SSL healthcheck
https://api.github.com/repos/kubernetes/kubernetes/issues/98826/comments
19
2021-02-06T08:45:18Z
2022-12-14T13:37:39Z
https://github.com/kubernetes/kubernetes/issues/98826
802,647,082
98,826
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: // See github.com/emicklei/go-restful/blob/master/examples/cors/restful-CORS-filter.go, and // github.com/emicklei/go-restful/blob/master/examples/basicauth/restful-basic-authentication.go right address of restful-CORS-filter.go and restful-basic-authentication.go in the comm...
fix the address of restful-CORS-filter.go and restful-basic-authentication.go in the comment of ./staging/src/k8s.io/apiserver/pkg/server/filters/cors.go
https://api.github.com/repos/kubernetes/kubernetes/issues/98822/comments
2
2021-02-06T01:06:02Z
2021-02-18T00:50:52Z
https://github.com/kubernetes/kubernetes/issues/98822
802,570,119
98,822
[ "kubernetes", "kubernetes" ]
Hi, I have a PV mapped to the /tmp directory of the pod and changed the kernel/core_pattern to reflect the same. Whenever I try to generate a core file, it is generated with size 0: ``` -rw------- 1 nobody nogroup 0 Feb 5 02:10 /tmp/core* ``` But when I don't map a PV to the /tmp directory the core file generat...
core file generation in a shared nfs volume mount
https://api.github.com/repos/kubernetes/kubernetes/issues/98819/comments
6
2021-02-05T22:00:28Z
2021-07-06T00:01:05Z
https://github.com/kubernetes/kubernetes/issues/98819
802,503,561
98,819
[ "kubernetes", "kubernetes" ]
FAQ says `Out-of-tree FlexVolume driver [deprecated]` https://github.com/kubernetes/community/blob/master/sig-storage/volume-plugin-faq.md#in-tree-vs-out-of-tree-volume-plugins Also this was hinted at in https://github.com/kubernetes/kubernetes/issues/78737 as well. How and when do we roll this out?
Deprecation plan for Flex Volumes?
https://api.github.com/repos/kubernetes/kubernetes/issues/98815/comments
20
2021-02-05T19:56:30Z
2022-09-22T02:08:41Z
https://github.com/kubernetes/kubernetes/issues/98815
802,434,881
98,815
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: As the number of nodes in our k8s cluster increases significantly, we saw etcd gradually becoming our cluster performance bottleneck. apiserver already supports different objects using different etcd cluster. But in our case, we saw a large number of pods objects and we investi...
apiserver etcd backend sharding support
https://api.github.com/repos/kubernetes/kubernetes/issues/98814/comments
7
2021-02-05T19:27:52Z
2024-12-05T02:18:29Z
https://github.com/kubernetes/kubernetes/issues/98814
802,417,663
98,814
[ "kubernetes", "kubernetes" ]
This issue tracks [Ephemeral Containers](https://features.k8s.io/277) graduation to beta. Graduation criteria from [KEP 277](https://git.k8s.io/enhancements/keps/sig-node/277-ephemeral-containers): [KEP Graduation Criteria](https://git.k8s.io/enhancements/keps/sig-node/277-ephemeral-containers#alpha---beta-gradua...
Promote Ephemeral Containers to beta and enable by default
https://api.github.com/repos/kubernetes/kubernetes/issues/98808/comments
5
2021-02-05T13:15:19Z
2021-10-20T16:24:10Z
https://github.com/kubernetes/kubernetes/issues/98808
802,155,652
98,808
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: If it's feasible, ephemeral containers should be exercised in the automated upgrade/downgrade tests https://testgrid.k8s.io/google-gce-upgrade **Why is this needed**: Ephemeral Containers are targeted for beta in 1.21, it would be nice, but not required, to exercise this path in ...
Investigate exercising Ephemeral Container creation in upgrade tests
https://api.github.com/repos/kubernetes/kubernetes/issues/98807/comments
18
2021-02-05T13:08:53Z
2023-05-03T17:13:00Z
https://github.com/kubernetes/kubernetes/issues/98807
802,151,331
98,807
[ "kubernetes", "kubernetes" ]
**What happened**: `kubectl get pods` takes a very long time; it used to be much faster. It depends a bit on what is cached. **What you expected to happen**: Response within a second. **How to reproduce it (as minimally and precisely as possible)**: Probably you'll need to have at least some custom metrics ins...
"kubectl get <any-resource>" is very slow due to custom/external metrics
https://api.github.com/repos/kubernetes/kubernetes/issues/98801/comments
16
2021-02-05T11:20:38Z
2021-08-25T12:07:24Z
https://github.com/kubernetes/kubernetes/issues/98801
802,083,505
98,801
[ "kubernetes", "kubernetes" ]
This error is never resolving and there since the first upgrade and still there with rancher v2.5.5 ![image](https://user-images.githubusercontent.com/1786821/107022269-74191e00-67a5-11eb-88d2-b1ff5bc68ba0.png)
secret kubeconfig not found - fleet
https://api.github.com/repos/kubernetes/kubernetes/issues/98800/comments
3
2021-02-05T10:30:10Z
2021-02-05T10:44:49Z
https://github.com/kubernetes/kubernetes/issues/98800
802,048,100
98,800
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: ci-kubernetes-e2e-gce-device-plugin-gpu **Which test(s) are failing**: [sig-scheduling] [Feature:GPUDevicePlugin] run Nvidia GPU Device Plugin tests **Since when...
[Failing Test] [sig-scheduling] [Feature:GPUDevicePlugin] run Nvidia GPU Device Plugin tests
https://api.github.com/repos/kubernetes/kubernetes/issues/98788/comments
6
2021-02-05T02:46:12Z
2021-02-08T15:10:39Z
https://github.com/kubernetes/kubernetes/issues/98788
801,793,807
98,788
[ "kubernetes", "kubernetes" ]
**Which jobs are flaking**: bazel-test **Which test(s) are flaking**: **Testgrid link**: https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/98781/pull-kubernetes-bazel-test/1357499406772867072 **Reason for failure**: Panic in bbolt in a test framework (this could be a more significant underly...
NPE in daemonset storage unit test in bbolt.(*Tx).Bucket(...)
https://api.github.com/repos/kubernetes/kubernetes/issues/98784/comments
10
2021-02-05T02:01:58Z
2021-08-03T20:46:05Z
https://github.com/kubernetes/kubernetes/issues/98784
801,776,430
98,784
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: In kubectl li...
Determining pod QoS should keep consistent with kubelet in kubectl library
https://api.github.com/repos/kubernetes/kubernetes/issues/98782/comments
10
2021-02-05T01:44:41Z
2021-10-10T10:32:45Z
https://github.com/kubernetes/kubernetes/issues/98782
801,770,363
98,782
[ "kubernetes", "kubernetes" ]
**What happened**: The `startupProbe` correctly fails and shows in events that it failed (but only once), but then the pod continues until it reports as `ready`, and stays ready (and healthy) forever with ZERO restarts. **Using K8s version: 1.19.4** When I check events, I get: ```plaintext 4m44s Norm...
Failed startupProbe is not killing the Pod but allowing it to run successfully
https://api.github.com/repos/kubernetes/kubernetes/issues/98780/comments
2
2021-02-05T00:54:44Z
2021-02-05T01:27:17Z
https://github.com/kubernetes/kubernetes/issues/98780
801,749,830
98,780
[ "kubernetes", "kubernetes" ]
Hello Im running K8s 1.20.2, and there are some logs that kube-apiserver is printing quite a lot : This are the logs: ``` ccResolverWrapper: sending update to cc: {[{https://127.0.0.1:2379 <nil> 0 <nil>}] <nil> <nil>} parsed scheme: "passthrough" ClientConn switching balancer to "pick_first" ``` I dont k...
[kube-apiserver] log floods without any info
https://api.github.com/repos/kubernetes/kubernetes/issues/98778/comments
8
2021-02-04T20:55:31Z
2021-02-06T02:34:22Z
https://github.com/kubernetes/kubernetes/issues/98778
801,628,490
98,778
[ "kubernetes", "kubernetes" ]
**Which jobs are flaking**: [`ci-kubernetes-verify-master`](https://testgrid.k8s.io/sig-release-master-blocking#verify-master) **Which test(s) are flaking**: The job is flaking, it has failed 4 times in the last week when it normally is solid green. Either there is an issue with this script or there are infr...
[Flakey Test] ci-kubernetes-verify-master fails to fetch token, upload fails.
https://api.github.com/repos/kubernetes/kubernetes/issues/98768/comments
9
2021-02-04T16:02:50Z
2021-03-02T20:38:59Z
https://github.com/kubernetes/kubernetes/issues/98768
801,419,766
98,768
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: To prevent sandbox image from getting evicted for all container runtimes, a new flag needs to be introduced `pod-sandbox-image`/ `pod-pause-image` in kubelet, so that kubelet GC can use this information...
Handling Deprecation of `pod-infra-container-image`
https://api.github.com/repos/kubernetes/kubernetes/issues/98765/comments
9
2021-02-04T12:50:35Z
2021-02-17T06:19:35Z
https://github.com/kubernetes/kubernetes/issues/98765
801,254,892
98,765
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: PSP can be u...
PSP: Pod can get privileged psp regardless of RBAC
https://api.github.com/repos/kubernetes/kubernetes/issues/98763/comments
6
2021-02-04T11:29:25Z
2021-02-07T01:26:53Z
https://github.com/kubernetes/kubernetes/issues/98763
801,195,464
98,763
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: the node lo...
NodeLocal DNS cache breaks connection tracking, conflicts with Calico
https://api.github.com/repos/kubernetes/kubernetes/issues/98758/comments
14
2021-02-04T09:42:29Z
2021-03-25T14:34:28Z
https://github.com/kubernetes/kubernetes/issues/98758
801,109,081
98,758
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: ci-kubernetes-e2e-gci-gce-scalability **Which test(s) are failing**: **Since when has it been failing**: **Testgrid link**: https://prow.k8s.io/view/gcs/kuberne...
ci-kubernetes-e2e-gci-gce-scalability failing on diffResources
https://api.github.com/repos/kubernetes/kubernetes/issues/98757/comments
4
2021-02-04T09:27:26Z
2021-02-08T08:58:20Z
https://github.com/kubernetes/kubernetes/issues/98757
801,096,317
98,757
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: `kube-scheduler` prints flag configuration error msg to log file when `func runCommand()` return err **Why is this needed**: If `kube-scheduler` is set to `--logtostderr=false --alsologtosterr=false...
kube-scheduler prints 'runCommand()' return error msg to log file
https://api.github.com/repos/kubernetes/kubernetes/issues/98752/comments
6
2021-02-04T06:13:53Z
2021-07-08T02:16:58Z
https://github.com/kubernetes/kubernetes/issues/98752
800,968,463
98,752
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Unable to add...
controller manager leader lost case
https://api.github.com/repos/kubernetes/kubernetes/issues/98751/comments
4
2021-02-04T05:34:15Z
2021-04-12T22:55:21Z
https://github.com/kubernetes/kubernetes/issues/98751
800,947,893
98,751