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"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Kubernetes as a whole accesses files across the system, including: logs, configuration files, and container descriptions. ... | TOB-K8S-008: Arbitrary file paths without bounding | https://api.github.com/repos/kubernetes/kubernetes/issues/81133/comments | 11 | 2019-08-08T02:04:16Z | 2024-12-11T18:38:06Z | https://github.com/kubernetes/kubernetes/issues/81133 | 478,214,127 | 81,133 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
kubelets use a log to store metadata about the container system, such as readiness status. As is normal for logging, kubel... | TOB-K8S-007: Log rotation is not atomic | https://api.github.com/repos/kubernetes/kubernetes/issues/81132/comments | 18 | 2019-08-08T02:04:13Z | 2024-12-08T21:06:28Z | https://github.com/kubernetes/kubernetes/issues/81132 | 478,214,116 | 81,132 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Credential paths should not be hardcoded within the source code of an application. Paths should be configurable through a ... | TOB-K8S-006: Hard coded credential paths | https://api.github.com/repos/kubernetes/kubernetes/issues/81131/comments | 3 | 2019-08-08T02:04:11Z | 2019-08-13T21:19:31Z | https://github.com/kubernetes/kubernetes/issues/81131 | 478,214,099 | 81,131 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Kubernetes can be configured to use iSCSI volumes. When using CHAP authentication, CHAP secrets are stored using the Secre... | ATR-K8S-003: iSCSI volume storage cleartext secrets in logs | https://api.github.com/repos/kubernetes/kubernetes/issues/81130/comments | 1 | 2019-08-08T02:04:09Z | 2019-08-14T10:28:39Z | https://github.com/kubernetes/kubernetes/issues/81130 | 478,214,086 | 81,130 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Kubernetes supports both readiness and liveness probes to detect when a Pod is operating correctly, and when to begin or s... | TOB-K8S-024: kubelet liveness probes can be used to enumerate host network | https://api.github.com/repos/kubernetes/kubernetes/issues/81129/comments | 18 | 2019-08-08T02:04:05Z | 2024-12-11T18:39:41Z | https://github.com/kubernetes/kubernetes/issues/81129 | 478,214,072 | 81,129 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Kubernetes uses secrets for multiple aspects of the system. In order to provide containers with these secrets, a directory... | TOB-K8S-031: Adding credentials to containers by default is unsafe | https://api.github.com/repos/kubernetes/kubernetes/issues/81128/comments | 11 | 2019-08-08T02:03:56Z | 2021-11-04T15:21:20Z | https://github.com/kubernetes/kubernetes/issues/81128 | 478,214,037 | 81,128 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
The cryptographic recommendations in the official documentation are not accurate, and may lead users to make unsafe choice... | TOB-K8S-029: Encryption recommendations not in accordance with best practices | https://api.github.com/repos/kubernetes/kubernetes/issues/81127/comments | 27 | 2019-08-08T02:03:54Z | 2023-05-02T17:11:51Z | https://github.com/kubernetes/kubernetes/issues/81127 | 478,214,028 | 81,127 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
The kube-apiserver includes multiple authentication backends for client request processing. These range in strength from c... | ATR-K8S-002: Non-constant time password comparison | https://api.github.com/repos/kubernetes/kubernetes/issues/81126/comments | 2 | 2019-08-08T02:03:51Z | 2019-08-09T03:20:35Z | https://github.com/kubernetes/kubernetes/issues/81126 | 478,214,012 | 81,126 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
The kube-apiserver runs within the Control Plane of a Kubernetes cluster, acting as the central authority on cluster state... | TOB-K8S-026: Directory traversal of host logs running kube-apiserver and kubelet | https://api.github.com/repos/kubernetes/kubernetes/issues/81125/comments | 8 | 2019-08-08T02:03:48Z | 2020-07-07T14:16:30Z | https://github.com/kubernetes/kubernetes/issues/81125 | 478,214,001 | 81,125 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Kubelet fetches a process’s PID by checking the process name when the pidfile file doesn’t exist. This fallback mechanism ... | TOB-K8S-021: Improper fetching of PIDs allows incorrect cgroup movement | https://api.github.com/repos/kubernetes/kubernetes/issues/81124/comments | 13 | 2019-08-08T02:03:46Z | 2024-12-13T20:02:13Z | https://github.com/kubernetes/kubernetes/issues/81124 | 478,213,990 | 81,124 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
When attempting to apply a Pod to the cluster, kubectl will read in the entire Pod spec in an attempt to perform validatio... | TOB-K8S-020: Kubectl can cause a local Out Of Memory error with a malicious Pod specification | https://api.github.com/repos/kubernetes/kubernetes/issues/81123/comments | 11 | 2019-08-08T02:03:42Z | 2023-10-03T16:25:17Z | https://github.com/kubernetes/kubernetes/issues/81123 | 478,213,982 | 81,123 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
When kubelet attempts to load a Pod manifest, it will read the manifest entirely into memory in an attempt to parse and va... | TOB-K8S-019: kubelet can cause an Out of Memory error with a malicious manifest | https://api.github.com/repos/kubernetes/kubernetes/issues/81122/comments | 7 | 2019-08-08T02:03:39Z | 2019-08-09T15:28:08Z | https://github.com/kubernetes/kubernetes/issues/81122 | 478,213,976 | 81,122 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
The strconv.Atoi function parses an int - a machine dependent integer type, which, for 64-bit targets will be int64. There... | Port parsing can overflow (TOB-K8S-015: Overflows when using strconv.Atoi and downcasting the result) | https://api.github.com/repos/kubernetes/kubernetes/issues/81121/comments | 26 | 2019-08-08T02:03:36Z | 2020-08-28T18:36:39Z | https://github.com/kubernetes/kubernetes/issues/81121 | 478,213,968 | 81,121 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Within the kubeadm CLI, there is a command that will search for mounted directories within the static kubeadmconstants.kub... | TOB-K8S-014: Kubeadm performs potentially-dangerous reset operations | https://api.github.com/repos/kubernetes/kubernetes/issues/81120/comments | 5 | 2019-08-08T02:03:31Z | 2019-08-28T12:33:00Z | https://github.com/kubernetes/kubernetes/issues/81120 | 478,213,951 | 81,120 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Kubernetes uses Transport Layer Security (TLS) throughout the system to connect disparate components. These include kube-p... | TOB-K8S-013: Use of InsecureSkipVerify and other TLS weaknesses | https://api.github.com/repos/kubernetes/kubernetes/issues/81119/comments | 6 | 2019-08-08T02:03:28Z | 2020-03-24T20:42:47Z | https://github.com/kubernetes/kubernetes/issues/81119 | 478,213,945 | 81,119 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Kubernetes uses Secure Shell (SSH) to connect from masters to nodes under certain, deprecated, configuration settings. As ... | TOB-K8S-012: Use of InsecureIgnoreHostKey in SSH connections | https://api.github.com/repos/kubernetes/kubernetes/issues/81118/comments | 9 | 2019-08-08T02:03:15Z | 2020-02-09T14:52:55Z | https://github.com/kubernetes/kubernetes/issues/81118 | 478,213,906 | 81,118 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
When configuring components of infrastructure, environment variables allow a trivial method of gathering settings. However... | TOB-K8S-005: Environment variables expose sensitive data | https://api.github.com/repos/kubernetes/kubernetes/issues/81117/comments | 10 | 2019-08-08T02:03:12Z | 2019-11-10T00:53:41Z | https://github.com/kubernetes/kubernetes/issues/81117 | 478,213,896 | 81,117 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Kubernetes uses files and directories to store information ranging from key-value data to certificate data to logs. Howeve... | TOB-K8S-004: Pervasive world-accessible file permissions | https://api.github.com/repos/kubernetes/kubernetes/issues/81116/comments | 36 | 2019-08-08T02:03:10Z | 2024-04-02T07:01:42Z | https://github.com/kubernetes/kubernetes/issues/81116 | 478,213,885 | 81,116 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Seccomp is disabled by default for containers configured by kubelet since 1.10.0. This allows configured containers to int... | TOB-K8S-002: Seccomp is disabled by default | https://api.github.com/repos/kubernetes/kubernetes/issues/81115/comments | 12 | 2019-08-08T02:03:06Z | 2021-06-25T20:36:23Z | https://github.com/kubernetes/kubernetes/issues/81115 | 478,213,873 | 81,115 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Kubernetes requires an authentication mechanism to enforce users’ privileges. One method of authentication, bearer tokens,... | CVE-2019-11250: TOB-K8S-001: Bearer tokens are revealed in logs | https://api.github.com/repos/kubernetes/kubernetes/issues/81114/comments | 15 | 2019-08-08T02:03:04Z | 2023-09-21T12:52:47Z | https://github.com/kubernetes/kubernetes/issues/81114 | 478,213,865 | 81,114 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
PIDs are not process handles. A given PID may be reused in two dependent operations leading to a “Time Of Check vs Time Of... | TOB-K8S-022: TOCTOU when moving PID to manager’s cgroup via kubelet | https://api.github.com/repos/kubernetes/kubernetes/issues/81113/comments | 9 | 2019-08-08T02:03:01Z | 2024-12-11T18:36:49Z | https://github.com/kubernetes/kubernetes/issues/81113 | 478,213,851 | 81,113 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
The Kubernetes system allows users to set up Public Key Infrastructure (PKI), but often fails to authenticate connections ... | TOB-K8S-034: HTTPS connections are not authenticated | https://api.github.com/repos/kubernetes/kubernetes/issues/81112/comments | 11 | 2019-08-08T02:02:59Z | 2022-10-03T22:14:00Z | https://github.com/kubernetes/kubernetes/issues/81112 | 478,213,842 | 81,112 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
Kubernetes uses certificates for authentication, authorization, and transport security. However, in its current state Kube... | TOB-K8S-028: Kubernetes does not facilitate certificate revocation | https://api.github.com/repos/kubernetes/kubernetes/issues/81111/comments | 7 | 2019-08-08T02:02:54Z | 2019-08-15T05:51:08Z | https://github.com/kubernetes/kubernetes/issues/81111 | 478,213,822 | 81,111 |
[
"kubernetes",
"kubernetes"
] | This issue was reported in the [Kubernetes Security Audit Report](https://github.com/kubernetes/community/blob/master/wg-security-audit/findings/Kubernetes%20Final%20Report.pdf)
**Description**
A PodSecurityPolicy allows a cluster administrator to specify what settings a given service account should be able to prov... | TOB-K8S-038: hostPath PersistentVolumes enable PodSecurityPolicy bypass | https://api.github.com/repos/kubernetes/kubernetes/issues/81110/comments | 4 | 2019-08-08T02:02:49Z | 2019-08-09T03:20:57Z | https://github.com/kubernetes/kubernetes/issues/81110 | 478,213,805 | 81,110 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
The conformance test "validates resource limits of pods that are allowed to run" is failed if master node doesn't have taints.
**What you expected to happen**:
All conformance tests should pass even if a master node doesn't have taints.
**How to reproduce it (as minimally and precisely as... | A conformance test is failed if master node doesn't have taints | https://api.github.com/repos/kubernetes/kubernetes/issues/81103/comments | 4 | 2019-08-07T23:25:43Z | 2019-08-29T09:55:58Z | https://github.com/kubernetes/kubernetes/issues/81103 | 478,181,377 | 81,103 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
if a _test.go file contains a certain import, and even if this import is forbidden by `.import-restrictions`, ./hack/verify-import-boss.sh will pass.
if the same import is moved to a regular .go (non-"_test".go) file import-boss fails and says the import is not allowed, as expected.
**What y... | import-boss ignores import in a _test.go file | https://api.github.com/repos/kubernetes/kubernetes/issues/81102/comments | 4 | 2019-08-07T22:47:15Z | 2019-08-24T10:57:49Z | https://github.com/kubernetes/kubernetes/issues/81102 | 478,171,863 | 81,102 |
[
"kubernetes",
"kubernetes"
] | Running on Amazon EKS. I created a few services using Helm which create persistent volumes.
When I run `helm delete` it does not delete the persistent volumes. So, I tried manually removing them using:
```
kubectl delete pv pvc-08e65270-b7ce-11e9-ba0b-0a1e280502e2
```
The command shows `persistentvolume "pvc... | EKS delete pv hung on `Terminating` | https://api.github.com/repos/kubernetes/kubernetes/issues/81101/comments | 20 | 2019-08-07T22:42:22Z | 2022-06-09T10:23:24Z | https://github.com/kubernetes/kubernetes/issues/81101 | 478,170,580 | 81,101 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
pull-kubernetes-bazel-test
**Which test(s) are failing**:
//cmd/kubelet/app:go_default_test
**Since when has it been failing**:
Flaky since Aug 6, 2019.
**Testgrid link**:
... | flake: pull-kubernetes-bazel-test //cmd/kubelet/app:go_default_test | https://api.github.com/repos/kubernetes/kubernetes/issues/81100/comments | 7 | 2019-08-07T22:24:03Z | 2019-08-15T19:03:20Z | https://github.com/kubernetes/kubernetes/issues/81100 | 478,165,719 | 81,100 |
[
"kubernetes",
"kubernetes"
] | Discovered in the context of https://github.com/kubernetes/utils/pull/87, I will duplicate some of the thoughts here. If someone takes this, please go read that PR (unless it gets fixed up and merged, in which case close this)
https://github.com/kubernetes/utils/pull/87#pullrequestreview-220631325
1) Is it allow... | pkg/util/interrupt/interrupt.go has big bad bugs | https://api.github.com/repos/kubernetes/kubernetes/issues/81098/comments | 0 | 2019-08-07T22:03:48Z | 2019-08-07T22:04:46Z | https://github.com/kubernetes/kubernetes/issues/81098 | 478,159,590 | 81,098 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Does volume controller handles the situation where controller manager restart during a failed detach call?
The code here https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/volume/attachdetach/reconciler/reconciler.go#L206 - understandably - updates the node `attached volumes` be... | Volume controller detach behavior | https://api.github.com/repos/kubernetes/kubernetes/issues/81097/comments | 6 | 2019-08-07T20:57:36Z | 2019-08-30T00:11:16Z | https://github.com/kubernetes/kubernetes/issues/81097 | 478,136,245 | 81,097 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Mounting an Azure file share along with subPath to mount only a particular directory under that share and changing the permissions of that mounted path (using an initContainer) for a non-root container. The non-root container is still seeing the owner as root and the owner set by initContainer.
... | Not able to change the permission of a directory mounted as subPath to use with a non-root container | https://api.github.com/repos/kubernetes/kubernetes/issues/81095/comments | 8 | 2019-08-07T19:49:50Z | 2022-12-08T08:23:07Z | https://github.com/kubernetes/kubernetes/issues/81095 | 478,109,066 | 81,095 |
[
"kubernetes",
"kubernetes"
] | Hi,
I am using [this ](https://cloud.google.com/kubernetes-engine/docs/how-to/container-native-load-balancing) tutorial ingress on GCE. The tutorial works fine with docker image in it but with my docker image, I always get UNHEALTHY state of backend service. I added liveness and readiness TCP probes as my applicatio... | Kubernetes - GCE ingress shows UNHEALTH backend service with readiness probe | https://api.github.com/repos/kubernetes/kubernetes/issues/81092/comments | 4 | 2019-08-07T17:58:31Z | 2019-08-17T17:41:02Z | https://github.com/kubernetes/kubernetes/issues/81092 | 478,064,277 | 81,092 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
kube-proxy doesn't start inside a container, because it is unallowed to change conntrack hashsize. there is a workaround in adding `--conntrack-max-per-core 0` to it's command line parameters, but all sol... | Preseed --conntrack-max-per-core 0 on kubeadm init/join | https://api.github.com/repos/kubernetes/kubernetes/issues/81090/comments | 2 | 2019-08-07T16:52:10Z | 2019-08-07T23:31:58Z | https://github.com/kubernetes/kubernetes/issues/81090 | 478,037,520 | 81,090 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Currently, you can set secret file permissions, but not ownership: (see the "Secret files permissions" section)
https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets
It would be goo... | Allow setting ownership on mounted secrets | https://api.github.com/repos/kubernetes/kubernetes/issues/81089/comments | 101 | 2019-08-07T16:22:25Z | 2024-12-03T16:22:35Z | https://github.com/kubernetes/kubernetes/issues/81089 | 478,024,862 | 81,089 |
[
"kubernetes",
"kubernetes"
] | For emptyDir volume, it uses metricsDu package to report the disk used bytes. However, the fs utility used by metricsDu reports the whole file system usage instead of the specific dir usage for windows https://github.com/kubernetes/kubernetes/blob/master/pkg/volume/util/fs/fs_windows.go.
Due to this wrong informatio... | EmptyDir disk usage reports the whole file system used bytes for windows | https://api.github.com/repos/kubernetes/kubernetes/issues/81088/comments | 7 | 2019-08-07T15:35:17Z | 2019-08-30T15:51:52Z | https://github.com/kubernetes/kubernetes/issues/81088 | 478,001,709 | 81,088 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
sig-windows#flannel-overlay-windows-master
**Which test(s) are failing**:
[sig-network] DNS should provide DNS for the cluster [Conformance]
[sig-network] DNS shou... | DNS tests fail on Windows due to getent usage | https://api.github.com/repos/kubernetes/kubernetes/issues/81080/comments | 6 | 2019-08-07T13:38:27Z | 2019-08-21T06:05:30Z | https://github.com/kubernetes/kubernetes/issues/81080 | 477,934,988 | 81,080 |
[
"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 PVs... | Disks are not detached on Azure | https://api.github.com/repos/kubernetes/kubernetes/issues/81079/comments | 14 | 2019-08-07T13:30:31Z | 2019-08-20T07:16:37Z | https://github.com/kubernetes/kubernetes/issues/81079 | 477,930,508 | 81,079 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
There are two volumeattachments for same PV. (RWO + only one pod uses it)
Events:
1) Pod gets scheduled to node1. (attacherDetacher.AttachVolume called at 15:50:50.839912)
2) The volume gets attached to node1 in 10sec. (AttachVolume.Attach succeeded 15:51:00.487786)
3) Immediately after it rec... | Duplicate volume attachment | https://api.github.com/repos/kubernetes/kubernetes/issues/81078/comments | 5 | 2019-08-07T13:16:42Z | 2020-01-04T17:44:21Z | https://github.com/kubernetes/kubernetes/issues/81078 | 477,922,852 | 81,078 |
[
"kubernetes",
"kubernetes"
] | I'm trying to connect to one of my mongodb pods with Robo3t using SSH but when i try to do so

- Here's my Headless service
. This seemed off, so I reviewed [our conformance test requirements doc](https://g... | Conformance tests should not require access to kubelet API | https://api.github.com/repos/kubernetes/kubernetes/issues/81052/comments | 18 | 2019-08-07T01:08:59Z | 2020-04-07T23:45:44Z | https://github.com/kubernetes/kubernetes/issues/81052 | 477,658,216 | 81,052 |
[
"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**: deployed a co... | fluentd-gcp doesn't capture logs for a child process in container | https://api.github.com/repos/kubernetes/kubernetes/issues/81051/comments | 2 | 2019-08-07T00:34:54Z | 2019-08-07T14:32:56Z | https://github.com/kubernetes/kubernetes/issues/81051 | 477,651,511 | 81,051 |
[
"kubernetes",
"kubernetes"
] | This is a clone of #59776. I'm raising it again because it went rotten straight without any response.
**What would you like to be added**:
"From #24254, the cloud provider automatically appends ICMP Type 3 to allow for PMTUD." This firewall rule should be made optional.
**Why is this needed**:
1. In EKS, firewa... | Amazon LBs - make PMTUD automatic permit optional | https://api.github.com/repos/kubernetes/kubernetes/issues/81047/comments | 2 | 2019-08-06T22:21:30Z | 2019-09-12T14:08:00Z | https://github.com/kubernetes/kubernetes/issues/81047 | 477,620,018 | 81,047 |
[
"kubernetes",
"kubernetes"
] | **What happened**: Running `kubectl port-forward <any pod> <any port>` fails with the error
`error: error upgrading connection: error sending request: EOF`. Regular kubectl commands work as expected, though the same thing happens with `run`.
Running with a http proxy between my desktop and the cluster. the proxy re... | kubectl doesnt consistently handle http_proxy url encoding | https://api.github.com/repos/kubernetes/kubernetes/issues/81045/comments | 16 | 2019-08-06T21:36:43Z | 2021-10-14T22:17:28Z | https://github.com/kubernetes/kubernetes/issues/81045 | 477,605,814 | 81,045 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
We have noticed multiple containers that use the exec probe to contain zombie (defunct) processes. This causes issues when the kubelet/docker tries to stop the container which causes a hang. This also causes the exec probe to rpc times out which we are guessing is the culprit defunct process.
Zom... | Zombie processes on containers that use exec probe (etcd, calico-node, pause) | https://api.github.com/repos/kubernetes/kubernetes/issues/81042/comments | 25 | 2019-08-06T20:03:50Z | 2022-06-27T16:57:51Z | https://github.com/kubernetes/kubernetes/issues/81042 | 477,568,924 | 81,042 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api_changes.md#adding-unstable-features-to-stable-versions details how to add a new alpha field to an existing API, and enable it over multiple versions, ensuring:
* data is not dropped when running skewed API servers, or when disa... | Automate skew testing for enabled/disabled alpha API fields | https://api.github.com/repos/kubernetes/kubernetes/issues/81035/comments | 1 | 2019-08-06T19:06:34Z | 2021-05-20T14:35:51Z | https://github.com/kubernetes/kubernetes/issues/81035 | 477,546,160 | 81,035 |
[
"kubernetes",
"kubernetes"
] | Possible generic metrics:
* overall success, failure, error count
* overall latency
* per authenticator success and error count
* per authenticator latency
Authenticator specific metrics:
* Expired service account tokens observed.
* TTL of succesfully authenticated client certs observed during authentication,
... | Improve coverage of authentication metrics in apiserver | https://api.github.com/repos/kubernetes/kubernetes/issues/81028/comments | 14 | 2019-08-06T17:38:12Z | 2019-12-19T04:38:54Z | https://github.com/kubernetes/kubernetes/issues/81028 | 477,508,468 | 81,028 |
[
"kubernetes",
"kubernetes"
] | We dropped cloud-controller-manager deb from the release in https://github.com/kubernetes/kubernetes/pull/65338. Since all external cloud providers will end up having their own custom controller-manager, we should deprecate and eventually remove this binary and associated bits.
/sig cloud-provider | Deprecate and remove cloud-controller-manager binary | https://api.github.com/repos/kubernetes/kubernetes/issues/81027/comments | 10 | 2019-08-06T17:06:33Z | 2019-12-09T13:37:44Z | https://github.com/kubernetes/kubernetes/issues/81027 | 477,495,307 | 81,027 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**: Timestamps for Pod and Container Start/End times as well as events at a millisecond precision level.
**Why is this needed**:
This is needed because I am trying to look into the Kubernetes overhead at a millisecond level precision and design my system around it.
| Getting Pod and Container Start/End Times to millisecond level precision | https://api.github.com/repos/kubernetes/kubernetes/issues/81026/comments | 40 | 2019-08-06T16:17:37Z | 2024-07-16T14:03:13Z | https://github.com/kubernetes/kubernetes/issues/81026 | 477,473,986 | 81,026 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When I have PodSecurityPolicy enabled on my Kube 1.14.x cluster, the mounted volume constantly gets CHMOD signal.
**What you expected to happen**:
When PodSecurityPolicy is not enabled, there is no such behavior as described above.
**How to reproduce it (as minimally and precisely as possibl... | Enabling PodSecurityPolicy triggers OS Signals to volume mounts | https://api.github.com/repos/kubernetes/kubernetes/issues/81025/comments | 3 | 2019-08-06T15:46:55Z | 2019-08-06T21:03:35Z | https://github.com/kubernetes/kubernetes/issues/81025 | 477,458,562 | 81,025 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**: #30841 added support for encrypted disks on AWS for #30792. Since then, GCP seems to now support supplying a key for an encrypted disk via the API:
- https://cloud.google.com/compute/docs/disks/customer-supplied-encryption#encrypt_a_new_persistent_disk_with_your_own_keys
It wo... | Add encryption options to GCE PD provisioner | https://api.github.com/repos/kubernetes/kubernetes/issues/81024/comments | 9 | 2019-08-06T14:52:45Z | 2020-05-05T19:52:22Z | https://github.com/kubernetes/kubernetes/issues/81024 | 477,429,199 | 81,024 |
[
"kubernetes",
"kubernetes"
] | The debugging endpoint `/debug/pprof` is exposed over the unauthenticated Kubelet healthz port. Versions prior to 1.15.0, 1.14.4, 1.13.8, and 1.12.10 are affected. The issue is of medium severity, but not exposed by the default configuration. If you are exposed we recommend upgrading to at least one of the versions lis... | CVE-2019-11248: /debug/pprof exposed on kubelet's healthz port | https://api.github.com/repos/kubernetes/kubernetes/issues/81023/comments | 3 | 2019-08-06T14:34:33Z | 2022-05-16T21:58:38Z | https://github.com/kubernetes/kubernetes/issues/81023 | 477,418,481 | 81,023 |
[
"kubernetes",
"kubernetes"
] | ## Background
To understand the actual problem we might need a little bit of background information.
Kubernetes allows you to specify requested resources on your deployment, for example you can specify that your pod needs two cores. Kubernetes enforces this request by setting `cpu.shares` to `2048`
Currently th... | cpu shares should not be more than 1024 | https://api.github.com/repos/kubernetes/kubernetes/issues/81021/comments | 10 | 2019-08-06T14:01:28Z | 2020-01-05T04:55:23Z | https://github.com/kubernetes/kubernetes/issues/81021 | 477,399,800 | 81,021 |
[
"kubernetes",
"kubernetes"
] | I have a pv, a pvc and a pod which mounts pv, it gives my error while creating pod
0/5 nodes are available: 1 node(s) had volume node affinity conflict, 4 node(s) didn't match node selector
my pv:
```
kind: PersistentVolume
apiVersion: v1
metadata:
name: gamelanguage-log-pv
labels:
type: local
spec:... | 0/x nodes are available: 1 node(s) had volume node affinity conflict | https://api.github.com/repos/kubernetes/kubernetes/issues/81020/comments | 16 | 2019-08-06T13:50:54Z | 2022-09-20T08:52:51Z | https://github.com/kubernetes/kubernetes/issues/81020 | 477,393,875 | 81,020 |
[
"kubernetes",
"kubernetes"
] | My requirement is implement any ingress controller for port based routing
i tried nginx,haproxy and traefik ingress controllers but these are all supports only path and name based routing.
I need port based routing
If any one knows about port based routing please share docs
please help me. | Is there any ingress controller for port based routing? | https://api.github.com/repos/kubernetes/kubernetes/issues/81017/comments | 5 | 2019-08-06T12:03:55Z | 2020-01-03T14:17:15Z | https://github.com/kubernetes/kubernetes/issues/81017 | 477,340,378 | 81,017 |
[
"kubernetes",
"kubernetes"
] | The issue works as an umbrella holding up all related items of implementing KEP "[RuntimeClass Scheduilng](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/runtime-class-scheduling.md)" in 1.16 as a beta feature.
## Work Items
+ [x] 1. API Changes https://github.com/kubernetes/kubernetes/pull/... | Umbrella issue for RuntimeClass Scheduling | https://api.github.com/repos/kubernetes/kubernetes/issues/81016/comments | 6 | 2019-08-06T11:50:38Z | 2019-09-05T14:59:02Z | https://github.com/kubernetes/kubernetes/issues/81016 | 477,334,221 | 81,016 |
[
"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/
-->
**we have Kubernetes cluster setu... | Not able to reach Kubernetes master from particual IP series | https://api.github.com/repos/kubernetes/kubernetes/issues/81012/comments | 5 | 2019-08-06T10:30:02Z | 2020-01-03T13:16:15Z | https://github.com/kubernetes/kubernetes/issues/81012 | 477,299,939 | 81,012 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
The release notes state "No notable changes for this release":
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.15.md#changelog-since-v1151
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.14.md#changelog-since-v1144
* https://github.com/kub... | Please include security notices in the release notes | https://api.github.com/repos/kubernetes/kubernetes/issues/81011/comments | 5 | 2019-08-06T10:24:21Z | 2019-08-08T13:27:57Z | https://github.com/kubernetes/kubernetes/issues/81011 | 477,297,450 | 81,011 |
[
"kubernetes",
"kubernetes"
] | (Apologies for only vaguely following the template, I found this problem using static analysis, not while actually running Kubernetes.)
**What happened**:
The receiver variable `b` of the [Builder.Result](https://github.com/kubernetes/kubernetes/blob/1220a8ae92c20f6ae1a0929e4f32c2f513bf82ca/pkg/kubelet/cm/cpuset/... | Kubelet: cpuset `Builder.Result` method does not behave as documented | https://api.github.com/repos/kubernetes/kubernetes/issues/81010/comments | 5 | 2019-08-06T10:17:43Z | 2020-01-03T12:15:14Z | https://github.com/kubernetes/kubernetes/issues/81010 | 477,294,560 | 81,010 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
/kind feature
**Why is this needed**:
This issue is intended to start discussion for future enhancement of kubelet
## What is an issue?
- Currently, there is no way to guarantee `local memory ... | Support isolating memory to a single NUMA node | https://api.github.com/repos/kubernetes/kubernetes/issues/81009/comments | 19 | 2019-08-06T10:15:38Z | 2020-11-11T10:04:13Z | https://github.com/kubernetes/kubernetes/issues/81009 | 477,293,602 | 81,009 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I have AWS environment with workers tagged with kubernetes.io/cluster/$cluster=owned.
The workers use security group that is NOT tagged with any k8s tags. I am using kube-controller-manager with AWS cloud support.
When I created service of type LoadBalancer AWS provider configured everything c... | AWS provider modified untagged security group | https://api.github.com/repos/kubernetes/kubernetes/issues/81007/comments | 9 | 2019-08-06T08:23:25Z | 2020-04-04T21:16:54Z | https://github.com/kubernetes/kubernetes/issues/81007 | 477,238,318 | 81,007 |
[
"kubernetes",
"kubernetes"
] | **What happened**: When a pod is restarted (eg. due to a failing livenessCheck or pid 1 exit) the files created in /dev/shm aren't cleared like they would be if the pod was deleted and recreated
**What you expected to happen**: Regardless of how the container starts, /dev/shm should always start in a consistent stat... | /dev/shm is not cleared across pod restarts | https://api.github.com/repos/kubernetes/kubernetes/issues/81001/comments | 29 | 2019-08-06T02:45:23Z | 2021-11-08T00:10:59Z | https://github.com/kubernetes/kubernetes/issues/81001 | 477,140,980 | 81,001 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**: gce-lb-finalizer
**Which test(s) are failing**:
Many of the service related tests are pretty flaky, including (non-exclusive list):
```
[sig-network] Services should have session... | Service finalizer e2e tests are very flaky | https://api.github.com/repos/kubernetes/kubernetes/issues/81000/comments | 9 | 2019-08-06T00:52:33Z | 2019-08-14T17:29:23Z | https://github.com/kubernetes/kubernetes/issues/81000 | 477,116,478 | 81,000 |
[
"kubernetes",
"kubernetes"
] | Previous Umbrella Issues https://github.com/kubernetes/kubernetes/issues/78747 & https://github.com/kubernetes/kubernetes/issues/78748 encompassed PRs to promote tests which hit Stable endpoints. Some of these PRs have been able to be successfully merged, others require rewrites/changes in order to be included in Conf... | [Umbrella Issue] Rewrite tests which hit Stable API endpoints | https://api.github.com/repos/kubernetes/kubernetes/issues/80997/comments | 4 | 2019-08-05T23:55:06Z | 2020-01-15T02:40:36Z | https://github.com/kubernetes/kubernetes/issues/80997 | 477,105,509 | 80,997 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I had an NLB Service object (in AWS naturally) where we decided we needed the source IP address and so changed the ExternalTrafficPolicy from Cluster to Local, but didn't delete the Service object - and didn't want to, because that would break Route53 DNS entries.
The Service started throwing W... | Changing an NLB service from externalTrafficPolicy Cluster to Local results in a stuck Service | https://api.github.com/repos/kubernetes/kubernetes/issues/80996/comments | 22 | 2019-08-05T23:09:33Z | 2020-10-29T04:33:26Z | https://github.com/kubernetes/kubernetes/issues/80996 | 477,095,581 | 80,996 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Today, a portion of eviction logic will make a decision based on the utilized resources versus what was specified in requests.
With this in mind, the pod resource requests are determined in the `podRequest` [function in eviction/helpers.go](https://github.com/kubernetes/kubern... | eviction: should pod overhead be considered | https://api.github.com/repos/kubernetes/kubernetes/issues/80993/comments | 9 | 2019-08-05T22:34:09Z | 2019-09-10T16:47:47Z | https://github.com/kubernetes/kubernetes/issues/80993 | 477,086,969 | 80,993 |
[
"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 depl... | Cannot access service cluster-ip | https://api.github.com/repos/kubernetes/kubernetes/issues/80987/comments | 4 | 2019-08-05T14:09:33Z | 2019-08-06T02:43:00Z | https://github.com/kubernetes/kubernetes/issues/80987 | 476,881,331 | 80,987 |
[
"kubernetes",
"kubernetes"
] | [CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:N/I:H/A:N)
A third issue was discovered with the Kubernetes `kubectl cp` command that could enable a directory traversal such that a malicious container could replace or create files on a user’... | CVE-2019-11249: Incomplete fixes for CVE-2019-1002101 and CVE-2019-11246, kubectl cp potential directory traversal | https://api.github.com/repos/kubernetes/kubernetes/issues/80984/comments | 3 | 2019-08-05T12:44:23Z | 2022-05-16T21:57:50Z | https://github.com/kubernetes/kubernetes/issues/80984 | 476,838,777 | 80,984 |
[
"kubernetes",
"kubernetes"
] | [CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:L)
The API server mistakenly allows access to a cluster-scoped custom resource if the request is made as if the resource were namespaced. Authorizations for the resource accessed in th... | CVE-2019-11247: API server allows access to custom resources via wrong scope | https://api.github.com/repos/kubernetes/kubernetes/issues/80983/comments | 10 | 2019-08-05T12:44:08Z | 2022-05-16T21:58:20Z | https://github.com/kubernetes/kubernetes/issues/80983 | 476,838,684 | 80,983 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
After upgrade of the controllers/master nodes from 1.13.7 to 1.14.4 some coredns pods appear to have failed with "Pod Predicate MatchNodeSelector failed" on top of the running coredns pods
```
coredns-6789d857b9-6rlqx 1/1 Running 0 179m 10.2.5.17 ... | coredns: Pod Predicate MatchNodeSelector failed after 1.13.7 - 1.14.4 | https://api.github.com/repos/kubernetes/kubernetes/issues/80982/comments | 7 | 2019-08-05T12:28:45Z | 2020-05-06T09:15:17Z | https://github.com/kubernetes/kubernetes/issues/80982 | 476,831,897 | 80,982 |
[
"kubernetes",
"kubernetes"
] | I created a cluster with kubeadm .and all the pods except for Coredns are up and running, he is always in the CrashLoopBackOff stat. Coredns never started properly.
```
NAME READY STATUS RESTARTS AGE
coredns-5c98db65d4-qx4mq 0/1 ... | The coredns pod is always in the CrashLoopBackOff state | https://api.github.com/repos/kubernetes/kubernetes/issues/80981/comments | 8 | 2019-08-05T08:59:57Z | 2019-08-06T07:24:36Z | https://github.com/kubernetes/kubernetes/issues/80981 | 476,738,367 | 80,981 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Instead of using the VM CreateOrUpdate (https://github.com/Azure/azure-sdk-for-go/blob/master/services/compute/mgmt/2019-07-01/compute/virtualmachines.go#L215) function of the Azure Go SDK, use the VM Upd... | Switch to VM Update call | https://api.github.com/repos/kubernetes/kubernetes/issues/80980/comments | 10 | 2019-08-05T07:41:25Z | 2019-08-09T10:01:37Z | https://github.com/kubernetes/kubernetes/issues/80980 | 476,704,352 | 80,980 |
[
"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**:
`kube-proxy` ... | kube-proxy failed after restart causing by "error deleting chain "KUBE-MARK-MASQ"" | https://api.github.com/repos/kubernetes/kubernetes/issues/80977/comments | 14 | 2019-08-05T07:17:20Z | 2019-09-05T21:38:08Z | https://github.com/kubernetes/kubernetes/issues/80977 | 476,695,240 | 80,977 |
[
"kubernetes",
"kubernetes"
] | This issue is to track TODOs in merged PRs of `test/e2e/framework`. Here is the checklist of potential following PRs.
- [ ] `e2e/framework/node/resource.go` (#78282):
- [ ] TODO for func `FirstAddress`
- [ ] TODO for func `isNodeConditionSetAsExpected `
- [ ] `e2e/apps/daemon_restart.go` (#79879):
... | [e2e] Track TODOs in merged PRs | https://api.github.com/repos/kubernetes/kubernetes/issues/80975/comments | 6 | 2019-08-05T05:57:44Z | 2020-01-02T07:47:07Z | https://github.com/kubernetes/kubernetes/issues/80975 | 476,670,447 | 80,975 |
[
"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**:
On kubelet no... | orphaned pod flexvolume can not be cleaned up | https://api.github.com/repos/kubernetes/kubernetes/issues/80972/comments | 6 | 2019-08-05T05:31:40Z | 2020-04-01T16:01:30Z | https://github.com/kubernetes/kubernetes/issues/80972 | 476,663,966 | 80,972 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
when k8s need to delete a pod, it will stop container under the pod, if the container in the pod already stopped, below error will be printed out by docker as "is already stopped".
if kubelet could que... | during delete pod, query the container status before stop that | https://api.github.com/repos/kubernetes/kubernetes/issues/80969/comments | 7 | 2019-08-05T02:06:46Z | 2019-10-21T02:00:25Z | https://github.com/kubernetes/kubernetes/issues/80969 | 476,624,760 | 80,969 |
[
"kubernetes",
"kubernetes"
] | # Summary
When a node (kubelet) is unable to heartbeat with the apiserver for a long time, the node-lifecycle controller sets the status of the node to "unknown" and immediately adds the following taint to the node
```
- effect: NoSchedule
key: node.kubernetes.io/unreachable
timeAdded: "2019-08-03T00:... | Pods on node with temporary unknown status never marked ready again | https://api.github.com/repos/kubernetes/kubernetes/issues/80968/comments | 55 | 2019-08-05T01:34:19Z | 2023-02-04T16:49:27Z | https://github.com/kubernetes/kubernetes/issues/80968 | 476,619,761 | 80,968 |
[
"kubernetes",
"kubernetes"
] |
**What would you like to be added**: Better algorithm for node-specific volume limits, or the ability to set the maximum volume limit (or both?). Ideally, the volume limit would be able to be set per node (or per nodegroup if using higher-level tooling), such that we can leverage heterogeneous instance types for the ... | Improve Node-specific Volume Limit Calculation | https://api.github.com/repos/kubernetes/kubernetes/issues/80967/comments | 23 | 2019-08-05T00:57:22Z | 2020-05-23T09:19:28Z | https://github.com/kubernetes/kubernetes/issues/80967 | 476,614,886 | 80,967 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
I'm trying to understand how memory metric is used for autoscaling. So far I found no documentation on this subject. In particular, the `staging/src/k8s.io/api/autoscaling/v2beta2` codebase mentions memor... | Provide documentation on autoscaling memory metric | https://api.github.com/repos/kubernetes/kubernetes/issues/80963/comments | 10 | 2019-08-04T19:22:43Z | 2020-07-01T01:24:46Z | https://github.com/kubernetes/kubernetes/issues/80963 | 476,585,211 | 80,963 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
ci-kubernetes-e2e-gci-gce-serial
**Which test(s) are failing**:
[sig-cluster-lifecycle] Nodes [Disruptive] Resize [Slow] should be able to add nodes
[sig-cluster-lifecycle] Nodes [Disruptive] Resize [Slow] should be able to delete nodes
**Since when has it been failing**:
30 July 2... | [ Failing test ] gce-cos-master-serial [sig-cluster-lifecycle] Nodes [Disruptive] Resize | https://api.github.com/repos/kubernetes/kubernetes/issues/80960/comments | 2 | 2019-08-04T12:26:35Z | 2019-08-05T13:48:08Z | https://github.com/kubernetes/kubernetes/issues/80960 | 476,547,900 | 80,960 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
I would like to propose that [Metacontroller](https://metacontroller.app/) is made default in Kuberetes.
**Why is this needed**:
The UX for creating controllers with Metacontroller is very similar to ... | Add Metacontroller to the core project | https://api.github.com/repos/kubernetes/kubernetes/issues/80948/comments | 14 | 2019-08-03T15:59:33Z | 2019-12-19T14:06:38Z | https://github.com/kubernetes/kubernetes/issues/80948 | 476,464,780 | 80,948 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Add an external MetaFactory that allows for serializing multiple YAML (or JSON) files in kubeadm. The logic of marshalling YAML should be factored out from `cmd/kubeadm/app/util/marshal` to `staging/src/k... | Add a YAML MetaFactory serialise multi-doc files | https://api.github.com/repos/kubernetes/kubernetes/issues/80941/comments | 5 | 2019-08-03T10:00:40Z | 2020-04-13T09:05:48Z | https://github.com/kubernetes/kubernetes/issues/80941 | 476,436,628 | 80,941 |
[
"kubernetes",
"kubernetes"
] | What type of PR is this?
/kind bug
What this PR does / why we need it:
https://github.com/kubernetes/kubernetes/blob/9827a6edc88adf3b2a87b376150d852dbacc294a/pkg/kubelet/kubelet_test.go#L400-L427
There is a data race between read L407 `return ready` and write L423 `ready = true `.
There is no guarantee that... | test: data race of `ready` in `TestSyncPodsDeletesWhenSourcesAreReady` | https://api.github.com/repos/kubernetes/kubernetes/issues/80940/comments | 7 | 2019-08-03T06:09:45Z | 2020-01-02T23:02:12Z | https://github.com/kubernetes/kubernetes/issues/80940 | 476,420,435 | 80,940 |
[
"kubernetes",
"kubernetes"
] | A followup of https://github.com/kubernetes/kubernetes/issues/80528#issuecomment-517765622.
We should refine current integration tests to shorten running time of package `test/integration/scheduler`.
According to Liggitt's [report](https://github.com/kubernetes/kubernetes/issues/80528#issuecomment-517768217), her... | Refine scheduler integration tests | https://api.github.com/repos/kubernetes/kubernetes/issues/80934/comments | 4 | 2019-08-03T00:19:46Z | 2019-12-31T02:55:00Z | https://github.com/kubernetes/kubernetes/issues/80934 | 476,395,837 | 80,934 |
[
"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**:
While glancin... | Re-review API validation for CSI Inline Migration | https://api.github.com/repos/kubernetes/kubernetes/issues/80931/comments | 6 | 2019-08-02T23:06:40Z | 2019-08-06T18:11:56Z | https://github.com/kubernetes/kubernetes/issues/80931 | 476,384,640 | 80,931 |
[
"kubernetes",
"kubernetes"
] | Originally posted at kubernetes/cloud-provider-vsphere/issues/219
**What happened**: When I deleted a PVC, the corresponding PV was not automatically deleted. The reclaim policy was set to `DELETE`. Describing the PV shows an error:
```
$ kubectl describe pv pvc-c7bd01cd-afe0-11e9-89ec-005056b9048c
Name: ... | ReclaimPolciy fails to delete Persistent Volumes after mounted to a pod [vsphere] | https://api.github.com/repos/kubernetes/kubernetes/issues/80929/comments | 5 | 2019-08-02T20:58:57Z | 2019-11-04T16:18:49Z | https://github.com/kubernetes/kubernetes/issues/80929 | 476,353,889 | 80,929 |
[
"kubernetes",
"kubernetes"
] | ## Background
EvenPodsSpread is a feature to make pod placement decisions based on the distribution of existing pods. The concept `maxSkew` brings a question: how do we define the scope (which nodes) to calculate the number of matching pods so as to calculate the skew.
Here are some implications implemented in th... | EvenPodsSpread discussion on tainted nodes | https://api.github.com/repos/kubernetes/kubernetes/issues/80921/comments | 20 | 2019-08-02T19:30:45Z | 2020-01-09T15:40:29Z | https://github.com/kubernetes/kubernetes/issues/80921 | 476,325,290 | 80,921 |
[
"kubernetes",
"kubernetes"
] | if a CSI volume is attached to more than 1 node, and it is expanded, and if the CSI plugin returns true from ControllerResizeVolume, then the PVC will get marked for node resize, but there's no mechanism to ensure that every node currently using the volume will call the CSI node plugin.
**What happened**: One node c... | CSI resize doesn't handle multi-attached volumes quite right | https://api.github.com/repos/kubernetes/kubernetes/issues/80918/comments | 14 | 2019-08-02T17:59:15Z | 2022-07-24T14:13:26Z | https://github.com/kubernetes/kubernetes/issues/80918 | 476,293,851 | 80,918 |
[
"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 you ... | Server side apply always conflicts when changing values even when fieldManager is the same | https://api.github.com/repos/kubernetes/kubernetes/issues/80916/comments | 40 | 2019-08-02T15:17:55Z | 2020-07-22T16:45:25Z | https://github.com/kubernetes/kubernetes/issues/80916 | 476,231,803 | 80,916 |
[
"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 Kuberne... | kube-system pods are going to CrashLoopBackOff state | https://api.github.com/repos/kubernetes/kubernetes/issues/80915/comments | 8 | 2019-08-02T14:51:14Z | 2020-01-10T23:10:10Z | https://github.com/kubernetes/kubernetes/issues/80915 | 476,219,024 | 80,915 |
[
"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 you ... | Cannot change containerPort with server side apply | https://api.github.com/repos/kubernetes/kubernetes/issues/80914/comments | 12 | 2019-08-02T14:49:45Z | 2020-01-03T01:04:13Z | https://github.com/kubernetes/kubernetes/issues/80914 | 476,218,312 | 80,914 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
gce-master-scale-performance
**Which test(s) are failing**:
density
**Since when has it been failing**:
1-08-2019
**Testgrid link**:
https://k8s-testgrid.appspot.com/sig-sc... | [Failing Test] gce-master-scale-performance - high latency on low QPS resources | https://api.github.com/repos/kubernetes/kubernetes/issues/80910/comments | 2 | 2019-08-02T13:29:54Z | 2019-08-02T13:37:20Z | https://github.com/kubernetes/kubernetes/issues/80910 | 476,180,675 | 80,910 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Consolidate [NormalizeScore plugin set]((https://github.com/kubernetes/kubernetes/blob/e298fc723f2597697b770f88ce47fe93507f7463/pkg/scheduler/apis/config/types.go#L169)) into Score plugin set in config AP... | Scheduler Framework: Consolidate NormalizeScore plugin set into Score plugin set in config API | https://api.github.com/repos/kubernetes/kubernetes/issues/80908/comments | 1 | 2019-08-02T13:13:37Z | 2019-08-21T21:52:34Z | https://github.com/kubernetes/kubernetes/issues/80908 | 476,173,448 | 80,908 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
i get job yaml to check the status of job, but there is only final conditions.
such as
status:
completionTime: "2019-07-29T06:45:38Z"
conditions:
- lastProbeTime: "2019-07-29T06:45:38Z"
lastTransitionTime: "2019-07-29T06:45:38Z"
status: "True"
type: Complete
startTime... | error in job status | https://api.github.com/repos/kubernetes/kubernetes/issues/80903/comments | 7 | 2019-08-02T11:48:21Z | 2020-03-07T06:06:36Z | https://github.com/kubernetes/kubernetes/issues/80903 | 476,140,525 | 80,903 |
[
"kubernetes",
"kubernetes"
] | Hi there,
I am having the exact same issue than [#74948](https://github.com/kubernetes/kubernetes/issues/74948) but cannot get it to work. I do have **exactly** the same conf in another cluster and it does work fine. I have been struggling with that for one day now, don't know where to look anymore.
We installe... | Health Checks failed outside of ingress controller AWS NLB | https://api.github.com/repos/kubernetes/kubernetes/issues/80897/comments | 66 | 2019-08-02T10:30:22Z | 2023-05-05T21:15:44Z | https://github.com/kubernetes/kubernetes/issues/80897 | 476,112,564 | 80,897 |
[
"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/
-->
I created a StorageClass named `mys... | the pv's reclaimPolicy created by sc isn't correct | https://api.github.com/repos/kubernetes/kubernetes/issues/80892/comments | 6 | 2019-08-02T09:45:19Z | 2020-02-08T08:12:44Z | https://github.com/kubernetes/kubernetes/issues/80892 | 476,093,640 | 80,892 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.