issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 261k ⌀ | issue_title stringlengths 1 925 | issue_comments_url stringlengths 56 81 | issue_comments_count int64 0 2.5k | issue_created_at stringlengths 20 20 | issue_updated_at stringlengths 20 20 | issue_html_url stringlengths 37 62 | issue_github_id int64 387k 2.91B | issue_number int64 1 131k |
|---|---|---|---|---|---|---|---|---|---|
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
For contributors to Kubernetes, a configuration to assure that Codespaces will work with Kubernetes will enable the use of a cloud-based development environment to easily provision an environment with all the requirements and dependencies automatically installed and configured. T... | Add Codespaces configuration dev container | https://api.github.com/repos/kubernetes/kubernetes/issues/113019/comments | 20 | 2022-10-12T17:31:18Z | 2024-04-27T16:10:34Z | https://github.com/kubernetes/kubernetes/issues/113019 | 1,406,567,883 | 113,019 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Add or update an API method to be able to list Pods for a given deployment.
This is related to #72794, but that focuses on kubectl rather than the underlying API.
### Why is this needed?
The closest that current methods can get is using a [`labelSelector`](https://kubernetes.i... | API: List Pods for a given Deployment | https://api.github.com/repos/kubernetes/kubernetes/issues/113017/comments | 8 | 2022-10-12T16:38:08Z | 2023-04-11T23:07:52Z | https://github.com/kubernetes/kubernetes/issues/113017 | 1,406,506,907 | 113,017 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I have a job that creates a pod with two containers.
One always succeed and another may fail sometimes. Here's a reduced `describe` output
```
Name: my-job
Status: Failed
Containers:
migrate:
State: Terminated
Reason: Error
... | State of a pod with multiple containers is not accurate in case of failure | https://api.github.com/repos/kubernetes/kubernetes/issues/113013/comments | 7 | 2022-10-12T15:27:32Z | 2023-03-11T19:26:35Z | https://github.com/kubernetes/kubernetes/issues/113013 | 1,406,408,187 | 113,013 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
When a pod requires preempting more than one pod, this happens sequentially. It should be done in parallel. https://github.com/kubernetes/kubernetes/blob/525280d285c4bb4970e571a1e13a601befd75434/pkg/scheduler/framework/preemption/preemption.go#L338-L370
/sig scheduling
/sig sca... | Do pod preemption in parallel | https://api.github.com/repos/kubernetes/kubernetes/issues/113007/comments | 13 | 2022-10-12T13:28:03Z | 2022-10-19T14:23:03Z | https://github.com/kubernetes/kubernetes/issues/113007 | 1,406,219,208 | 113,007 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
If a POD has (on pod-level);
```yaml
securityContext:
runAsNonRoot: true
```
loading a ephemeral debug container fails;
```
# kubectl debug --image docker.io/library/alpine:latest alpine-noroot-787848b5b7-5t8c6 -it -- sh
Defaulting debug container name to debugger-7dp4l.
Warni... | Not possible to load an ephemeral container in a POD with runAsNonRoot:true | https://api.github.com/repos/kubernetes/kubernetes/issues/113006/comments | 22 | 2022-10-12T11:39:41Z | 2025-03-12T09:36:06Z | https://github.com/kubernetes/kubernetes/issues/113006 | 1,406,059,192 | 113,006 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Hi ,
I have installed K8 cluster version 1.24.3 via puppet using below configuration. But after this setup all nodes are showing Not Ready state. I have checked the logs and found error "tworkPluginNotReady message:Network plugin returns error: cni plugin not initialized" mentioned below.
Can so... | Nodes are showing NotReady status after installation k8 version 1.24.3 | https://api.github.com/repos/kubernetes/kubernetes/issues/113003/comments | 11 | 2022-10-12T08:47:25Z | 2022-11-17T14:46:41Z | https://github.com/kubernetes/kubernetes/issues/113003 | 1,405,820,071 | 113,003 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
After https://github.com/kubernetes/kubernetes/pull/112043 merged, build logs for e2e tests have started showing stack traces that look like:
```
E1006 21:44:17.463438 10199 runtime.go:79] Observed a panic: "invalid memory address or nil pointer dereference" (runtime error: invalid memory addres... | e2e test logs filled with "observed a panic" | https://api.github.com/repos/kubernetes/kubernetes/issues/112996/comments | 4 | 2022-10-12T00:41:43Z | 2022-10-17T11:39:21Z | https://github.com/kubernetes/kubernetes/issues/112996 | 1,405,391,332 | 112,996 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
For the ReadWriteOncePod feature to graduate to beta, we need to have E2E test coverage for its current alpha behavior.
See this section of KEP-2485 for more context on what cases we need to cover for alpha:
https://github.com/kubernetes/enhancements/blob/master/keps/sig-storag... | Add E2E test for ReadWriteOncePod alpha behavior | https://api.github.com/repos/kubernetes/kubernetes/issues/112986/comments | 2 | 2022-10-11T19:20:29Z | 2022-10-17T17:01:09Z | https://github.com/kubernetes/kubernetes/issues/112986 | 1,405,118,489 | 112,986 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Container / Pod Stats reported by kubelet are currently collected by cAdvisor (and optionally CRI). As seen in https://github.com/kubernetes/kubernetes/issues/107172, currently cAdvisor metrics override CRI metrics. This is an issue for some runtimes such as gVisor container which do not export c... | Kubelet overrides (non-empty) container metrics from CRI with empty cAdvisor metrics | https://api.github.com/repos/kubernetes/kubernetes/issues/112984/comments | 5 | 2022-10-11T18:26:20Z | 2023-01-10T01:10:46Z | https://github.com/kubernetes/kubernetes/issues/112984 | 1,405,059,389 | 112,984 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
As per, https://kep.k8s.io/3466, wire up metrics/slis for ccm
### Why is this needed?
https://kep.k8s.io/3466 | Wire up metrics/slis for cloud-controller-manager | https://api.github.com/repos/kubernetes/kubernetes/issues/112982/comments | 6 | 2022-10-11T17:43:41Z | 2022-11-08T20:42:20Z | https://github.com/kubernetes/kubernetes/issues/112982 | 1,405,008,014 | 112,982 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
While trying to enable API Server Tracing while using k3s, the API Server component crashes. The only way to avoid this crash is to disable egress selectors in k3s entirely. I originally opened an issue in the k3s repo (see https://github.com/k3s-io/k3s/issues/6254), and we determined that the issue... | APIServer Tracing crashes with nil pointer exception when egress selector is configured | https://api.github.com/repos/kubernetes/kubernetes/issues/112976/comments | 2 | 2022-10-11T13:54:29Z | 2022-10-18T22:07:14Z | https://github.com/kubernetes/kubernetes/issues/112976 | 1,404,686,419 | 112,976 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
# pulling images firstly
sudo kubeadm config images pull
I1011 16:16:38.903002 4669 version.go:255] remote version is much newer: v1.25.2; falling back to: stable-1.23
[config/images] Pulled k8s.gcr.io/kube-apiserver:v1.23.12
[config/images] Pulled k8s.gcr.io/kube-controller-manager:v1.23.12
... | kubeadm init always pull images even if perform this action in beforehand using 'kubeadm config images pull' | https://api.github.com/repos/kubernetes/kubernetes/issues/112974/comments | 4 | 2022-10-11T08:30:05Z | 2022-10-11T12:18:23Z | https://github.com/kubernetes/kubernetes/issues/112974 | 1,404,232,930 | 112,974 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are flaking?
release-master-blocking
- gce-ubuntu-master-containerd
### Which tests are flaking?
- Kubernetes e2e suite.[It] [sig-cli] Kubectl client Kubectl events should show event when pod is created
- ci-kubernetes-e2e-ubuntu-gce-containerd.Overall
- kubetest.Test
- Kubernetes e2e suite.... | [Flaky test] gce-ubuntu-master-containerd | https://api.github.com/repos/kubernetes/kubernetes/issues/112970/comments | 7 | 2022-10-11T04:10:01Z | 2023-01-13T00:33:42Z | https://github.com/kubernetes/kubernetes/issues/112970 | 1,403,970,708 | 112,970 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
We've noticed occasionally the following scenario:
1. Deployment with CSI volumes is created
2. CSI driver goes down immediately before/after deployment is created
3. Kubelet fails to check for `STAGE_UNSTAGE_VOLUME` capability https://github.com/kubernetes/kubernetes/blob/64ed9145452d2d1d324d2... | CSI SetUpAt does not retry when STAGE_UNSTAGE_VOLUME check fails | https://api.github.com/repos/kubernetes/kubernetes/issues/112969/comments | 5 | 2022-10-11T04:00:53Z | 2024-02-29T08:35:48Z | https://github.com/kubernetes/kubernetes/issues/112969 | 1,403,964,161 | 112,969 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are flaking?
release-master-blocking
- gce-cos-master-reboot
### Which tests are flaking?
- ci-kubernetes-e2e-gci-gce-reboot.Overall
- ci-kubernetes-e2e-gci-gce-reboot.Pod
- Kubernetes e2e suite.[It] [sig-cloud-provider-gcp] Reboot [Disruptive] [Feature:Reboot] each node by ordering unclean... | [Flaky test] gce-cos-master-reboot | https://api.github.com/repos/kubernetes/kubernetes/issues/112968/comments | 4 | 2022-10-11T03:30:06Z | 2022-10-12T02:51:50Z | https://github.com/kubernetes/kubernetes/issues/112968 | 1,403,947,000 | 112,968 |
[
"kubernetes",
"kubernetes"
] | Hello, everyone, I need some help on set up using IPv4/IPv6 dual network with k8s v1.18.3.
I created my k8s cluster using sealos and my operating system is Centos7.
After creating the k8s cluster(pure ipv4, no ipv6 setup) using sealos, I followed the official k8s document instructions on websites (https://www.b... | How to set up using IPv4/IPv6 dual network on k8s v1.18.3 | https://api.github.com/repos/kubernetes/kubernetes/issues/112967/comments | 9 | 2022-10-11T03:26:18Z | 2022-10-12T07:12:55Z | https://github.com/kubernetes/kubernetes/issues/112967 | 1,403,944,814 | 112,967 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
As per, https://kep.k8s.io/3466, wire up metrics/slis for kubelet
### Why is this needed?
https://kep.k8s.io/3466 | Wire up metrics/slis for kubelet | https://api.github.com/repos/kubernetes/kubernetes/issues/112962/comments | 3 | 2022-10-10T20:21:54Z | 2022-10-21T17:35:54Z | https://github.com/kubernetes/kubernetes/issues/112962 | 1,403,671,736 | 112,962 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
As per, https://kep.k8s.io/3466, wire up metrics/slis for KCM
### Why is this needed?
https://kep.k8s.io/3466 | Wire up metrics/slis for kube-scheduler | https://api.github.com/repos/kubernetes/kubernetes/issues/112960/comments | 3 | 2022-10-10T18:54:07Z | 2022-10-14T15:48:59Z | https://github.com/kubernetes/kubernetes/issues/112960 | 1,403,584,172 | 112,960 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
As per, https://kep.k8s.io/3466, wire up metrics/slis for kube-proxy
### Why is this needed?
https://kep.k8s.io/3466 | Wire up metrics/slis for kube-proxy | https://api.github.com/repos/kubernetes/kubernetes/issues/112959/comments | 4 | 2022-10-10T18:53:36Z | 2022-10-15T13:49:07Z | https://github.com/kubernetes/kubernetes/issues/112959 | 1,403,583,750 | 112,959 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
As per, https://kep.k8s.io/3466, wire up `metrics/slis` for KCM
### Why is this needed?
https://kep.k8s.io/3466 | Wire up `metrics/slis` for kube-controller-manager | https://api.github.com/repos/kubernetes/kubernetes/issues/112958/comments | 4 | 2022-10-10T18:52:34Z | 2022-10-12T06:39:01Z | https://github.com/kubernetes/kubernetes/issues/112958 | 1,403,582,838 | 112,958 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Loopback addresses (127.0.0.0/8, ::1/128) can't be used by services in proxy-mode=ipvs
### What did you expect to happen?
it makes sense to dismiss those early, add RETURN rule to KUBE-NODE-PORT,KUBE-SERVICES
```
iptables -t nat -I KUBE-SERVICES 1 -s 127.0.0.0/8 -j RETURN
ip6tables -... | Dismiss connects to localhost early in the service chain when proxymode = ipvs | https://api.github.com/repos/kubernetes/kubernetes/issues/112949/comments | 9 | 2022-10-10T09:33:14Z | 2022-10-14T06:00:47Z | https://github.com/kubernetes/kubernetes/issues/112949 | 1,402,873,641 | 112,949 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Introduce `MatchLabelKeys` to [PodAffinityTerm](https://pkg.go.dev/k8s.io/api/core/v1#PodAffinityTerm) (like [we do to Pod Topology Spread](https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/3243-respect-pod-topology-spread-after-rolling-upgrades)).
###... | Introduce `MatchLabelKeys` (the same one as Pod Topology Spread) to `PodAffinityTerm` | https://api.github.com/repos/kubernetes/kubernetes/issues/112947/comments | 19 | 2022-10-10T07:44:41Z | 2023-10-23T16:39:15Z | https://github.com/kubernetes/kubernetes/issues/112947 | 1,402,736,660 | 112,947 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Following the link https://github.com/kubernetes/community/blob/master/contributors/devel/development.md, try to build kubeadm, got error: `touch: cannot touch '_output/bin/prerelease-lifecycle-gen': No such file or directory`, the details are listed as following:
```
[root@kube-develop kubernet... | build kubeadm fail error: cannot touch '_output/bin/prerelease-lifecycle-gen': No such file or directory | https://api.github.com/repos/kubernetes/kubernetes/issues/112943/comments | 3 | 2022-10-10T01:00:36Z | 2022-10-10T03:39:29Z | https://github.com/kubernetes/kubernetes/issues/112943 | 1,402,461,273 | 112,943 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
1、A new work k8s-node03 is added
<img width="303" alt="image" src="https://user-images.githubusercontent.com/41875799/194770650-404c1f82-43e1-4226-827c-d26fc7b02b50.png">
2、Everything seems to be working well
<img width="1066" alt="image" src="https://user-images.githubusercontent.com/41875799/... | k8s v1.23.6 installed in binary kubelet "Unable to authenticate the request due to an error" err="[invalid bearer token, square/go-jose: error in cryptographic primitive]" | https://api.github.com/repos/kubernetes/kubernetes/issues/112942/comments | 3 | 2022-10-09T17:33:40Z | 2022-10-10T03:42:57Z | https://github.com/kubernetes/kubernetes/issues/112942 | 1,402,343,433 | 112,942 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
The update Pod was having trouble allocating memory
Version: Kubernetes1.7.9
Docker version: 20.10.7
When I tried to update a Pod
`
mkdir /sys/fs/cgroup/memory/kubepods/burstable/podf2552b87-fd99-4c85-9b6c-e997dcdb6a0f: cannot allocate memory
`
### What did you expect to happen?
mkdir /sys... | The update Pod was having trouble allocating memory | https://api.github.com/repos/kubernetes/kubernetes/issues/112940/comments | 6 | 2022-10-09T08:43:53Z | 2022-10-09T11:22:46Z | https://github.com/kubernetes/kubernetes/issues/112940 | 1,402,201,693 | 112,940 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I created a `privileged` pod on K8S v1.24.0. Use `kubectl exec` to enter the pod's shell, i noticed that the whole host cgroupfs was mount at `/sys/fs/cgroup` with `rw` mode. And i can get other pod's cgroup, even modify it!
Created `privileged` pod on K8S v1.25.2, same results. Created `privileg... | Forbidden accessing or modifying other pod's cgroup in privileged container | https://api.github.com/repos/kubernetes/kubernetes/issues/112937/comments | 20 | 2022-10-09T06:16:29Z | 2024-12-11T18:57:21Z | https://github.com/kubernetes/kubernetes/issues/112937 | 1,402,166,764 | 112,937 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
kubelet panic with nil map when apiserver restart and kubelet is allocating scaler resources.

### What did you expect to happen?
kubelet should not panic.
### How can we reproduce i... | kubelet panic when apiserver restart | https://api.github.com/repos/kubernetes/kubernetes/issues/112936/comments | 9 | 2022-10-09T04:54:39Z | 2022-11-01T17:46:47Z | https://github.com/kubernetes/kubernetes/issues/112936 | 1,402,151,003 | 112,936 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
```
student@master:~$ k create deployment httpd --image httpd
deployment.apps/httpd created
student@master:~$ k get pod -l app=httpd
NAME READY STATUS RESTARTS AGE
httpd-676d9bc46d-tk94g 1/1 Running 0 74s
student@master:~$ k set image deployment.apps... | kubectl rollout history deployment -o yaml --revision N seems to ignore the revision parameter and always use the most recent one. | https://api.github.com/repos/kubernetes/kubernetes/issues/112935/comments | 6 | 2022-10-09T04:38:26Z | 2022-10-10T02:17:41Z | https://github.com/kubernetes/kubernetes/issues/112935 | 1,402,148,532 | 112,935 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
1. create a cluster with 1 master and 2 nodes
2. create a statefulset which has affinity with one of 2 nodes
```
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: web
spec:
podManagementPolicy: Parallel
serviceName: "headless"
replicas: 1
selector:
matchLabels:
... | Pod with tolerationSeconds 0 for taint "unreachable" would be scheduled and evited frequently while node became ready from not ready | https://api.github.com/repos/kubernetes/kubernetes/issues/112930/comments | 13 | 2022-10-08T08:50:58Z | 2024-07-02T08:41:39Z | https://github.com/kubernetes/kubernetes/issues/112930 | 1,401,876,578 | 112,930 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
I want to prevent brute force attacks to my services on Kubernetes. My solution is to ban IPs that have many failed attempts but every request will be SNAT (Source NAT) and I don't know what can I do. Is there Any proxy I can use for my TCP requests and after that I can ban IPs?
#... | Keep source IP when clients request to pod on Kubernetes | https://api.github.com/repos/kubernetes/kubernetes/issues/112929/comments | 4 | 2022-10-08T08:45:04Z | 2022-11-09T23:54:55Z | https://github.com/kubernetes/kubernetes/issues/112929 | 1,401,875,038 | 112,929 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
**### The Server have free memory,But nodes show 100% and pod's status is Evicted**
kubectl get pods -nistio-system
NAME READY STATUS RESTARTS AGE
istio-citadel-894d98c88-zkt23 0/1 Evicted 0 102d
**#kubectl -nistio-syst... | The node was low on resource: memory | https://api.github.com/repos/kubernetes/kubernetes/issues/112927/comments | 3 | 2022-10-08T04:30:10Z | 2022-10-08T08:32:50Z | https://github.com/kubernetes/kubernetes/issues/112927 | 1,401,817,944 | 112,927 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I just installed on windows 10 the lastest version of Docker Desktop and enabled Kubernetes with the cluster Docker Desktop.
```
"pods": [
{
"podRef": {
"name": "metrics-server-64bbb8bf6c-ln79f",
"namespace": "kube-system",
"uid": "9f71910b-9839-4a5b-8145-d67a84a31369"
... | "workingSetBytes": 0 in all the pods with Docker Desktop v4.12.00 and Kubernetes v1.25.0 | https://api.github.com/repos/kubernetes/kubernetes/issues/112918/comments | 9 | 2022-10-07T15:44:53Z | 2022-11-09T18:25:48Z | https://github.com/kubernetes/kubernetes/issues/112918 | 1,401,375,485 | 112,918 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Listing objects works fine. Watching for objects doesn't however. It errors out during a Decode [here](https://github.com/kubernetes/apimachinery/blob/master/pkg/runtime/serializer/versioning/versioning.go#L190)
with
`error(*k8s.io/apimachinery/pkg/runtime.notRegisteredErr) *{schemeName: "pkg/runt... | Can't watch for custom resources using client-go | https://api.github.com/repos/kubernetes/kubernetes/issues/112915/comments | 11 | 2022-10-07T14:51:59Z | 2024-02-22T16:43:26Z | https://github.com/kubernetes/kubernetes/issues/112915 | 1,401,312,690 | 112,915 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Have better resolution of the metric. The range is probably good (0 to 50), but the resolution is not very useful. Maybe it should be an exponential scale instead of linear https://github.com/kubernetes/kubernetes/blob/e11e226b23c0213021a6678002132ad102d488e7/pkg/scheduler/metric... | Resolution of preemption_victims metric is limiting | https://api.github.com/repos/kubernetes/kubernetes/issues/112912/comments | 9 | 2022-10-07T11:14:14Z | 2022-10-14T06:37:49Z | https://github.com/kubernetes/kubernetes/issues/112912 | 1,401,009,641 | 112,912 |
[
"kubernetes",
"kubernetes"
] | Opening the issue to move the discussion here, based on the [message to CNCF Tag Runtime](https://lists.cncf.io/g/cncf-tag-runtime/topic/standardization_of_the_oom/94093173?p=,,,20,0,0,0::recentpostdate/sticky,,,20,2,0,94093173,previd%3D1664812590813586286,nextid%3D1637210209940337491&previd=1664812590813586286&nextid=... | Standardization of the OOM kill communication between container runtime and kubelet | https://api.github.com/repos/kubernetes/kubernetes/issues/112910/comments | 16 | 2022-10-07T09:33:41Z | 2023-04-25T08:22:09Z | https://github.com/kubernetes/kubernetes/issues/112910 | 1,400,892,830 | 112,910 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
https://github.com/kubernetes/kubernetes/blob/master/docs/concepts/workloads/pods/ephemeral-containers
The above link provided in **v1.25.0 -> What's New (Major Themes) -> Ephemeral Containers Graduate to Stable ** is broken. GH responds with page not found
### What did you expect to happen?
To... | Ephemeral Containers link provided in CHANGELOG is broken | https://api.github.com/repos/kubernetes/kubernetes/issues/112908/comments | 18 | 2022-10-07T04:07:50Z | 2024-01-27T09:42:46Z | https://github.com/kubernetes/kubernetes/issues/112908 | 1,400,590,825 | 112,908 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
I would like to use 'pkg/kubelet/cm/cpuset' as a library in a different project.
Is it possible to relocate it to kubernetes/utils?
### Why is this needed?
'cpuset' package is not staged as part of this package interface, it's a subpackage. | Move 'pkg/kubelet/cm/cpuset' to kubernetes/utils | https://api.github.com/repos/kubernetes/kubernetes/issues/112899/comments | 19 | 2022-10-06T17:11:32Z | 2023-05-12T15:37:03Z | https://github.com/kubernetes/kubernetes/issues/112899 | 1,400,036,554 | 112,899 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
In commit https://github.com/kubernetes/kubernetes/commit/1e7bb20c52e452a7ca061ca1dda1936e9df1f266 we added podresources-related metrics, to make sure the feature was monitoring-friendly. Because of a implementation bug, the metrics have been added, they are updated correctly, but they are never reg... | podresources metrics not exported | https://api.github.com/repos/kubernetes/kubernetes/issues/112896/comments | 3 | 2022-10-06T12:23:56Z | 2022-10-19T20:57:20Z | https://github.com/kubernetes/kubernetes/issues/112896 | 1,399,511,336 | 112,896 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
As per my understanding, when containers exceed their memory or cpu limits, they are restarted. But when they exceed ephemeral storage limit, the pod itself has to be destroyed and recreated (by eviction). Also, critical pods would not be evicted.
We have some pods marked as critical which at tim... | Exceeding the ephemeral storage limit not causing eviction in critical pods | https://api.github.com/repos/kubernetes/kubernetes/issues/112893/comments | 21 | 2022-10-06T09:42:38Z | 2024-01-18T23:59:55Z | https://github.com/kubernetes/kubernetes/issues/112893 | 1,399,227,975 | 112,893 |
[
"kubernetes",
"kubernetes"
] | # Progress <code>[6/6]</code>
- [X] APISnoop org-flow: [CoreV1NamespaceFinalizeTest.org](https://github.com/apisnoop/ticket-writing/blob/master/CoreV1NamespaceFinalizeTest.org)
- [X] Test approval issue: #112890
- [X] Test PR: #112891
- [X] Two weeks soak start date: [testgrid-link](https://testgrid.k8s.i... | Write e2e test for replaceCoreV1NamespaceFinalize +1 Endpoints | https://api.github.com/repos/kubernetes/kubernetes/issues/112890/comments | 3 | 2022-10-06T00:15:56Z | 2022-10-31T01:34:47Z | https://github.com/kubernetes/kubernetes/issues/112890 | 1,398,533,847 | 112,890 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
If I have a container with the following:
```
FROM mcr.microsoft.com/oss/kubernetes/windows-host-process-containers-base-image:v0.1.0
ENV PATH="C:\Windows\system32;C:\Windows;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;"
WORKDIR /debug
ADD ./wcnspectserv.exe /debug
```
and a yaml spec... | When a Hostprocess container using new containerd (1.7 alpha) with the working directory set it doesn't map to right location | https://api.github.com/repos/kubernetes/kubernetes/issues/112885/comments | 10 | 2022-10-05T20:04:40Z | 2023-03-04T23:10:52Z | https://github.com/kubernetes/kubernetes/issues/112885 | 1,398,314,108 | 112,885 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Even PSP or other policy engines enforces the field values of `PodSecurityContext.SupplementalGroups`, user can bypass the setting by building a custom container image like this.
Assume the below PSP is enforced:
```yaml
kind: PodSecurityPolicy
...
spec:
# this only allows uid=1000, gi... | Can bypass `PodSecurityContext.SupplementalGroups` by custom container image although PSP(or other policy engines) enforces the field | https://api.github.com/repos/kubernetes/kubernetes/issues/112879/comments | 16 | 2022-10-05T16:07:41Z | 2024-08-13T14:17:20Z | https://github.com/kubernetes/kubernetes/issues/112879 | 1,398,041,383 | 112,879 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
`kubectl get pod -l lbl=label -o yaml` returns valid empty yaml when no pods are found and returns success
```
apiVersion: v1
items: []
kind: List
metadata:
resourceVersion: ""
selfLink: ""
```
`k get pods -l lbl=label -o jsonpath="{.items[0].metadata.name}"` instead throws an err... | Inconsistant behaviours between `-o` flags | https://api.github.com/repos/kubernetes/kubernetes/issues/112876/comments | 2 | 2022-10-05T12:18:42Z | 2022-10-05T12:22:08Z | https://github.com/kubernetes/kubernetes/issues/112876 | 1,397,702,537 | 112,876 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
After update 1.23.7 -> 1.24.6 kubelet stops sending logs to journald at certain point - just before this line:
`I1005 06:27:03.990916 1189617 apiserver.go:52] "Watching apiserver"`
However logs still appear in `/var/log/syslog`
```bash
## Last entries of journald
root@1k8s-rc02-worker140a:~# ... | Kubelet stops sending logs to journald | https://api.github.com/repos/kubernetes/kubernetes/issues/112874/comments | 11 | 2022-10-05T08:08:32Z | 2023-04-06T08:40:02Z | https://github.com/kubernetes/kubernetes/issues/112874 | 1,397,406,819 | 112,874 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Occasionally job completions are counted twice (or potentially multiple times?) in the `job_controller_job_finished_total` metric. This happens for about 20% of jobs, but may depend on the Job specificity, which results in an overestimation of the number of finished jobs.
### What did you exp... | Occasional double counting of job completions in the `job_controller_job_finished_total` metric | https://api.github.com/repos/kubernetes/kubernetes/issues/112873/comments | 4 | 2022-10-05T07:51:38Z | 2022-10-14T13:24:59Z | https://github.com/kubernetes/kubernetes/issues/112873 | 1,397,386,022 | 112,873 |
[
"kubernetes",
"kubernetes"
] | Please see:
https://github.com/kubernetes/kubernetes/blob/master/OWNERS#L5-L18
There are six approvers and reviewers, ALL of them are from google. This is not a good look for a really diverse project like Kubernetes with contributors from all over the world.
/assign @dchen1107 @lavalamp @smarterclayton @thockin ... | All reviewers and approvers in root OWNERS are from google | https://api.github.com/repos/kubernetes/kubernetes/issues/112867/comments | 18 | 2022-10-05T00:20:49Z | 2022-10-10T21:51:03Z | https://github.com/kubernetes/kubernetes/issues/112867 | 1,397,002,496 | 112,867 |
[
"kubernetes",
"kubernetes"
] | There's a _lot_ of complexity in the build system around rsync + build + data containers.
This was mostly added to work around docker desktop filesystem performance on macOS, but also used to support building against docker on a remote VM.
Besides the docker desktop licensing changes probably reducing how many de... | remove rsync from build | https://api.github.com/repos/kubernetes/kubernetes/issues/112862/comments | 7 | 2022-10-04T21:03:27Z | 2024-06-03T16:49:29Z | https://github.com/kubernetes/kubernetes/issues/112862 | 1,396,840,745 | 112,862 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
After updating /etc/kubernetes/manifests/kube-apiserver.yaml and adding --feature-gates=MixedProtocolLBService=true to the command array, the apiserver container restarts as expected. However, upon restart, it does not update the command when inspecting with kubectl get pod -o=yaml or ps -ef.
I d... | kubeapi server ignores manifest changes | https://api.github.com/repos/kubernetes/kubernetes/issues/112861/comments | 11 | 2022-10-04T20:00:23Z | 2022-10-11T20:14:25Z | https://github.com/kubernetes/kubernetes/issues/112861 | 1,396,776,783 | 112,861 |
[
"kubernetes",
"kubernetes"
] | 1. Key generation for local KEK
2. Rotation based on counter; also rotate once a week even if the counter does not hit 2 million?
3. Encryption using AES-GCM
4. Metrics
5. Logging
6. Externalized encryption of local KEK
ref: https://github.com/aramase/kubernetes-kms/blob/kms-v2alpha1/pkg/kek/kek.go
The imple... | [KMSv2] Add metrics and tracing in `k8s.io/kms` for plugins | https://api.github.com/repos/kubernetes/kubernetes/issues/112859/comments | 19 | 2022-10-04T17:49:07Z | 2023-05-02T16:29:08Z | https://github.com/kubernetes/kubernetes/issues/112859 | 1,396,637,407 | 112,859 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Add [metrics](https://github.com/kubernetes/kubernetes/tree/v1.25.2/pkg/kubelet/metrics) to enable observability of the cpumanager.
### Why is this needed?
This is required to [GA the feature](https://github.com/kubernetes/enhancements/pull/3350) but it's also useful in general.
... | Add metrics for cpumanager | https://api.github.com/repos/kubernetes/kubernetes/issues/112854/comments | 2 | 2022-10-04T12:45:38Z | 2022-10-31T10:12:58Z | https://github.com/kubernetes/kubernetes/issues/112854 | 1,396,217,971 | 112,854 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
(Disclaimer: It's just an idea now, will confirm the technical feasibility for this after getting some feedback on this idea)
**summery**: introduce WASM runtime in kubernetes scheduler.
We can allow users to write WASM plugins and load them in the scheduler much more easily... | Scheduler: introduce WASM runtime to scheduler and load scheduler plugins via WASM runtime | https://api.github.com/repos/kubernetes/kubernetes/issues/112851/comments | 22 | 2022-10-04T06:59:10Z | 2024-01-21T06:33:21Z | https://github.com/kubernetes/kubernetes/issues/112851 | 1,395,760,476 | 112,851 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I ran ```hack/cherry_pick_pull.sh upstream/release-1.23 112689```
It failed to create the PR with the following error.
```
+++ Creating a pull request on GitHub at wfender@google.com:automated-cherry-pick-of-#112689-upstream-release-1.23
Warning: 1 uncommitted change
Creating pull request... | Error running hack/cherry_pick_pull.sh | https://api.github.com/repos/kubernetes/kubernetes/issues/112849/comments | 6 | 2022-10-04T06:20:21Z | 2023-03-03T07:55:50Z | https://github.com/kubernetes/kubernetes/issues/112849 | 1,395,724,931 | 112,849 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I passed a rest.Config with a `Dial` function to `remotecommand.NewSPDYExecutor`:
```go
exec, err := remotecommand.NewSPDYExecutor(&rest.Config{
...,
Dial: someSpecialDialFunc,
}, "POST", req.URL())
```
### What did you expect to happen?
I expected my dial function to be ... | remotecommand.NewSPDYExecutor ignores the rest.Config dial function | https://api.github.com/repos/kubernetes/kubernetes/issues/112847/comments | 14 | 2022-10-04T02:18:15Z | 2024-05-16T16:42:18Z | https://github.com/kubernetes/kubernetes/issues/112847 | 1,395,569,429 | 112,847 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
It appears image credential provider plugins are not called when in-tree cloud providers are enabled. Even when disabling by using the `DisableKubeletCloudCredentialProviders` feature flag, k8s still detects it is running on an EC2 instance and attempts to use the `amazon-ecr` provider and does no... | Image credential provider plugins not being called when native in-tree cloud provider is detected | https://api.github.com/repos/kubernetes/kubernetes/issues/112842/comments | 17 | 2022-10-03T21:46:29Z | 2022-10-04T18:06:53Z | https://github.com/kubernetes/kubernetes/issues/112842 | 1,395,371,345 | 112,842 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
There is a regression in v1.24.0 (and above) that causes stale HNS load balancer proxy rules anytime a backend pod is deleted. Each subsequent deletion will leave behind an additional external VIP load balancing rule that references endpoints which no longer exist.
This can cause occasional con... | Regression in winkernel proxier that causes stale load balancing proxy rules | https://api.github.com/repos/kubernetes/kubernetes/issues/112836/comments | 8 | 2022-10-03T20:42:58Z | 2022-11-01T16:53:06Z | https://github.com/kubernetes/kubernetes/issues/112836 | 1,395,309,002 | 112,836 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Created limit range object with this parameters
```yaml
apiVersion: v1
kind: LimitRange
metadata:
name: mem-limit-range
namespace: default
spec:
limits:
- default:
cpu: 10m
memory: 512Mi
defaultRequest:
cpu: 10m
memory: 256Mi
max:
cpu: "1... | Creating pod with requests bigger than default limitrange fails | https://api.github.com/repos/kubernetes/kubernetes/issues/112835/comments | 7 | 2022-10-03T20:32:30Z | 2022-10-06T15:37:02Z | https://github.com/kubernetes/kubernetes/issues/112835 | 1,395,289,799 | 112,835 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I was using https://github.com/kubernetes/kubernetes/blob/725993afce11082b973901d2e92553640771d55d/test/e2e/framework/exec_util.go#L49-L84 (similar to `kubectl exec -i`) with `dd` as command and some data as stdin to create a file inside a container. This worked fine most of the time during local ... | apiserver: command exec in pod randomly drops stdin | https://api.github.com/repos/kubernetes/kubernetes/issues/112834/comments | 23 | 2022-10-03T19:15:20Z | 2024-04-12T09:27:22Z | https://github.com/kubernetes/kubernetes/issues/112834 | 1,395,201,189 | 112,834 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
On a single node kubernetes installation (so `control-plane` (or `master` pre-1.24) taint removed) on Ubuntu 20.04. For versions of kubernetes after 1.23 the network wont initialize if there is a disabled network interface even if you're not using that network interface. Everything works on versio... | Kubernetes 1.24+ fails with "cni plugin not initialized" when a network interface is disabled in the network manager | https://api.github.com/repos/kubernetes/kubernetes/issues/112829/comments | 3 | 2022-10-03T15:13:17Z | 2022-10-03T15:42:04Z | https://github.com/kubernetes/kubernetes/issues/112829 | 1,394,905,975 | 112,829 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
Through a series of unfortunate events and miscommunication, we've realized we've been using both client-side apply (CSA) and server-side apply (SSA) for a while towards our clusters. Different engineers have used different methods for about a year. It's been fine until about a week ago when we trie... | Renaming pod causes duplicate pods if SSA and CSA has been mixed historically | https://api.github.com/repos/kubernetes/kubernetes/issues/112826/comments | 14 | 2022-10-03T08:34:27Z | 2022-11-08T01:08:23Z | https://github.com/kubernetes/kubernetes/issues/112826 | 1,394,352,349 | 112,826 |
[
"kubernetes",
"kubernetes"
] | # Progress <code>[6/6]</code>
- [X] APISnoop org-flow: [CoreV1ServiceAccountReplaceTest.org](https://github.com/apisnoop/ticket-writing/blob/master/CoreV1ServiceAccountReplaceTest.org)
- [X] Test approval issue: #112822
- [X] Test PR: #112823
- [X] Two weeks soak start date: [testgrid-link](https://testgr... | Write e2e test for replaceCoreV1NamespacedServiceAccount - +1 Endpoint | https://api.github.com/repos/kubernetes/kubernetes/issues/112822/comments | 3 | 2022-10-03T00:52:20Z | 2022-10-14T09:43:38Z | https://github.com/kubernetes/kubernetes/issues/112822 | 1,393,962,755 | 112,822 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I have a cluster setup with 3 nodes. I'm using metallb for loadbalancing and callico for BGP to an upstream router.
```mermaid
flowchart TD
router((router))
router<-.-> |bgp|kube11[kube11]
router<-.-> |bgp|kube12[kube12]
router<-.-> |bgp|kube13[kube13]
```
Most of my services are... | externalTrafficPolicy: Local blocking cluster-internal traffic | https://api.github.com/repos/kubernetes/kubernetes/issues/112820/comments | 9 | 2022-10-02T10:52:14Z | 2022-10-06T20:37:44Z | https://github.com/kubernetes/kubernetes/issues/112820 | 1,393,722,621 | 112,820 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I am using init container to get rid of "read only file system error " where i am copying configMap volume to an empty dir, after main container reads the empty dir i am deleting that empty dir
But when main container restarts it does not find the files in empty dir and hence my application is n... | init Container does not restart on restarting mainContainer | https://api.github.com/repos/kubernetes/kubernetes/issues/112815/comments | 15 | 2022-10-01T08:18:02Z | 2022-10-03T07:08:34Z | https://github.com/kubernetes/kubernetes/issues/112815 | 1,393,302,896 | 112,815 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
We run a self-hosted control-plane, and support the ability to run split-node clusters. In this configuration etcd runs in a static pod on one node, and the control-plane components run as static pods on another node. Filtering out the unrelated pods, it looks something like this:
```console
N... | Kubelet creates duplicate containers for static pods whose manifests change before all sources have synced | https://api.github.com/repos/kubernetes/kubernetes/issues/112814/comments | 10 | 2022-10-01T07:52:34Z | 2023-04-23T04:52:30Z | https://github.com/kubernetes/kubernetes/issues/112814 | 1,393,291,188 | 112,814 |
[
"kubernetes",
"kubernetes"
] | ## WHY
Sometimes I want to create a role for a specific field of a specific resource.
For example, when controlling the synchronization of Argo CD, the syncPolicy field of the application resource is manipulated, but the current Role and RBAC cannot restrict other fields.
I have used crd or admission webhook as a ... | Allow fields to be specified in role | https://api.github.com/repos/kubernetes/kubernetes/issues/112811/comments | 4 | 2022-10-01T04:28:50Z | 2022-10-06T03:02:33Z | https://github.com/kubernetes/kubernetes/issues/112811 | 1,393,232,666 | 112,811 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are failing?
Our internal CI job that runs k8s unit tests with master golang.
### Which tests are failing?
k8s.io/kubernetes/vendor/k8s.io/legacy-cloud-providers/azure: TestCreateVolume
k8s.io/kubernetes/vendor/k8s.io/legacy-cloud-providers/azure: TestDeleteVolume
### Since when has it been ... | Fail: Azure unit tests TestCreateVolume and TestDeleteVolume fail with master golang | https://api.github.com/repos/kubernetes/kubernetes/issues/112802/comments | 3 | 2022-09-30T10:54:51Z | 2022-10-12T13:23:01Z | https://github.com/kubernetes/kubernetes/issues/112802 | 1,392,257,963 | 112,802 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
#### While I show container's log by using kubectl logs, give me an error like this:

```
[root@k8s-master-1 ~]# kubectl logs nginx-85b98978db-4gd2n
Error from server (MethodNotAllo... | kubectl/logs: kubectl logs MethodNotAllowed | https://api.github.com/repos/kubernetes/kubernetes/issues/112801/comments | 8 | 2022-09-30T10:18:46Z | 2023-12-21T09:29:37Z | https://github.com/kubernetes/kubernetes/issues/112801 | 1,392,212,279 | 112,801 |
[
"kubernetes",
"kubernetes"
] | root@dev-doc-adhoc-dev-task-bgl-001:~# kubectl get certificaterequest
NAME READY AGE
devcms-app-secret-lcx5n False 22m
letsencrypt-prod-2mhqn False 319d
root@dev-doc-adhoc-dev-task-bgl-001:~# kubectl describe devcms-app-secret-lcx5n
error: the server doesn't have a resource type ... | Issuing certificate as Secret does not exist | https://api.github.com/repos/kubernetes/kubernetes/issues/112800/comments | 6 | 2022-09-30T10:18:40Z | 2024-08-14T13:14:31Z | https://github.com/kubernetes/kubernetes/issues/112800 | 1,392,212,145 | 112,800 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I want to use the NVIDIA GPU device pass through mode with Kata Containers. but when I followed the [doc](https://github.com/kata-containers/kata-containers/blob/main/docs/use-cases/NVIDIA-GPU-passthrough-and-Kata.md#nvidia-gpu-pass-through-mode-with-kata-containers
) attempting to rebind the GPU t... | can not rebinding GPU device to vfio because kubelet handle the device | https://api.github.com/repos/kubernetes/kubernetes/issues/112795/comments | 11 | 2022-09-30T03:27:11Z | 2022-10-10T03:25:46Z | https://github.com/kubernetes/kubernetes/issues/112795 | 1,391,767,093 | 112,795 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
When upgrading nodes from 1.24 to 1.25, on a cluster where master is already at 1.25, I notice that my Service `type=LoadBalancer` and `xTP=Local` have an incorrect set of nodes after the nodes have been upgraded. The set contains only the old nodes that no longer exist resulting my service being ... | Starting in 1.25 clusters, services of type=LB and xTP=Local sometimes does not update node backends on load balancers | https://api.github.com/repos/kubernetes/kubernetes/issues/112793/comments | 15 | 2022-09-29T19:42:01Z | 2023-09-11T11:17:04Z | https://github.com/kubernetes/kubernetes/issues/112793 | 1,391,400,385 | 112,793 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
1> Server reboot 21 days ago.
2> Pods not recreated
calico-kube-controllers-7b67ffd4bf-r8v75 0/1 Error 0 405d
calico-node-22jm4 0/1 Init:CrashLoopBackOff 5672 405d
coredns-558bd4d5db-czhw9 ... | Certificates all renewed, but apiserver floods Unable to authenticate the request" err="[invalid bearer token, Token has expired" | https://api.github.com/repos/kubernetes/kubernetes/issues/112780/comments | 10 | 2022-09-28T23:54:55Z | 2022-11-23T14:18:53Z | https://github.com/kubernetes/kubernetes/issues/112780 | 1,390,069,407 | 112,780 |
[
"kubernetes",
"kubernetes"
] | ### Promotion request for port forwarding e2e tests
As part of addressing the [remaining untested endpoints](https://apisnoop.cncf.io/conformance-progress/endpoints/1.26.0/?filter=untested) for Conformance the api endpoint [connectCoreV1GetNamespacedPodPortforward](https://apisnoop.cncf.io/1.24.0/stable/core/connect... | Promote port forwarding e2e tests to conformance | https://api.github.com/repos/kubernetes/kubernetes/issues/112778/comments | 20 | 2022-09-28T21:59:03Z | 2023-03-12T16:28:17Z | https://github.com/kubernetes/kubernetes/issues/112778 | 1,389,990,331 | 112,778 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Considering CVE-1999-0511
https://nvd.nist.gov/vuln/detail/CVE-1999-0511
### Why is this needed?
Mitigating IP forwarding risk | IP forwarding CVE-1999-0511 | https://api.github.com/repos/kubernetes/kubernetes/issues/112777/comments | 4 | 2022-09-28T16:49:47Z | 2022-09-28T18:21:50Z | https://github.com/kubernetes/kubernetes/issues/112777 | 1,389,666,399 | 112,777 |
[
"kubernetes",
"kubernetes"
] | Integration tests could be enhanced to cover this.
_Originally posted by @enj in https://github.com/kubernetes/kubernetes/issues/112772#issuecomment-1261078154_
| Enhance TestAggregatedAPIServerRejectRedirectResponse to cover availability controller redirect | https://api.github.com/repos/kubernetes/kubernetes/issues/112776/comments | 5 | 2022-09-28T15:25:26Z | 2024-03-26T20:23:16Z | https://github.com/kubernetes/kubernetes/issues/112776 | 1,389,556,021 | 112,776 |
[
"kubernetes",
"kubernetes"
] | We should update the integration test in a separate PR :)
_Originally posted by @enj in https://github.com/kubernetes/kubernetes/issues/112526#issuecomment-1249977811_
| Enhance TestAggregatedAPIServerRejectRedirectResponse to cover 304 not modified | https://api.github.com/repos/kubernetes/kubernetes/issues/112775/comments | 7 | 2022-09-28T15:21:59Z | 2025-02-07T18:33:12Z | https://github.com/kubernetes/kubernetes/issues/112775 | 1,389,550,789 | 112,775 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are flaking?
release-master-blocking
- gce-cos-master-scalability-100
### Which tests are flaking?
- ClusterLoaderV2: huge-service overall (testing/huge-service/config.yaml)
- ClusterLoaderV2: huge-service: [step: 11] gathering measurements [01] - APIResponsivenessPrometheusSimple
- e2e.go: ... | [Flaky test] gce-cos-master-scalability-100 | https://api.github.com/repos/kubernetes/kubernetes/issues/112771/comments | 3 | 2022-09-28T11:41:55Z | 2022-11-09T07:55:09Z | https://github.com/kubernetes/kubernetes/issues/112771 | 1,389,210,833 | 112,771 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are flaking?
release-master-informing
- capz-windows-containerd-master
### Which tests are flaking?
- Kubernetes e2e suite.[It] [sig-network] DNS should provide DNS for pods for Subdomain [Conformance]
- Kubernetes e2e suite.[It] [sig-network] DNS should provide DNS for services [Conformance]
... | [Flaky test] capz-windows-containerd-master | https://api.github.com/repos/kubernetes/kubernetes/issues/112770/comments | 3 | 2022-09-28T11:06:57Z | 2022-09-30T09:38:16Z | https://github.com/kubernetes/kubernetes/issues/112770 | 1,389,167,708 | 112,770 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
We want to introduce a specific Layer 7 load-balance for apiserver to manage and governance the apiserver's requests, including load balance, route requests by resource/verb/ username field, circuit-breaker and so on
### Why is this needed?
API Server and client use HTTP2 ... | APIserver's request is not balanced across multi instances | https://api.github.com/repos/kubernetes/kubernetes/issues/112768/comments | 12 | 2022-09-28T10:30:14Z | 2024-02-22T16:43:37Z | https://github.com/kubernetes/kubernetes/issues/112768 | 1,389,120,202 | 112,768 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
When I updated statefulSet image, not all pods' images will be synced with.
### What did you expect to happen?
All pods will be synced with the statefulSet pod template.
### How can we reproduce it (as minimally and precisely as possible)?
1. create a statefulSet like below
```
apiVersion: ap... | statefulSet controller will not sync all pods' template | https://api.github.com/repos/kubernetes/kubernetes/issues/112767/comments | 6 | 2022-09-28T09:58:14Z | 2022-09-28T10:05:19Z | https://github.com/kubernetes/kubernetes/issues/112767 | 1,389,076,697 | 112,767 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I was testing out some Network Policies to understand how they work and after creating (and then removing) a Network Policy to limit ports on 80/443 (which I'm pretty sure I messed up, hence the delete), I realized the cluster will no longer create new pods.
I see the following over and over ag... | Can no longer create pods: FailedCreate : context deadline exceeded | https://api.github.com/repos/kubernetes/kubernetes/issues/112765/comments | 3 | 2022-09-28T07:12:47Z | 2022-09-29T16:44:56Z | https://github.com/kubernetes/kubernetes/issues/112765 | 1,388,849,496 | 112,765 |
[
"kubernetes",
"kubernetes"
] | ### Which jobs are failing?
e2e conformance
### Which tests are failing?
Hi!I use local-up-cluster.sh to deploy the kubernetes cluster v1.25.0 . When I was performing a `A set of valid responses are returned for both pod and service Proxy` conformance test, I noticed that the request sent to kube-apiserver was... | remove duplicate slash in test/e2e/network/proxy.go | https://api.github.com/repos/kubernetes/kubernetes/issues/112760/comments | 3 | 2022-09-28T03:49:55Z | 2022-09-29T11:07:08Z | https://github.com/kubernetes/kubernetes/issues/112760 | 1,388,679,971 | 112,760 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I'm trying to deploy a `DaemonSet` only on Master Node. The master node has a few labels already and I added a few new labels as well. When I use those labels in `DaemonSet` Spec, the k8s not scheduling DS deployment in any nodes.
I have installed K8s using `Kubeadm` on Ubuntu 20 LTS.
**Labe... | NodeSelector doesn't work with all the labels of nodes | https://api.github.com/repos/kubernetes/kubernetes/issues/112759/comments | 8 | 2022-09-28T02:37:46Z | 2022-09-29T14:48:30Z | https://github.com/kubernetes/kubernetes/issues/112759 | 1,388,631,661 | 112,759 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
golang.org/x/net is too old and vulnerable to https://pkg.go.dev/vuln/GO-2022-0969

### What did you expect to happen?
kubernetes dont' ship vulnerable x/net package
### How can we re... | net package used by kubernetes vulnerable to CVE-2022-27664 | https://api.github.com/repos/kubernetes/kubernetes/issues/112758/comments | 7 | 2022-09-28T02:23:58Z | 2022-10-28T07:42:33Z | https://github.com/kubernetes/kubernetes/issues/112758 | 1,388,623,326 | 112,758 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
trying to install k8s, but repo isnt valid.
Official docs are for Ubuntu 16.04 Xenial:
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/
Blog recommends changing "xenial" to "jammy":
https://www.linuxtechi.com/install-kubernetes-on-ubuntu-22-04/
no worky..
... | Please update repo for latest Ubuntu LTS 22.04 | https://api.github.com/repos/kubernetes/kubernetes/issues/112757/comments | 12 | 2022-09-27T21:46:56Z | 2024-04-11T10:59:02Z | https://github.com/kubernetes/kubernetes/issues/112757 | 1,388,419,324 | 112,757 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
`CanSafelySkipMountPointCheck` was made "package private" (i.e. renamed to `canSafelySkipMountPointCheck `) in https://github.com/kubernetes/mount-utils/commit/a20fcfb15a701977d086330b47b7efad51eb608 (which pulls from https://github.com/kubernetes/kubernetes/commit/983a570b9e3e48259c91d7264bbfbcfd91... | Regression: Move canSafelySkipMountPointCheck out of mount-utils Interface | https://api.github.com/repos/kubernetes/kubernetes/issues/112756/comments | 6 | 2022-09-27T20:56:40Z | 2023-01-26T15:58:41Z | https://github.com/kubernetes/kubernetes/issues/112756 | 1,388,368,909 | 112,756 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
<details>
```
❯ k -n content-services exec -ti deploy/apmultimedianewsroom-testing -c php-fpm -- ash
/var/www/html/public $ hostname
apmultimedianewsroom-staging-6c7cbcfcd8-2w8xs
/var/www/html/public $ exit
❯ k -n content-services exec -ti pod/apmultimedianewsroom-testing-68597b8fb-dj8zk -c ... | Exec into deployment - wrong deployment | https://api.github.com/repos/kubernetes/kubernetes/issues/112755/comments | 2 | 2022-09-27T20:25:51Z | 2022-09-27T23:47:20Z | https://github.com/kubernetes/kubernetes/issues/112755 | 1,388,334,671 | 112,755 |
[
"kubernetes",
"kubernetes"
] | Hello team,
With release versions 0.24.x, 0.23.x sigs.k8s.io/json module is having issues as the entry in the go.sum is pointing to the commit that needs go 1.17.
```
# sigs.k8s.io/json/internal/golang/encoding/json
/usr/local/opt/go@1.16/pkg/mod/sigs.k8s.io/json@v0.0.0-20211208200746-9f7c6b3444d2/internal/golang... | sigs.k8s.io/json module required go 1.17 | https://api.github.com/repos/kubernetes/kubernetes/issues/112752/comments | 6 | 2022-09-27T10:32:18Z | 2022-09-28T10:43:32Z | https://github.com/kubernetes/kubernetes/issues/112752 | 1,387,565,673 | 112,752 |
[
"kubernetes",
"kubernetes"
] | Kubernetes doc: https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/#understanding-process-namespace-sharing
Container filesystems are visible to other containers in the pod through the /proc/$pid/root link.
Above Kubernetes docs says we can share the file system and they are visible ... | `realPath` and R method 'normalizePath()' is not working on a share process namespace directory | https://api.github.com/repos/kubernetes/kubernetes/issues/112750/comments | 11 | 2022-09-27T10:24:10Z | 2023-07-01T19:41:36Z | https://github.com/kubernetes/kubernetes/issues/112750 | 1,387,507,715 | 112,750 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
# purpose
Currently, there is only deletions will be deduplicated in DeltaFIFO.
Here, we propose that `sync deltas` should also be deduplicated in DeltaFIFO.
Following is the example of current & desired impl:
# current impl
In DeltaFIFO Items, for ObjA, there are two... | Deduplicate Sync type delta in DeltaFIFO | https://api.github.com/repos/kubernetes/kubernetes/issues/112745/comments | 13 | 2022-09-27T06:39:39Z | 2025-02-12T08:47:17Z | https://github.com/kubernetes/kubernetes/issues/112745 | 1,387,198,968 | 112,745 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
Monitoring disk space usage for ephemeral storage (rootfs) usage for Windiows pods.
### Why is this needed?
Unlike Linux, Windows container sandbox requires a fixed maximum size of rootfs. This can be a limiting factor that users may want to monitor. | Windows node to provide metrics for rootfs space usage | https://api.github.com/repos/kubernetes/kubernetes/issues/112743/comments | 14 | 2022-09-27T04:26:53Z | 2024-11-05T16:48:14Z | https://github.com/kubernetes/kubernetes/issues/112743 | 1,387,060,674 | 112,743 |
[
"kubernetes",
"kubernetes"
] | > While the code is /lgtm i think we have a good opportunity to remove the duplication across proxies by an embedded struct or something like that. if you don't have the time then let us leave a note and i will remove the duplication in code later on.
_Originally posted by @khenidak in https://github.com/kubernetes/... | remove the duplication across kube-proxies | https://api.github.com/repos/kubernetes/kubernetes/issues/112739/comments | 11 | 2022-09-26T16:58:33Z | 2024-09-05T11:02:38Z | https://github.com/kubernetes/kubernetes/issues/112739 | 1,386,422,480 | 112,739 |
[
"kubernetes",
"kubernetes"
] | The external.metrics.k8s.io has been BETA for a while now and is used very widely by the community so we should graduate it to stable. This is long overdue since an effort to avoid keeping APIs BETA was initiated a while ago by SIG architecture and was giving a 9 months deadline to APIs in general to take a decision. h... | Graduate external.metrics.k8s.io API to GA | https://api.github.com/repos/kubernetes/kubernetes/issues/112736/comments | 8 | 2022-09-26T13:13:09Z | 2025-02-06T17:48:26Z | https://github.com/kubernetes/kubernetes/issues/112736 | 1,386,062,392 | 112,736 |
[
"kubernetes",
"kubernetes"
] | The custom.metrics.k8s.io has been BETA for a while now and is used very widely by the community so we should graduate it to stable. This is long overdue since an effort to avoid keeping APIs BETA was initiated a while ago by SIG architecture and was giving a 9 months deadline to APIs in general to take a decision. htt... | Graduate custom.metrics.k8s.io API to GA | https://api.github.com/repos/kubernetes/kubernetes/issues/112735/comments | 9 | 2022-09-26T13:12:34Z | 2025-02-06T17:48:52Z | https://github.com/kubernetes/kubernetes/issues/112735 | 1,386,061,560 | 112,735 |
[
"kubernetes",
"kubernetes"
] | The metrics.k8s.io has been BETA for a while now and is used very widely by the community so we should graduate it to stable. This is long overdue since an effort to avoid keeping APIs BETA was initiated a while ago by SIG architecture and was giving a 9 months deadline to APIs in general to take a decision. https://gi... | Graduate metrics.k8s.io API to GA | https://api.github.com/repos/kubernetes/kubernetes/issues/112734/comments | 17 | 2022-09-26T13:11:17Z | 2025-03-04T18:58:49Z | https://github.com/kubernetes/kubernetes/issues/112734 | 1,386,059,747 | 112,734 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
When kubelet loses connect, the node goes into the unknown state. The node lifecycle controller marks the pod as not ready by the `markPodsNotReady` function because the health check status of the pod can not be obtained through kubelet. This feature is available only when node's `Ready` state tra... | Node lifecycle controller does not `markPodsNotReady` when the node `Ready` state changes from `false` to `unknown` | https://api.github.com/repos/kubernetes/kubernetes/issues/112733/comments | 22 | 2022-09-26T12:05:17Z | 2024-11-21T04:58:16Z | https://github.com/kubernetes/kubernetes/issues/112733 | 1,385,961,238 | 112,733 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
1. Create Pod with unattachable volume A and B and make A unable to mount
2. The Pod will be in `ContainerCreating` state
3. Wait for several minutes, then show the pod events by `kubectl describe pod`
4. The events information includes error msg like
```shell
Warning FailedMount 3... | kubelet event about unattached volumes is incorrect | https://api.github.com/repos/kubernetes/kubernetes/issues/112720/comments | 4 | 2022-09-25T03:31:15Z | 2023-01-04T09:52:01Z | https://github.com/kubernetes/kubernetes/issues/112720 | 1,384,883,180 | 112,720 |
[
"kubernetes",
"kubernetes"
] | Folks,
Looks like we have ended up with 2 different versions of `russross/blackfriday` over time.
Would it be possible to switch our usages of `russross/blackfriday` to `v2` version?
/sig cli
/area code-organization
```
[dims@dims-m1-7728 20:10] ~/go/src/k8s.io/kubernetes ⟩ rg '"github.com/russross/black... | Switch kubectl to use `github.com/russross/blackfriday/v2` | https://api.github.com/repos/kubernetes/kubernetes/issues/112717/comments | 2 | 2022-09-25T00:13:50Z | 2022-09-29T15:44:54Z | https://github.com/kubernetes/kubernetes/issues/112717 | 1,384,848,773 | 112,717 |
[
"kubernetes",
"kubernetes"
] | The binary package installs three highly available Kube-Apiserver nodes. One Kube-Apiserver node restarts continuously. The log is as follows:
```
Log file created at: 2022/09/24 15:07:08
Running on machine: ayunw-core-kube-master-srv1
Binary: Built with gc go1.15 for linux/amd64
Log line format: [IWEF]mmdd hh:m... | Kube-apiserver service keeps restarting | https://api.github.com/repos/kubernetes/kubernetes/issues/112713/comments | 12 | 2022-09-24T07:40:56Z | 2022-09-24T14:02:45Z | https://github.com/kubernetes/kubernetes/issues/112713 | 1,384,568,221 | 112,713 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
use rke v1.23.6-rancher1 create cluster , kubelet crash
```
{"log":"E0923 08:43:17.752198 53614 csi_plugin.go:297] Failed to initialize CSINode: error updating CSINode annotation: timed out waiting for the condition; caused by: nodes \"d-ecs-40129367\" not found\n","stream":"stderr","time":"... | Failed to initialize CSINode: error updating CSINode annotation: timed out waiting for the condition | https://api.github.com/repos/kubernetes/kubernetes/issues/112711/comments | 6 | 2022-09-24T03:52:27Z | 2023-02-22T23:27:39Z | https://github.com/kubernetes/kubernetes/issues/112711 | 1,384,506,712 | 112,711 |
[
"kubernetes",
"kubernetes"
] | ### What would you like to be added?
PR [105126](https://github.com/kubernetes/kubernetes/pull/105126.) added support for tracing gRPC calls for [Remote runtime service](https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/cri/remote/remote_runtime.go#L89-L98). However, it appears that tracing is not curre... | Support Tracing in CRI Remote Image Service | https://api.github.com/repos/kubernetes/kubernetes/issues/112708/comments | 6 | 2022-09-23T21:29:10Z | 2022-10-07T16:52:55Z | https://github.com/kubernetes/kubernetes/issues/112708 | 1,384,319,985 | 112,708 |
[
"kubernetes",
"kubernetes"
] | ### What happened?
I start a metrics svc,but i cant get node
i must specify the apiservice.spec.caBundle to set /etc/kubernetes/ssl/ca.pem base64.
but in my old cluster,I I don't have to set it.
old cluster version:
Client Version: version.Info{Major:"1", Minor:"20+", GitVersion:"v1.20.14", GitCommit:"d687c6bdb... | k8s aggregation error which cause by tls error | https://api.github.com/repos/kubernetes/kubernetes/issues/112706/comments | 11 | 2022-09-23T19:50:38Z | 2022-10-19T07:56:57Z | https://github.com/kubernetes/kubernetes/issues/112706 | 1,384,238,194 | 112,706 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.