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"
] | <!-- Please only use this template for submitting enhancement requests -->
**I want mount a char device into container,but not grant privilege to the container**:
1. I use hostpath binding a char device to container。
2. if i doesn't grant privilege to the container, i can't open the char device in the docker conta... | k8s api doesn't support the --device args which support by the docker api。 | https://api.github.com/repos/kubernetes/kubernetes/issues/79090/comments | 11 | 2019-06-17T03:26:25Z | 2019-12-06T05:10:18Z | https://github.com/kubernetes/kubernetes/issues/79090 | 456,725,114 | 79,090 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
By default in kubernetes, secrets can be consumed by pods or users in the specified namespace.
**What would you like to be added**:
I suggest, doing more restrictions for secrets.
By RBAC, is great.
But, we could also enhance the restri... | Provide more reliable restrictions for secrets | https://api.github.com/repos/kubernetes/kubernetes/issues/79080/comments | 7 | 2019-06-16T15:25:03Z | 2019-11-23T04:03:48Z | https://github.com/kubernetes/kubernetes/issues/79080 | 456,652,842 | 79,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**:
Found my worker... | Cannot remove node taints from worker nodes | https://api.github.com/repos/kubernetes/kubernetes/issues/79072/comments | 9 | 2019-06-15T21:23:33Z | 2020-07-11T18:07:32Z | https://github.com/kubernetes/kubernetes/issues/79072 | 456,577,177 | 79,072 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
See line: https://github.com/kubernetes/kubernetes/blob/503ac59abe106f6cfc894d33b46b4ddfafe38aef/pkg/kubelet/kuberuntime/kuberuntime_manager.go#L544
```
message := fmt.Sprintf("Container %+v is dead, but ...", container)
klog.V(3).Infof(message)
```
**What you expected to happen**:
```... | Avoid formatting message strings before invoking logging sub-system | https://api.github.com/repos/kubernetes/kubernetes/issues/79071/comments | 5 | 2019-06-15T18:21:26Z | 2019-11-12T20:01:59Z | https://github.com/kubernetes/kubernetes/issues/79071 | 456,563,307 | 79,071 |
[
"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/
-->
```
kubeadm init phase kubeconfig ... | panic during `kubeadm init phase kubeconfig all` | https://api.github.com/repos/kubernetes/kubernetes/issues/79069/comments | 10 | 2019-06-15T16:02:28Z | 2019-06-19T14:36:36Z | https://github.com/kubernetes/kubernetes/issues/79069 | 456,551,172 | 79,069 |
[
"kubernetes",
"kubernetes"
] | **What happened**: Getting a MountVolume.Setup failure when configuring a pv with an Azure managed disk.
**What you expected to happen**: Volume should mount to share and be available.
**How to reproduce it (as minimally and precisely as possible)**:
1. Create standard managed disk storage class.
2. Create d... | Azure managed disk not mounting as pv | https://api.github.com/repos/kubernetes/kubernetes/issues/79067/comments | 8 | 2019-06-15T11:42:44Z | 2020-01-03T07:10:19Z | https://github.com/kubernetes/kubernetes/issues/79067 | 456,529,596 | 79,067 |
[
"kubernetes",
"kubernetes"
] | I would like to change/update resource limits after scheduling. What levels should I do?
What parts of codes in go are necessary to be considered? | How to change or update resource limits after scheduling? | https://api.github.com/repos/kubernetes/kubernetes/issues/79065/comments | 7 | 2019-06-15T10:58:09Z | 2019-11-23T13:12:47Z | https://github.com/kubernetes/kubernetes/issues/79065 | 456,526,394 | 79,065 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
`bazel build` fails with:
ERROR: WORKSPACE file can not be a symlink if incrementally updated directories feature is enabled.
**What you expected to happen**:
`bazel build` to work?
**How to reproduce it (as minimally and precisely as possible)**:
```
git clone https://github.com/kub... | bazel build: ERROR: WORKSPACE file can not be a symlink if incrementally updated directories feature is enabled. | https://api.github.com/repos/kubernetes/kubernetes/issues/79056/comments | 12 | 2019-06-14T23:28:17Z | 2019-07-30T04:06:07Z | https://github.com/kubernetes/kubernetes/issues/79056 | 456,472,371 | 79,056 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
GitHub has a [security policy page](https://github.com/kubernetes/kubernetes/security/policy) that uses a SECURITY.md file from the repository to show the project's security policy.
**Why is this needed**:
Adding this file makes it easier for security researchers to learn about... | Create SECURITY.md for GitHub security policy page | https://api.github.com/repos/kubernetes/kubernetes/issues/79049/comments | 2 | 2019-06-14T21:45:42Z | 2019-06-17T21:32:18Z | https://github.com/kubernetes/kubernetes/issues/79049 | 456,451,297 | 79,049 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I'm noob just trying [to follow the README](https://github.com/kubernetes/kubernetes#you-have-a-working-docker-environment) for the first time, but `build/run.sh` fails early on:
```
$ build/run.sh make kubectl
+++ [0614 23:18:26] Verifying Prerequisites....
+++ [0614 23:18:26] Building Docker... | build/run.sh failure due to fetch false preventing from being pulled | https://api.github.com/repos/kubernetes/kubernetes/issues/79048/comments | 10 | 2019-06-14T21:40:27Z | 2021-02-12T11:23:31Z | https://github.com/kubernetes/kubernetes/issues/79048 | 456,449,840 | 79,048 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
We're updating the cluster from 1.12.1 to 1.14.3. When kubelet goes up for the first time, the following warnings related to cgroups pids controller appear:
`kubelet[4854]: W0612 qos_container_manager_linux.go:139] [ContainerManager] Failed to reserve QoS requests: failed to set supported cgroup ... | kubelet: Failed to find subsystem mount for required subsystem: pids | https://api.github.com/repos/kubernetes/kubernetes/issues/79046/comments | 7 | 2019-06-14T20:31:49Z | 2019-08-29T11:20:45Z | https://github.com/kubernetes/kubernetes/issues/79046 | 456,422,671 | 79,046 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
If an in-tree volume is provisioned with in-tree provisioner (without migration enabled) and later migration gets enabled, the PV controller is expected to coordinate with the CSI external provisioner to make sure it does get deleted.
For above to happen, this [piece of code](https://github.com/k... | Need to check migrated PVs get deleted through CSI if CSI migration was enabled post provisioning | https://api.github.com/repos/kubernetes/kubernetes/issues/79043/comments | 15 | 2019-06-14T17:15:45Z | 2020-07-26T00:00:58Z | https://github.com/kubernetes/kubernetes/issues/79043 | 456,352,392 | 79,043 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
The TestLoopbackHostPortIPv6 test fails as follows:
--- FAIL: TestLoopbackHostPortIPv6 (0.00s)
config_selfclient_test.go:61: no ipv6 loopback interface
**What you expected to happen**:
Testcase should pass. At a first glance at least, there seems to be an IPv6 loopback address (::1) on ... | TestLoopbackHostPortIPv6 test fails | https://api.github.com/repos/kubernetes/kubernetes/issues/79042/comments | 7 | 2019-06-14T16:44:14Z | 2019-07-05T22:31:43Z | https://github.com/kubernetes/kubernetes/issues/79042 | 456,340,965 | 79,042 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
LocalStorageCapacityIsolationFSQuotaMonitoring allows use of XFS-style quotas to monitor emptydir storage consumption. It is alpha in 1.15; graduate it to beta in 1.16
**Why is this needed**:
Mon... | Graduate LocalStorageCapacityIsolationFSQuotaMonitoring to beta | https://api.github.com/repos/kubernetes/kubernetes/issues/79040/comments | 9 | 2019-06-14T16:31:23Z | 2020-05-09T21:58:36Z | https://github.com/kubernetes/kubernetes/issues/79040 | 456,336,134 | 79,040 |
[
"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 used a res... | Setting labels and annotations: inconsistent behavior | https://api.github.com/repos/kubernetes/kubernetes/issues/79034/comments | 14 | 2019-06-14T14:27:57Z | 2020-10-15T07:43:40Z | https://github.com/kubernetes/kubernetes/issues/79034 | 456,277,872 | 79,034 |
[
"kubernetes",
"kubernetes"
] | Follow up from #78309
Add compatibility testing for the meta APIs (PartialObjectMetadata, Table types)
Some special-case fuzzing will be required for the rawextension fields
/sig api-machinery
/priority important-soon
/assign | Add serialization fixtures for meta APIs (PartialObjectMetadata, Table types) | https://api.github.com/repos/kubernetes/kubernetes/issues/79028/comments | 0 | 2019-06-14T13:29:17Z | 2019-06-14T14:52:01Z | https://github.com/kubernetes/kubernetes/issues/79028 | 456,250,130 | 79,028 |
[
"kubernetes",
"kubernetes"
] | Follow up from #78309
Add compatibility testing for the kube-aggregator API (APIService type)
Some special-case fuzzing will be required for the rawextension fields
/sig api-machinery
/priority important-soon
/assign | Add serialization fixtures for kube-aggregator (APIService type) | https://api.github.com/repos/kubernetes/kubernetes/issues/79027/comments | 2 | 2019-06-14T13:28:12Z | 2019-06-17T14:11:22Z | https://github.com/kubernetes/kubernetes/issues/79027 | 456,249,556 | 79,027 |
[
"kubernetes",
"kubernetes"
] | Follow up from https://github.com/kubernetes/kubernetes/pull/78309
Add compatibility testing for the apiextensions-apiserver APIs (CRD and ConversionReview types)
Some special-case fuzzing will be required for the rawextension fields
/sig api-machinery
/priority important-soon
/assign | Add serialization fixtures for apiextensions (CRD and ConversionReview types) | https://api.github.com/repos/kubernetes/kubernetes/issues/79026/comments | 0 | 2019-06-14T13:27:20Z | 2023-02-27T22:55:17Z | https://github.com/kubernetes/kubernetes/issues/79026 | 456,249,113 | 79,026 |
[
"kubernetes",
"kubernetes"
] | Would you consider to add the gem for [fluent-plugin-grok-parser](https://github.com/fluent/fluent-plugin-grok-parser)?
It could be helpful to parse the log output and extract additional fields | fluentd-elasticsearch: add fluent-plugin-grok-parser | https://api.github.com/repos/kubernetes/kubernetes/issues/79024/comments | 6 | 2019-06-14T13:16:43Z | 2020-01-13T10:32:40Z | https://github.com/kubernetes/kubernetes/issues/79024 | 456,244,114 | 79,024 |
[
"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... | In which part of the codes, the scheduler tries to get the PodSpecs from etcd? | https://api.github.com/repos/kubernetes/kubernetes/issues/79023/comments | 3 | 2019-06-14T12:16:05Z | 2019-06-14T13:16:30Z | https://github.com/kubernetes/kubernetes/issues/79023 | 456,217,554 | 79,023 |
[
"kubernetes",
"kubernetes"
] | Hello, how does kubernetes support ipv6 network? I don't know how to configure it. Now I know that calico supports ipv6, and I use kubeadm to deploy kubernetes
| Hi, how does kubernetes support ipv6 networks | https://api.github.com/repos/kubernetes/kubernetes/issues/79013/comments | 6 | 2019-06-14T08:29:59Z | 2019-06-18T03:53:51Z | https://github.com/kubernetes/kubernetes/issues/79013 | 456,124,979 | 79,013 |
[
"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 have custo... | HandlePodCleanups() pass nil to APIPod | https://api.github.com/repos/kubernetes/kubernetes/issues/79010/comments | 8 | 2019-06-14T07:02:32Z | 2019-12-06T14:19:18Z | https://github.com/kubernetes/kubernetes/issues/79010 | 456,092,355 | 79,010 |
[
"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 resourc... | azure resource id should be case insensitve | https://api.github.com/repos/kubernetes/kubernetes/issues/79009/comments | 0 | 2019-06-14T06:58:11Z | 2019-06-17T11:37:08Z | https://github.com/kubernetes/kubernetes/issues/79009 | 456,091,009 | 79,009 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Pod's ReadinessGate is a slice, which must support strategic patch to add an item, but actually it is not.
**What you expected to happen**:
Pod ReadinessGate support strategic patch to add an item
**How to reproduce it (as minimally and precisely as possible)**:
A Pod named "pod1" has ... | Pod ReadinessGate does not support strategic patch to add an item | https://api.github.com/repos/kubernetes/kubernetes/issues/79006/comments | 3 | 2019-06-14T04:22:32Z | 2019-06-14T06:02:04Z | https://github.com/kubernetes/kubernetes/issues/79006 | 456,053,846 | 79,006 |
[
"kubernetes",
"kubernetes"
] | I read that this was a command that could be issued:
```bash
kubectl delete svc --all
```
what happens is that kubernetes service itself was deleted (and then seems to have restarted itself)
so this was the outcome of the above command:
https://stackoverflow.com/questions/56585220/cannot-tail-logs-of-pods-f... | My cluster got very weird after `kubectl delete svc --all` | https://api.github.com/repos/kubernetes/kubernetes/issues/79004/comments | 8 | 2019-06-14T01:35:45Z | 2019-11-15T01:54:51Z | https://github.com/kubernetes/kubernetes/issues/79004 | 456,021,967 | 79,004 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
E2E tests for IPVS graceful termination.
**Why is this needed**:
The IPVS graceful termination logic should have better test coverage given bugs in the graceful termination logic (for example https://github.com/kubernetes/kubernetes/issues/78993) can cause lots of networking i... | E2E Test IPVS graceful termination | https://api.github.com/repos/kubernetes/kubernetes/issues/79001/comments | 10 | 2019-06-13T23:11:14Z | 2020-02-10T16:07:50Z | https://github.com/kubernetes/kubernetes/issues/79001 | 455,991,364 | 79,001 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
While implementing the new VolumePVCDataSource feature I discovered that even though the we don't use APIGroup (the appropriate setting is `""`) if the APIGroup is omitted it results in a nil pointer exception on the API server.
**What you expected to happen**:
APIGroup should be able to be om... | PVC DataSource doesn't check for nil APIGroup | https://api.github.com/repos/kubernetes/kubernetes/issues/78996/comments | 3 | 2019-06-13T20:21:48Z | 2019-06-15T15:52:13Z | https://github.com/kubernetes/kubernetes/issues/78996 | 455,935,276 | 78,996 |
[
"kubernetes",
"kubernetes"
] | For years we have publicly stated that the /cluster directory is deprecated and not maintained. However every cycle it is updated and there are bugs found+fixed by sig-cluster-lifecycle.
I'd like to enumerate what needs to get done in order for us to wholesale remove the /cluster directory.
/assign @dims @spi... | Remove the /cluster directory | https://api.github.com/repos/kubernetes/kubernetes/issues/78995/comments | 44 | 2019-06-13T19:57:35Z | 2024-01-04T16:43:10Z | https://github.com/kubernetes/kubernetes/issues/78995 | 455,925,820 | 78,995 |
[
"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 making a... | Connections to service ClusterIP with no endpoints are not rejected | https://api.github.com/repos/kubernetes/kubernetes/issues/78994/comments | 37 | 2019-06-13T19:43:55Z | 2020-07-21T17:07:08Z | https://github.com/kubernetes/kubernetes/issues/78994 | 455,920,594 | 78,994 |
[
"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 upgraded t... | Still not garbage collecting ipvs realservers | https://api.github.com/repos/kubernetes/kubernetes/issues/78993/comments | 13 | 2019-06-13T19:13:47Z | 2019-06-18T14:00:30Z | https://github.com/kubernetes/kubernetes/issues/78993 | 455,908,809 | 78,993 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Same symptoms as #78700, different error:
```
Long running operation terminated with status 'Canceled': Code="" Message=""
```
This time the backoff is aborted way before the usual 15 min client timeout:
```
I0612 23:43:19 [...] azureDisk - update backing off: detach disk [...]
...
I0612... | Azure Disk detach backoff aborted due to error "Long running operation terminated with status 'Canceled': Code="" Message="'" | https://api.github.com/repos/kubernetes/kubernetes/issues/78989/comments | 11 | 2019-06-13T16:35:20Z | 2019-06-26T14:45:32Z | https://github.com/kubernetes/kubernetes/issues/78989 | 455,841,197 | 78,989 |
[
"kubernetes",
"kubernetes"
] | For some applications the HPA is too sensitive. This is due to [the design](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/):
> For per-pod resource metrics (like CPU), the controller fetches the metrics from the resource metrics API for each pod...The controller then takes the mean of the... | HPA is too sensitive for some applications. Can we average over time? | https://api.github.com/repos/kubernetes/kubernetes/issues/78988/comments | 7 | 2019-06-13T16:01:15Z | 2019-06-21T08:50:32Z | https://github.com/kubernetes/kubernetes/issues/78988 | 455,825,848 | 78,988 |
[
"kubernetes",
"kubernetes"
] | `[sig-storage] In-tree Volumes [Driver: iscsi][Feature:Volumes] [Testpattern: Inline-volume (ext4)] volumes should be mountable` fails occasionally with iSCSI volumes.
I added `pull-kubernetes-e2e-gce-iscsi` job that runs e2e tests on iSCSI volumes on Ubuntu (because iscsiadm is installed there) and the aforemention... | Corrupted filesystem when iSCSI is under load | https://api.github.com/repos/kubernetes/kubernetes/issues/78987/comments | 12 | 2019-06-13T15:58:31Z | 2020-03-11T10:45:40Z | https://github.com/kubernetes/kubernetes/issues/78987 | 455,824,382 | 78,987 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Some unit tests are not passing:
```
go test ./vendor/k8s.io/component-base/cli/flag
--- FAIL: TestConstantMaps (0.01s)
ciphersuites_flag_test.go:106: discovered version tls.VersionTLS13 not in version map
FAIL
FAIL k8s.io/kubernetes/vendor/k8s.io/component-base/cli/flag 0.312s
go t... | Some unit tests do not pass locally, but pass in bazel CI | https://api.github.com/repos/kubernetes/kubernetes/issues/78982/comments | 9 | 2019-06-13T13:24:37Z | 2019-10-07T15:01:34Z | https://github.com/kubernetes/kubernetes/issues/78982 | 455,740,280 | 78,982 |
[
"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**:
Cluster has b... | Unable to connect to the server: Service Unavailable | https://api.github.com/repos/kubernetes/kubernetes/issues/78981/comments | 8 | 2019-06-13T13:14:35Z | 2019-11-14T14:43:52Z | https://github.com/kubernetes/kubernetes/issues/78981 | 455,735,121 | 78,981 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
API compatibility test depends on the presence of binary `protoc` in $PATH, but our presubmit ci job seems to be missing that: https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/77327/pull-kubernetes-bazel-test/1139080812092723202/build-log.txt
```
compatibility.go:298: proto diffe... | Missing "protoc" when running API compatibility test | https://api.github.com/repos/kubernetes/kubernetes/issues/78980/comments | 8 | 2019-06-13T12:36:45Z | 2019-06-13T13:33:38Z | https://github.com/kubernetes/kubernetes/issues/78980 | 455,716,275 | 78,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**:
We have app... | Kubernetes node sysctl configuration | https://api.github.com/repos/kubernetes/kubernetes/issues/78977/comments | 8 | 2019-06-13T11:51:25Z | 2019-06-25T07:51:12Z | https://github.com/kubernetes/kubernetes/issues/78977 | 455,696,078 | 78,977 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
regist a preBind plugin will cause kube-scheduler panic
**What you expected to happen**:
do not panic
**How to reproduce it (as minimally and precisely as possible)**:
regist a preBind plugin
**Anything else we need to know?**:
```
pg := pluginsNeeded(plugins)
if len(pg) == 0 {
... | kube-scheduler plugin's strange code | https://api.github.com/repos/kubernetes/kubernetes/issues/78976/comments | 7 | 2019-06-13T10:48:46Z | 2019-06-20T08:40:25Z | https://github.com/kubernetes/kubernetes/issues/78976 | 455,670,097 | 78,976 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
There's php-fpm pod, which have many child process, somehow the child process got oom killed
**What you expected to happen**:
Expect pod to restart
**How to reproduce it (as minimally and precisely as possible)**:
1. create pod with command: `stress --cpu 1 --io 1 --vm 1 --vm-bytes 200M --... | Kubelet doesn't recognize child process oom kill | https://api.github.com/repos/kubernetes/kubernetes/issues/78973/comments | 16 | 2019-06-13T10:11:48Z | 2022-06-29T02:39:38Z | https://github.com/kubernetes/kubernetes/issues/78973 | 455,653,654 | 78,973 |
[
"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 deploy a... | daemon controller failed to delete pods from unmatched nodes | https://api.github.com/repos/kubernetes/kubernetes/issues/78972/comments | 8 | 2019-06-13T09:44:28Z | 2019-11-30T10:55:16Z | https://github.com/kubernetes/kubernetes/issues/78972 | 455,640,654 | 78,972 |
[
"kubernetes",
"kubernetes"
] | **version**
```
[root@master ~]# kubectl version
Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.3", GitCommit:"5e53fd6bc17c0dec8434817e69b04a25d8ae0ff0", GitTreeState:"clean", BuildDate:"2019-06-06T01:44:30Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: versio... | change static-pod path in kubelet config the apiserver will down. | https://api.github.com/repos/kubernetes/kubernetes/issues/78971/comments | 7 | 2019-06-13T09:17:29Z | 2019-11-14T12:41:50Z | https://github.com/kubernetes/kubernetes/issues/78971 | 455,627,307 | 78,971 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
We first drained the master and ran kubectl delete node master, reinstalled it and upgraded to 1.13.3. Then the problem started, kubelet-wrapper crashes, logs in the bottom. I also tried to upgrade it to 1.13.7 and it fails as well. Downgrading to 1.12.3 works fine. Is this because of 1.13 talking... | kubelet-wrapper crashes when upgrading from 1.12.3 to 1.13.x | https://api.github.com/repos/kubernetes/kubernetes/issues/78970/comments | 4 | 2019-06-13T08:35:58Z | 2019-06-13T13:22:09Z | https://github.com/kubernetes/kubernetes/issues/78970 | 455,607,192 | 78,970 |
[
"kubernetes",
"kubernetes"
] | i can't connect to my outside services from pods. i can ping outsides ips but cannot telnet our connect to any of its open ports until i turned off nodes firewall.
bit i don't want to turned off my nodes firewall. any other suggestion ?
thank you.
@kubernetes/sig-network-misc
@kubernetes/sig-vmware-misc | firewall block telnet from pods to outside of k8s | https://api.github.com/repos/kubernetes/kubernetes/issues/78969/comments | 5 | 2019-06-13T08:23:18Z | 2019-11-10T10:06:01Z | https://github.com/kubernetes/kubernetes/issues/78969 | 455,601,468 | 78,969 |
[
"kubernetes",
"kubernetes"
] | /sig platform supported
**I have several mips64le servers. I cloned the kubernetes source code and compiled it using make. When I compiled with make all, I couldn't generate the "_output" folder in the current directory. I needed to create the folder manually and the "bin folder" inside. After the creation is compl... | 在mips64le平台上编译kubelet遇到一些错误,请求帮助 | https://api.github.com/repos/kubernetes/kubernetes/issues/78965/comments | 11 | 2019-06-13T06:27:55Z | 2020-09-24T06:17:50Z | https://github.com/kubernetes/kubernetes/issues/78965 | 455,557,087 | 78,965 |
[
"kubernetes",
"kubernetes"
] | 
| kubernetes didn't work on arm64 | https://api.github.com/repos/kubernetes/kubernetes/issues/78964/comments | 7 | 2019-06-13T06:17:48Z | 2019-10-23T21:44:28Z | https://github.com/kubernetes/kubernetes/issues/78964 | 455,553,863 | 78,964 |
[
"kubernetes",
"kubernetes"
] | I have been using kubernetes for more than a year. I recently ran into a problem i had never seen. I have stage and production cluster running in GKE. While i can access anything in stage cluster, i am having problem while using command : kubectl exec -it [podname] bash. It says Error from server: error dialing backen... | Kubectl exec -it [podname] bash throws error: Error from server: error dialing backend: No SSH tunnels currently open. | https://api.github.com/repos/kubernetes/kubernetes/issues/78963/comments | 7 | 2019-06-13T06:12:39Z | 2019-11-14T12:41:50Z | https://github.com/kubernetes/kubernetes/issues/78963 | 455,552,373 | 78,963 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
https://githu... | es add-on: should we add memory limit? | https://api.github.com/repos/kubernetes/kubernetes/issues/78957/comments | 7 | 2019-06-13T02:31:53Z | 2019-12-20T18:50:35Z | https://github.com/kubernetes/kubernetes/issues/78957 | 455,506,359 | 78,957 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Move some pods which run on high-load node to the new node.
**Why is this needed**:
Currently I have three nodes, there are many pods running on them, their cpu usage are 60%~70% and their momery usag... | Reschedule some pods when a new node is added into cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/78956/comments | 8 | 2019-06-13T02:10:59Z | 2019-06-13T08:02:41Z | https://github.com/kubernetes/kubernetes/issues/78956 | 455,501,972 | 78,956 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Service Load balancer may not be cleaned up on type change if below sequence happen:
1. Service type changes from `LoadBalancer` to `ClusterIP`
2. Service controller restarts/crashes before it gets a chance to process the update from 1.
3. Service controller starts up again and sees the service d... | Service Load balancer may not be cleaned up on type change | https://api.github.com/repos/kubernetes/kubernetes/issues/78954/comments | 9 | 2019-06-13T00:38:49Z | 2019-06-27T04:13:20Z | https://github.com/kubernetes/kubernetes/issues/78954 | 455,483,839 | 78,954 |
[
"kubernetes",
"kubernetes"
] | ##I make kubelet on linux/mips64le, i get some errors. Any one can help me?
```
[root@center-controller1 kubernetes]# make kubelet
!!! [0613 08:29:05] Unsupported host arch. Must be x86_64, 386, arm, arm64, s390x or ppc64le.
!!! [0613 08:29:06] Unsupported host arch. Must be x86_64, 386, arm, arm64, s390x or ppc64l... | mips64le make errors for kubelet | https://api.github.com/repos/kubernetes/kubernetes/issues/78953/comments | 3 | 2019-06-13T00:37:28Z | 2019-10-12T08:42:08Z | https://github.com/kubernetes/kubernetes/issues/78953 | 455,483,609 | 78,953 |
[
"kubernetes",
"kubernetes"
] | /kind bug
/sig network
**What happened**:
Delete a Service object with a finalizer. Mutate the Service.
**What you expected to happen**:
Mutation should be disallowed?
**Anything else we need to know?**:
This is a follow-up of https://github.com/kubernetes/kubernetes/issues/77135, but scoped to Servi... | Disallow mutating finalizing service objects | https://api.github.com/repos/kubernetes/kubernetes/issues/78952/comments | 11 | 2019-06-12T22:18:20Z | 2020-05-04T23:01:42Z | https://github.com/kubernetes/kubernetes/issues/78952 | 455,448,989 | 78,952 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
kubelet ter... | hack/local-up-cluster fails to bring up kubelet and a node | https://api.github.com/repos/kubernetes/kubernetes/issues/78950/comments | 7 | 2019-06-12T20:49:43Z | 2019-06-21T22:48:13Z | https://github.com/kubernetes/kubernetes/issues/78950 | 455,418,075 | 78,950 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Right now, depending on the service type, kube-proxy will usually mark traffic to service VIPs to hit an iptables `MASQUERADE` rule for source NAT. I would like to be able to configure kube-proxy to use an iptables `SNAT` rule instead with a specified address.
**Why is this nee... | Option to specify source NAT address for VIP traffic | https://api.github.com/repos/kubernetes/kubernetes/issues/78949/comments | 17 | 2019-06-12T20:37:09Z | 2021-01-23T07:47:00Z | https://github.com/kubernetes/kubernetes/issues/78949 | 455,413,006 | 78,949 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Right now kube-proxy marks and matches traffic bound for service VIPs with nfmark (`iptables MARK`) rules. I would like to be able to mark and match VIP traffic using ctmark(`iptables CONNMARK`) rules ins... | Option to use ctmark instead of nfmark for marking/matching kube-proxy traffic | https://api.github.com/repos/kubernetes/kubernetes/issues/78948/comments | 18 | 2019-06-12T20:21:33Z | 2020-10-25T19:49:41Z | https://github.com/kubernetes/kubernetes/issues/78948 | 455,406,326 | 78,948 |
[
"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 windows, w... | Delayed call to add network interface to the container | https://api.github.com/repos/kubernetes/kubernetes/issues/78947/comments | 13 | 2019-06-12T20:15:24Z | 2022-02-09T18:40:19Z | https://github.com/kubernetes/kubernetes/issues/78947 | 455,403,607 | 78,947 |
[
"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**: JSON with comm... | yaml may fail to parse spuriously | https://api.github.com/repos/kubernetes/kubernetes/issues/78946/comments | 19 | 2019-06-12T20:10:47Z | 2025-03-10T20:24:36Z | https://github.com/kubernetes/kubernetes/issues/78946 | 455,401,753 | 78,946 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
- pull-kops-bazel-build
- pull-kops-bazel-test
- pull-kops-verify-gofmt
--
**Since when has it been failing**:
- pull-kops-bazel-build - last success: 2019-06-11 18:08:03 +000... | Multiple kops bazel jobs failing due to --experimental_remote_spawn_cache flag | https://api.github.com/repos/kubernetes/kubernetes/issues/78945/comments | 3 | 2019-06-12T18:47:42Z | 2019-06-13T15:08:25Z | https://github.com/kubernetes/kubernetes/issues/78945 | 455,369,004 | 78,945 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
curl call to api-server ended up returning a 400 cycle detected.
```
curl -v localhost:8080/api/v1/namespaces/default/services/hello:http-function-port/proxy --header "Authorization: Bearer $TOKEN" --insecure --header "Content-Type:application/json" --data '{"Another": "Echo"}' --output -
* ... | Api-server returns error 400 cycle detected | https://api.github.com/repos/kubernetes/kubernetes/issues/78942/comments | 5 | 2019-06-12T16:17:53Z | 2019-06-26T18:55:46Z | https://github.com/kubernetes/kubernetes/issues/78942 | 455,306,224 | 78,942 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
[A prow job](https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-storage/sig-storage-gce-config.yaml#L148) that uses Ubuntu image fails during Kubernetes installation:
```
W0610 03:04:45.124] 2019/06/10 03:04:45 process.go:155: Step '/workspace/get-kube.sh' finished i... | e2e test setup fails on Ubuntu | https://api.github.com/repos/kubernetes/kubernetes/issues/78940/comments | 15 | 2019-06-12T15:15:49Z | 2019-08-08T03:09:54Z | https://github.com/kubernetes/kubernetes/issues/78940 | 455,273,950 | 78,940 |
[
"kubernetes",
"kubernetes"
] | **what happend?**
I need to prepare for the CKA examination in the near future.But I found that I couldn't use the search function of official documents to get anything.
The serch results have always been Fetching results..,nothing get.
I had to configure shadowsocks in global mode so that VPN could proxy all reques... | Document search is blocked by the Great Wall Firewall? | https://api.github.com/repos/kubernetes/kubernetes/issues/78937/comments | 1 | 2019-06-12T14:29:23Z | 2019-06-12T15:01:18Z | https://github.com/kubernetes/kubernetes/issues/78937 | 455,247,698 | 78,937 |
[
"kubernetes",
"kubernetes"
] | @kubernetes/sig-Auth-feature-requests
<!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
When creating role I restrict user permission to a namespace, I tried to add "pods/*" in rules but it does not work. However, it works for services.
current workin... | Permission to "pods/*" should work | https://api.github.com/repos/kubernetes/kubernetes/issues/78936/comments | 3 | 2019-06-12T13:56:03Z | 2019-06-12T21:08:45Z | https://github.com/kubernetes/kubernetes/issues/78936 | 455,229,374 | 78,936 |
[
"kubernetes",
"kubernetes"
] | @mborsz (SIG Scalability) started a [thread](https://groups.google.com/d/topic/kubernetes-sig-scale/6V60w-ABYCw/discussion) to inquire if we had a mechanism for revert-only approvers, which as far as I know isn't something that exists today.
I haven't seen policy on graduating into the top-level OWNERS file, but as ... | Update top-level reviewers/approvers for k/k | https://api.github.com/repos/kubernetes/kubernetes/issues/78935/comments | 11 | 2019-06-12T11:37:31Z | 2019-07-30T06:12:28Z | https://github.com/kubernetes/kubernetes/issues/78935 | 455,162,875 | 78,935 |
[
"kubernetes",
"kubernetes"
] | Hi
**What happened**:
We run a several "fake" services in our cluster -- just endpoints, **WITHOUT** the Service resource available. However when leader election for controller-manager happens the Endpoints resource is deleted.
**What you expected to happen**:
Keep the Endpoints resource.
**How to reproduce it... | Endpoints without service get removed on controller leader acquire | https://api.github.com/repos/kubernetes/kubernetes/issues/78933/comments | 2 | 2019-06-12T10:16:41Z | 2019-06-12T20:49:18Z | https://github.com/kubernetes/kubernetes/issues/78933 | 455,129,112 | 78,933 |
[
"kubernetes",
"kubernetes"
] | /kind bug
/sig node
/sig apps
**What happened**:
I found a problem: a pod for the database postgres, because the daemon kept pulling up the service, took up a lot of pids until it ate up the pids on the node where the pod was, making the node unavailable
I wonder if there is any way to limit the number of pids t... | How do I limit the number of pids that a single pod can start | https://api.github.com/repos/kubernetes/kubernetes/issues/78930/comments | 5 | 2019-06-12T08:14:30Z | 2019-09-30T09:40:19Z | https://github.com/kubernetes/kubernetes/issues/78930 | 455,072,030 | 78,930 |
[
"kubernetes",
"kubernetes"
] | Hi all I create a Deployment file Then applied file by using command "kubectl apply -f abc.yml"
after deployed that one deployment and one pod files are created.
when I'm trying to delete deployment file deployment as well as pod files are deleted previously ...
but when I'm trying to delete deployment . depl... | kuberenetes-pods | https://api.github.com/repos/kubernetes/kubernetes/issues/78927/comments | 6 | 2019-06-12T04:39:28Z | 2019-11-09T09:42:32Z | https://github.com/kubernetes/kubernetes/issues/78927 | 455,008,432 | 78,927 |
[
"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... | ping my nameserver 10.96.0.10 fail | https://api.github.com/repos/kubernetes/kubernetes/issues/78926/comments | 6 | 2019-06-12T03:43:42Z | 2019-10-18T08:18:43Z | https://github.com/kubernetes/kubernetes/issues/78926 | 454,997,894 | 78,926 |
[
"kubernetes",
"kubernetes"
] | /sig windows
> kubelet.exe
```
.\kubelet : F0611 19:57:18.295485 5556 server.go:215] [invalid configuration: CgroupsPerQOS (--cgroups-per-qos) true is not supported on
Windows, invalid configuration: EnforceNodeAllocatable (--enforce-node-allocatable) [pods] is not supported on Windows]
At line:1 char:1
+... | Running kubelet.exe v1.15.0-rc1 w/o parameters produces error invalid configuration CgroupsPerQOS | https://api.github.com/repos/kubernetes/kubernetes/issues/78925/comments | 5 | 2019-06-12T02:58:27Z | 2020-11-24T07:49:33Z | https://github.com/kubernetes/kubernetes/issues/78925 | 454,988,891 | 78,925 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
ci-kubernetes-e2e-gci-gce-serial
**Which test(s) are failing**:
[sig-network] DNS configMap nameserver [IPv4] Forward external name lookup should forward externalname lookup to ups... | [Failing Test] DNS configMap nameserver [IPv4] Forward external name lookup should forward externalname lookup to upstream nameserver in master-blocking | https://api.github.com/repos/kubernetes/kubernetes/issues/78919/comments | 4 | 2019-06-11T21:21:12Z | 2019-06-12T01:13:29Z | https://github.com/kubernetes/kubernetes/issues/78919 | 454,909,364 | 78,919 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
If I have a `Namespace` that has a `ResourceQuota` resource and I describe the namespace, I see that CPU and Memory limits/requests are present for the namespace, but a confusing "No resource limits." m... | "No resource limits." message for namespaces should be improved and made more clear. | https://api.github.com/repos/kubernetes/kubernetes/issues/78918/comments | 4 | 2019-06-11T20:55:19Z | 2019-10-11T23:20:57Z | https://github.com/kubernetes/kubernetes/issues/78918 | 454,899,535 | 78,918 |
[
"kubernetes",
"kubernetes"
] | /sig windows
Kubernetes version 1.14.3
Running just one pod, the number of open process handles increases and reaches 17090 over few hours

| kubelet.exe on Windows leaks process handles | https://api.github.com/repos/kubernetes/kubernetes/issues/78917/comments | 4 | 2019-06-11T19:30:20Z | 2019-06-19T15:17:28Z | https://github.com/kubernetes/kubernetes/issues/78917 | 454,865,061 | 78,917 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
pull-kubernetes-integration
https://storage.googleapis.com/k8s-gubernator/triage/index.html?pr=1&test=TestWebhookConverter
**Which test(s) are failing**:
TestWebhookConverterWithDefaulting
/assign @sttts
/priority important-soon
/area custom-resources
/sig api-machinery
/k... | TestWebhookConverter storage version wait is flaky | https://api.github.com/repos/kubernetes/kubernetes/issues/78913/comments | 9 | 2019-06-11T18:49:33Z | 2019-06-26T18:05:21Z | https://github.com/kubernetes/kubernetes/issues/78913 | 454,848,234 | 78,913 |
[
"kubernetes",
"kubernetes"
] | ### Flaky Job: pr:pull-kubernetes-integration
Flakes in the past week: **34**
Consistency: **92.10%**
#### Flakiest tests by flake count:
| Test | Flake Count |
| --- | --- |
| k8s.io/kubernetes/test/integration/apiserver/admissionwebhook TestWebhookReinvocationPolicy | 13 |
| k8s.io/kubernetes/test/integration/apis... | pr:pull-kubernetes-integration flaked 34 times in the past week | https://api.github.com/repos/kubernetes/kubernetes/issues/78909/comments | 3 | 2019-06-11T16:49:00Z | 2019-06-11T18:49:56Z | https://github.com/kubernetes/kubernetes/issues/78909 | 454,798,212 | 78,909 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
sig-release-master-informing
**Which test(s) are failing**:
task-06-upgrade
**Since when has it been failing**:
it's flaking at least since 30th of May https://prow.k8s.io/view... | [Flaky Tests] task-06-upgrade is failing on master-informing | https://api.github.com/repos/kubernetes/kubernetes/issues/78907/comments | 23 | 2019-06-11T15:59:46Z | 2019-09-12T12:40:18Z | https://github.com/kubernetes/kubernetes/issues/78907 | 454,775,182 | 78,907 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
An upgrade of only the API server should not result in pod recreations or container restarts.
Today, this can accidentally be triggered by introducing new defaults to types within PodSpec (c.f. https://github.com/kubernetes/kubernetes/pull/69988, https://github.com/kubernetes/kubernetes/issues/... | Upgrade tests do not check pod instances and restart counts are identical for workload objects | https://api.github.com/repos/kubernetes/kubernetes/issues/78904/comments | 24 | 2019-06-11T14:57:22Z | 2021-03-10T16:07:41Z | https://github.com/kubernetes/kubernetes/issues/78904 | 454,741,351 | 78,904 |
[
"kubernetes",
"kubernetes"
] | /reopen
/sig apps
**Feature Request :**
I would like to be able to use the volumeClaimTemplates with a Daemon Set.
**Why?**
I am using local persistent volumes on my nodes and I would like to be able to 'say' : "Hey K8S ! Schedule a pod on each node with a daemon set. For each pod, once scheduled, dynami... | Feature Request : volumeClaimTemplates available for Daemon Sets | https://api.github.com/repos/kubernetes/kubernetes/issues/78902/comments | 27 | 2019-06-11T13:20:09Z | 2025-01-05T15:18:21Z | https://github.com/kubernetes/kubernetes/issues/78902 | 454,686,848 | 78,902 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
* ci-kubernetes-e2e-gci-gce-reboot
* ci-kubernetes-e2e-gce-cos-k8sbeta-reboot
**Which test(s) are failing**:
There are multiple reboot tests failing, such as:
* [sig-cluster-lif... | [Flaky Tests] Flaky reboot tests | https://api.github.com/repos/kubernetes/kubernetes/issues/78901/comments | 11 | 2019-06-11T12:19:53Z | 2019-11-25T09:43:45Z | https://github.com/kubernetes/kubernetes/issues/78901 | 454,656,472 | 78,901 |
[
"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 using ... | Glusterfs wrong server list in IPv6 case | https://api.github.com/repos/kubernetes/kubernetes/issues/78900/comments | 13 | 2019-06-11T11:13:47Z | 2020-11-04T08:18:53Z | https://github.com/kubernetes/kubernetes/issues/78900 | 454,627,931 | 78,900 |
[
"kubernetes",
"kubernetes"
] |
Is this a BUG REPORT or FEATURE REQUEST?:
Uncomment only one, leave it on its own line:
/kind bug
**What happened**:
i have create a static pod which has hostpath volume, but the pod is not able to mount to those volumes. The error message thrown by the k8s is:
Unable to mount volumes for pod "iag-194.... | hostpath: Unable to mount volumes for pod: timeout expired waiting for volumes to attach or mount | https://api.github.com/repos/kubernetes/kubernetes/issues/78898/comments | 7 | 2019-06-11T09:32:06Z | 2021-04-03T00:26:37Z | https://github.com/kubernetes/kubernetes/issues/78898 | 454,581,236 | 78,898 |
[
"kubernetes",
"kubernetes"
] | /kind bug
/sig release
**What happened**:
I want to build a docker version of kubernetes, just do make quick-release?
When I do make quick-release, something goes wrong, can someone help me see what's going on?
make quick-release
+++ [0611 17:02:27] Verifying Prerequisites....
+++ [0611 17:02:27] Building Dock... | Build container version error | https://api.github.com/repos/kubernetes/kubernetes/issues/78897/comments | 13 | 2019-06-11T09:19:26Z | 2019-09-21T08:16:08Z | https://github.com/kubernetes/kubernetes/issues/78897 | 454,575,190 | 78,897 |
[
"kubernetes",
"kubernetes"
] | In windows 10 environment minikube is not starting with existing vm.
Throwing errors.
```
C:\Windows\system32>minikube start
* minikube v1.1.1 on windows (amd64)
! Ignoring --vm-driver=virtualbox, as the existing "minikube" VM was created using the hyperv driver.
! To switch drivers, you may create a new V... | Kubernetes is not starting | https://api.github.com/repos/kubernetes/kubernetes/issues/78896/comments | 3 | 2019-06-11T08:18:12Z | 2019-06-17T10:52:23Z | https://github.com/kubernetes/kubernetes/issues/78896 | 454,545,271 | 78,896 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I have a cluster with ~10000 PVs, and my `kube-controller-manager` logs are flooded with
```
W0611 06:52:58.770987 1 plugins.go:842] FindExpandablePluginBySpec(PVName) -> returning noopExpandableVolumePluginInstance
```
for every PV, every 2 minutes, so a total of **10000 log lines every 2... | Excessive kube-controller-manager storage-related logging | https://api.github.com/repos/kubernetes/kubernetes/issues/78895/comments | 3 | 2019-06-11T07:24:00Z | 2019-06-11T07:33:09Z | https://github.com/kubernetes/kubernetes/issues/78895 | 454,521,520 | 78,895 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Add HTTP header `X-Meta-Source-Client: azure/kubelet` to ACR credential provider.
**Why is this needed**:
Refer https://github.com/Azure/acr/blob/master/docs/http-headers.md. The HTTP headers coul... | Add HTTP headers to ACR | https://api.github.com/repos/kubernetes/kubernetes/issues/78893/comments | 8 | 2019-06-11T06:04:54Z | 2020-02-13T17:40:55Z | https://github.com/kubernetes/kubernetes/issues/78893 | 454,495,853 | 78,893 |
[
"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 performi... | Kubectl cp command over writes the running process executable without warning | https://api.github.com/repos/kubernetes/kubernetes/issues/78892/comments | 4 | 2019-06-11T05:13:17Z | 2019-08-17T15:20:32Z | https://github.com/kubernetes/kubernetes/issues/78892 | 454,483,952 | 78,892 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
As per the link, https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity - NodeSelector is to be deprecated.
Extract:- "nodeSelector continues to work as usual, but ... | Handling E2E tests using to be deprecated features like 'NodeSelector' | https://api.github.com/repos/kubernetes/kubernetes/issues/78891/comments | 10 | 2019-06-11T04:19:37Z | 2019-12-03T18:56:18Z | https://github.com/kubernetes/kubernetes/issues/78891 | 454,473,396 | 78,891 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Manually adding `spec.template.metadata.annotations.kubernetes.io/change-cause` to a `kind:DaemonSet` manifest and subsequently applying the configuration changes failed to show the `CHANGE-CAUSE` description in the DaemonSet's rollout history.
Relevant contents of the `DaemonSet` configuration (... | Applying DaemonSet configurations with `change-cause` annotations results in blank `CHANGE-CAUSE` descriptions reflected in rollout history | https://api.github.com/repos/kubernetes/kubernetes/issues/78890/comments | 6 | 2019-06-11T04:03:31Z | 2019-11-09T19:52:02Z | https://github.com/kubernetes/kubernetes/issues/78890 | 454,470,428 | 78,890 |
[
"kubernetes",
"kubernetes"
] | When an unformatted disk is attached as `readOnly` through `PersistentVolume.spec.GCEPersistentVolumeSource.readOnly` if we then try to mount !readOnly with `Pod.spec.volumes.persistentVolumeClaim.readOnly=false` we get the error:
```
MountVolume.MountDevice failed for volume "podpv" : exit status 1
```
We shoul... | Unclear error when GCE PD disk attached as READ_ONLY and attempting to MountDevice !readOnly | https://api.github.com/repos/kubernetes/kubernetes/issues/78880/comments | 8 | 2019-06-11T01:15:40Z | 2020-04-10T01:01:16Z | https://github.com/kubernetes/kubernetes/issues/78880 | 454,436,625 | 78,880 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
Running `ku... | kubectl cp does not return an error when the source file doesn't exist | https://api.github.com/repos/kubernetes/kubernetes/issues/78879/comments | 27 | 2019-06-11T00:49:20Z | 2024-10-23T09:33:57Z | https://github.com/kubernetes/kubernetes/issues/78879 | 454,431,785 | 78,879 |
[
"kubernetes",
"kubernetes"
] | @arunbpt7 opened an issue in kubernetes/enhancements. I am moving it here.
/kind bug
/priority important-longterm
/sig node
As discussed in #361 , Looking for a solution to restrict ephemeral storage for pods usage . As it is found that ephemeral storage is shared across all the pods and that is going to be fill... | Local Ephemeral Storage limit not working | https://api.github.com/repos/kubernetes/kubernetes/issues/78865/comments | 30 | 2019-06-10T18:05:27Z | 2020-04-29T16:52:59Z | https://github.com/kubernetes/kubernetes/issues/78865 | 454,294,989 | 78,865 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
**Which jobs are failing**:
N/A
**Which test(s) are failing**:
[sig-auth] [Feature:NodeAuthorizer] A node shouldn't be able to create another node
**Since when has it been failing**:
N/A
**Te... | tests: Test creates new node, but does not delete it afterwards | https://api.github.com/repos/kubernetes/kubernetes/issues/78861/comments | 8 | 2019-06-10T15:18:59Z | 2020-05-14T14:48:54Z | https://github.com/kubernetes/kubernetes/issues/78861 | 454,223,946 | 78,861 |
[
"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**:
/sig window... | windows: kubectl port-forward does not work | https://api.github.com/repos/kubernetes/kubernetes/issues/78857/comments | 20 | 2019-06-10T14:30:41Z | 2019-11-11T14:05:18Z | https://github.com/kubernetes/kubernetes/issues/78857 | 454,200,306 | 78,857 |
[
"kubernetes",
"kubernetes"
] | Not found 404: https://storage.googleapis.com/kubernetes-release-gke/release/v1.13.6-gke.5/kubernetes-client-darwin-amd64.tar.gz,
but the artifact at https://storage.googleapis.com/kubernetes-release-gke/release/v1.13.6-gke.5/kubernetes-client-linux-amd64.tar.gz is available.
I am wondering what is wrong with the l... | Not found 404: https://storage.googleapis.com/kubernetes-release-gke/release/v1.13.6-gke.5/kubernetes-client-darwin-amd64.tar.gz | https://api.github.com/repos/kubernetes/kubernetes/issues/78855/comments | 6 | 2019-06-10T13:08:19Z | 2020-01-03T07:10:17Z | https://github.com/kubernetes/kubernetes/issues/78855 | 454,162,104 | 78,855 |
[
"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**:
Kubectl cp in... | kubectl cp with wildcards do not work | https://api.github.com/repos/kubernetes/kubernetes/issues/78854/comments | 30 | 2019-06-10T12:59:33Z | 2024-09-25T06:27:02Z | https://github.com/kubernetes/kubernetes/issues/78854 | 454,158,319 | 78,854 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Cannot create a CRD if both `validation.openAPIV3Schema.oneOf` and `subresources.status` are specified
**What you expected to happen**:
We use `oneOf` for validation but this blocks from using `subresources.status` in the same time
**How to reproduce it (as minimally and precisely as possible)*... | Support for "oneOf" validation if status subresource is enabled | https://api.github.com/repos/kubernetes/kubernetes/issues/78852/comments | 4 | 2019-06-10T12:18:33Z | 2019-06-12T00:56:02Z | https://github.com/kubernetes/kubernetes/issues/78852 | 454,142,191 | 78,852 |
[
"kubernetes",
"kubernetes"
] |
**What would you like to be added**:
I would like to start a conversation to understand if we may improve `GetContainerOOMScoreAdjust` to:
1. Calculate the `oom_score_adj` in a CPU-agnosticy way
2. Take in account Pod Priority too
**Why is this needed**:
Currently, the `kubelet` sets a `oom_score_adj` ... | Calculate oom_score_adj in a CPU-agnostic way, taking in consideration Pod Priority too | https://api.github.com/repos/kubernetes/kubernetes/issues/78848/comments | 17 | 2019-06-10T10:32:02Z | 2024-03-12T17:17:59Z | https://github.com/kubernetes/kubernetes/issues/78848 | 454,104,061 | 78,848 |
[
"kubernetes",
"kubernetes"
] | /kind bug
/sig release
**What happened**:
I'm building kubernetes using the make command, reporting an error, does anyone know why?
root@inserver-inspurclouddev-392-10:/opt/go/src/k8s.io/kubernetes# make
+++ [0610 17:52:14] Building go targets for linux/amd64:
./vendor/k8s.io/code-generator/cmd/defaulter-... | Problems with building kubernetes | https://api.github.com/repos/kubernetes/kubernetes/issues/78847/comments | 2 | 2019-06-10T10:07:21Z | 2019-06-11T09:16:47Z | https://github.com/kubernetes/kubernetes/issues/78847 | 454,094,685 | 78,847 |
[
"kubernetes",
"kubernetes"
] | Im trying to auto scale the kuber pods but not able to get the hpa cpu metrics . so its failing to auto scale.
deployment.yaml
```
apiVersion: apps/v1
kind: Deployment
metadata:
name: kubernetes-tutorial-deployment
spec:
replicas: 1
selector:
matchLabels:
app: kubernetes-tutorial-deploy... | HPA not working, unknown target CPU | https://api.github.com/repos/kubernetes/kubernetes/issues/78846/comments | 18 | 2019-06-10T09:19:15Z | 2021-03-17T14:09:12Z | https://github.com/kubernetes/kubernetes/issues/78846 | 454,075,042 | 78,846 |
[
"kubernetes",
"kubernetes"
] | Hi,
I am trying to build kubernetes-master with golang-master and I am getting this error:
```
# make all
+++ [0610 08:44:31] Building go targets for linux/amd64:
./vendor/k8s.io/code-generator/cmd/deepcopy-gen
go: finding k8s.io/kubernetes/vendor/k8s.io/code-generator/cmd latest
go: finding k8s.io/kuber... | Kubernetes-master build failing with golang-master | https://api.github.com/repos/kubernetes/kubernetes/issues/78845/comments | 19 | 2019-06-10T08:49:53Z | 2019-10-12T13:50:39Z | https://github.com/kubernetes/kubernetes/issues/78845 | 454,063,444 | 78,845 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
1- support for different LB RG
2- another annotation for the LB name, so that customers can specify a different LB name (matching their naming conventions for example). Useful when 1. is possible.
... | Cross resource group LoadBalancers | https://api.github.com/repos/kubernetes/kubernetes/issues/78843/comments | 1 | 2019-06-10T07:33:34Z | 2019-08-09T07:55:26Z | https://github.com/kubernetes/kubernetes/issues/78843 | 454,036,541 | 78,843 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Enable setting up Kubemark master outside GCE.
**Why is this needed**:
Currently, kubemark master deployment scripts & config files is designed for GCE, and there are not enough information about depl... | Enable setting up Kubemark master outside GCE. | https://api.github.com/repos/kubernetes/kubernetes/issues/78842/comments | 10 | 2019-06-10T05:52:04Z | 2019-11-28T13:10:10Z | https://github.com/kubernetes/kubernetes/issues/78842 | 454,008,427 | 78,842 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
In a vCenter environment with more than one vSAN cluster where we want to treat each cluster as a zone by itself, the Volume gets placed on a vSAN datastore that is not the same cluster as the pod. Here are the details of the yamls.
Storage class:
```
kind: StorageClass
apiVersion: storage.k8s.i... | vSphere Volume not placed as per pod's selected node without allowedTopolgies | https://api.github.com/repos/kubernetes/kubernetes/issues/78841/comments | 2 | 2019-06-10T05:22:43Z | 2019-08-15T18:06:36Z | https://github.com/kubernetes/kubernetes/issues/78841 | 454,002,452 | 78,841 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.