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"
] | **What happened**:
`make test-e2e-node` locally always failed (related to kubelet readiness check)
**What you expected to happen**:
run e2e-node tests locally successfully.
or leaves a clear failing reason(logs only told `e2e service "services" readiness check timeout 2m0s`).
**How to reproduce it (as minimally an... | run e2e-node test locally failed | https://api.github.com/repos/kubernetes/kubernetes/issues/89431/comments | 5 | 2020-03-24T14:42:48Z | 2020-10-21T03:25:24Z | https://github.com/kubernetes/kubernetes/issues/89431 | 587,011,741 | 89,431 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I have my statefulset with a security context configured:
```
securityContext:
runAsUser: 998
fsGroup: 998
```
So the volumes have to be mounted and the owner should be this user too, but this is wrong:
My volume:
```
volumeMounts:
- name: my-con... | Configmap does not have the right owner | https://api.github.com/repos/kubernetes/kubernetes/issues/89429/comments | 12 | 2020-03-24T13:51:31Z | 2024-04-29T15:33:26Z | https://github.com/kubernetes/kubernetes/issues/89429 | 586,975,298 | 89,429 |
[
"kubernetes",
"kubernetes"
] | HI Team,
Im trying to redirect kubelet service logs to customized location rather than /var/log/messages..
I tried configuring --log-dir and log-file under kubelet service file but dint work..
Currently kubelet is a systemd service running on our machines
Please help.. | Help in redirect kubelet logs to a customised log file | https://api.github.com/repos/kubernetes/kubernetes/issues/89427/comments | 5 | 2020-03-24T13:24:52Z | 2020-08-21T15:23:00Z | https://github.com/kubernetes/kubernetes/issues/89427 | 586,957,507 | 89,427 |
[
"kubernetes",
"kubernetes"
] | Hello All,
I am new to kubernetes i have created kubernetes cluster with one Master node and 2 worker nodes.I have installer helm for the deployment of apps. I am getting the following error while starting the tiller pod
tiller-deploy-5b4685ffbf-znbdc 0/1 ContainerCreating 0 23h
after des... | Error while starting POD in a newly created kubernetes cluster (ContainerCreating) | https://api.github.com/repos/kubernetes/kubernetes/issues/89426/comments | 4 | 2020-03-24T13:23:03Z | 2020-03-27T00:46:25Z | https://github.com/kubernetes/kubernetes/issues/89426 | 586,956,224 | 89,426 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
- Update bazel to v2.2.0: https://github.com/kubernetes/kubernetes/pull/89430
- Document how to update bazel in kubernetes/kubernetes
**Why is this needed**:
ref: https://github.com/kubernetes/kubernetes/issues/88553#issuecomment-602411809
/assign @justaugustus @ixdy @fejta... | Update bazel to v2.2.0 | https://api.github.com/repos/kubernetes/kubernetes/issues/89414/comments | 11 | 2020-03-24T07:16:43Z | 2020-08-13T04:35:27Z | https://github.com/kubernetes/kubernetes/issues/89414 | 586,746,191 | 89,414 |
[
"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**:
We are facing... | kube-scheduler panic in NodesHaveSameTopologyKey | https://api.github.com/repos/kubernetes/kubernetes/issues/89410/comments | 14 | 2020-03-24T05:06:09Z | 2020-04-01T23:41:43Z | https://github.com/kubernetes/kubernetes/issues/89410 | 586,694,989 | 89,410 |
[
"kubernetes",
"kubernetes"
] | Error: Chart requires kubernetesVersion: >=1.11.1 which is incompatible with Kubernetes v1.15.9-gke.9
```
$ helm version
Client: &version.Version{SemVer:"v2.16.4", GitCommit:"5e135cc465d4231d9bfe2c5a43fd2978ef527e83", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.16.4", GitCommit:"5e135cc465d4231d9bfe... | Chart requires kubernetesVersion: >=1.11.1 which is incompatible with Kubernetes v1.15.9-gke.9 | https://api.github.com/repos/kubernetes/kubernetes/issues/89404/comments | 4 | 2020-03-24T02:33:28Z | 2020-03-24T13:50:29Z | https://github.com/kubernetes/kubernetes/issues/89404 | 586,646,654 | 89,404 |
[
"kubernetes",
"kubernetes"
] | I want to get some data, such as the sum of all pod resource requests and limit of nodes, but there is no such data through the k8s node rest API.
so,how to get these data through the k8s rest api, tks。
kubectl describe node 192.168.104.40
...
Allocated resources:
(Total limits may be over 100 percent, i.e., ... | how to get these data,such as the sum of all pod resource requests and limit of nodes through the k8s rest api | https://api.github.com/repos/kubernetes/kubernetes/issues/89403/comments | 8 | 2020-03-24T02:31:07Z | 2020-08-30T23:01:42Z | https://github.com/kubernetes/kubernetes/issues/89403 | 586,645,066 | 89,403 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/2ab6357df0a513593b425f8abde6578687d44034/staging/src/k8s.io/kube-scheduler/config/v1/types.go#L210-L212
This requires specification as int64 nanoseconds so a one second timeout would need to be specified as 1000000000. It should be a metav1.Duration like other durations ... | v1.Extender.HTTPTimeout is a time.Duration | https://api.github.com/repos/kubernetes/kubernetes/issues/89396/comments | 14 | 2020-03-24T01:24:01Z | 2020-06-24T21:00:10Z | https://github.com/kubernetes/kubernetes/issues/89396 | 586,622,841 | 89,396 |
[
"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**:
when one mast... | kube-proxy ipvs mode does not update service endpoint ip when node fail | https://api.github.com/repos/kubernetes/kubernetes/issues/89392/comments | 38 | 2020-03-24T00:48:13Z | 2020-12-11T10:01:14Z | https://github.com/kubernetes/kubernetes/issues/89392 | 586,610,344 | 89,392 |
[
"kubernetes",
"kubernetes"
] | I'm looking for the source code for the kubernetes-cni (0.7.5) package provided in the ubuntu xenial APT repository. Either the full package source, or at least the source code that the package uses.
Thank you | kubernetes-cni 0.7.5 Source Code | https://api.github.com/repos/kubernetes/kubernetes/issues/89383/comments | 4 | 2020-03-23T19:57:56Z | 2020-04-02T21:57:54Z | https://github.com/kubernetes/kubernetes/issues/89383 | 586,481,261 | 89,383 |
[
"kubernetes",
"kubernetes"
] | CVSS Rating: [CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L) (Medium)
The Kubernetes API server has been found to be vulnerable to a denial of service attack via authorized API requests.
### Am I vulnerable?
If an attacker t... | CVE-2020-8552: apiserver DoS (oom) | https://api.github.com/repos/kubernetes/kubernetes/issues/89378/comments | 4 | 2020-03-23T18:35:34Z | 2021-12-02T22:55:22Z | https://github.com/kubernetes/kubernetes/issues/89378 | 586,429,123 | 89,378 |
[
"kubernetes",
"kubernetes"
] | CVSS Rating: [CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L) (Medium)
The Kubelet has been found to be vulnerable to a denial of service attack via the kubelet API, including the unauthenticated HTTP read-only API typically served... | CVE-2020-8551: Kubelet DoS via API | https://api.github.com/repos/kubernetes/kubernetes/issues/89377/comments | 7 | 2020-03-23T18:34:40Z | 2021-12-02T22:55:29Z | https://github.com/kubernetes/kubernetes/issues/89377 | 586,428,637 | 89,377 |
[
"kubernetes",
"kubernetes"
] | This is possible for the wrong place to open this issue. If so please direct me where to put it.
**Background**
Kubernetes API server supports apply-patch https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/0006-apply.md feature where under the hood CRD spec is parsed, appropriate `pr... | [Docs] Improve documentation for CRD/Structured merge diff integration | https://api.github.com/repos/kubernetes/kubernetes/issues/89374/comments | 16 | 2020-03-23T15:59:59Z | 2021-03-17T18:44:50Z | https://github.com/kubernetes/kubernetes/issues/89374 | 586,319,508 | 89,374 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
**Which jobs are flaking**:
`ci-kubernetes-gce-conformance-latest`
**Which test(s) are flaking**:
`Up`
**Testgrid link**:
https://testgrid.k8s.io/si... | [Flaky Test] Conformance - GCE - master (ci-kubernetes-gce-conformance-latest) | https://api.github.com/repos/kubernetes/kubernetes/issues/89372/comments | 11 | 2020-03-23T15:41:59Z | 2020-04-29T19:53:38Z | https://github.com/kubernetes/kubernetes/issues/89372 | 586,306,193 | 89,372 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
`skew-cluster-latest-kubectl-stable1-gce (ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew)`
**Since when has it been failing**:
`23th March 06:03 PDT`
**Testgrid link**:
https://testgrid.k8s.io/sig-release-master-blocking#skew-cluster-latest-kubectl-stable1-gce
**Reason for fai... | [Failing Test] skew-cluster-latest-kubectl-stable1-gce (ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew) | https://api.github.com/repos/kubernetes/kubernetes/issues/89369/comments | 4 | 2020-03-23T14:24:32Z | 2020-03-23T18:41:59Z | https://github.com/kubernetes/kubernetes/issues/89369 | 586,249,186 | 89,369 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Initial reported here: https://github.com/kubernetes/kubeadm/issues/2068
Boostrapped a single-node Kubernetes cluster using `kubeadm` according to the official documentation [here](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/)
```
[mnikolov@k... | Creating a new v1.17.4 cluster and after node restart the kube-apiserver pod cannot be started | https://api.github.com/repos/kubernetes/kubernetes/issues/89368/comments | 19 | 2020-03-23T14:22:07Z | 2021-01-29T21:21:42Z | https://github.com/kubernetes/kubernetes/issues/89368 | 586,247,493 | 89,368 |
[
"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'm switching... | Updating imageRepository and kubeadm config upgrade does not update registry for etcd | https://api.github.com/repos/kubernetes/kubernetes/issues/89366/comments | 8 | 2020-03-23T12:42:18Z | 2020-03-23T13:27:21Z | https://github.com/kubernetes/kubernetes/issues/89366 | 586,180,157 | 89,366 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
In Kubernetes build [instruction](https://github.com/kubernetes/kubernetes/blob/0641e0c6d809fa6bdb23d6f76c86ab4b31009d94/build/README.md#basic-flow), explain a little bit on how to prepare Dockerfile befo... | Explain a little bit on how to prepare Dockerfile before building kube-build image, to avoid confusion. | https://api.github.com/repos/kubernetes/kubernetes/issues/89363/comments | 7 | 2020-03-23T12:02:26Z | 2020-08-20T13:58:34Z | https://github.com/kubernetes/kubernetes/issues/89363 | 586,157,229 | 89,363 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Following instruction [Building Kubernetes](https://github.com/kubernetes/kubernetes/blob/0641e0c6d809fa6bdb23d6f76c86ab4b31009d94/build/README.md#basic-flow) to build docker image, it said `localtime`, `rsyncd.password` and `rsyncd.sh` don't exist.
```
[root@iZj6car9k56yp0slyk2788Z build-image]# ... | `localtime`, `rsyncd.password` and `rsyncd.sh` don't exist when building Kubernetes | https://api.github.com/repos/kubernetes/kubernetes/issues/89362/comments | 7 | 2020-03-23T11:24:00Z | 2020-10-02T17:48:59Z | https://github.com/kubernetes/kubernetes/issues/89362 | 586,134,679 | 89,362 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
Create a deployment to run a websocket server. Use `kubectl proxy` for accessing the service outside of the cluster.
**What you expected to happen**:
Invoke the URL, for example as below, would pas in the token to the websocket server.
```
"ws://..../api/v1/namespaces/..../services/theserv... | Kubectl proxy would strip out the parameter for websocket request | https://api.github.com/repos/kubernetes/kubernetes/issues/89360/comments | 22 | 2020-03-23T09:37:27Z | 2024-04-22T12:31:48Z | https://github.com/kubernetes/kubernetes/issues/89360 | 586,065,534 | 89,360 |
[
"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-ipvs
**Which test(s) are failing**:
`.*Services should have session affinity timeout work.*`
**Since when has it been failing**:
... | kube-proxy ipvs session affinity is always sticky and doesn't honor the timeout | https://api.github.com/repos/kubernetes/kubernetes/issues/89358/comments | 40 | 2020-03-23T09:01:44Z | 2020-10-13T16:58:35Z | https://github.com/kubernetes/kubernetes/issues/89358 | 586,042,144 | 89,358 |
[
"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 comments ... | Better comments for api specs | https://api.github.com/repos/kubernetes/kubernetes/issues/89356/comments | 8 | 2020-03-23T07:33:57Z | 2020-08-22T16:47:59Z | https://github.com/kubernetes/kubernetes/issues/89356 | 585,992,996 | 89,356 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Job pods to be aware of their common identity. A job UUID could be populated automatically in the environment or injected explicitly with a Downward API extension.
**Why is this needed**:
This allows parallelized jobs to implement simple restart behavior. A job's pods race ... | Job UUID accessible in pod containers | https://api.github.com/repos/kubernetes/kubernetes/issues/89349/comments | 3 | 2020-03-23T05:14:35Z | 2020-04-12T21:44:20Z | https://github.com/kubernetes/kubernetes/issues/89349 | 585,936,160 | 89,349 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Add namespace into Pod metadata.namespace when ReplicaSet/Job/Daemonset controller create Pods
**Why is this needed**:
In my [MutatingAdmissionWebhook](https://kubernetes.io/docs/reference/access-auth... | Add namespace into Pod metadata.namespace when ReplicaSet/Job/Daemonset controller create Pods | https://api.github.com/repos/kubernetes/kubernetes/issues/89345/comments | 9 | 2020-03-23T02:09:54Z | 2020-08-22T13:45:13Z | https://github.com/kubernetes/kubernetes/issues/89345 | 585,877,270 | 89,345 |
[
"kubernetes",
"kubernetes"
] | <!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
You can also pos... | Get CRD resource in Plugin of Scheduler Framework | https://api.github.com/repos/kubernetes/kubernetes/issues/89344/comments | 7 | 2020-03-23T01:01:14Z | 2020-03-24T14:03:53Z | https://github.com/kubernetes/kubernetes/issues/89344 | 585,860,230 | 89,344 |
[
"kubernetes",
"kubernetes"
] | # Identifying an untested feature Using APISnoop
According to this APIsnoop query, there are still some remaining Deployment endpoints which are untested.
```sql-mode
SELECT
operation_id,
-- k8s_action,
-- path,
-- description,
kind
FROM untested_stable_endpoints
where kind like 'Deployment'... | Write AppsV1Deployment resource lifecycle test - +5 endpoint coverage | https://api.github.com/repos/kubernetes/kubernetes/issues/89340/comments | 7 | 2020-03-22T21:34:50Z | 2020-05-09T21:53:15Z | https://github.com/kubernetes/kubernetes/issues/89340 | 585,817,840 | 89,340 |
[
"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**:
When using ... | Azure VMSS is not added to internal SLB backend address pool | https://api.github.com/repos/kubernetes/kubernetes/issues/89336/comments | 3 | 2020-03-22T04:40:04Z | 2020-04-01T18:12:10Z | https://github.com/kubernetes/kubernetes/issues/89336 | 585,644,183 | 89,336 |
[
"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. I created ... | Kubelet refers to old device path and does not mount the volume from new device path | https://api.github.com/repos/kubernetes/kubernetes/issues/89330/comments | 11 | 2020-03-21T13:56:03Z | 2021-01-15T15:47:55Z | https://github.com/kubernetes/kubernetes/issues/89330 | 585,503,764 | 89,330 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are flaking**:
pull-kubernetes-e2e-gce
**Which test(s) are flaking**:
[sig-storage] In-tree Volumes [Driver: hostPathSymlink] [Testpattern: Inline-volume (default fs)] subPath should support file as subpath [LinuxOnly]
**Testgrid link**:
https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pul... | 'subPath should support file as subpath [LinuxOnly]' is flaky | https://api.github.com/repos/kubernetes/kubernetes/issues/89329/comments | 2 | 2020-03-21T13:39:03Z | 2020-06-11T03:54:09Z | https://github.com/kubernetes/kubernetes/issues/89329 | 585,501,092 | 89,329 |
[
"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 created a V... | VPA does not respect CPU lower bound for container | https://api.github.com/repos/kubernetes/kubernetes/issues/89325/comments | 6 | 2020-03-21T09:07:30Z | 2022-12-12T11:28:28Z | https://github.com/kubernetes/kubernetes/issues/89325 | 585,460,640 | 89,325 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
```
$ kubectl apply -f /tmp/repro1.yaml -lapp=alpine
deployment.apps/alpine created
$ kubectl apply -f /tmp/repro2.yml -lapp=alpine --prune --force
deployment.apps/alpine configured
deployment.apps/alpine pruned
```
Results in:
* alpine being created
* alpine deployment force replaced w... | --force and --prune interactions accidentally prune newly created deployments | https://api.github.com/repos/kubernetes/kubernetes/issues/89322/comments | 6 | 2020-03-20T21:22:40Z | 2020-08-19T18:39:27Z | https://github.com/kubernetes/kubernetes/issues/89322 | 585,334,392 | 89,322 |
[
"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**:
Created an HP... | Human-Readable Print Of HPA with Object-Metric TargetAverageValue is Wrong | https://api.github.com/repos/kubernetes/kubernetes/issues/89315/comments | 8 | 2020-03-20T20:28:00Z | 2020-11-20T13:27:06Z | https://github.com/kubernetes/kubernetes/issues/89315 | 585,310,192 | 89,315 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Update `volumeToMount.ReportedInUse` asynchronously or out of band from the rest of the `Node.Status`.
**Why is this needed**:
As per the current code, there is a 10 second interval for syncNodeStat... | Delay in attaching a volume because of 10s default kubelet syncNodeStatus interval | https://api.github.com/repos/kubernetes/kubernetes/issues/89313/comments | 14 | 2020-03-20T19:31:13Z | 2022-03-02T11:39:21Z | https://github.com/kubernetes/kubernetes/issues/89313 | 585,284,600 | 89,313 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
The scheduler's [SharedLister](https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/listers/listers.go#L49) interface defines APIs to retrieve listers for nodes and pods. The backing implementation used in the scheduler is based on the nodeinfo Snapshot. This schedu... | Provide simulation endpoints for local persistent/ephemeral volumes | https://api.github.com/repos/kubernetes/kubernetes/issues/89312/comments | 30 | 2020-03-20T19:14:27Z | 2022-07-25T13:25:23Z | https://github.com/kubernetes/kubernetes/issues/89312 | 585,276,713 | 89,312 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
When Pod was created and it doesn't validate positively against any of the available policies the error message is the same as if there a no available pod security policies because of missing permissions ... | PodSecurityPolicies - More detailed error message | https://api.github.com/repos/kubernetes/kubernetes/issues/89310/comments | 12 | 2020-03-20T18:39:43Z | 2021-03-18T06:56:49Z | https://github.com/kubernetes/kubernetes/issues/89310 | 585,259,476 | 89,310 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Increase e2e test coverage for mounting disks on Windows nodes.
**Why is this needed**:
Currently e2e disk tests only test Linux.
We need this coverage to catch regressions like https://github.com/kubernetes/kubernetes/issues/89276
cc @kkmsft @jackfrancis @andyzhangx @chewo... | Enable disk/mount e2e tests on Windows | https://api.github.com/repos/kubernetes/kubernetes/issues/89307/comments | 6 | 2020-03-20T17:28:22Z | 2020-03-23T16:02:25Z | https://github.com/kubernetes/kubernetes/issues/89307 | 585,221,490 | 89,307 |
[
"kubernetes",
"kubernetes"
] | This issue tracks implementing node debugging with privileged containers for `kubectl debug`, as described in the [kubectl debug KEP](https://git.k8s.io/enhancements/keps/sig-cli/20190805-kubectl-debug.md#node-troubleshooting-with-privileged-containers)
This feature allows administrators to start a privileged contai... | Support debugging nodes with kubectl debug | https://api.github.com/repos/kubernetes/kubernetes/issues/89306/comments | 3 | 2020-03-20T15:56:22Z | 2020-07-13T00:42:34Z | https://github.com/kubernetes/kubernetes/issues/89306 | 585,165,874 | 89,306 |
[
"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**:
Kubernetes ac... | apiserver accepts podsepc with duplicate keys | https://api.github.com/repos/kubernetes/kubernetes/issues/89303/comments | 2 | 2020-03-20T14:15:54Z | 2020-03-21T18:51:01Z | https://github.com/kubernetes/kubernetes/issues/89303 | 585,098,638 | 89,303 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
```
% kubectl exec iso -it -c nginx echo foobar
kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl kubectl exec [POD] -- [COMMAND] instead.
foobar
% kubectl kubectl exec iso -it -c nginx -- echo foobar
Error: unknown command "kubectl" for "kubect... | Incorrect command suggestion in kubectl exec deprecation message | https://api.github.com/repos/kubernetes/kubernetes/issues/89301/comments | 4 | 2020-03-20T13:17:17Z | 2020-06-20T11:11:49Z | https://github.com/kubernetes/kubernetes/issues/89301 | 585,063,024 | 89,301 |
[
"kubernetes",
"kubernetes"
] | I Have a web page and it is working fine. but for only one path /user/reg it is giving 502 error code since that path takes little more time to process, so i have added liveness and readiness probes to the container but still having same issue. I am using kubernetes ingress and complete stack deployed in GCP.
Below... | epoll_wait() reported that client prematurely closed connection, so upstream connection is closed too while sending request to upstream | https://api.github.com/repos/kubernetes/kubernetes/issues/89295/comments | 3 | 2020-03-20T11:58:34Z | 2020-03-20T12:38:34Z | https://github.com/kubernetes/kubernetes/issues/89295 | 585,022,111 | 89,295 |
[
"kubernetes",
"kubernetes"
] | Kernel Version: 3.10.0-957.el7.x86_64
OS Image: Red Hat Enterprise Linux Server 7.6 (Maipo)
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://19.3.6
Kubelet Version: v1.17.2
Kube-Proxy Version: v1... | (Dual Stack Env) Kube Proxy in IPVS Mode not removing scale down pods entries from ipvsdm list for ipv6 address. | https://api.github.com/repos/kubernetes/kubernetes/issues/89294/comments | 7 | 2020-03-20T11:12:57Z | 2020-03-24T06:19:39Z | https://github.com/kubernetes/kubernetes/issues/89294 | 584,998,188 | 89,294 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
From https://github.com/kubernetes/kubernetes/pull/89223#discussion_r395181563
Duplicate code between integration tests and e2e tests should be well organized.
**Why is this needed**:
Integrati... | Reduce duplication between integration tests and e2e tests | https://api.github.com/repos/kubernetes/kubernetes/issues/89292/comments | 6 | 2020-03-20T09:52:20Z | 2020-08-21T20:28:01Z | https://github.com/kubernetes/kubernetes/issues/89292 | 584,954,908 | 89,292 |
[
"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**:
If gid is con... | CSI inline volumes should support fsGroup | https://api.github.com/repos/kubernetes/kubernetes/issues/89290/comments | 15 | 2020-03-20T09:04:04Z | 2022-03-14T16:34:10Z | https://github.com/kubernetes/kubernetes/issues/89290 | 584,929,592 | 89,290 |
[
"kubernetes",
"kubernetes"
] | <!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
You can also pos... | use snapshot create a new cluster ,the former one exist also | https://api.github.com/repos/kubernetes/kubernetes/issues/89288/comments | 4 | 2020-03-20T08:23:36Z | 2020-08-17T11:47:26Z | https://github.com/kubernetes/kubernetes/issues/89288 | 584,911,698 | 89,288 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Enhance the kubelet's eviction algorithm when handling out-of-pid scenarios to evict the pod using the most pids.
**Why is this needed**:
Currently, the kubelet ranks pods for out-of-pid eviction only by PodPriority. When there are many pods of the same priority, it ranks them... | Kubelet Out-of-Pid eviction should rank based on pids used | https://api.github.com/repos/kubernetes/kubernetes/issues/89284/comments | 4 | 2020-03-20T05:07:09Z | 2020-03-24T22:27:26Z | https://github.com/kubernetes/kubernetes/issues/89284 | 584,847,178 | 89,284 |
[
"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**:
When saveVolu... | It is dangerous to call os.RemoveAll() when saveVolumeData() fails is csi NewMounter() | https://api.github.com/repos/kubernetes/kubernetes/issues/89281/comments | 21 | 2020-03-20T01:43:30Z | 2021-06-03T22:08:03Z | https://github.com/kubernetes/kubernetes/issues/89281 | 584,794,338 | 89,281 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
#88684 changed to the `MountSensitive` call but may not have made enough changes. We identified a problem in AKS Engine testing where a Windows volume is never mounted succesfully.
**What you expected to happen**:
Volume is mounted successfully.
**How to reproduce it (as minimally and precise... | Windows volume mounts failing in 1.18.0-rc.1 | https://api.github.com/repos/kubernetes/kubernetes/issues/89276/comments | 14 | 2020-03-20T00:38:43Z | 2020-03-21T15:28:45Z | https://github.com/kubernetes/kubernetes/issues/89276 | 584,778,360 | 89,276 |
[
"kubernetes",
"kubernetes"
] | It should not be possible for the user to edit managedFields through sub-resources (like status).
To clarify, managedFields should still change based on the changes on the sub-resource, but not be writable for the user. To modify them directly, the parent resource should be used. | Server Side Apply: Manually updating managedFields should be impossible through sub-resources | https://api.github.com/repos/kubernetes/kubernetes/issues/89274/comments | 5 | 2020-03-19T22:16:17Z | 2020-09-15T19:26:44Z | https://github.com/kubernetes/kubernetes/issues/89274 | 584,732,124 | 89,274 |
[
"kubernetes",
"kubernetes"
] | I used `args` for my container in a Deployment (via SSA). Then I discovered that I'd screwed up the entrypoint in my container, and switched to use `command`. SSA retained the `args`, which is NOT what I expected to happen.
A counter example where the existing behavior is correct: if I delete spec.replicas, I expect... | serverside apply: delete dropped fields | https://api.github.com/repos/kubernetes/kubernetes/issues/89273/comments | 10 | 2020-03-19T21:43:21Z | 2020-08-05T17:47:55Z | https://github.com/kubernetes/kubernetes/issues/89273 | 584,717,532 | 89,273 |
[
"kubernetes",
"kubernetes"
] | Hey guys,
I would like to use kubernetes on my home server to run applications like nextcloud or teamspeak.
My current setup is a raspberry pi as master and a hp server as worker. The issue is the amount of power the hp consumes. Is it possible to set the whole worker node asleep or even shut it down while there are ... | Wake a node on Lan | https://api.github.com/repos/kubernetes/kubernetes/issues/89271/comments | 12 | 2020-03-19T20:35:18Z | 2024-12-23T19:43:42Z | https://github.com/kubernetes/kubernetes/issues/89271 | 584,684,699 | 89,271 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are flaking**:
pull-kubernetes-integration
**Which test(s) are flaking**:
Several, for example:
`TestBrokenWebhook`, `TestMaxResourceSize`
**Testgrid link**:
https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/89162/pull-kubernetes-integration/1240655156647825416
https://prow.k8s.... | pull-kubernetes-integration is flaky | https://api.github.com/repos/kubernetes/kubernetes/issues/89268/comments | 7 | 2020-03-19T18:27:45Z | 2020-05-13T20:42:36Z | https://github.com/kubernetes/kubernetes/issues/89268 | 584,612,705 | 89,268 |
[
"kubernetes",
"kubernetes"
] | As part of Metrics Stability KEP we migrated from Prometheus client to Kubernetes Metrics Framework. So we no longer need to depend on promethues client directly.
I configured Bazel to forbid importing prometheus directly. https://github.com/kubernetes/kubernetes/blob/master/hack/verify-prometheus-imports.sh (EDITED... | Remove prometheus dependencies from k/k codebase | https://api.github.com/repos/kubernetes/kubernetes/issues/89267/comments | 44 | 2020-03-19T18:15:20Z | 2022-07-22T09:28:28Z | https://github.com/kubernetes/kubernetes/issues/89267 | 584,605,666 | 89,267 |
[
"kubernetes",
"kubernetes"
] | Since some of the objects applied may not be fully valid, we should disable validate by default. | SSA: `kubectl apply --server-side` should not client-side validate | https://api.github.com/repos/kubernetes/kubernetes/issues/89266/comments | 6 | 2020-03-19T18:15:09Z | 2020-07-07T19:33:30Z | https://github.com/kubernetes/kubernetes/issues/89266 | 584,605,555 | 89,266 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
If kube-proxy fails to bind to MetricsBindAddress or HealthzBindAddress, it either retries forever in the background or never tries again (respectively).
Both of these should probably be considered fatal, but that would turn a "soft" fail into a "hard" fail, and very likely th... | kube-proxy should treat failure to bind to a port as fatal | https://api.github.com/repos/kubernetes/kubernetes/issues/89265/comments | 5 | 2020-03-19T18:14:05Z | 2020-04-09T01:29:53Z | https://github.com/kubernetes/kubernetes/issues/89265 | 584,604,925 | 89,265 |
[
"kubernetes",
"kubernetes"
] | It looks like the openapi is not routed properly to set-up the apiservice so apply requests will fail because the fieldmanager is not set-up properly.
/cc @jennybuckley @liggitt
/sig api-machinery
/priority important-soon
/kind bug | Server-side apply doesn't work for APIService | https://api.github.com/repos/kubernetes/kubernetes/issues/89264/comments | 11 | 2020-03-19T16:49:52Z | 2021-01-30T01:21:58Z | https://github.com/kubernetes/kubernetes/issues/89264 | 584,553,657 | 89,264 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
This is about Pods which have LBs in front of them (even clusterIP). The normal shutdown sequence today is that the Pod is deleted, which simultaneously triggers it to be removed from endpoints and for kubelet to send SIGTERM (or whatever stopsignal is set to) to all containers.... | Pod lifecycle, termination can be improved around LBs and grace period | https://api.github.com/repos/kubernetes/kubernetes/issues/89263/comments | 15 | 2020-03-19T16:14:51Z | 2021-09-22T09:18:19Z | https://github.com/kubernetes/kubernetes/issues/89263 | 584,529,337 | 89,263 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
`gce-windows-2019-master (ci-kubernetes-e2e-windows-gce-2019)`
**Which test(s) are failing**:
`[sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]`
**Since when has it been failing**:
`18th March 09:47 PDT`
**Testgrid link**:
... | [Failing Test] gce-windows-2019-master (ci-kubernetes-e2e-windows-gce-2019) | https://api.github.com/repos/kubernetes/kubernetes/issues/89262/comments | 15 | 2020-03-19T15:59:20Z | 2020-07-09T11:44:38Z | https://github.com/kubernetes/kubernetes/issues/89262 | 584,517,701 | 89,262 |
[
"kubernetes",
"kubernetes"
] | The volume zone filter plugin in the scheduler currently only operates on the [old beta labels](https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/framework/plugins/volumezone/volume_zone.go#L85). The GA labels were introduced in 1.18 and it seems we have missed to update the scheduler to use those.
... | Support the new stable labels for zone and region in the scheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/89261/comments | 1 | 2020-03-19T15:45:25Z | 2020-03-24T22:27:35Z | https://github.com/kubernetes/kubernetes/issues/89261 | 584,507,642 | 89,261 |
[
"kubernetes",
"kubernetes"
] | /sig scheduling
/kind cleanup
As we get ready to move to beta, we should first get rid of the v1alpha1 API to reduce maintenance cost.
In particular, this would free us from having to maintain Algorithm Source.
Before I open this for contributors, I would like to know if there are any concerns. | Remove kubescheduler.config.k8s.io/v1alpha1 | https://api.github.com/repos/kubernetes/kubernetes/issues/89260/comments | 6 | 2020-03-19T15:25:42Z | 2020-04-03T04:40:00Z | https://github.com/kubernetes/kubernetes/issues/89260 | 584,493,318 | 89,260 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are flaking**:
pull-kubernetes-integration
**Which test(s) are flaking**:
TestNominatedNodeCleanUp
**Testgrid link**:
https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/89162/pull-kubernetes-integration/1240643459644133376
**Reason for failure**:
```
preemption_test.go:933: ... | TestNominatedNodeCleanUp is flaky | https://api.github.com/repos/kubernetes/kubernetes/issues/89259/comments | 8 | 2020-03-19T15:00:16Z | 2020-05-11T16:35:35Z | https://github.com/kubernetes/kubernetes/issues/89259 | 584,475,672 | 89,259 |
[
"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**:
Using kubctl ... | kubectl --prune fails when pruning namespace that is being removed | https://api.github.com/repos/kubernetes/kubernetes/issues/89254/comments | 6 | 2020-03-19T12:54:00Z | 2020-10-06T21:26:10Z | https://github.com/kubernetes/kubernetes/issues/89254 | 584,390,990 | 89,254 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Current constructors:
```go
type DelayingInterface interface {
Interface
// AddAfter adds an item to the workqueue after the indicated duration has passed
AddAfter(item interface{}, dur... | Export new constructor for DelayingQueue in client-go | https://api.github.com/repos/kubernetes/kubernetes/issues/89247/comments | 3 | 2020-03-19T08:05:37Z | 2020-03-25T09:03:04Z | https://github.com/kubernetes/kubernetes/issues/89247 | 584,232,895 | 89,247 |
[
"kubernetes",
"kubernetes"
] | I'm using the extracted deployment files from the helm chart to deploy jupyterhub. After deploying all of my objects, I'm able to access hub using this command:
`kubectl port-forward --address <my_ip> pod/proxy-754bfc4478-567p2 80:8000`
Now, I'm trying to access it using ingress. But this is not working and I'm un... | Custom deployment of jupyterhub in EKS. | https://api.github.com/repos/kubernetes/kubernetes/issues/89245/comments | 2 | 2020-03-19T07:31:00Z | 2020-03-20T06:02:55Z | https://github.com/kubernetes/kubernetes/issues/89245 | 584,216,611 | 89,245 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Created a pod with `shareProcessNamespace: true`. Used `kubectl exec` into that pod. Deleted the pod. Session hung - ^C, ^Z do not work. Had to `kill -9` from another terminal. Changing `shareProcessNamespace` to false does not have this problem.
**What you expected to happen**:
Session... | sessions of `kubectl exec -ti` on `shareProcessNamespace` do not get closed when pod is deleted | https://api.github.com/repos/kubernetes/kubernetes/issues/89233/comments | 17 | 2020-03-18T20:09:12Z | 2021-07-19T12:30:47Z | https://github.com/kubernetes/kubernetes/issues/89233 | 583,974,110 | 89,233 |
[
"kubernetes",
"kubernetes"
] | /kind cleanup
/sig scheduling
In `test/e2e/framework/.import-restrictions` we allow `pkg/scheduler/framework/v1alpha1` along with some plugins.
The dependency on `pkg/scheduler/framework/v1alpha1` is particularly odd and it implies that any dependency (possibly internal) we add to this package will have to be adde... | test/e2e/framework depends on scheduler framework | https://api.github.com/repos/kubernetes/kubernetes/issues/89229/comments | 14 | 2020-03-18T18:33:03Z | 2020-08-16T22:34:30Z | https://github.com/kubernetes/kubernetes/issues/89229 | 583,926,047 | 89,229 |
[
"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**:
etcd reports ... | etcd 3.4.3-0 reporting a lot of issues in 1.17.4 | https://api.github.com/repos/kubernetes/kubernetes/issues/89226/comments | 8 | 2020-03-18T15:54:57Z | 2020-09-29T13:03:53Z | https://github.com/kubernetes/kubernetes/issues/89226 | 583,830,531 | 89,226 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When a pod that uses a FibreChannel volume is deleted, kubelet *deletes* FC devices used by the pod as part of FC volume cleanup.
https://github.com/kubernetes/kubernetes/blob/3ac39a2729672ef3fc7aa371cebf635d26a1bd7b/pkg/volume/fc/fc_util.go#L279-L287
At the same time, our documentation says t... | Fibre Channel volumes delete devices on nodes | https://api.github.com/repos/kubernetes/kubernetes/issues/89221/comments | 3 | 2020-03-18T13:39:31Z | 2020-03-18T14:55:06Z | https://github.com/kubernetes/kubernetes/issues/89221 | 583,735,333 | 89,221 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
When querying resources, if the namespace is accidentally written incorrectly, the apiserver should prompt that the namespace does not exist instead of returning an “No resources found”
**Why is this nee... | Remind the namespace does not exist instead of returning “No resources found” | https://api.github.com/repos/kubernetes/kubernetes/issues/89218/comments | 1 | 2020-03-18T09:55:01Z | 2020-03-18T09:59:41Z | https://github.com/kubernetes/kubernetes/issues/89218 | 583,606,084 | 89,218 |
[
"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 TaintBa... | NodeLost status is missed after TaintBasedEvictions is enabled | https://api.github.com/repos/kubernetes/kubernetes/issues/89212/comments | 6 | 2020-03-18T07:17:24Z | 2020-09-28T05:02:43Z | https://github.com/kubernetes/kubernetes/issues/89212 | 583,518,829 | 89,212 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Resourcequota limits deployments to upgrade.
**How to reproduce it**:
1. Create a new namespace.
2. Create a resourcequota in the namespace, allow only one pod.
3. Create a deployment with one replica in the namespace, and set upgrade-method to be "RollingUpdate".
4. Edit the image value of t... | Failed to execute rolling update if resource quota is full. | https://api.github.com/repos/kubernetes/kubernetes/issues/89209/comments | 8 | 2020-03-18T07:06:42Z | 2020-04-12T21:43:34Z | https://github.com/kubernetes/kubernetes/issues/89209 | 583,514,109 | 89,209 |
[
"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 ipvs mode,... | k8s1.14 ipvs mode, pod rescheduling,Ipvs cannot remove IP forwarding of old pods | https://api.github.com/repos/kubernetes/kubernetes/issues/89208/comments | 7 | 2020-03-18T06:24:24Z | 2020-04-24T06:44:46Z | https://github.com/kubernetes/kubernetes/issues/89208 | 583,496,700 | 89,208 |
[
"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**:
Colleagues ha... | Documentation of workqueue abstraction is too scattered | https://api.github.com/repos/kubernetes/kubernetes/issues/89206/comments | 9 | 2020-03-18T04:33:36Z | 2020-12-09T17:41:42Z | https://github.com/kubernetes/kubernetes/issues/89206 | 583,458,293 | 89,206 |
[
"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://githu... | Need properly prominent documentation for KUBE_CACHE_MUTATION_DETECTOR | https://api.github.com/repos/kubernetes/kubernetes/issues/89205/comments | 6 | 2020-03-18T04:19:50Z | 2020-08-16T18:30:27Z | https://github.com/kubernetes/kubernetes/issues/89205 | 583,454,012 | 89,205 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
`kubectl rollout restart -k .` (and other rollout sub-commands) should ignore any resource that doesn't support rollout operations.
**Why is this needed**:
I want to have a single kustomization.ya... | Ignore unsupported resources when using rollout with kustomize | https://api.github.com/repos/kubernetes/kubernetes/issues/89202/comments | 5 | 2020-03-18T03:21:36Z | 2020-08-15T04:53:28Z | https://github.com/kubernetes/kubernetes/issues/89202 | 583,435,485 | 89,202 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
`release-test (pull-release-test)`
**Which test(s) are failing**:
`//external/io_k8s_repo_infra/hack:verify-golangci-lint`
**Since when has it been failing**:
`... | [Flaky Test] release-test (pull-release-test) | https://api.github.com/repos/kubernetes/kubernetes/issues/89197/comments | 7 | 2020-03-18T02:26:05Z | 2020-03-19T12:21:00Z | https://github.com/kubernetes/kubernetes/issues/89197 | 583,417,534 | 89,197 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When using the fullpath for a CRD (i.e sealedsecrets vs sealedsecrets.bitnami.com), the response is significantly slower for kubectl ( on the order of x10 longer).
**What you expected to happen**:
response time should be the same for short or long CRD references
**How to reproduce it (as mi... | Kubectl slow when using fullpath/FQDN for CRD name | https://api.github.com/repos/kubernetes/kubernetes/issues/89195/comments | 4 | 2020-03-18T00:47:55Z | 2020-05-03T07:50:45Z | https://github.com/kubernetes/kubernetes/issues/89195 | 583,387,152 | 89,195 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
As part of [Structured Logging KEP](https://github.com/kubernetes/enhancements/blob/master/keps/sig-instrumentation/20191115-structured-logging.md) k8s.io/component-base should add logging configuration allowing to change logging implementation.
Things to implement:
* --logging... | Implement `--logging-format` flag in k8s.io/component-base | https://api.github.com/repos/kubernetes/kubernetes/issues/89190/comments | 4 | 2020-03-17T21:42:35Z | 2020-05-26T20:36:42Z | https://github.com/kubernetes/kubernetes/issues/89190 | 583,316,514 | 89,190 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Integration tests import e2e test code today and the dependency makes two drawbacks.
- It is hard to move test/e2e/framework into staging (https://github.com/kubernetes/kubernetes/issues/74352)
- Need to run integration tests always even if PRs are just changing e2e test code
This PR is for r... | Integration tests should be independent from e2e test code | https://api.github.com/repos/kubernetes/kubernetes/issues/89185/comments | 4 | 2020-03-17T20:41:01Z | 2020-03-31T00:08:41Z | https://github.com/kubernetes/kubernetes/issues/89185 | 583,285,556 | 89,185 |
[
"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**:
Pods with s... | Pods with subPath are stuck on Terminating | https://api.github.com/repos/kubernetes/kubernetes/issues/89181/comments | 25 | 2020-03-17T19:45:22Z | 2023-02-08T08:28:38Z | https://github.com/kubernetes/kubernetes/issues/89181 | 583,255,928 | 89,181 |
[
"kubernetes",
"kubernetes"
] | Tests in k8s.io/kubernetes/test/e2e/scheduling/ubernetes_lite.go assume that the set of zones that pods are spread over is "all node zones". That is not true for two reasons:
1. User workloads may be scheduled by default to a subset of nodes
2. The set of nodes users can schedule to may be further subdivided by ru... | The Multi-AZ spreading test makes an incorrect assumption about which zones are candidates | https://api.github.com/repos/kubernetes/kubernetes/issues/89178/comments | 24 | 2020-03-17T17:15:59Z | 2022-06-26T15:30:38Z | https://github.com/kubernetes/kubernetes/issues/89178 | 583,170,345 | 89,178 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
`gce-master-scale-correctness (ci-kubernetes-e2e-gce-scale-correctness)`
**Which test(s) are failing**:
`[sig-cli] Kubectl client Simple pod should support inline execution and attach`
**Since when has it been failing**:
`16th March 05:01 PDT`
**Testgrid link**:
https://testgrid... | [Failing Test] gce-master-scale-correctness (ci-kubernetes-e2e-gce-scale-correctness) | https://api.github.com/repos/kubernetes/kubernetes/issues/89177/comments | 5 | 2020-03-17T15:42:54Z | 2020-03-23T18:17:38Z | https://github.com/kubernetes/kubernetes/issues/89177 | 583,108,127 | 89,177 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
On configurations with non-default `--service-node-port-range` some tests from [Conformance] subset may fail, due hardcoded port range here https://github.com/kubernetes/kubernetes/blob/master/test/e2e/fr... | e2e framework should support non-default configuration of NodePort range | https://api.github.com/repos/kubernetes/kubernetes/issues/89175/comments | 12 | 2020-03-17T15:03:30Z | 2021-02-19T14:28:32Z | https://github.com/kubernetes/kubernetes/issues/89175 | 583,078,981 | 89,175 |
[
"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 secret ... | Service account token secret can be made invalid | https://api.github.com/repos/kubernetes/kubernetes/issues/89174/comments | 8 | 2020-03-17T13:51:18Z | 2020-03-19T17:10:25Z | https://github.com/kubernetes/kubernetes/issues/89174 | 583,027,960 | 89,174 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When a CSI driver changes from attachable (`CSIDriver.spec.attachRequired`: true) to non-attachable (`attachRequired: false`) in the middle of attaching a volume, A/D controller still wants to attach the volume.
**What you expected to happen**:
A/D controller skips attach.
**How to reproduce ... | Pod startup failed when CSI driver changes from attachable to non-attachable | https://api.github.com/repos/kubernetes/kubernetes/issues/89173/comments | 11 | 2020-03-17T13:23:48Z | 2021-08-20T15:18:27Z | https://github.com/kubernetes/kubernetes/issues/89173 | 583,009,942 | 89,173 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
An iSCSI PV with `mountOptions` is mounted without these options.
```yaml
apiVersion: v1
kind: PersistentVolume
metadata:
name: mypv
spec:
accessModes:
- ReadWriteOnce
capacity:
storage: 5Gi
iscsi:
targetPortal: 127.0.0.1:3260
iqn: iqn.2003-01.io.k8s:blabla
... | iSCSI PV is mounted without mountOptions | https://api.github.com/repos/kubernetes/kubernetes/issues/89171/comments | 1 | 2020-03-17T10:52:04Z | 2020-03-26T22:58:24Z | https://github.com/kubernetes/kubernetes/issues/89171 | 582,924,553 | 89,171 |
[
"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**:
success for i... | How to uninstall which have installed after running make 'quick-release' | https://api.github.com/repos/kubernetes/kubernetes/issues/89170/comments | 4 | 2020-03-17T08:50:19Z | 2020-08-14T12:38:08Z | https://github.com/kubernetes/kubernetes/issues/89170 | 582,852,441 | 89,170 |
[
"kubernetes",
"kubernetes"
] | I am using the following version:
```
require (
k8s.io/api v0.17.0
k8s.io/apimachinery v0.17.0
k8s.io/client-go v0.17.0
)
```
In the documentation it says:
> NewSerializerWithOptions creates a JSON/YAML serializer that handles encoding versioned objects into the proper JSON/YAML pfadm... | NewSerializerWithOptions does not set the object's group, version, and kind fields | https://api.github.com/repos/kubernetes/kubernetes/issues/89168/comments | 9 | 2020-03-17T06:39:01Z | 2023-09-11T18:13:33Z | https://github.com/kubernetes/kubernetes/issues/89168 | 582,789,542 | 89,168 |
[
"kubernetes",
"kubernetes"
] | 4 score and 7 years ago we had this issue - [SPDY is deprecated. Switch to HTTP/2](https://github.com/kubernetes/kubernetes/issues/7452).
We are using [docker/spdystream](https://github.com/docker/spdystream) currently for kubectl and problems with SPDY with proxies are documented in the same issue above as well.
... | Support kubectl exec/attach using Websocket | https://api.github.com/repos/kubernetes/kubernetes/issues/89163/comments | 61 | 2020-03-16T23:03:04Z | 2023-09-05T23:20:53Z | https://github.com/kubernetes/kubernetes/issues/89163 | 582,648,073 | 89,163 |
[
"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 discovered ... | Mutation restriction on informer clients is not well documented | https://api.github.com/repos/kubernetes/kubernetes/issues/89157/comments | 3 | 2020-03-16T19:55:38Z | 2020-03-20T03:31:14Z | https://github.com/kubernetes/kubernetes/issues/89157 | 582,563,994 | 89,157 |
[
"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 Go time.R... | apimachinery: RFC3339Micro format seems to be incorrect | https://api.github.com/repos/kubernetes/kubernetes/issues/89156/comments | 16 | 2020-03-16T18:52:48Z | 2021-05-25T17:17:11Z | https://github.com/kubernetes/kubernetes/issues/89156 | 582,531,047 | 89,156 |
[
"kubernetes",
"kubernetes"
] | Update to etcd 3.4.4 in the release cycle of 1.19.
- Update etcd client (similar to #83987)
- Update default etcd server (similar to #84329)
Pick up few critical bug fixes in etcd. See https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.4.md#v344-2020-02-24
/sig api-machinery
/kind feature
| Update to etcd 3.4.4 in Kubernetes 1.19 release | https://api.github.com/repos/kubernetes/kubernetes/issues/89154/comments | 5 | 2020-03-16T17:28:36Z | 2020-03-26T08:14:25Z | https://github.com/kubernetes/kubernetes/issues/89154 | 582,477,738 | 89,154 |
[
"kubernetes",
"kubernetes"
] | **What happened**: I used a projected volume mount with `defaultMode: 0777`, and the mode was not changed.
**What you expected to happen**: The goal of this was to allow a container that has `runAsGroup` set to be able to read this.
**How to reproduce it (as minimally and precisely as possible)**:
Apply pod:
... | Projected volume mounts do not respect defaultMode | https://api.github.com/repos/kubernetes/kubernetes/issues/89153/comments | 10 | 2020-03-16T17:11:19Z | 2021-02-13T16:09:22Z | https://github.com/kubernetes/kubernetes/issues/89153 | 582,466,698 | 89,153 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are flaking**:
`integration-master (ci-kubernetes-integration-master)`
**Testgrid link**:
https://testgrid.k8s.io/sig-release-master-blocking#integration-master
**Reason for failure**:
```console
=== FAIL: test/integration/garbagecollector TestStressingCascadingDeletion (309.99s)
I0316 13:40:32.... | [Flaky Test] integration-master (ci-kubernetes-integration-master) | https://api.github.com/repos/kubernetes/kubernetes/issues/89150/comments | 2 | 2020-03-16T14:36:49Z | 2020-03-17T15:47:32Z | https://github.com/kubernetes/kubernetes/issues/89150 | 582,348,377 | 89,150 |
[
"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/api... | Build cmd/kubectl-ns.go getting undefined errors.Is in api machinery module | https://api.github.com/repos/kubernetes/kubernetes/issues/89148/comments | 6 | 2020-03-16T11:26:09Z | 2020-03-18T06:00:32Z | https://github.com/kubernetes/kubernetes/issues/89148 | 582,214,817 | 89,148 |
[
"kubernetes",
"kubernetes"
] | **What happened**: A misconfigured kubernetes cluster saturates an external nameserver with queries for internal names. Here's a short trace:
` ` `
06:38:30.382721 IP kubernetes.59003 > nameserver.53: 38187+ AAAA? notifications. (31)
06:38:30.383329 IP nameserver.53 > kubernetes.59003: 38187 NXDomain 0/1/0 (106)
... | How to mitigate a misconfigured kubernetes DNS system? | https://api.github.com/repos/kubernetes/kubernetes/issues/89144/comments | 6 | 2020-03-16T08:11:47Z | 2020-08-13T20:22:10Z | https://github.com/kubernetes/kubernetes/issues/89144 | 582,087,229 | 89,144 |
[
"kubernetes",
"kubernetes"
] |
After a short network outage that occurred 3 days ago, some Pods are stuck in "ContainerCreating" or "Init" state and will probably never come up again without manual intervention. This network outage was outside of PKS/NSX-T, more related to generic connectivity.
The context is an outage on the customer side net... | Pods stuck in ContainerCreating state after network outage | https://api.github.com/repos/kubernetes/kubernetes/issues/89143/comments | 16 | 2020-03-16T08:10:32Z | 2020-08-24T15:34:02Z | https://github.com/kubernetes/kubernetes/issues/89143 | 582,086,516 | 89,143 |
[
"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**:
We use kube... | ipvs proxier didn't delete ipvs rule on host when svc is deleted before pod | https://api.github.com/repos/kubernetes/kubernetes/issues/89141/comments | 4 | 2020-03-16T02:58:09Z | 2020-03-16T08:30:49Z | https://github.com/kubernetes/kubernetes/issues/89141 | 581,959,910 | 89,141 |
[
"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 document... | Strategic Merge Patch has different results in two ways of deleting a map | https://api.github.com/repos/kubernetes/kubernetes/issues/89140/comments | 10 | 2020-03-16T02:45:28Z | 2020-11-26T14:13:30Z | https://github.com/kubernetes/kubernetes/issues/89140 | 581,953,713 | 89,140 |
[
"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**:
Azure cloud... | Azure cloud provider Instances interfaces don't work expected on Windows containers | https://api.github.com/repos/kubernetes/kubernetes/issues/89137/comments | 0 | 2020-03-16T01:13:49Z | 2020-03-17T14:12:23Z | https://github.com/kubernetes/kubernetes/issues/89137 | 581,911,967 | 89,137 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.