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 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:
By impleme... | HPA ExternalMetricSource selectors shouldn't be bound to Kubernetes standards | https://api.github.com/repos/kubernetes/kubernetes/issues/102056/comments | 20 | 2021-05-17T10:51:24Z | 2025-02-06T17:58:55Z | https://github.com/kubernetes/kubernetes/issues/102056 | 893,204,499 | 102,056 |
[
"kubernetes",
"kubernetes"
] |
#### What happened:
Configured `--kubelet-timeout` but no effect.
#### What you expected to happen:
#### Anything else we need to know?:
Check the code and found the `--kubelet-timeout` does nothing.
https://github.com/kubernetes/kubernetes/blob/1d38084930b56be9b5830c20bd5b464b1f955047/cmd/kube-apiserver/a... | ApiServer `--kubelet-timeout` does nothing | https://api.github.com/repos/kubernetes/kubernetes/issues/102052/comments | 8 | 2021-05-17T10:01:01Z | 2021-11-21T12:46:59Z | https://github.com/kubernetes/kubernetes/issues/102052 | 893,163,423 | 102,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:
The kubect... | kubectl top pod doesn't account for the whole pod resource usage | https://api.github.com/repos/kubernetes/kubernetes/issues/102051/comments | 9 | 2021-05-17T10:00:04Z | 2021-09-06T13:21:07Z | https://github.com/kubernetes/kubernetes/issues/102051 | 893,162,648 | 102,051 |
[
"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:
`kubetest ... | "kubetest --extract=vX.Y.Z" command fails because of get-kube scripts | https://api.github.com/repos/kubernetes/kubernetes/issues/102029/comments | 7 | 2021-05-15T04:43:24Z | 2023-07-31T05:44:34Z | https://github.com/kubernetes/kubernetes/issues/102029 | 892,355,537 | 102,029 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
1.when a nod... | Pods is running when Node in NotReady state | https://api.github.com/repos/kubernetes/kubernetes/issues/102026/comments | 4 | 2021-05-15T02:11:20Z | 2021-05-15T05:22:44Z | https://github.com/kubernetes/kubernetes/issues/102026 | 892,334,370 | 102,026 |
[
"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 Windows 2... | GCE Windows: Fluentbit crash loops on Windows Event Log Ingestion | https://api.github.com/repos/kubernetes/kubernetes/issues/102023/comments | 0 | 2021-05-14T21:28:03Z | 2021-05-19T02:14:51Z | https://github.com/kubernetes/kubernetes/issues/102023 | 892,255,522 | 102,023 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
A mechanism to gradually roll out (and roll back) admission webhook configuration (`ValidatingWebhookConfiguration1 and `MutatingWebhookConfiguration`) updates (or additions). This should apply to the whole admission configuration, including the `clientConfig`, `rules`, `matchPo... | FR: Safer rollout of admission webhook updates | https://api.github.com/repos/kubernetes/kubernetes/issues/102019/comments | 10 | 2021-05-14T18:33:06Z | 2021-07-15T20:11:24Z | https://github.com/kubernetes/kubernetes/issues/102019 | 892,146,281 | 102,019 |
[
"kubernetes",
"kubernetes"
] | Hello
From time-to-time(once or twice a day) Im getting those kubelet events , relates to HPA:
```
reason: FailedGetResourceMetric
kind: Event
message:
failed to get memory utilization: unable to get metrics for resource memory: unable to fetch metrics from resource metrics API: the server is currently unable t... | FailedGetResourceMetric | https://api.github.com/repos/kubernetes/kubernetes/issues/102017/comments | 8 | 2021-05-14T17:08:15Z | 2021-10-22T02:36:34Z | https://github.com/kubernetes/kubernetes/issues/102017 | 892,094,654 | 102,017 |
[
"kubernetes",
"kubernetes"
] | #### Which jobs are flaking:
https://storage.googleapis.com/k8s-gubernator/triage/index.html?pr=1&text=RACE&test=TestPriorityAndFairnessWithPanicRecoveryAndTimeoutFilter
#### Which test(s) are flaking:
TestPriorityAndFairnessWithPanicRecoveryAndTimeoutFilter
#### Testgrid link:
#### Reason for failure:
... | [Flaky] k8s.io/apiserver/pkg/server/filters - TestPriorityAndFairnessWithPanicRecoveryAndTimeoutFilter | https://api.github.com/repos/kubernetes/kubernetes/issues/102016/comments | 4 | 2021-05-14T16:40:28Z | 2021-06-07T07:52:52Z | https://github.com/kubernetes/kubernetes/issues/102016 | 892,075,773 | 102,016 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
I´m deploying [tekton-pipeline](https://github.com/tektoncd/pipeline) to a fresh kind cluster. tekton-pipeline defines a `Task` CRD and registers for the CRD
a `MutatingWebhookConfiguration` together with the matching webhook `Deployment` and `Service`. After the deployment,
I´m waiting for the... | CR creation failing with "Failed calling webhook [...] connection refused" for some time | https://api.github.com/repos/kubernetes/kubernetes/issues/102013/comments | 8 | 2021-05-14T15:50:07Z | 2021-09-08T23:51:45Z | https://github.com/kubernetes/kubernetes/issues/102013 | 892,037,690 | 102,013 |
[
"kubernetes",
"kubernetes"
] | **NGINX Ingress controller version:** v0.45.0
**Kubernetes version (use kubectl version):** 1.19.7
**Environment:** Private Azure Application
**Cloud provider or hardware configuration:** Microsoft Azure
**OS (e.g. from /etc/os-release):** Linux
**Install tools:** -
**Others:** Applied Network Policies on t... | Ingress creating fails with "context deadline exceeded" after applying Network Security Policy | https://api.github.com/repos/kubernetes/kubernetes/issues/102009/comments | 6 | 2021-05-14T13:03:28Z | 2021-06-24T20:56:04Z | https://github.com/kubernetes/kubernetes/issues/102009 | 891,905,681 | 102,009 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
#101034 changed the Kind used with the `/ephemeralcontainers` subresource from `EphemeralContainers` to `Pod`. This change will break old clients. (The ephemeral containers API is still in alpha, so this is acceptable.)
Currently, compatibility is broken in both directions:
1.... | kubectl debug compatibility with pre-1.22 ephemeral containers API | https://api.github.com/repos/kubernetes/kubernetes/issues/102008/comments | 9 | 2021-05-14T12:17:41Z | 2021-07-06T17:42:39Z | https://github.com/kubernetes/kubernetes/issues/102008 | 891,874,959 | 102,008 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
GCE Ingress tests
#### Which test(s) are failing:
Loadbalancing: L7 GCE [Slow] [Feature:Ingress]
#### Since when has it been failing:
05-14
#### Test... | L7 GCE Ingress failing tests | https://api.github.com/repos/kubernetes/kubernetes/issues/102006/comments | 10 | 2021-05-14T09:37:52Z | 2021-05-21T10:02:08Z | https://github.com/kubernetes/kubernetes/issues/102006 | 891,774,609 | 102,006 |
[
"kubernetes",
"kubernetes"
] | Is it possible to override the load balancing logic that Service (i.e. ClusterIP) objects use? For example, I'd like to be able to customize a service that is associated with a deployment that scales up to 2000 pods. Due to the non-uniform setup (i.e. heterogeneous workloads across different types of nodes with differe... | Question - customizing Service (ClusterIP) load balancer logic | https://api.github.com/repos/kubernetes/kubernetes/issues/101994/comments | 4 | 2021-05-14T00:12:50Z | 2021-05-14T13:57:39Z | https://github.com/kubernetes/kubernetes/issues/101994 | 891,476,400 | 101,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:
I am running... | Is []byte string or array for schema generation pov | https://api.github.com/repos/kubernetes/kubernetes/issues/101991/comments | 11 | 2021-05-13T21:46:18Z | 2022-05-14T00:13:30Z | https://github.com/kubernetes/kubernetes/issues/101991 | 891,408,397 | 101,991 |
[
"kubernetes",
"kubernetes"
] | /cc @ehashman
/cc @bobbypage
#### What happened:
1.21 kubelet shows perf degradation on our tests. Also here https://bugzilla.redhat.com/show_bug.cgi?id=1953102.
The root cause seems to be runc, should be fixed here: https://github.com/kubernetes/kubernetes/pull/101888.
This issue is to discuss backpor... | Kubelet CPU perf regression 1.20->1.21 (10-15%) | https://api.github.com/repos/kubernetes/kubernetes/issues/101989/comments | 27 | 2021-05-13T20:31:00Z | 2021-12-01T18:43:25Z | https://github.com/kubernetes/kubernetes/issues/101989 | 891,349,587 | 101,989 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
Remove specific node configuration flags from the main `framework.TestContext` struct, they do share a lot of code but have different bootstrap approaches, and flags are oddly distributed across the test framework. (some examples in the xref file).
#### Why is this needed:
... | E2E Node flags organization | https://api.github.com/repos/kubernetes/kubernetes/issues/101986/comments | 11 | 2021-05-13T15:41:30Z | 2021-12-26T21:14:33Z | https://github.com/kubernetes/kubernetes/issues/101986 | 891,150,171 | 101,986 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
The following command fails on Windows:
`kubectl cp c:\Temp\foobar.txt "pod-name:/tmp/forbar.txt" `
reporting the following:
`error: one of src or dest must be a local file specification`
This issue was already reported https://github.com/kubernetes/kubernetes/issues/77310 and fixed, but regr... | kubectl cp command fails when passing full Windows path such as c:\Temp\foobar.txt | https://api.github.com/repos/kubernetes/kubernetes/issues/101985/comments | 11 | 2021-05-13T15:30:05Z | 2024-10-24T13:59:53Z | https://github.com/kubernetes/kubernetes/issues/101985 | 891,141,382 | 101,985 |
[
"kubernetes",
"kubernetes"
] | For an application that needs service HA, it becomes impossible to uniquely identify a client.
#### What happened:
- My application running in k8s as service
- Service owns endpoint_A(active) and endpoint_B(standby) (Status transition by controlling readinessProbe)
- endpoint_A and endpoint_B share one common ... | k8s service HA support | https://api.github.com/repos/kubernetes/kubernetes/issues/101978/comments | 8 | 2021-05-13T12:06:12Z | 2021-07-22T20:54:52Z | https://github.com/kubernetes/kubernetes/issues/101978 | 890,984,468 | 101,978 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
When I wrote the unit test, I call the NewSimpleClientset function and use the ObjectTracker.Add method then the Add method call the UnsafeGuestkindToResource function, and I found that there were some problems with the plural generated by the UnsafeGuestkindToResource function.
For example, the ... | UnsafeGuestkindToResource returns a wrong plural | https://api.github.com/repos/kubernetes/kubernetes/issues/101974/comments | 7 | 2021-05-13T10:51:29Z | 2021-10-10T21:40:45Z | https://github.com/kubernetes/kubernetes/issues/101974 | 890,939,056 | 101,974 |
[
"kubernetes",
"kubernetes"
] | #### Which jobs are failing:
ci-kubernetes-e2e-gci-gce-network-proxy-http-connect
ci-kubernetes-e2e-gci-gce-network-proxy-grpc
#### Which test(s) are failing:
A lot of them
#### Since when has it been failing:
Most probably since https://github.com/kubernetes/kubernetes/pull/101164
#### Testgrid link... | [Failing job] ci-kubernetes-e2e-gci-gce-network-proxy-{grpc|http-connect} jobs are failing | https://api.github.com/repos/kubernetes/kubernetes/issues/101972/comments | 3 | 2021-05-13T09:12:05Z | 2021-05-13T09:15:16Z | https://github.com/kubernetes/kubernetes/issues/101972 | 890,873,617 | 101,972 |
[
"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 wrote a te... | When referencing a package named "github.com/mrunalp/fileutils", ci found that there are two variables undefined | https://api.github.com/repos/kubernetes/kubernetes/issues/101970/comments | 7 | 2021-05-13T08:37:28Z | 2021-05-13T18:00:47Z | https://github.com/kubernetes/kubernetes/issues/101970 | 890,850,367 | 101,970 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
With BoundServiceAccountTokenVolumes feature, all kubelets started watching 'kube-root-ca.crt' configmap, in each namespace that has a pod running on the given kubelet.
All such configmap has exactly the same data:, usually specified in --root-ca-file flag:
https://github.... | Optimize kube-root-ca.crt watches | https://api.github.com/repos/kubernetes/kubernetes/issues/101969/comments | 12 | 2021-05-13T08:12:57Z | 2022-06-02T09:27:29Z | https://github.com/kubernetes/kubernetes/issues/101969 | 890,834,258 | 101,969 |
[
"kubernetes",
"kubernetes"
] | kube-proxy failed to clear conntrack for SCTP for the pod which is removed from service
#### What happened:
Pod A stop replying the readinessProbe, the corresponding endpoint was removed from service, and so was the corresponding iptables rules, but the conntrack of pod A is stay still. At that time, client sent th... | kube-proxy failed to clear conntrack for SCTP for the pod which is removed from service | https://api.github.com/repos/kubernetes/kubernetes/issues/101968/comments | 24 | 2021-05-13T07:53:19Z | 2022-01-17T19:49:53Z | https://github.com/kubernetes/kubernetes/issues/101968 | 890,821,692 | 101,968 |
[
"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 I run s... | [arm64] several e2e storage testcases are failed due to the ceph is not ready | https://api.github.com/repos/kubernetes/kubernetes/issues/101967/comments | 5 | 2021-05-13T07:05:14Z | 2021-05-18T12:53:31Z | https://github.com/kubernetes/kubernetes/issues/101967 | 890,789,069 | 101,967 |
[
"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:
sudo kubeadm... | controllerManager cluster-signing-duration configuration does not take effect | https://api.github.com/repos/kubernetes/kubernetes/issues/101965/comments | 6 | 2021-05-13T06:58:19Z | 2021-05-14T15:43:46Z | https://github.com/kubernetes/kubernetes/issues/101965 | 890,782,977 | 101,965 |
[
"kubernetes",
"kubernetes"
] |
#### What happened:
I develop a device-plugin to report my custom device info to kubernetes. It's all ok and the device info is shown in Node:
```
status:
allocatable:
cpu: "104"
test.com/mymem: "100"
capacity:
cpu: "104"
test.com/mymem: "100"
```
After I apply a pod with resource `t... | the node.status.allocatable about custom device resource is not changed | https://api.github.com/repos/kubernetes/kubernetes/issues/101963/comments | 5 | 2021-05-13T06:04:07Z | 2021-05-17T05:31:39Z | https://github.com/kubernetes/kubernetes/issues/101963 | 890,741,921 | 101,963 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
- labelling a pod, with a nonexistent node leads to it being pending forever
- this is ok but... we should yield any status/events info so we can know why its not scheduling
#### What you expected to happen:
I'd expect that `kubectl describe` would have explicit misscheduling information... | unscheduled pods due to mismatched node field has no useful status | https://api.github.com/repos/kubernetes/kubernetes/issues/101957/comments | 9 | 2021-05-12T18:36:26Z | 2021-10-09T22:32:44Z | https://github.com/kubernetes/kubernetes/issues/101957 | 890,378,731 | 101,957 |
[
"kubernetes",
"kubernetes"
] | once the we hit a beta release, we can reset the default value for strict handling to false to prep for 1.23.
/assign @deads2k
/kind bug
/priority important-soon
/milestone v1.22
@kubernetes/sig-api-machinery-bugs | reset deleted_kinds strictRemovedHandlingInAlpha to false after beta | https://api.github.com/repos/kubernetes/kubernetes/issues/101951/comments | 4 | 2021-05-12T13:11:03Z | 2021-11-13T00:08:47Z | https://github.com/kubernetes/kubernetes/issues/101951 | 890,075,832 | 101,951 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
By inspection, the "should receive events on concurrent watches in same order" conformance test does two things that are not stable:
* Starts watches from resourceVersion=0
* Relies on watch connections without handling timeouts/restarts
This test can fail on clusters that have configmaps au... | "should receive events on concurrent watches in same order" conformance test is unreliable | https://api.github.com/repos/kubernetes/kubernetes/issues/101949/comments | 3 | 2021-05-12T12:30:29Z | 2021-05-13T00:26:25Z | https://github.com/kubernetes/kubernetes/issues/101949 | 890,034,763 | 101,949 |
[
"kubernetes",
"kubernetes"
] | First, memory-related pod resource tests were introduced under the memory manager test suite to avoid over-complication of the pod resource test suite, because pod resource tests do not have a clear separation between setup, test, and teardown phases and
adding some new tests that will configure hugepages, create VMs ... | Move pod resources API related tests from the memory manager to pod resource test suite | https://api.github.com/repos/kubernetes/kubernetes/issues/101945/comments | 20 | 2021-05-12T10:06:17Z | 2022-12-02T07:35:22Z | https://github.com/kubernetes/kubernetes/issues/101945 | 889,913,548 | 101,945 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
Failed to ex... | Failed to execute the test case | https://api.github.com/repos/kubernetes/kubernetes/issues/101944/comments | 5 | 2021-05-12T09:38:19Z | 2021-06-24T07:35:32Z | https://github.com/kubernetes/kubernetes/issues/101944 | 889,885,497 | 101,944 |
[
"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:
```
$ kub... | API server validation error message misses ^ and $ in regexp format (which is not accurate) | https://api.github.com/repos/kubernetes/kubernetes/issues/101942/comments | 11 | 2021-05-12T09:16:13Z | 2021-10-11T07:41:48Z | https://github.com/kubernetes/kubernetes/issues/101942 | 889,864,640 | 101,942 |
[
"kubernetes",
"kubernetes"
] | The following is to track the issue raised originally in : https://github.com/kubernetes/kubernetes/issues/24725
That is specific to only the desired behaviour of "If Pod-XYZABC exits for any reason, do not restart it, provide me a new one" pattern.
#### What would you like to be added:
It has been suggested to ... | Ability to declare pods to be "recreated" on "failure" (instead of restarts) | https://api.github.com/repos/kubernetes/kubernetes/issues/101933/comments | 26 | 2021-05-12T02:39:26Z | 2024-02-09T13:10:00Z | https://github.com/kubernetes/kubernetes/issues/101933 | 889,543,873 | 101,933 |
[
"kubernetes",
"kubernetes"
] | Based on the feedback during a conformance meeting (https://www.youtube.com/watch?v=ryZ8sOmtaQM&t=790s)
and this [PR](https://github.com/kubernetes/kubernetes/pull/101261#discussion_r618511080) from @smarterclayton `GracePeriodSeconds: 0` shouldn't be used in conformance tests.
The following 3 conformance tests use... | Replace current 'GracePeriodSeconds' setting in conformance tests | https://api.github.com/repos/kubernetes/kubernetes/issues/101930/comments | 1 | 2021-05-12T01:56:06Z | 2021-05-13T14:12:26Z | https://github.com/kubernetes/kubernetes/issues/101930 | 889,515,051 | 101,930 |
[
"kubernetes",
"kubernetes"
] | ### Failure cluster [c4ff1249cabb513f1405](https://go.k8s.io/triage#c4ff1249cabb513f1405)
##### Error text:
```
=== RUN TestSecretUpdated
/tmp/go-build2183127444/b5733/vsphere.test flag redefined: log_dir
--- FAIL: TestSecretUpdated (0.05s)
panic: /tmp/go-build2183127444/b5733/vsphere.test flag redefined: log... | [Failing test] k8s.io/legacy-cloud-providers/vsphere TestSecretUpdated | https://api.github.com/repos/kubernetes/kubernetes/issues/101927/comments | 8 | 2021-05-11T23:51:27Z | 2021-12-08T02:26:17Z | https://github.com/kubernetes/kubernetes/issues/101927 | 889,189,712 | 101,927 |
[
"kubernetes",
"kubernetes"
] | #### Background:
We define multiple Pod Topology Spread Constraints on our Deployment (labeled app: httpbin-pod-spread-poc), as follows:
```yaml
spec:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: DoNotSchedule
lab... | Uneven pod distribution in multiple pod topology spread | https://api.github.com/repos/kubernetes/kubernetes/issues/101922/comments | 4 | 2021-05-11T21:20:49Z | 2021-05-12T15:19:27Z | https://github.com/kubernetes/kubernetes/issues/101922 | 888,701,918 | 101,922 |
[
"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:
CSI hostpath... | Re-enable csi hostpath tests in kind job | https://api.github.com/repos/kubernetes/kubernetes/issues/101913/comments | 21 | 2021-05-11T16:50:36Z | 2021-05-26T19:05:24Z | https://github.com/kubernetes/kubernetes/issues/101913 | 887,863,688 | 101,913 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
#### Which jobs are flaking:
https://testgrid.k8s.io/sig-windows-signal#gce-windows-2019-1.21
#### Which test(s) are flaking:
Probing container should *not* be ... | Probing container should *not* be restarted with a tcp:8080 | https://api.github.com/repos/kubernetes/kubernetes/issues/101912/comments | 5 | 2021-05-11T16:10:31Z | 2021-09-23T16:57:42Z | https://github.com/kubernetes/kubernetes/issues/101912 | 887,755,952 | 101,912 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
The upcoming csi-driver-host-path release v1.7.0 will have a check in DeleteVolume that returns an error when the volume is still attached, staged, or published (https://github.com/kubernetes-csi/csi-driver-host-path/pull/260).
Some of the jobs in the csi-driver-host-path repo with Kubernetes ... | NodeUnstageVolume not called because unmounter fails when vol_data.json is deleted | https://api.github.com/repos/kubernetes/kubernetes/issues/101911/comments | 23 | 2021-05-11T15:26:06Z | 2024-04-24T12:44:58Z | https://github.com/kubernetes/kubernetes/issues/101911 | 887,632,034 | 101,911 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
From non-controller nodes, calls from calico to kubernetes API randomly fail with: `dial tcp 10.96.0.1:443: i/o timeout`. Can be reproduced from host with `curl -k https://10.96.0.1/` times out sometimes.
It looks like these requests are being generated with a source IP of the external interfa... | kube-proxy iptables asymmetric routing on bare metal multi interface | https://api.github.com/repos/kubernetes/kubernetes/issues/101910/comments | 12 | 2021-05-11T14:49:39Z | 2021-05-26T17:00:03Z | https://github.com/kubernetes/kubernetes/issues/101910 | 887,520,193 | 101,910 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
#### Which jobs are flaking:
https://testgrid.k8s.io/sig-windows-signal#aks-engine-windows-containerd-1.21
#### Which test(s) are flaking:
Projected downwardAP... | Projected downwardAPI should provide container's memory request fails in Windows | https://api.github.com/repos/kubernetes/kubernetes/issues/101908/comments | 8 | 2021-05-11T14:33:07Z | 2021-10-21T18:00:00Z | https://github.com/kubernetes/kubernetes/issues/101908 | 887,472,470 | 101,908 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
#### Which jobs are flaking:
https://testgrid.k8s.io/sig-windows-signal#aks-engine-windows-containerd-master
#### Which test(s) are flaking:
[sig-windows] Servi... | Services should be able to create a functioning NodePort service for Windows failing | https://api.github.com/repos/kubernetes/kubernetes/issues/101907/comments | 7 | 2021-05-11T14:23:28Z | 2021-08-12T16:44:37Z | https://github.com/kubernetes/kubernetes/issues/101907 | 887,443,821 | 101,907 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
#### Which jobs are flaking:
[gce-windows-2004-master](https://testgrid.k8s.io/sig-release-master-informing#gce-windows-2004-master)
#### Which test(s) are fla... | [Flaking Test] [sig-node] ConfigMap should be consumable via the environment | https://api.github.com/repos/kubernetes/kubernetes/issues/101906/comments | 12 | 2021-05-11T13:24:34Z | 2021-08-12T15:46:23Z | https://github.com/kubernetes/kubernetes/issues/101906 | 887,275,501 | 101,906 |
[
"kubernetes",
"kubernetes"
] | #### Which jobs are flaking:
gce-master-scale-correctness
#### Which test(s) are flaking:
[sig-network] LoadBalancers should be able to change the type and ports of a TCP service [Slow]
#### Testgrid link:
https://testgrid.k8s.io/sig-release-master-informing#gce-master-scale-correctness
#### Reason for fail... | [Flaky test] [sig-network] LoadBalancers should be able to change the type and ports of a TCP service [Slow] | https://api.github.com/repos/kubernetes/kubernetes/issues/101904/comments | 7 | 2021-05-11T11:18:10Z | 2021-06-24T16:26:58Z | https://github.com/kubernetes/kubernetes/issues/101904 | 886,936,936 | 101,904 |
[
"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 docker ... | Container startTime reported by kubelet's /stats/summay is actually container createTime | https://api.github.com/repos/kubernetes/kubernetes/issues/101902/comments | 22 | 2021-05-11T10:07:52Z | 2021-10-14T03:05:43Z | https://github.com/kubernetes/kubernetes/issues/101902 | 886,748,550 | 101,902 |
[
"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:
kubeadm in... | FlexVolume: driver call failed: executable: /usr/libexec/kubernetes/kubelet-plugins/volume/exec/nodeagent~uds/uds | https://api.github.com/repos/kubernetes/kubernetes/issues/101901/comments | 3 | 2021-05-11T10:07:19Z | 2021-05-11T11:45:00Z | https://github.com/kubernetes/kubernetes/issues/101901 | 886,747,018 | 101,901 |
[
"kubernetes",
"kubernetes"
] | **What happened:**
Im using EKS 1.18 and we are trying to empty the manageFields using a mutating webhook. But im getting the below error while trying to empty it when applying a sample deployment
```
metadata.managedFields.operation: Invalid value: "": must be `Apply` or `Update`
```
It's a simple python sc... | k8s 1.18 - metadata.managedFields.operation: Invalid value: "": must be `Apply` or `Update` | https://api.github.com/repos/kubernetes/kubernetes/issues/101899/comments | 3 | 2021-05-11T07:58:08Z | 2021-05-11T14:45:05Z | https://github.com/kubernetes/kubernetes/issues/101899 | 886,403,420 | 101,899 |
[
"kubernetes",
"kubernetes"
] | ### Failure cluster [94211b5f97dae0d51701](https://go.k8s.io/triage#94211b5f97dae0d51701)

##### Error text:
```
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/instrumentat... | [Flaky Test] [sig-instrumentation] MetricsGrabber should grab all metrics from a Scheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/101894/comments | 17 | 2021-05-11T06:13:09Z | 2021-05-28T05:31:26Z | https://github.com/kubernetes/kubernetes/issues/101894 | 886,160,594 | 101,894 |
[
"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/
-->
#### This is with reference to th... | Suppressing the warning "tar: removing leading '/' from member names" with cp command. | https://api.github.com/repos/kubernetes/kubernetes/issues/101891/comments | 6 | 2021-05-11T04:11:12Z | 2021-05-13T20:38:12Z | https://github.com/kubernetes/kubernetes/issues/101891 | 885,904,288 | 101,891 |
[
"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 I perfo... | Load balancing does not work correctly when scale pod | https://api.github.com/repos/kubernetes/kubernetes/issues/101887/comments | 10 | 2021-05-11T01:57:27Z | 2021-05-20T09:39:40Z | https://github.com/kubernetes/kubernetes/issues/101887 | 885,630,720 | 101,887 |
[
"kubernetes",
"kubernetes"
] | #### Which jobs are failing:
https://k8s-testgrid.appspot.com/sig-api-machinery-network-proxy#ci-kubernetes-e2e-gci-gce-network-proxy-http-connect
https://k8s-testgrid.appspot.com/sig-api-machinery-network-proxy#ci-kubernetes-e2e-gci-gce-network-proxy-grpc
#### Anything else we need to know:
Konnectivity netw... | konnectivity network proxy tests e2e tests failing | https://api.github.com/repos/kubernetes/kubernetes/issues/101879/comments | 6 | 2021-05-10T20:06:57Z | 2021-05-25T03:10:32Z | https://github.com/kubernetes/kubernetes/issues/101879 | 885,005,247 | 101,879 |
[
"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 a PVC... | PVC using a volume snapshot data src must always provision a new PV | https://api.github.com/repos/kubernetes/kubernetes/issues/101878/comments | 21 | 2021-05-10T19:25:21Z | 2024-08-02T23:19:23Z | https://github.com/kubernetes/kubernetes/issues/101878 | 884,930,141 | 101,878 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Found several pending pods in scheduler queue and they failed due to:
```
E0510 11:08:36.825986 1 framework.go:777] "Failed running Bind plugin" err="Operation cannot be fulfilled on pods/binding \"test-pod-6b9b7db86c-rjr4m\": rpc error: code = Unavailable desc = transport is closing" plu... | Scheduler fails to schedule due to cyclic errors on pod forget and assume | https://api.github.com/repos/kubernetes/kubernetes/issues/101877/comments | 25 | 2021-05-10T18:58:07Z | 2022-05-19T05:53:21Z | https://github.com/kubernetes/kubernetes/issues/101877 | 884,881,230 | 101,877 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
https://github.com/kubernetes/kubernetes/blob/20b0f6b2a6ab9b1f0df821044150539ffc2c5503/test/e2e/storage/testsuites/multivolume.go#L519
From here we see that the `TestConcurrentAccessToSingleVolume` method takes 512 bytes sector size as a default option for verifying block read. This makes the te... | e2e storage multivolume block device test takes 512 Bytes sector size by default | https://api.github.com/repos/kubernetes/kubernetes/issues/101873/comments | 10 | 2021-05-10T17:03:15Z | 2021-05-12T14:54:29Z | https://github.com/kubernetes/kubernetes/issues/101873 | 884,654,972 | 101,873 |
[
"kubernetes",
"kubernetes"
] | Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.14",
1. A node that was active in the cluster was removed as part of our scaling thresholds.
2. The node was removed from Azure VMSS and removed from cluster inventory as well.
The log: node_tree.go:113] Removed node "worker2-scus-prod-a7-vmss0... | Scheduler scheduled pods to a deleted node | https://api.github.com/repos/kubernetes/kubernetes/issues/101872/comments | 5 | 2021-05-10T16:17:07Z | 2021-05-10T16:44:29Z | https://github.com/kubernetes/kubernetes/issues/101872 | 884,568,691 | 101,872 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
It seems like the steps at
```
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/suites.go#L29
```
Can hang sometimes with ginkgo.parallel > 1 .
The only output you get it:
```
• [SLOW TEST:5.119 seconds]
[sig-network] Services
/home/ubuntu/SOURCE/go/src/k8s.io/kubern... | CleanupActions can hang... | https://api.github.com/repos/kubernetes/kubernetes/issues/101870/comments | 3 | 2021-05-10T14:52:33Z | 2021-05-20T11:35:00Z | https://github.com/kubernetes/kubernetes/issues/101870 | 884,398,278 | 101,870 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
I have upgra... | Docker in AKS 1.19.9 | https://api.github.com/repos/kubernetes/kubernetes/issues/101868/comments | 7 | 2021-05-10T13:00:02Z | 2021-05-10T16:42:21Z | https://github.com/kubernetes/kubernetes/issues/101868 | 884,173,196 | 101,868 |
[
"kubernetes",
"kubernetes"
] | Some of the PodTemplateSpec fields are returned nil/empty when calling.
#### What happened:
I have a logic in my Customer CRD, where I to compute PodTemplateSpec for every reconciliation(15 seconds) and compare against the live PodTemplateSpec to identify if there is a change applied so I can do a custom logic. How... | Kubernetes returns empty values for some of the fields in PodTemplateSpec | https://api.github.com/repos/kubernetes/kubernetes/issues/101855/comments | 3 | 2021-05-09T17:15:18Z | 2021-05-14T04:37:12Z | https://github.com/kubernetes/kubernetes/issues/101855 | 882,562,970 | 101,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:
The value ... | scheduler_perf: no error handling when an error occurs when updating node | https://api.github.com/repos/kubernetes/kubernetes/issues/101852/comments | 1 | 2021-05-09T13:59:49Z | 2021-05-25T22:57:16Z | https://github.com/kubernetes/kubernetes/issues/101852 | 882,351,795 | 101,852 |
[
"kubernetes",
"kubernetes"
] | KEP https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/727-resource-metrics-endpoint introduced a new Kubelet /metrics/resource endpoint as a replacement for Summary API. When working on design to switch Metrics Server to `/metrics/resource` endpoint I found some problems with CPU metric.
This end... | Expose container start time in kubelet /metrics/resource endpoint | https://api.github.com/repos/kubernetes/kubernetes/issues/101851/comments | 23 | 2021-05-09T13:24:55Z | 2021-07-02T06:34:15Z | https://github.com/kubernetes/kubernetes/issues/101851 | 882,314,354 | 101,851 |
[
"kubernetes",
"kubernetes"
] | Hey there.
We are doing a survey on globally distributed software engineering focused on open source projects. If you have some spare time we would really appreciate your response. The form takes about 10 minutes. Thanks in advance!
Survey can be found [here](https://forms.gle/N1TnifRuCYHrCY9JA)
| Survey on GDSE | https://api.github.com/repos/kubernetes/kubernetes/issues/101850/comments | 4 | 2021-05-09T12:37:19Z | 2021-05-10T16:46:37Z | https://github.com/kubernetes/kubernetes/issues/101850 | 882,263,727 | 101,850 |
[
"kubernetes",
"kubernetes"
] | <!-- Feature requests are unlikely to make progress as an issue.
Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists.
A proposal that works through the design along with the implications of the change can be opened as a KEP:
https://git.k8s.io/enhancements/keps#kubernetes-enhanc... | scheduler_perf: add detailed description about op data type in benchmark test's configration | https://api.github.com/repos/kubernetes/kubernetes/issues/101849/comments | 17 | 2021-05-09T11:10:46Z | 2022-10-20T03:58:56Z | https://github.com/kubernetes/kubernetes/issues/101849 | 882,171,952 | 101,849 |
[
"kubernetes",
"kubernetes"
] | <!-- Feature requests are unlikely to make progress as an issue.
Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists.
A proposal that works through the design along with the implications of the change can be opened as a KEP:
https://git.k8s.io/enhancements/keps#kubernetes-enhanc... | Support observedGeneration in kubectl wait | https://api.github.com/repos/kubernetes/kubernetes/issues/101843/comments | 5 | 2021-05-09T04:42:20Z | 2021-05-11T03:39:38Z | https://github.com/kubernetes/kubernetes/issues/101843 | 881,769,108 | 101,843 |
[
"kubernetes",
"kubernetes"
] | <!-- Feature requests are unlikely to make progress as an issue.
Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists.
A proposal that works through the design along with the implications of the change can be opened as a KEP:
https://git.k8s.io/enhancements/keps#kubernetes-enhanc... | Deployment provides a 'Ready' status condition. | https://api.github.com/repos/kubernetes/kubernetes/issues/101842/comments | 4 | 2021-05-09T04:35:35Z | 2021-05-10T16:48:05Z | https://github.com/kubernetes/kubernetes/issues/101842 | 881,762,473 | 101,842 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Checked a `Create` method error using `"k8s.io/apimachinery/pkg/api/errors".IsForbidden` when the error was caused by a validating webhook that returns a 403 response.
In this particular case, the error was generated from a validating webhook implemented with controller-runtime that returns co... | apimachinery/errors: IsForbidden does not match Code; it only matches Reason | https://api.github.com/repos/kubernetes/kubernetes/issues/101841/comments | 4 | 2021-05-08T23:37:52Z | 2021-08-11T06:24:46Z | https://github.com/kubernetes/kubernetes/issues/101841 | 881,467,840 | 101,841 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Created a validating admission webhook with controller runtime and failed validation, returning a controller runtime `Denied` response.
#### What you expected to happen:
#### How to reproduce it (as minimally and precisely as possible):
#### Anything else we need to know?:
#### Enviro... | apimachinery/errors: IsForbidden does not match Code; it only matches Reason | https://api.github.com/repos/kubernetes/kubernetes/issues/101840/comments | 2 | 2021-05-08T23:25:30Z | 2021-05-08T23:26:01Z | https://github.com/kubernetes/kubernetes/issues/101840 | 881,455,550 | 101,840 |
[
"kubernetes",
"kubernetes"
] | HI,
At first, I tried to use it to be a master node since there is a problem with the memory not enough, so I let it be the worker node instead. My Raspberry Pi architecture is Rasbian armv7.
I use
sudo kubeadm init --apiserver-cert-extra-sans=PUBLIC-IP-OF-MASTER-NODE --control-plane-endpoint=PUBLIC-IP-OF-MASTE... | Raspbian cannot start pod | https://api.github.com/repos/kubernetes/kubernetes/issues/101837/comments | 5 | 2021-05-08T15:52:43Z | 2021-05-10T16:34:38Z | https://github.com/kubernetes/kubernetes/issues/101837 | 880,981,855 | 101,837 |
[
"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 we re... | ContainerLabels not contains pod labels, but SandboxLabels contains pod labels | https://api.github.com/repos/kubernetes/kubernetes/issues/101829/comments | 9 | 2021-05-08T10:43:41Z | 2021-09-01T17:37:13Z | https://github.com/kubernetes/kubernetes/issues/101829 | 880,647,030 | 101,829 |
[
"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 we run ... | link file _output/bin is broken | https://api.github.com/repos/kubernetes/kubernetes/issues/101821/comments | 8 | 2021-05-08T02:36:49Z | 2021-05-14T01:48:22Z | https://github.com/kubernetes/kubernetes/issues/101821 | 880,130,285 | 101,821 |
[
"kubernetes",
"kubernetes"
] | /sig scheduling
#### What would you like to be added:
A way to check the scoring of each node to figure out why a node has a high scheduling priority.
- proposal 1: add **some debug level logs** to Kube-scheduler, so we can know node score on each scoring step.
- proposal 2: a simple way to decrease the priori... | More debug logs to check scheduler spread algorithm | https://api.github.com/repos/kubernetes/kubernetes/issues/101820/comments | 24 | 2021-05-08T02:32:56Z | 2022-11-29T03:58:18Z | https://github.com/kubernetes/kubernetes/issues/101820 | 880,126,188 | 101,820 |
[
"kubernetes",
"kubernetes"
] | The NodeVolumeLimits filter currently recomputes the volume count on the node for each incoming pod, we should cache that in the scheduler's nodeInfo like we do for other resources (memory, cpu etc.).
Also, it seems some of the checks in the filter are agnostic to the node (like checking the incoming pod PVC and com... | Optimize NodeVolumeLimits scheduler plugin | https://api.github.com/repos/kubernetes/kubernetes/issues/101803/comments | 21 | 2021-05-07T17:47:51Z | 2022-01-10T05:57:35Z | https://github.com/kubernetes/kubernetes/issues/101803 | 879,432,754 | 101,803 |
[
"kubernetes",
"kubernetes"
] | <!-- Feature requests are unlikely to make progress as an issue.
Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists.
A proposal that works through the design along with the implications of the change can be opened as a KEP:
https://git.k8s.io/enhancements/keps#kubernetes-enhanc... | Add feature to configure a set of webhooks to intercept other webhooks | https://api.github.com/repos/kubernetes/kubernetes/issues/101794/comments | 14 | 2021-05-07T15:08:24Z | 2022-01-11T14:42:18Z | https://github.com/kubernetes/kubernetes/issues/101794 | 879,179,052 | 101,794 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
On a busy machine, kubelet was restarted while a pod was deleted in the API server. Newly started kubelet tried to reconstruct the volume, but it failed with:
```
could not get consistent content of /proc/mounts after 3 attempts
```
Everything went wrong from here. Since kubelet can't recon... | Corrupted filesystems on failed reconstruction | https://api.github.com/repos/kubernetes/kubernetes/issues/101791/comments | 29 | 2021-05-07T14:08:46Z | 2024-01-19T02:00:51Z | https://github.com/kubernetes/kubernetes/issues/101791 | 879,074,061 | 101,791 |
[
"kubernetes",
"kubernetes"
] | <!-- Thanks for filing an issue! Before hitting the button, please answer these questions.-->
## Is this a request for help?
If yes, you should use our troubleshooting guide and community support channels, see http://kubernetes.io/docs/troubleshooting/.
If no, delete this section and continue on.
## What ... | Nodes do not report memory on 1.21.0 | https://api.github.com/repos/kubernetes/kubernetes/issues/101786/comments | 18 | 2021-05-07T11:33:51Z | 2022-08-24T19:41:05Z | https://github.com/kubernetes/kubernetes/issues/101786 | 878,830,091 | 101,786 |
[
"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:
management... | Unable to update the deployment containers ports name on redeployment | https://api.github.com/repos/kubernetes/kubernetes/issues/101784/comments | 18 | 2021-05-07T11:11:55Z | 2021-11-26T19:27:53Z | https://github.com/kubernetes/kubernetes/issues/101784 | 878,799,439 | 101,784 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
`kubectl create cm` prints no error message with zero exit code even with invalid command option. e.g. --from-file=<non-existing-path>
#### What you expected to happen:
`kubectl create cm` prints error message with non-zero exit code.
#### How to reproduce it (as minimally and precisely ... | kubectl create configmap always return zero exit code when failed | https://api.github.com/repos/kubernetes/kubernetes/issues/101779/comments | 2 | 2021-05-07T09:17:10Z | 2021-05-10T23:39:37Z | https://github.com/kubernetes/kubernetes/issues/101779 | 878,650,904 | 101,779 |
[
"kubernetes",
"kubernetes"
] | <!-- Feature requests are unlikely to make progress as an issue.
Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists.
A proposal that works through the design along with the implications of the change can be opened as a KEP:
https://git.k8s.io/enhancements/keps#kubernetes-enhanc... | Call scheduler extension based on labels/annotations | https://api.github.com/repos/kubernetes/kubernetes/issues/101776/comments | 35 | 2021-05-07T07:06:34Z | 2022-10-07T13:46:31Z | https://github.com/kubernetes/kubernetes/issues/101776 | 878,538,209 | 101,776 |
[
"kubernetes",
"kubernetes"
] | Hello!
I'm the author of [vcluster](https://github.com/loft-sh/vcluster) and my feature request / question is related regarding the future plans of service account token secrets. As service account token projection has become the default now in v1.21.0 and now pull requests such as #101730 emerge, it seems to me tha... | Mounting service account tokens of other Kubernetes clusters | https://api.github.com/repos/kubernetes/kubernetes/issues/101775/comments | 9 | 2021-05-07T04:50:41Z | 2021-05-08T08:00:40Z | https://github.com/kubernetes/kubernetes/issues/101775 | 878,455,466 | 101,775 |
[
"kubernetes",
"kubernetes"
] | When [https://kubernetes.io/docs](https://kubernetes.io/docs) is not available which already happened several times, we do not have anymore access to the docs, especially yaml Templates. For instance you can NOT use Kubectl to create PV, DaemonSet neither, etc.
Here is a backup for references :
[Deployment](http... | Yaml Templates in case of outage of https://kubernetes.io/docs site | https://api.github.com/repos/kubernetes/kubernetes/issues/101770/comments | 4 | 2021-05-06T21:32:33Z | 2021-05-08T14:26:18Z | https://github.com/kubernetes/kubernetes/issues/101770 | 878,064,577 | 101,770 |
[
"kubernetes",
"kubernetes"
] | After hacking around on some new kube proxy stuff, i found that my brain had trouble reasoning about why failures were happening. As a holistic solution to this problem i want to use the same solution that we have for network policy testing ~ which is outputting comprehensive test data with positive and negative cont... | Table driven tests for kube-proxy / service proxies | https://api.github.com/repos/kubernetes/kubernetes/issues/101765/comments | 17 | 2021-05-06T14:29:44Z | 2022-01-10T14:37:34Z | https://github.com/kubernetes/kubernetes/issues/101765 | 877,560,779 | 101,765 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
A mechanism that helps specify more than one webhooks at different places in the kubeapiserver authorization chain.
#### Why is this needed:
The authorization layer in the kubeapiserver currently supports adding one webhook via the “Webhook” mode. There are instances where we ... | Add a provision to add multiple authorization webhooks | https://api.github.com/repos/kubernetes/kubernetes/issues/101762/comments | 19 | 2021-05-06T13:40:08Z | 2021-11-08T13:40:28Z | https://github.com/kubernetes/kubernetes/issues/101762 | 877,510,305 | 101,762 |
[
"kubernetes",
"kubernetes"
] | When I try to execute kubectl apply -f mongo-secret.yaml, I get this error "Error converting from YAML to JSON: mapping values are not allowed in this context".Can anyone help?
apiVersion: v1
kind: Secret
metadata:
name: mongodb-secret
type: Opaque
data:
mongo-root-username: dXNlcm5hbWU=
mongo-r... | Error converting from YAML to JSON: mapping values are not allowed in this context | https://api.github.com/repos/kubernetes/kubernetes/issues/101761/comments | 5 | 2021-05-06T12:25:20Z | 2021-05-10T16:48:54Z | https://github.com/kubernetes/kubernetes/issues/101761 | 877,441,483 | 101,761 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
`github.com/containernetworking/cni/libcni@0.8.0` is identified with [CVE-2021-20206](https://snyk.io/vuln/SNYK-GOLANG-GITHUBCOMCONTAINERNETWORKINGCNIPKGINVOKE-1070549) with severity rating as high. This is found using snyk scan while running against k/k master
```
✗ High severity vulnerability ... | Bump containernetworking/cni to v0.8.1 | https://api.github.com/repos/kubernetes/kubernetes/issues/101758/comments | 1 | 2021-05-06T11:52:09Z | 2021-05-19T22:25:04Z | https://github.com/kubernetes/kubernetes/issues/101758 | 877,415,102 | 101,758 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
The CustomResourceDefinitions creation causes kube-apiserver high memory consumption. CRD has multiple versions.
Several creations during a short period of time may cause kube-apiserver restarting.
#### What you expected to happen:
kube-apiserver shouldn't consume an unreasonably huge amount of ... | kube-apiserver memory consumption during CRD creation | https://api.github.com/repos/kubernetes/kubernetes/issues/101755/comments | 15 | 2021-05-06T06:47:40Z | 2021-11-10T00:31:27Z | https://github.com/kubernetes/kubernetes/issues/101755 | 877,141,435 | 101,755 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
A pod spec and current validation allows for a pod to be admitted that mounts the host root filesystem as the root filesystem within the container. While this is probably not recommended, the resulting running container can exhibit errors. Validation rules should prevent a pod from doing this.
... | Pods can mount root (/) hostPaths into root (/) containers | https://api.github.com/repos/kubernetes/kubernetes/issues/101749/comments | 8 | 2021-05-05T20:22:14Z | 2021-06-24T12:54:02Z | https://github.com/kubernetes/kubernetes/issues/101749 | 876,803,667 | 101,749 |
[
"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:
apiextension... | Remove calico addon use of apiextensions.k8s.io/v1beta1 API version | https://api.github.com/repos/kubernetes/kubernetes/issues/101748/comments | 3 | 2021-05-05T20:13:41Z | 2021-05-06T19:04:20Z | https://github.com/kubernetes/kubernetes/issues/101748 | 876,797,867 | 101,748 |
[
"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:
Docker is al... | GCE Windows installs docker for containerd CRI test runs | https://api.github.com/repos/kubernetes/kubernetes/issues/101746/comments | 1 | 2021-05-05T19:43:46Z | 2021-05-05T22:34:47Z | https://github.com/kubernetes/kubernetes/issues/101746 | 876,777,277 | 101,746 |
[
"kubernetes",
"kubernetes"
] | Hi all,
As part of a development project I am currently diving a bit deeper into the topic of monitoring in Kubernetes. I have no issues with the setup and monitoring pipelines. I have both the metrics server and Prometheus monitoring up and running fine. However, as the topic states, I would like to know which Kube... | Which Kubernetes components or activities use/can use monitoring data from the cluster? | https://api.github.com/repos/kubernetes/kubernetes/issues/101745/comments | 7 | 2021-05-05T16:06:12Z | 2021-10-16T17:39:56Z | https://github.com/kubernetes/kubernetes/issues/101745 | 876,612,305 | 101,745 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Within a given deployment, a secret that gets created and mounted at a variable subPath persists across pod replacement.
#### What you expected to happen:
Expect all secret volumeMounts to be destroyed when the pod is destroyed and have only a single secret volumeMount exist at any given time.
... | Secret mounted at variable subPath persists across pod redeployment | https://api.github.com/repos/kubernetes/kubernetes/issues/101743/comments | 21 | 2021-05-05T14:56:43Z | 2022-03-13T16:42:44Z | https://github.com/kubernetes/kubernetes/issues/101743 | 876,541,523 | 101,743 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
While running the rook operator, we found some strange behavior where the operator could not delete the resources created by
itself. Our debug highlighted the fact that this might be caused by the garbage collector.
At the apiserver the delete requests show a 200 response
```
I0505 10:35:53.... | garbage collector does not remove resources | https://api.github.com/repos/kubernetes/kubernetes/issues/101740/comments | 14 | 2021-05-05T11:29:51Z | 2022-01-14T09:19:44Z | https://github.com/kubernetes/kubernetes/issues/101740 | 876,352,483 | 101,740 |
[
"kubernetes",
"kubernetes"
] | Hi, I was looking into injecting proxy variables from config.json to my pods running in K8s. config.json for proxies works only from docker cli = https://github.com/docker/cli/blob/master/cli/command/container/create.go#L77-L103,
is it possible to do something similar within in Kubernetes? Since Kubernetes is just ... | Kubernetes check docker config.json | https://api.github.com/repos/kubernetes/kubernetes/issues/101733/comments | 5 | 2021-05-04T19:48:14Z | 2021-06-24T19:42:50Z | https://github.com/kubernetes/kubernetes/issues/101733 | 875,779,569 | 101,733 |
[
"kubernetes",
"kubernetes"
] | This issue is a bucket placeholder for collaborating on the "Known Issues" additions for the 1.22 Release Notes([example from 1.21 release notes](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md#known-issues)). If you know of issues or API changes that are going out in 1.22, please comme... | 1.22 Release Notes: Known Issues | https://api.github.com/repos/kubernetes/kubernetes/issues/101728/comments | 10 | 2021-05-04T14:46:03Z | 2021-07-30T16:33:38Z | https://github.com/kubernetes/kubernetes/issues/101728 | 875,538,429 | 101,728 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
kube-scheduler failed with the error with "listen tcp 127.0.0.1:10259: bind: address already in use". While debugging found out that two containers of kube-scheduler were running
```
$ kubectl get pods -A
...
NAMESPACE NAME ... | kube-scheduler failed with "listen tcp 127.0.0.1:10259: bind: address already in use" | https://api.github.com/repos/kubernetes/kubernetes/issues/101727/comments | 10 | 2021-05-04T14:31:47Z | 2021-12-31T13:50:12Z | https://github.com/kubernetes/kubernetes/issues/101727 | 875,524,253 | 101,727 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
kubelet increased more than 100MB in memory in 4 days.
#### What you expected to happen:
kubelet to not used that amount of RAM
#### How to reproduce it (as minimally and precisely as possible):
I have reproduced it using 3 cronjobs which create hello world pods each minute
and another cro... | kubelet memory leak v1.18.1 | https://api.github.com/repos/kubernetes/kubernetes/issues/101724/comments | 3 | 2021-05-04T07:32:55Z | 2021-05-07T20:31:17Z | https://github.com/kubernetes/kubernetes/issues/101724 | 875,187,743 | 101,724 |
[
"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:
Crude exampl... | GPU limits being omitted | https://api.github.com/repos/kubernetes/kubernetes/issues/101723/comments | 7 | 2021-05-04T07:17:17Z | 2021-11-22T12:55:06Z | https://github.com/kubernetes/kubernetes/issues/101723 | 875,177,401 | 101,723 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
https://testgrid.k8s.io/provider-azure-master-signal#aks-engine-azure-disk-vmss
https://testgrid.k8s.io/provider-azure-master-signal#aks-engine-azure-disk-vmas
#... | aks-engine-azure-disk (vmas and vmss) tests are failing | https://api.github.com/repos/kubernetes/kubernetes/issues/101720/comments | 4 | 2021-05-04T00:01:05Z | 2021-05-04T16:35:47Z | https://github.com/kubernetes/kubernetes/issues/101720 | 874,996,034 | 101,720 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
We have a resource with metav1.Duration type field. The +default annotation is not parsed properly.
```
// Period between Node.Tick invocations
// +default="100ms"
// +optional
Period metav1.Duration `json:"period,omitempty" protobuf:"bytes,5,opt,name=period"`
2021/05/03 21:22:53 OpenAP... | +default value parsing fails for metav1.Duration | https://api.github.com/repos/kubernetes/kubernetes/issues/101716/comments | 14 | 2021-05-03T21:53:04Z | 2021-10-22T05:39:33Z | https://github.com/kubernetes/kubernetes/issues/101716 | 874,938,752 | 101,716 |
[
"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 recor... | kubelet sends payload larger than etcd size limit causing kube-api error when recording event for probing | https://api.github.com/repos/kubernetes/kubernetes/issues/101715/comments | 9 | 2021-05-03T21:35:09Z | 2021-11-21T07:46:59Z | https://github.com/kubernetes/kubernetes/issues/101715 | 874,928,656 | 101,715 |
[
"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:
```
I0503... | Patch status log line for status_manager in kubelet is not useful | https://api.github.com/repos/kubernetes/kubernetes/issues/101714/comments | 6 | 2021-05-03T21:32:37Z | 2023-09-09T15:33:23Z | https://github.com/kubernetes/kubernetes/issues/101714 | 874,927,217 | 101,714 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.