issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.91B
issue_number
int64
1
131k
[ "kubernetes", "kubernetes" ]
### What happened? in our k8s clusters, some pods direct logs to files in mounted pv, not stdout/stderr, we have deploy an DaemonSet(fluentbit) as log collector, but can't collect log info from these pods( others works normal), because fluentbit collect log files from stand container runtime log path like "/var/log/c...
is it possible to let kubelet build symlinks for Pods which use log file from persistent volume?
https://api.github.com/repos/kubernetes/kubernetes/issues/106222/comments
8
2021-11-08T07:33:20Z
2021-11-16T20:19:33Z
https://github.com/kubernetes/kubernetes/issues/106222
1,047,110,260
106,222
[ "kubernetes", "kubernetes" ]
### What happened? When using the default `apiGroup` value (which is `rbac.authorization.k8s.io` for `kind: User`, kubectl auth reconcile` prints out it's removing and adding the subject although they're effectively same. ### What did you expect to happen? The diff should not be generated when no change is n...
kubectl auth reconcile does not handle the default api group properly
https://api.github.com/repos/kubernetes/kubernetes/issues/106221/comments
9
2021-11-08T06:23:02Z
2022-07-28T19:17:24Z
https://github.com/kubernetes/kubernetes/issues/106221
1,047,065,090
106,221
[ "kubernetes", "kubernetes" ]
### What would you like to be added? `kubectl describe namespace` should output Conditions. For example: ``` $ kubectl describe ns example Name: example Labels: <none> Annotations: <none> Status: Terminating Conditions: Type Status LastTransitionTime ...
kubectl describe namespace should show Conditions
https://api.github.com/repos/kubernetes/kubernetes/issues/106218/comments
3
2021-11-08T05:58:34Z
2021-11-16T21:21:46Z
https://github.com/kubernetes/kubernetes/issues/106218
1,047,049,131
106,218
[ "kubernetes", "kubernetes" ]
### What happened? Issue - For v<1.19 k8 doesn't throw error if `type:File` being used for mounting character devices but as per its working it should. How native k8 checks it is given in link [1](https://github.com/kubernetes/kubernetes/blob/dba9975e3e3ba25e0712a209e67862603c172777/pkg/volume/util/hostutil/hostu...
Inconsistent behaviour across k8 versions while mounting character devices as file
https://api.github.com/repos/kubernetes/kubernetes/issues/106205/comments
6
2021-11-07T04:59:39Z
2022-04-21T20:36:24Z
https://github.com/kubernetes/kubernetes/issues/106205
1,046,661,420
106,205
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? sig-release-master-blocking#gce-cos-master-default ### Which tests are flaking? * Kubernetes e2e suite.[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply defaults after mutation [Conformance] * Kubernetes e2e suite.[sig-node] PreStop graceful...
[Flaky Test][sig-node] gce-cos-master-default
https://api.github.com/repos/kubernetes/kubernetes/issues/106204/comments
15
2021-11-07T00:18:45Z
2022-04-23T08:47:10Z
https://github.com/kubernetes/kubernetes/issues/106204
1,046,626,111
106,204
[ "kubernetes", "kubernetes" ]
### What happened? Errors generated by probemanager.probe.probe are not recorded in kubelet. https://github.com/kubernetes/kubernetes/blob/bdb9c0824c5c08d6dc7128a27e384011cfd19e64/pkg/kubelet/prober/worker.go#L267-L271 ### What did you expect to happen? Record errors generated by probemanager.probe.probe. Facilitat...
Errors generated by probemanager.probe.probe are not recorded in kubelet.
https://api.github.com/repos/kubernetes/kubernetes/issues/106199/comments
2
2021-11-06T05:20:41Z
2021-11-06T05:25:05Z
https://github.com/kubernetes/kubernetes/issues/106199
1,046,416,815
106,199
[ "kubernetes", "kubernetes" ]
Hi, I have problem with endpoint object of k8s. I use api of K8s to customize the IP list of Endpoint. However, after a day, the Endpoint list disappears without the cause. Pod is not error or recreate so do not activate the update of Endpoint's IP POD list. So I want to know if a component periodically checks the Endp...
Endpoint of service lost after about 1 day
https://api.github.com/repos/kubernetes/kubernetes/issues/106198/comments
10
2021-11-06T05:20:30Z
2022-01-06T21:06:41Z
https://github.com/kubernetes/kubernetes/issues/106198
1,046,416,799
106,198
[ "kubernetes", "kubernetes" ]
### What happened? When deploying a container with a volume mount and fsGroup defined, the mount operation will disregard the fsGroup value for any newly created directory in the mount path. fsGroup: 1234 Container has: /my/path Mount path: /my/path/here/mount the 'mount' folder correctly has group set t...
Volume mount not respecting fsGroup value on non-existant parent directory
https://api.github.com/repos/kubernetes/kubernetes/issues/106194/comments
12
2021-11-05T21:41:18Z
2024-05-16T11:16:24Z
https://github.com/kubernetes/kubernetes/issues/106194
1,046,263,538
106,194
[ "kubernetes", "kubernetes" ]
### What happened? When the master node is deleted from k8s cluster due to some network failures, Cloud Provider Controller Manager notices that this node VM is no longer present on the cloud provider due to network partition, so Cloud Provider Controller Manager will remove this node from the cluster. Later when th...
master node becomes worker nodes after network partition
https://api.github.com/repos/kubernetes/kubernetes/issues/106187/comments
16
2021-11-05T17:55:55Z
2022-02-28T22:32:37Z
https://github.com/kubernetes/kubernetes/issues/106187
1,046,101,057
106,187
[ "kubernetes", "kubernetes" ]
### What happened? Copied over from https://github.com/kubernetes/kubernetes/pull/106030 - The `sync_proxy_rules_iptables_total` is off-by-one - `affinity rules` for all endpoints rather than only Ready endpoints, meaning clients with affinity might have new connections get routed to a no-longer-serving endpoint...
retroactive issue for IPTables proxy fixes for affinity rules / chains
https://api.github.com/repos/kubernetes/kubernetes/issues/106182/comments
2
2021-11-05T15:48:30Z
2021-11-05T18:39:21Z
https://github.com/kubernetes/kubernetes/issues/106182
1,045,994,090
106,182
[ "kubernetes", "kubernetes" ]
### What happened? `kubectl get all` outputs all resources except network policy resource ### What did you expect to happen? i expect it to return all resources including network policy resource ### How can we reproduce it (as minimally and precisely as possible)? Note: below yaml is taken from: https://kubernetes...
Network policy not listed
https://api.github.com/repos/kubernetes/kubernetes/issues/106176/comments
9
2021-11-05T10:52:15Z
2022-01-06T23:07:37Z
https://github.com/kubernetes/kubernetes/issues/106176
1,045,696,110
106,176
[ "kubernetes", "kubernetes" ]
### What happened? I am creating pod but its not creating. Its stuck at containercreating. Below is yaml file: ``` kind: Pod apiVersion: v1 metadata: name: testpod spec: containers: - name: c00 image: ubuntu command: ["/bin/bash", "-c", "while true; do echo Hello-Bhupinder; sleep 5 ; don...
kubernetes pods stuck at containercreating
https://api.github.com/repos/kubernetes/kubernetes/issues/106175/comments
8
2021-11-05T10:03:07Z
2021-11-18T03:10:36Z
https://github.com/kubernetes/kubernetes/issues/106175
1,045,651,106
106,175
[ "kubernetes", "kubernetes" ]
### What happened? Kubernetes HPA not auto scaling when target utilization reached. There is not events found in hpa **Here's the HPA in YAML:** ``` apiVersion: autoscaling/v2beta2 kind: HorizontalPodAutoscaler metadata: name: ping-adapter spec: scaleTargetRef: apiVersion: apps/v1 kind: Deplo...
Kubernetes HPA not auto scaling when target utilization reached
https://api.github.com/repos/kubernetes/kubernetes/issues/106173/comments
3
2021-11-05T08:46:08Z
2021-11-09T05:46:22Z
https://github.com/kubernetes/kubernetes/issues/106173
1,045,584,626
106,173
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? everything with `[Feature:DynamicKubeletConfig]` is now failing, likely after https://github.com/kubernetes/kubernetes/pull/104481 ### Which tests are failing? https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-features-master ### Since when has it been failing? 2021-11-04 17:44 PDT ...
Failing tests node-kubelet-features-master: [Feature:DynamicKubeletConfig] are failing now
https://api.github.com/repos/kubernetes/kubernetes/issues/106166/comments
2
2021-11-05T05:03:58Z
2021-11-05T06:15:52Z
https://github.com/kubernetes/kubernetes/issues/106166
1,045,455,738
106,166
[ "kubernetes", "kubernetes" ]
### What happened? First, thanks for all your hardwork on this amazing project! Homebrew's build of `kubectl` has been unreliable (e.g. see the [most recent failure](https://github.com/Homebrew/homebrew-core/runs/4033957174?check_suite_focus=true#step:7:122) from https://github.com/Homebrew/homebrew-core/pull/88177...
`make WHAT=cmd/kubectl` not parallelizable?
https://api.github.com/repos/kubernetes/kubernetes/issues/106165/comments
12
2021-11-05T04:50:24Z
2022-04-08T16:23:56Z
https://github.com/kubernetes/kubernetes/issues/106165
1,045,450,942
106,165
[ "kubernetes", "kubernetes" ]
### What would you like to be added? migrate from net.IP to netip.Addr https://pkg.go.dev/net/netip@master ### Why is this needed? > Package netip defines a IP address type that's a small value type. Building on that Addr type, the package also defines AddrPort (an IP address and a port), and Prefix (an IP addres...
golang net/netip package coming in Go 1.18!
https://api.github.com/repos/kubernetes/kubernetes/issues/106161/comments
37
2021-11-04T22:53:37Z
2025-01-06T13:13:43Z
https://github.com/kubernetes/kubernetes/issues/106161
1,045,281,795
106,161
[ "kubernetes", "kubernetes" ]
### What happened? I used the PodSecurity webhook on 1.23.0-alpha.4 and got a pod rejected. The events were pretty spammy: ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedCreate...
Controllers report unique events for generated pod names when rejected by validating admission
https://api.github.com/repos/kubernetes/kubernetes/issues/106160/comments
16
2021-11-04T20:13:47Z
2022-04-10T23:50:19Z
https://github.com/kubernetes/kubernetes/issues/106160
1,045,158,646
106,160
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I would like the ability to group cores so that I may schedule deployments against faster or slower performing CPU cores within a motherboard. ### Why is this needed? With the current state of ARM processors like the RockPro64 and the upcoming release of Intel 11th gen, a K...
Feature Request: CPU Core Grouping & Assignment (Performance vs Efficiency cores)
https://api.github.com/repos/kubernetes/kubernetes/issues/106157/comments
16
2021-11-04T15:44:02Z
2024-04-15T09:37:52Z
https://github.com/kubernetes/kubernetes/issues/106157
1,044,906,693
106,157
[ "kubernetes", "kubernetes" ]
### What happened? After deleting volumeattachment, sometimes the new volumeattachment is still on the old node and the pod is still be containerCreating. sometimes the pod statue changes running. ### What did you expect to happen? after the node down or Stop kubelet inside the node , the pod will be evicte...
Whether the node status should be checked when creating volumeattachent resources
https://api.github.com/repos/kubernetes/kubernetes/issues/106151/comments
6
2021-11-04T12:40:19Z
2021-11-11T16:59:49Z
https://github.com/kubernetes/kubernetes/issues/106151
1,044,721,222
106,151
[ "kubernetes", "kubernetes" ]
### What would you like to be added? When pod have two container and one's request equals limits but another is not, kubelet also can enable static cpu for that container limit=request. But now only pod is Guaranteed can be enable static pod. ### Why is this needed? Users have more choices when some containers in p...
static cpu pin should not related with Guaranteed pod, should support individual container enable cpu pin
https://api.github.com/repos/kubernetes/kubernetes/issues/106149/comments
12
2021-11-04T10:31:20Z
2022-06-16T14:32:00Z
https://github.com/kubernetes/kubernetes/issues/106149
1,044,588,907
106,149
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Kube-proxy should keep the iptables before the preStop job done. ### Why is this needed? Since some of the preStop job need to notify the API server to do something, such as modifying the configMap, deleting the endpoint subnet from service. But now kubernetes did the preStop ...
Kube-proxy shouldn't delete the iptables immediately while terminating the pods.
https://api.github.com/repos/kubernetes/kubernetes/issues/106144/comments
8
2021-11-04T08:49:01Z
2021-11-04T09:53:08Z
https://github.com/kubernetes/kubernetes/issues/106144
1,044,485,079
106,144
[ "kubernetes", "kubernetes" ]
### What happened? kube-apiserver authenticated the token " TOKEN" as `system:anonymous` (note the leading space). ### What did you expect to happen? kube-apiserver should reject the invalid authorization header. The bearer token [RFC](https://datatracker.ietf.org/doc/html/rfc6750#section-2.1) specifies a single ...
kube-apiserver incorrectly parses tokens starting with ' '
https://api.github.com/repos/kubernetes/kubernetes/issues/106142/comments
20
2021-11-04T04:32:11Z
2024-01-19T17:00:56Z
https://github.com/kubernetes/kubernetes/issues/106142
1,044,357,281
106,142
[ "kubernetes", "kubernetes" ]
### Failure cluster [546630dd7294a664d2d5](https://go.k8s.io/triage#546630dd7294a664d2d5) ##### Error text: ``` _output/local/go/src/k8s.io/kubernetes/test/e2e_node/node_shutdown_linux_test.go:182 Timed out after 10.001s. Expected <*errors.errorString | 0xc0010af000>: { s: "node did not become shut...
Failure test: Volume metrics Ephemeral should create prometheus metrics for volume provisioning and attach/detach
https://api.github.com/repos/kubernetes/kubernetes/issues/106139/comments
3
2021-11-04T02:40:27Z
2021-11-11T16:38:17Z
https://github.com/kubernetes/kubernetes/issues/106139
1,044,305,090
106,139
[ "kubernetes", "kubernetes" ]
### What happened? If you run `kubectl replace` on a ServiceAccount, the following happens: - The serviceAccount receives an `update` - A new token is generated, mapped to the serviceAccount's name and uid - The previous token is not removed, as it is also mapped to the serviceAccount name and uid Thus, we e...
ServiceAccount update is creating a new token secret
https://api.github.com/repos/kubernetes/kubernetes/issues/106131/comments
4
2021-11-03T23:02:35Z
2021-11-04T12:49:33Z
https://github.com/kubernetes/kubernetes/issues/106131
1,044,203,523
106,131
[ "kubernetes", "kubernetes" ]
Examples: * restricted volumes complains about hostPath volumes already caught by baseline hostPath check * restricted capabilities complains about added non-default capabilities already caught by baseline capabilities check * restricted seccomp complains about unconfined seccomp profile already caught by baseline s...
[PodSecurity] Dedupe overlapping forbidden messages
https://api.github.com/repos/kubernetes/kubernetes/issues/106129/comments
3
2021-11-03T19:20:52Z
2022-02-09T22:09:49Z
https://github.com/kubernetes/kubernetes/issues/106129
1,044,003,629
106,129
[ "kubernetes", "kubernetes" ]
### What happened? When I test to pull the image without custom image-directory it respects the coredns url structure: pulling: k8s.gcr.io/coredns/coredns:v1.8.4 But it leaves the subfolder out completely skipping using *coredns/* when using --image-repository : pulling: myregistry.local/coredns:v1.8.4 ### Wha...
kubeadm init fails to download coredns when using --image-repository.
https://api.github.com/repos/kubernetes/kubernetes/issues/106128/comments
5
2021-11-03T18:49:19Z
2021-11-04T10:13:38Z
https://github.com/kubernetes/kubernetes/issues/106128
1,043,960,479
106,128
[ "kubernetes", "kubernetes" ]
### What would you like to be added? When a pod has a topologySpreadConstraints set, nodes marks with an un-tolerated taint should be excluded from consideration when computing skew. If considering all taints is infeasible (as implied by #80921), at least consider the Unschedulable taint. ### Why is this neede...
Take taints/tolerations into consideration when calculating PodTopologySpread skew
https://api.github.com/repos/kubernetes/kubernetes/issues/106127/comments
44
2021-11-03T18:17:08Z
2022-08-19T15:55:46Z
https://github.com/kubernetes/kubernetes/issues/106127
1,043,925,078
106,127
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? ci-kubernetes-e2e-gci-gce pull-kubernetes-e2e-gce-ubuntu-containerd ### Which tests are flaking? `[sig-node] PreStop graceful pod terminated should wait until preStop hook completes the process` This is the flakiest test both in the CI (ci-kubernetes-e2e-gci-gce) and PR (pr:pull-k...
[Flake] PreStop graceful pod terminated should wait until preStop hook completes the process
https://api.github.com/repos/kubernetes/kubernetes/issues/106125/comments
18
2021-11-03T16:16:06Z
2022-10-03T21:29:42Z
https://github.com/kubernetes/kubernetes/issues/106125
1,043,799,297
106,125
[ "kubernetes", "kubernetes" ]
/kind cleanup /sig node /area test /priority important-longterm /assign Currently, node_e2e configuration exists in the `jenkins/` directory underneath node_e2e. This directory is a hangover from the time before Kubernetes migrated to Prow. This directory is regularly a point of contention when adding new featur...
node_e2e: Cleanup configuration and rename jenkins/ directory
https://api.github.com/repos/kubernetes/kubernetes/issues/106119/comments
11
2021-11-03T13:26:53Z
2025-02-26T18:22:54Z
https://github.com/kubernetes/kubernetes/issues/106119
1,043,589,713
106,119
[ "kubernetes", "kubernetes" ]
### What happened? I have followed these instructions to create normal user in Kubernetes and generated client certificate https://kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/#normal-user When I try to send a request to the API server using curl by providing the certificate and key,...
Kubernetes client cert based authentication results in request using system:anonymous user
https://api.github.com/repos/kubernetes/kubernetes/issues/106117/comments
12
2021-11-03T12:52:53Z
2022-05-04T17:13:26Z
https://github.com/kubernetes/kubernetes/issues/106117
1,043,549,229
106,117
[ "kubernetes", "kubernetes" ]
### What happened? I was trying a scenario where liveness/readiness probe command run inside the container for long time('sleep 10 && exit 10') with shorter timeoutSecod value say 2 Sec. As expected container restarted because of timeout but when i check the events in pod describe it stated only unhealthy and in event...
Liveness/Readiness probe timed out but no reason found in pod describe events
https://api.github.com/repos/kubernetes/kubernetes/issues/106111/comments
7
2021-11-03T09:42:35Z
2022-01-19T00:52:12Z
https://github.com/kubernetes/kubernetes/issues/106111
1,043,301,971
106,111
[ "kubernetes", "kubernetes" ]
### What happened? Periodically we seem to see a long-lived client fail to refresh its oidc access token as it fails to persist it to the KUBECONFIG file with an error of `could not persist new tokens: open : no such file or directory`, this can only be recovered by restarting the application. The application itself i...
client-go: client/auth/oidc sometimes fails to persist refresh token due to empty filename
https://api.github.com/repos/kubernetes/kubernetes/issues/106110/comments
15
2021-11-03T09:10:14Z
2022-09-04T13:21:34Z
https://github.com/kubernetes/kubernetes/issues/106110
1,043,253,609
106,110
[ "kubernetes", "kubernetes" ]
### What happened? Dear, Now I am experimenting PodSecurity Standard and PodSecurity Admission in Kubernetes 1.22. And I found I can't add NET_ADMIN capability when using baseline or restricted PSS level. The only way I can add NET_ADMIN is using Privileged PSS Level. It is really not convenient because believe...
can't use NET_ADMIN capability beside Privileged PSS
https://api.github.com/repos/kubernetes/kubernetes/issues/106107/comments
11
2021-11-03T02:03:52Z
2021-11-08T13:33:19Z
https://github.com/kubernetes/kubernetes/issues/106107
1,043,002,436
106,107
[ "kubernetes", "kubernetes" ]
/kind feature Hey, in K8s 1.23 we are planning to deprecate multiple klog flags. [KEP-2845](https://github.com/kubernetes/enhancements/blob/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/README.md) Deprecated flags: `--log-dir`, `--log-file`, `--log-flush-frequency`, `--logto...
Remove deprecate klog flag usage from kubemark
https://api.github.com/repos/kubernetes/kubernetes/issues/106103/comments
3
2021-11-02T19:49:45Z
2021-11-08T12:57:12Z
https://github.com/kubernetes/kubernetes/issues/106103
1,042,749,113
106,103
[ "kubernetes", "kubernetes" ]
/kind feature Hey, in K8s 1.23 we are planning to deprecate multiple klog flags. [KEP-2845](https://github.com/kubernetes/enhancements/blob/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/README.md) Deprecated flags: `--log-dir`, `--log-file`, `--log-flush-frequency`, `--logto...
Remove deprecate klog flag usage from windows cluster setup
https://api.github.com/repos/kubernetes/kubernetes/issues/106101/comments
2
2021-11-02T19:41:00Z
2021-11-15T17:04:48Z
https://github.com/kubernetes/kubernetes/issues/106101
1,042,742,986
106,101
[ "kubernetes", "kubernetes" ]
### What happened? the apiserver makes a deep copy of an object in several code sites while serving a request by using `DeepCopyObject()` function. We want to measure the relative cost (cpu/memory) for deep copies by using benchmark testing to better understand the impact. Recently we have added a deep copy for t...
measure the relative cost (cpu/memory) for deep copies
https://api.github.com/repos/kubernetes/kubernetes/issues/106094/comments
12
2021-11-02T15:32:12Z
2022-04-28T20:32:09Z
https://github.com/kubernetes/kubernetes/issues/106094
1,042,512,114
106,094
[ "kubernetes", "kubernetes" ]
### What happened? We have a kubernetes 1.16.15 cluster running with etcd. The cluster is running with 3 masters nodes. The system has 25110+ configmaps. When new configmaps are created and mounted to new pods, the pods are stuck in containerCreating because the configmap is not available from the watcher cache on t...
Pods stuck in ContainerCreating due to configmaps not being returned from apiserver
https://api.github.com/repos/kubernetes/kubernetes/issues/106088/comments
6
2021-11-02T13:04:55Z
2021-11-02T20:25:28Z
https://github.com/kubernetes/kubernetes/issues/106088
1,042,319,600
106,088
[ "kubernetes", "kubernetes" ]
All other control plane component images have go-runner available. With deprecation of klog flags [KEP-2845](https://github.com/kubernetes/enhancements/blob/master/keps/sig-instrumentation/2845-deprecate-klog-specific-flags-in-k8s-components/README.md) we should also add go-runner to kube-proxy image. This is requi...
Add go-runner to kube-proxy image
https://api.github.com/repos/kubernetes/kubernetes/issues/106086/comments
12
2021-11-02T12:05:08Z
2021-11-11T08:34:40Z
https://github.com/kubernetes/kubernetes/issues/106086
1,042,266,397
106,086
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Actually, when you use the command `minikube dashboard`, this will launch a new process & open the dashboard in your browser. You have to let the terminal open so you can still access the dashboard. I would like it to do this in background and not to have a terminal opened. ### Wh...
Possibility to run minikube dashboard in background
https://api.github.com/repos/kubernetes/kubernetes/issues/106084/comments
4
2021-11-02T11:18:01Z
2021-11-02T17:53:25Z
https://github.com/kubernetes/kubernetes/issues/106084
1,042,208,212
106,084
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Inode quota support, to prevent containers from exhausting system resources. ### Why is this needed? Container processes can create very deep directory trees that, depending on platform and system resources, can exhaust available memory when traversed, making them removal d...
Creation of very deep directory trees can render nodes unstable
https://api.github.com/repos/kubernetes/kubernetes/issues/106083/comments
19
2021-11-02T10:29:25Z
2024-12-17T17:20:56Z
https://github.com/kubernetes/kubernetes/issues/106083
1,042,136,260
106,083
[ "kubernetes", "kubernetes" ]
### What happened? Hi, Currently, we are monitoring the performance metrics ( cpu , memory utilized ) of pods and nodes via the kubelet endpoint /stats/summary.… Have been seeing news stating this API will be deprecated in the upcoming versions say 1.23 … one instance is – [[Move away from kubelet stats/summary](...
/stats/summary kubelet endpoint usage
https://api.github.com/repos/kubernetes/kubernetes/issues/106080/comments
14
2021-11-02T08:12:52Z
2025-02-20T21:19:34Z
https://github.com/kubernetes/kubernetes/issues/106080
1,041,998,158
106,080
[ "kubernetes", "kubernetes" ]
### What would you like to be added? remove `unschedulable: true` , use node.kubernetes.io/unschedulable instead when we cordon node or start kubelet with `register-schedulable=false`, node spec will add taints with `node.kubernetes.io/unschedulable` and `unschedulable: true` ``` spec: taints: - effect...
Whether unschedulable still needs to exist, we can use tainit instead
https://api.github.com/repos/kubernetes/kubernetes/issues/106079/comments
6
2021-11-02T08:00:57Z
2022-04-02T09:07:44Z
https://github.com/kubernetes/kubernetes/issues/106079
1,041,987,345
106,079
[ "kubernetes", "kubernetes" ]
### What happened? Currently there is a validation in `labels.Selector`: label value must be no more than 63 characters. But in `ListOptions.LabelSelector`, the validation does not exist. Related issue: https://github.com/kubernetes/kubernetes/issues/75380 ### What did you expect to happen? between labels.S...
Inconsistent validation between labels.Selector and ListOptions.LabelSelector
https://api.github.com/repos/kubernetes/kubernetes/issues/106070/comments
3
2021-11-02T02:27:28Z
2021-11-02T20:25:21Z
https://github.com/kubernetes/kubernetes/issues/106070
1,041,820,501
106,070
[ "kubernetes", "kubernetes" ]
### What happened? #### Bug Description Metrics-server get **timed out** when querying request-header-client-ca-file from API server during start up. Metrics-server error log: ``` Error: unable to load configmap based request-header-client-ca-file: Get "https://10.0.0.1:443/api/v1/namespaces/kube-system/config...
Metrics-server CrashLoopBackOff: unable to load configmap based request-header-client-ca-file
https://api.github.com/repos/kubernetes/kubernetes/issues/106060/comments
24
2021-11-01T22:45:32Z
2023-10-31T04:48:55Z
https://github.com/kubernetes/kubernetes/issues/106060
1,041,707,541
106,060
[ "kubernetes", "kubernetes" ]
### What happened? Creating a CRD with a name of `networkpolicies.networking.k8s.io` and `scope: Cluster` appears to replace the in-built networkpolicy type client-side, causing inconsistent behaviour between client and server. If we have a CRD with the following definition :- ```yaml apiVersion: apiextensions....
Overwriting a core type with a CRD causes inconsistent `kubectl explain` and create/client-side validation behaviour
https://api.github.com/repos/kubernetes/kubernetes/issues/106056/comments
11
2021-11-01T20:40:35Z
2024-09-02T12:13:28Z
https://github.com/kubernetes/kubernetes/issues/106056
1,041,606,349
106,056
[ "kubernetes", "kubernetes" ]
### What happened? This is the same as https://github.com/kubernetes/kubernetes/issues/73492 When using the OnDelete update strategy, after all the pods from the old revision are deleted the CurrentRevision doesn't get updated in the Status ### What did you expect to happen? Once the old revision pods have all be...
StatefulSetStatus CurrentRevision doesn't update with OnDelete update strategy
https://api.github.com/repos/kubernetes/kubernetes/issues/106055/comments
16
2021-11-01T20:18:19Z
2025-02-27T05:09:19Z
https://github.com/kubernetes/kubernetes/issues/106055
1,041,575,883
106,055
[ "kubernetes", "kubernetes" ]
I'd floated #93933 earlier with a PR attempting to address this, and more recently opened [rhbz#1983823][1]. Here's a third try at pitching this proposal 🤞. /sig apps #### Proposal When a Deployment has a single underlying ReplicaSet that had previously completed, but which now lacks the target count of read...
ProgressDeadlineExceeded not set outside of Deployment rollouts
https://api.github.com/repos/kubernetes/kubernetes/issues/106054/comments
23
2021-11-01T18:23:02Z
2023-06-24T18:36:03Z
https://github.com/kubernetes/kubernetes/issues/106054
1,041,461,586
106,054
[ "kubernetes", "kubernetes" ]
Klog specific flags are deprecated as part of https://github.com/kubernetes/enhancements/issues/2845 All references to deprecated flags in k8s codebase should be removed or migrated to go-runner. This issue will track the work related on it. What needs to be done: * Check all occurrences of deprecated flag names...
Remove usage of deprecated klog flags from Kubernetes Org repos
https://api.github.com/repos/kubernetes/kubernetes/issues/106050/comments
8
2021-11-01T16:45:34Z
2021-11-27T20:17:35Z
https://github.com/kubernetes/kubernetes/issues/106050
1,041,374,594
106,050
[ "kubernetes", "kubernetes" ]
### What happened? 1. Create a pod with a project SA token: ```yaml - name: istio-token projected: defaultMode: 420 sources: - serviceAccountToken: audience: istio-ca expirationSeconds: 43200 path: istio-token ``` 2. Send a TokenReview: ``` function ...
Deleting SA invalidates existing tokens, workloads must wait for refreshed token
https://api.github.com/repos/kubernetes/kubernetes/issues/106049/comments
12
2021-11-01T16:25:17Z
2021-11-04T15:14:05Z
https://github.com/kubernetes/kubernetes/issues/106049
1,041,357,443
106,049
[ "kubernetes", "kubernetes" ]
### What would you like to be added? export relistThreshold as a field of KubeletConfiguration named PLEGRelistThreshold to make it configurable. The relistthreshold needs to be greater than the relisting period + the relisting time, which can vary significantly. Set a conservative threshold to avoid flipping bet...
Export relistThreshold as a field of KubeletConfiguration named PLEGRelistThreshold to make it configurable
https://api.github.com/repos/kubernetes/kubernetes/issues/106047/comments
20
2021-11-01T14:27:04Z
2024-03-25T23:03:03Z
https://github.com/kubernetes/kubernetes/issues/106047
1,041,235,703
106,047
[ "kubernetes", "kubernetes" ]
### What happened? The pod of a deployment suddenly deleted and restarted. ### What did you expect to happen? The pods keeps running ### How can we reproduce it (as minimally and precisely as possible)? I can not reproduce it I see the audit log from apiserver, I think the pods was deleted by kube-sched...
Under what circumstances will scheduler delete pods
https://api.github.com/repos/kubernetes/kubernetes/issues/106046/comments
7
2021-11-01T12:56:04Z
2021-11-15T19:37:36Z
https://github.com/kubernetes/kubernetes/issues/106046
1,041,141,428
106,046
[ "kubernetes", "kubernetes" ]
### What happened? The service and endPoints is displayed normally ``` # kubectl get svc,ep -n szjz |grep rabbitmq service/outside-rabbitmq ClusterIP 10.168.83.177 <none> 5672/TCP 5m39s endpoints/outside-...
Ipvsdm failed to be created when endPoints were used to create a single host with multiple ports
https://api.github.com/repos/kubernetes/kubernetes/issues/106044/comments
6
2021-11-01T10:04:22Z
2021-11-02T14:45:43Z
https://github.com/kubernetes/kubernetes/issues/106044
1,040,994,847
106,044
[ "kubernetes", "kubernetes" ]
### What happened? kubernetes PersistentVolumeClaim status pending i do config yaml for storageclass frist apiVersion: v1 kind: PersistentVolumeClaim metadata: name: claim1 spec: accessModes: - ReadWriteOnce storageClassName: fast resources: requests: storage: 30Gi --------------...
kubernetes PersistentVolumeClaim status pending
https://api.github.com/repos/kubernetes/kubernetes/issues/106040/comments
5
2021-11-01T08:41:24Z
2021-11-02T23:10:33Z
https://github.com/kubernetes/kubernetes/issues/106040
1,040,918,897
106,040
[ "kubernetes", "kubernetes" ]
### What happened? [ https://docs.projectcalico.org/manifests/calico-etcd.yaml](url) 2021-11-01 07:43:26.939 [INFO][1] main.go 94: Loaded configuration from environment config=&config.Config{LogLevel:"info", WorkloadEndpointWorkers:1, ProfileWorkers:1, PolicyWorkers:1, NodeWorkers:1, Kubeconfig:"", DatastoreType:"etc...
kube-apiserver 1.21+ binary install deploy calico-etc.yaml error
https://api.github.com/repos/kubernetes/kubernetes/issues/106039/comments
5
2021-11-01T08:20:20Z
2021-11-01T17:48:27Z
https://github.com/kubernetes/kubernetes/issues/106039
1,040,903,274
106,039
[ "kubernetes", "kubernetes" ]
### What happened? As you may see - for whatever reason kubelet decided to cleanup `pause:3.5` even though it's a sandbox image ``` Nov 1 02:49:16 node-guiding-basilisk kubelet[4039]: I1101 02:49:16.455933 4039 image_gc_manager.go:321] attempting to delete unused images Nov 1 02:49:16 node-guiding-basilisk k...
Images still in use are GCed
https://api.github.com/repos/kubernetes/kubernetes/issues/106037/comments
27
2021-11-01T04:50:50Z
2022-04-07T00:59:11Z
https://github.com/kubernetes/kubernetes/issues/106037
1,040,763,789
106,037
[ "kubernetes", "kubernetes" ]
### What would you like to be added? https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#inspecting-the-secret-regcred The Secret specified by pod.spec.imagePullSecrets is .dockerconfigjson, can we add a new field to define it. ### Why is this needed? We are already using Con...
Add the alias of .dockerconfigjson
https://api.github.com/repos/kubernetes/kubernetes/issues/106035/comments
23
2021-11-01T04:38:28Z
2022-12-31T09:07:41Z
https://github.com/kubernetes/kubernetes/issues/106035
1,040,757,034
106,035
[ "kubernetes", "kubernetes" ]
### What happened? kubernetes cluster failed to start after reboot the computer ### What did you expect to happen? in my opinion,it's very common to restart docker or reboot the computer,such as power down,but in my circumstance,the whole k8s cluster failed to start ### How can we reproduce it (as minimally and pre...
kubernetes cluster failed to start after reboot the computer
https://api.github.com/repos/kubernetes/kubernetes/issues/106033/comments
4
2021-11-01T02:47:42Z
2021-11-01T17:50:40Z
https://github.com/kubernetes/kubernetes/issues/106033
1,040,696,855
106,033
[ "kubernetes", "kubernetes" ]
# Progress <code>[2/6]</code> - [X] APISnoop org-flow: [deleteCoreV1CollectionNamespacedService.org](https://github.com/apisnoop/ticket-writing/blob/master/deleteCoreV1CollectionNamespacedService.org) - [X] Test approval issue: [#106032](https://issues.k8s.io/106032) - [X] Test PR: [106034](https://pr.k8s.io...
Delete Service Collection Test - +1
https://api.github.com/repos/kubernetes/kubernetes/issues/106032/comments
3
2021-11-01T02:41:09Z
2021-11-18T22:55:40Z
https://github.com/kubernetes/kubernetes/issues/106032
1,040,694,429
106,032
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? - gce-ubuntu-master-containerd ### Which tests are flaking? - ci-kubernetes-e2e-ubuntu-gce-containerd - kubetest.Test Flaking tests are different each time ### Since when has it been flaking? Atleast since 23/10/2021 ### Testgrid link https://testgrid.k8s.io/sig-rele...
[Flaky Test] gce-ubuntu-master-containerd
https://api.github.com/repos/kubernetes/kubernetes/issues/106031/comments
6
2021-10-31T21:37:48Z
2021-11-23T22:21:04Z
https://github.com/kubernetes/kubernetes/issues/106031
1,040,588,211
106,031
[ "kubernetes", "kubernetes" ]
### What happened? master@master:~$ kubectl get node NAME STATUS ROLES AGE VERSION master Ready control-plane,master 143m v1.22.3 worker NotReady <none> 142m v1.22.3 worker2 NotReady <none> 142m v1.22.3 i will run comm...
Kubernetes worker not ready without rebooting and another worker his not ready
https://api.github.com/repos/kubernetes/kubernetes/issues/106028/comments
6
2021-10-31T14:23:44Z
2021-10-31T17:47:27Z
https://github.com/kubernetes/kubernetes/issues/106028
1,040,484,087
106,028
[ "kubernetes", "kubernetes" ]
### What would you like to be added? #### Idea #### I would like to keep pods inside the list of endpoints of my service while they terminate and are still ready. This can be used with a `preStop` hook on the pod to keep a service available with `replicas: 1` on deployments during planned disruptions. As a resul...
Better availability of deployments with replicas equal 1
https://api.github.com/repos/kubernetes/kubernetes/issues/106024/comments
19
2021-10-30T22:15:07Z
2022-02-04T01:01:09Z
https://github.com/kubernetes/kubernetes/issues/106024
1,040,319,480
106,024
[ "kubernetes", "kubernetes" ]
### What happened? ``` find: vendor/k8s.io/apiextensions-apiserver/examples/client-go/hack: No such file or directory find: vendor/k8s.io/apiextensions-apiserver/examples/client-go/pkg/apis/cr: No such file or directory ... +++ [1030 22:23:57] Building go targets for darwin/amd64: ./vendor/k8s.io/code-gener...
release-1.19 make error
https://api.github.com/repos/kubernetes/kubernetes/issues/106023/comments
9
2021-10-30T14:35:13Z
2022-02-18T06:12:16Z
https://github.com/kubernetes/kubernetes/issues/106023
1,040,211,015
106,023
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? I have had 2 times when integ tests fails on my PR; but they succeed on the jenkins link. https://github.com/kubernetes/kubernetes/pull/105833#issuecomment-954451199 https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/105833/pull-kubernetes-integration/1453952457943027712 ...
Integ tests pass but still shows up as failure
https://api.github.com/repos/kubernetes/kubernetes/issues/106012/comments
17
2021-10-29T16:55:38Z
2022-04-07T17:08:30Z
https://github.com/kubernetes/kubernetes/issues/106012
1,039,760,462
106,012
[ "kubernetes", "kubernetes" ]
### What happened? /sig network - Bitnami rabbitmq pod deployed, exposed externally as a NodePort service 'ramq'. - Set of network policies controlling flows between pods within namespace using podSelectors, forbidding all flows to / from other namespaces except kube-system, and controlling all flows external t...
NodePort service fails to function for ingress when targeted by a neto
https://api.github.com/repos/kubernetes/kubernetes/issues/106011/comments
9
2021-10-29T12:53:10Z
2022-01-20T21:59:24Z
https://github.com/kubernetes/kubernetes/issues/106011
1,039,536,479
106,011
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Following my comment [here](https://github.com/kubernetes/kubernetes/issues/14188#issuecomment-952935754), I think it would be very useful to expose the value of `spec.completions` to the containers. The same way that it is currently done for the completion index. ### Why is this...
Expose the completions value to the indexed job containers
https://api.github.com/repos/kubernetes/kubernetes/issues/106009/comments
33
2021-10-29T11:59:16Z
2023-04-11T20:02:49Z
https://github.com/kubernetes/kubernetes/issues/106009
1,039,490,143
106,009
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? gce-cos-master-serial ### Which tests are failing? - Kubernetes e2e suite.[sig-storage] [Serial] Volume metrics Ephemeral should create prometheus metrics for volume provisioning and attach/detachChanges - Kubernetes e2e suite.[sig-storage] [Serial] Volume metrics Ephemeral should create...
[Failing test][sig-cloud-provider] gce-cos-master-serial
https://api.github.com/repos/kubernetes/kubernetes/issues/106008/comments
8
2021-10-29T11:46:42Z
2021-12-08T18:25:07Z
https://github.com/kubernetes/kubernetes/issues/106008
1,039,480,516
106,008
[ "kubernetes", "kubernetes" ]
### What happened? When I restart my pod while the cluster in high load, the restarted pod will panic. The stack trace told me the panic was caused by **index out of range** in `k8s.io/utils/buffer/ring_growing.go` ![未命名](https://user-images.githubusercontent.com/38552291/139398609-1fc3fc20-39f4-4776-9ada-c...
RingGrowing readable will be negative, which leads `index out of range`
https://api.github.com/repos/kubernetes/kubernetes/issues/106003/comments
23
2021-10-29T08:18:29Z
2022-06-05T18:55:21Z
https://github.com/kubernetes/kubernetes/issues/106003
1,039,301,479
106,003
[ "kubernetes", "kubernetes" ]
I feel bad wasting CI time just to fix commit messages. Asking people to squash commits forces CI to run and the `lgtm` to be lost. Idea! Could we run something to prove that the code has not changed since "before" and save time? For example: `find . -not \( -type d -name .git -prune \) -type f | xargs cat |...
short-circuit tests if the only thing that changed was a squash or commit message
https://api.github.com/repos/kubernetes/kubernetes/issues/105988/comments
28
2021-10-29T00:26:09Z
2022-12-22T20:32:55Z
https://github.com/kubernetes/kubernetes/issues/105988
1,039,054,525
105,988
[ "kubernetes", "kubernetes" ]
### What happened? 1. Service with Selector is created 2. Selector is removed 3. Both Endpoints and EndpointSlice controllers do not clean up Endpoint(Slice)s 4. EndpointSlice mirroring controller starts mirroring the Endpoints resource originally created by the Endpoints controller 5. Selector is added back to ...
EndpointSlice Mirroring Controller does not cleanup EndpointSlices when a Selector is added to a Service
https://api.github.com/repos/kubernetes/kubernetes/issues/105987/comments
2
2021-10-28T23:04:55Z
2021-11-03T19:48:33Z
https://github.com/kubernetes/kubernetes/issues/105987
1,039,020,598
105,987
[ "kubernetes", "kubernetes" ]
Ref: https://github.com/kubernetes/kubernetes/issues/105733#issuecomment-946863322 > The IP of the endpoint is autogenerated by matching the pods used by the label selector, however, I don't know if we should autogenerate endpoints for services with type `ExternalName` cc: @thockin @robscott To reproduce it, ju...
ExternalName Services should not autogenerate endpoints based on selectors
https://api.github.com/repos/kubernetes/kubernetes/issues/105986/comments
33
2021-10-28T22:43:10Z
2023-01-18T11:12:36Z
https://github.com/kubernetes/kubernetes/issues/105986
1,039,010,786
105,986
[ "kubernetes", "kubernetes" ]
### What happened? We updated Windows CRI calls to pass the RunAsUserName which once implemented caused failures of the Podsandbox as expected but the pod stayed in `Pending` state even though this was terminal. See https://github.com/kubernetes/kubernetes/issues/104635 for more details. It was [discussed at signod...
Update RunPodSandbox api to indicate if failure to run sandbox is a terminial error
https://api.github.com/repos/kubernetes/kubernetes/issues/105984/comments
8
2021-10-28T21:21:36Z
2022-03-27T22:07:30Z
https://github.com/kubernetes/kubernetes/issues/105984
1,038,963,402
105,984
[ "kubernetes", "kubernetes" ]
### What happened? The `v1.Time` struct implements the `Stringer` interface because the embedded type (`time.Time`) does. This is fine in production environments, even when the `*v1.Time` pointer is `nil` because of the [catchPanic](https://cs.opensource.google/go/go/+/refs/tags/go1.17.2:src/fmt/print.go;l=538-544) ...
v1.Time Stringer implementation does not protect against nil-pointer dereference
https://api.github.com/repos/kubernetes/kubernetes/issues/105981/comments
11
2021-10-28T19:59:41Z
2021-11-08T21:08:21Z
https://github.com/kubernetes/kubernetes/issues/105981
1,038,902,976
105,981
[ "kubernetes", "kubernetes" ]
Some volumes (notably secret volumes) are memory-backed in order to ensure they do not hit disk. When swap is enabled, we need to ensure the content of memory-backed volumes continue to not touch disk. * On cgroupsv2, the kubelet should set cgroupv2 controls to prevent memory-backed volumes from swapping out * O...
[KEP-2400] Address swap impact on memory-backed volumes
https://api.github.com/repos/kubernetes/kubernetes/issues/105978/comments
35
2021-10-28T18:02:58Z
2024-05-23T14:02:05Z
https://github.com/kubernetes/kubernetes/issues/105978
1,038,791,645
105,978
[ "kubernetes", "kubernetes" ]
### What would you like to be added? A mode of operation for PodTopologySpread that allows users to express the flexibility to fallback from DoNotSchedule to ScheduleAnyway after a specific condition is met (e.g., after a defined period of time). ### Why is this needed? This is needed to force the cluster auto...
PodTopologySpread DoNotSchedule-to-ScheduleAnyway fallback mode
https://api.github.com/repos/kubernetes/kubernetes/issues/105977/comments
43
2021-10-28T17:13:00Z
2025-01-24T06:49:39Z
https://github.com/kubernetes/kubernetes/issues/105977
1,038,748,278
105,977
[ "kubernetes", "kubernetes" ]
This is an umbrella issue to track changes in the [Structured logging migration guide](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/migration-to-structured-logging.md). It is required to update the guide based on the suggestion we've received so far after officially migrati...
Improve structured logging migration guide
https://api.github.com/repos/kubernetes/kubernetes/issues/105975/comments
11
2021-10-28T14:11:19Z
2022-03-17T15:42:21Z
https://github.com/kubernetes/kubernetes/issues/105975
1,038,568,489
105,975
[ "kubernetes", "kubernetes" ]
### What happened? Creating v2beta2 or v2beta1 HPA objects with ContainerResource metric target results with `The HorizontalPodAutoscaler "neg-demo-hpa" is invalid: spec.metrics[0].containerResource: Required value: must populate information for the given metric source (only allowed when HPAContainerMetrics feature is...
HPA ContainerResource metric target doesn't work
https://api.github.com/repos/kubernetes/kubernetes/issues/105972/comments
10
2021-10-28T11:36:26Z
2022-07-24T08:14:01Z
https://github.com/kubernetes/kubernetes/issues/105972
1,038,410,676
105,972
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Hi, we are using the REST API to feed a mini app that uses 4 pods in a wordpress site: https://avant2.es/productos-y-companias/ The App start at 33' aprox, since need to load 2 pods and process them in order to load another 2 pods. Seems REST API is slow. If I could get a ...
[REST API] Getting a cached version of a concrete url
https://api.github.com/repos/kubernetes/kubernetes/issues/105971/comments
3
2021-10-28T11:33:13Z
2021-10-28T13:40:40Z
https://github.com/kubernetes/kubernetes/issues/105971
1,038,408,002
105,971
[ "kubernetes", "kubernetes" ]
### What happened? ``` To ignore the vendor directory, use -mod=readonly or -mod=mod. To sync the vendor directory, run: go mod vendor !!! [1028 15:40:37] Call tree: !!! [1028 15:40:37] 1: /home/go_worker/src/k8s.io/kubernetes/hack/lib/golang.sh:616 kube::golang::build_some_binaries(...) !!! [1028 15:40:3...
release-1.13 make error
https://api.github.com/repos/kubernetes/kubernetes/issues/105966/comments
6
2021-10-28T08:09:28Z
2021-10-28T17:47:06Z
https://github.com/kubernetes/kubernetes/issues/105966
1,038,217,665
105,966
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? gce-serial ### Which tests are failing? ``` Kubernetes e2e suite: [sig-storage] [Serial] Volume metrics PVC should create prometheus metrics for volume provisioning and attach/detach  Kubernetes e2e suite: [sig-storage] [Serial] Volume metrics Ephemeral should create prometheus metr...
volume metrics tests failure after removal of storage_operation_status_count
https://api.github.com/repos/kubernetes/kubernetes/issues/105965/comments
9
2021-10-28T07:44:07Z
2021-12-08T18:22:48Z
https://github.com/kubernetes/kubernetes/issues/105965
1,038,187,228
105,965
[ "kubernetes", "kubernetes" ]
### What happened? We have a liveness probe with `timeoutSeconds` set to 5 but the probe doesn't seem to be failing after 5s when the monitored endpoint takes minutes to respond. ### What did you expect to happen? We expect the probe to fail after 5seconds if the monitored endpoint takes longer than 5 seconds to res...
Exec liveness probe does not honor timeoutSeconds on 1.20.7
https://api.github.com/repos/kubernetes/kubernetes/issues/105962/comments
31
2021-10-28T06:48:10Z
2022-04-22T17:43:26Z
https://github.com/kubernetes/kubernetes/issues/105962
1,038,143,926
105,962
[ "kubernetes", "kubernetes" ]
### What happened? I am getting below error when I create pods: > Error from server (Forbidden): error when creating "postgres/service.yaml": services is forbidden: User "system:node:ip-172-31-42-16" cannot create resource "services" in API group "" in the namespace "default" ### What did you expect to happen? Po...
Forbidden error while creating pod
https://api.github.com/repos/kubernetes/kubernetes/issues/105961/comments
4
2021-10-28T06:23:28Z
2021-10-28T17:49:47Z
https://github.com/kubernetes/kubernetes/issues/105961
1,038,128,120
105,961
[ "kubernetes", "kubernetes" ]
### What happened? When I test [StatefulSet](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#components) , I set requests storage 10Mi in volumeClaimTemplates ```yaml apiVersion: apps/v1 kind: StatefulSet metadata: name: web spec: selector: matchLabels: app: nginx # h...
volumeClaimTemplates.spec.resources.requests.storage: 10Mi. PVC was not created as expected
https://api.github.com/repos/kubernetes/kubernetes/issues/105956/comments
18
2021-10-28T03:21:01Z
2023-06-22T12:12:34Z
https://github.com/kubernetes/kubernetes/issues/105956
1,038,041,288
105,956
[ "kubernetes", "kubernetes" ]
### What happened? When I try to run conformance test with a docker command, it failed with this error output. ```bash docker run -it k8s.gcr.io/conformance:v1.22.0 2021/10/28 02:08:23 Saving results at /tmp/results 2021/10/28 02:08:23 failed to create log file /tmp/results/e2e.log: open /tmp/results/e2e.log: no...
Fail to run the conformance test with 1.22
https://api.github.com/repos/kubernetes/kubernetes/issues/105953/comments
14
2021-10-28T02:31:36Z
2022-03-15T21:29:17Z
https://github.com/kubernetes/kubernetes/issues/105953
1,038,019,393
105,953
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://storage.googleapis.com/k8s-triage/index.html?sig=auth Time | Job | Test -- | -- | -- 10/27/2021, 3:46:58 AM | ci-kubernetes-e2e-gce-stable1-latest-upgrade-cluster-new-parallel | [sig-auth] ServiceAccounts ServiceAccountIssuerDiscovery should support OIDC discovery of service ac...
ServiceAccountIssuerDiscovery conformance test failing in upgrade tests
https://api.github.com/repos/kubernetes/kubernetes/issues/105942/comments
27
2021-10-27T19:49:50Z
2022-11-19T00:12:27Z
https://github.com/kubernetes/kubernetes/issues/105942
1,037,801,111
105,942
[ "kubernetes", "kubernetes" ]
### What happened? I was trying to use `Service` without `selector` using `Endpoints` resource as described [here](https://kubernetes.io/docs/concepts/services-networking/service/#services-without-selectors), but wasn't able to get it working. ### What did you expect to happen? Sending a GET request to the `L...
Using LoadBalancer Service without Selector not working
https://api.github.com/repos/kubernetes/kubernetes/issues/105937/comments
21
2021-10-27T11:11:59Z
2021-12-24T07:10:13Z
https://github.com/kubernetes/kubernetes/issues/105937
1,037,288,276
105,937
[ "kubernetes", "kubernetes" ]
### What happened? On a busy system, kubelet failed to tell the container runtime that a pod's CSI volume supports SELinux and should be relabeled with pod's SELinux label. The pod then can't access the volume. ### What did you expect to happen? Kubelet correctly detects that the CSI volume supports SELinux and te...
kubelet does not apply SELinux label on error
https://api.github.com/repos/kubernetes/kubernetes/issues/105933/comments
2
2021-10-27T09:56:13Z
2021-12-01T12:51:08Z
https://github.com/kubernetes/kubernetes/issues/105933
1,037,215,475
105,933
[ "kubernetes", "kubernetes" ]
### What happened? In [Crossplane](https://crossplane.io/), we would like to register thousands of CRDs in a single cluster representing the many Cloud services possibly from multiple Cloud Providers. In our early trials with kind clusters, we have observed that simultaneously posting just over 700 CRDs results in a C...
High CPU Utilization in kube-apiserver when a large number of CRDs are created
https://api.github.com/repos/kubernetes/kubernetes/issues/105932/comments
15
2021-10-27T09:51:32Z
2021-11-10T00:31:27Z
https://github.com/kubernetes/kubernetes/issues/105932
1,037,210,826
105,932
[ "kubernetes", "kubernetes" ]
### What happened? /run partition is becoming full, making containerd and kubernetes unusable df -ah /run Filesystem Size Used Avail Use% Mounted on tmpfs 395M 395M 0 100% /run kubectl get pods -A bash: fork: retry: Resource temporarily unavailable runtime/cgo: pthread_create failed: Resource temporarily una...
Resource temporarily unavailable: Due to logs filling up /run/k3s/containerd/io.containerd.runtime.v2.task/k8s.io
https://api.github.com/repos/kubernetes/kubernetes/issues/105928/comments
5
2021-10-27T06:25:43Z
2022-02-16T18:50:16Z
https://github.com/kubernetes/kubernetes/issues/105928
1,037,024,710
105,928
[ "kubernetes", "kubernetes" ]
It seems that our logexporter for kubemark stopped exporting metrics from kubemark masters, e.g. this run: https://gcsweb.k8s.io/gcs/sig-scalability-logs/pull-kubernetes-kubemark-e2e-gce-big/1452741046508195840 @kubernetes/sig-scalability @marseel
Logs from kubemark master are not exported
https://api.github.com/repos/kubernetes/kubernetes/issues/105927/comments
12
2021-10-27T06:11:31Z
2021-11-09T18:29:47Z
https://github.com/kubernetes/kubernetes/issues/105927
1,037,015,650
105,927
[ "kubernetes", "kubernetes" ]
null
Do we still need {verify,update}-bazel.sh ?
https://api.github.com/repos/kubernetes/kubernetes/issues/105925/comments
2
2021-10-26T23:09:05Z
2021-11-03T07:06:03Z
https://github.com/kubernetes/kubernetes/issues/105925
1,036,815,380
105,925
[ "kubernetes", "kubernetes" ]
### What happened? See #62046 for details. Passthrough loadbalancing fails bc healthchecks fail. In GKE this is noticeable BUT very hard to see bc GKE ALWAYS will be able to find a HEALTHY linux node... so it results in a subtle degradation of performance, (due to a second hop) but not a functional probl...
ClusterTrafficPolicy on Kernelspace windows proxy doesn't properly respond to NodePortHealthChecks
https://api.github.com/repos/kubernetes/kubernetes/issues/105918/comments
15
2021-10-26T18:03:29Z
2022-04-07T16:51:14Z
https://github.com/kubernetes/kubernetes/issues/105918
1,036,592,212
105,918
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Unregister NodeResourcesLeastAllocated, NodeResourcesMostAllocated and RequestedToCapacityRatio as plugins and move the logic as functions under NodeResourcesFit plugin. ### Why is this needed? Those plugins are deprecated as standalone ones and are now accessible via `NodeResour...
Refactor the scheduler's node resource plugins
https://api.github.com/repos/kubernetes/kubernetes/issues/105914/comments
3
2021-10-26T16:43:11Z
2021-11-02T18:54:42Z
https://github.com/kubernetes/kubernetes/issues/105914
1,036,524,118
105,914
[ "kubernetes", "kubernetes" ]
the V1Secret page: V1Secret https://github.com/kubernetes-client/python/blob/master/kubernetes/docs/V1Secret.md says: `type | str | Used to facilitate programmatic handling of secret data.` It's not enough to understand what type is or what are the values expected there. It should reference to https://kubernetes.i...
Reference the V1Secret type in api/core/types.go
https://api.github.com/repos/kubernetes/kubernetes/issues/105900/comments
5
2021-10-26T08:22:29Z
2021-10-29T19:13:11Z
https://github.com/kubernetes/kubernetes/issues/105900
1,035,990,818
105,900
[ "kubernetes", "kubernetes" ]
### What happened? When two CSI PVs point to the same volume in the storage backend, kubelet can't start pods that use these two PVs on the same node. Both PVs have the same VolumeHandle and kubelet is smart enough to recognize that they're the same volume (because they have the same unique volume ID). It calls `...
CSI Volume staging path contains PV name
https://api.github.com/repos/kubernetes/kubernetes/issues/105899/comments
9
2021-10-26T08:20:58Z
2022-01-21T09:31:59Z
https://github.com/kubernetes/kubernetes/issues/105899
1,035,989,343
105,899
[ "kubernetes", "kubernetes" ]
### What happened? Currently Kubernetes support json patch operations with negative array index, however it's only limited to `add` and `remove` operations, as these kubectl commands can work as expected: ```console $ kubectl patch myobject --type='json' -p '[{"op":"add","path":"/spec/somearray/-1","value":"foo"...
ApiServer panic when meeting negative array index in json patch replace operation
https://api.github.com/repos/kubernetes/kubernetes/issues/105895/comments
2
2021-10-26T03:33:00Z
2021-10-26T22:27:09Z
https://github.com/kubernetes/kubernetes/issues/105895
1,035,786,694
105,895
[ "kubernetes", "kubernetes" ]
### What happened? ```yaml # /var/lib/kubelet/config.yaml systemReserved: cpu: 500m memory: 512Mi ephemeral-storage: 1Gi enforceNodeAllocatable: - pods - system-reserved systemReservedCgroup: /system.slice ``` ```bash /usr/bin/kubelet --bootstrap-kubeconfig=/etc/kubernetes/bootstrap-kubelet.conf -...
Kubelet flag.go log error
https://api.github.com/repos/kubernetes/kubernetes/issues/105892/comments
5
2021-10-26T02:14:32Z
2021-10-27T17:52:22Z
https://github.com/kubernetes/kubernetes/issues/105892
1,035,745,318
105,892
[ "kubernetes", "kubernetes" ]
### What happened? Spin off from #105611 as requested in https://github.com/kubernetes/kubernetes/pull/105734#discussion_r732852756 Currently, timeout filter doesn't force underlying goroutine to finish. This can potentially cause hard to debug race conditions as showed in #105734 ### What did you expect to...
Make sure that underlying goroutine finishes when requests times out
https://api.github.com/repos/kubernetes/kubernetes/issues/105884/comments
29
2021-10-25T15:21:49Z
2025-02-10T13:24:00Z
https://github.com/kubernetes/kubernetes/issues/105884
1,035,271,043
105,884
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Remove NodeLabel and NodePreferredAvoidPods scheduler plugins ### Why is this needed? [NodeLabel](https://github.com/kubernetes/kubernetes/tree/master/pkg/scheduler/framework/plugins/nodelabel) and [NodePreferredAvoidPods](https://github.com/kubernetes/kubernetes/tree/maste...
Remove NodeLabel and NodePreferredAvoidPods scheduler plugins
https://api.github.com/repos/kubernetes/kubernetes/issues/105883/comments
11
2021-10-25T14:54:40Z
2021-10-27T16:23:28Z
https://github.com/kubernetes/kubernetes/issues/105883
1,035,239,195
105,883
[ "kubernetes", "kubernetes" ]
### What happened? Our use case is to stream fluentbit logs to an [S3 bucket](https://docs.fluentbit.io/manual/pipeline/outputs/s3) whenever an EKS managed node is terminated due to a scale-in/health failure, etc. By its design, fluentbit containers stream buffered logs to S3 when they receive a SIGTERM/SIGKILL. ...
Using Graceful Node Shutdown, but containers are evicted prematurely.
https://api.github.com/repos/kubernetes/kubernetes/issues/105881/comments
20
2021-10-25T14:35:23Z
2023-01-09T20:53:27Z
https://github.com/kubernetes/kubernetes/issues/105881
1,035,218,078
105,881
[ "kubernetes", "kubernetes" ]
### What happened? Here is a use case of taints and toleration as dedicated node: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/#example-use-cases Draining dedicated node doesn't evict Pods on it. Only assigning new unique taint with `NoExecute` effect will evict Pods from dedicated ...
Can't evict Pods from dedicated node
https://api.github.com/repos/kubernetes/kubernetes/issues/105880/comments
10
2021-10-25T13:40:53Z
2022-03-26T02:57:29Z
https://github.com/kubernetes/kubernetes/issues/105880
1,035,154,692
105,880