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**: https://github.com/kubernetes/kubernetes/pull/80491 changed all static pods to be considered critical. If two pods are both critical, the relative numeric priority determines which one preempts the other. However, the static control plane pods in the `cluster` dir do not have numeric priorities assi...
Static control plane pods do not have priority set
https://api.github.com/repos/kubernetes/kubernetes/issues/89966/comments
6
2020-04-08T17:36:52Z
2020-08-13T03:40:33Z
https://github.com/kubernetes/kubernetes/issues/89966
596,745,239
89,966
[ "kubernetes", "kubernetes" ]
**What happened**: Found while fixing #88738 in #89963 The internal Spec.Behavior field is serialized to annotations when converting to v1 or v2beta1 HPA types. This causes several problems: * The internal type does not have json tags, so the data is serialized upper-case * The internal type is not guaranteed to ...
HPA conversion serializes internal struct to annotation
https://api.github.com/repos/kubernetes/kubernetes/issues/89964/comments
3
2020-04-08T15:45:42Z
2020-06-20T22:41:15Z
https://github.com/kubernetes/kubernetes/issues/89964
596,678,042
89,964
[ "kubernetes", "kubernetes" ]
As part of Structured Logging effort we will be upgrading klog to version 2. This issue will propose plan for upgrading all dependencies and be used to maintain progress. Part of https://github.com/kubernetes/enhancements/issues/1602 Plan: * [x] Cut klog release 2.0.0 (@dims) * [x] Send PRs to k/k dependencies ...
Upgrade to klogv2
https://api.github.com/repos/kubernetes/kubernetes/issues/89961/comments
37
2020-04-08T14:29:54Z
2020-05-18T08:33:58Z
https://github.com/kubernetes/kubernetes/issues/89961
596,624,207
89,961
[ "kubernetes", "kubernetes" ]
**What happened**: When the duration is **exactly** 2 years or 3 years, human readable duration is returned as `2y0d` or `3y0d`. But when the duration is exactly 4 years, 5 years, etc, the human readable duration is returned as `4y`, `5y`, etc. **What you expected to happen**: The format of an exact year should b...
Human readable duration formats exact year inconsistently
https://api.github.com/repos/kubernetes/kubernetes/issues/89960/comments
20
2020-04-08T14:09:11Z
2020-04-18T00:23:37Z
https://github.com/kubernetes/kubernetes/issues/89960
596,609,061
89,960
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: When i using ku...
kubernetes api-server memory is increasing
https://api.github.com/repos/kubernetes/kubernetes/issues/89958/comments
10
2020-04-08T12:30:37Z
2020-09-09T10:44:39Z
https://github.com/kubernetes/kubernetes/issues/89958
596,541,334
89,958
[ "kubernetes", "kubernetes" ]
This leaves the feature in a half-enabled state that is failure unstable. @kubernetes/sig-api-machinery-bugs
kube-apiserver doesn't fail when APIPriorityAndFairness is enabled, but API is off
https://api.github.com/repos/kubernetes/kubernetes/issues/89957/comments
0
2020-04-08T12:19:49Z
2020-04-09T05:13:44Z
https://github.com/kubernetes/kubernetes/issues/89957
596,535,212
89,957
[ "kubernetes", "kubernetes" ]
Hi, I have a DNS issue with Kubernetes in GCP. ``` Release channel -> Regular channel Master version -> 1.15.9-gke.24 ``` The issue is that the` /etc/resolv.conf` file is incorrectly written in some pods. Pod 1 ``` nameserver 169.254.169.254 search us-east1-b.c.xrtb-273005.internal c.xrtb-273005.internal googl...
Incorrect /etc/resolv.conf file inside pod in kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/89956/comments
10
2020-04-08T12:17:36Z
2020-06-13T00:13:14Z
https://github.com/kubernetes/kubernetes/issues/89956
596,533,961
89,956
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: This proble...
before-first-apply manager prevents resource updates
https://api.github.com/repos/kubernetes/kubernetes/issues/89954/comments
13
2020-04-08T11:27:39Z
2020-09-04T16:45:16Z
https://github.com/kubernetes/kubernetes/issues/89954
596,506,530
89,954
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: PVC stays for...
PVC is not annotated with "volume.kubernetes.io/selected-node" when .spec.nodeName is used
https://api.github.com/repos/kubernetes/kubernetes/issues/89953/comments
15
2020-04-08T11:15:14Z
2021-10-26T21:05:58Z
https://github.com/kubernetes/kubernetes/issues/89953
596,499,636
89,953
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: **Why is this needed**: To use "podAffinity" + "topologyKey: "kubernetes.io/hostname", I can deploy pod of deploymentA and pod of deploymentB on the same node(Refer to example in https://kubernetes.io...
Ability to add nodename in Kubernetes service FQDN
https://api.github.com/repos/kubernetes/kubernetes/issues/89952/comments
4
2020-04-08T10:26:12Z
2020-05-05T09:44:35Z
https://github.com/kubernetes/kubernetes/issues/89952
596,472,863
89,952
[ "kubernetes", "kubernetes" ]
I run fluentd pod on kubernetes node to collect journal and container log, and found that old fluentd pod will enter into zombie status, and new fluentd pod can't start **Environment**: - Kubernetes version (use `kubectl version`): 1.14.3 - Cloud provider or hardware configuration: kvm virtual machine - OS (e.g...
fluentd pod enter into zombie status
https://api.github.com/repos/kubernetes/kubernetes/issues/89951/comments
5
2020-04-08T10:02:25Z
2020-09-06T03:26:45Z
https://github.com/kubernetes/kubernetes/issues/89951
596,458,935
89,951
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: We patched a ...
[cpumanager]reconcileState reading stale pod status then allocate wrong cpuset
https://api.github.com/repos/kubernetes/kubernetes/issues/89949/comments
7
2020-04-08T09:18:50Z
2020-09-06T04:27:48Z
https://github.com/kubernetes/kubernetes/issues/89949
596,432,637
89,949
[ "kubernetes", "kubernetes" ]
I'm trying to identify a shared node between 2 different components. One component is accessing the node via the Kubernetes API, and the other is running on the node itself and has access to its operating system. In order to identify the node, I'm combining the node's machine-id with its hostname (since the machine...
IKS | Node host name is not equal between kubernetes API and node's os
https://api.github.com/repos/kubernetes/kubernetes/issues/89948/comments
13
2020-04-08T08:04:11Z
2020-09-17T18:59:03Z
https://github.com/kubernetes/kubernetes/issues/89948
596,387,574
89,948
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: We all know that kubernetes cluster using the ipvs pattern automatically creates an ipvs rule for load balancing when creating a service, but how does the corresponding ipvs rule automatically clean up wh...
Automatically clears unwanted ipvs rules
https://api.github.com/repos/kubernetes/kubernetes/issues/89947/comments
17
2020-04-08T08:01:53Z
2020-04-28T03:47:29Z
https://github.com/kubernetes/kubernetes/issues/89947
596,386,289
89,947
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: when kube-proxy running on node, the kube-proxy will flush iptables rules periodically, if use want to add some custom iptables rule when kube-proxy resotring the rules, the rule may be coverd. **Why is ...
kube-proxy can add some custom iptables rules
https://api.github.com/repos/kubernetes/kubernetes/issues/89943/comments
4
2020-04-08T02:02:26Z
2020-04-08T03:33:22Z
https://github.com/kubernetes/kubernetes/issues/89943
596,256,821
89,943
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Scheduling framework supports custom metrics **Why is this needed**: Supporting custom metrics from framework seems a better idea as https://github.com/kubernetes/kubernetes/pull/89131#pullrequest...
Scheduling framework supports custom metrics
https://api.github.com/repos/kubernetes/kubernetes/issues/89941/comments
5
2020-04-08T00:54:38Z
2020-09-05T03:02:46Z
https://github.com/kubernetes/kubernetes/issues/89941
596,236,951
89,941
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: We want to mount many `volumes` in a pod yaml file like ``` volumes: - name: shared-data emptyDir: {} - name: dev-vhost-net hostPath: path: /dev/vhost-n...
Add feature with dynamically created devices device-cgroup-rule in kubernetes pods
https://api.github.com/repos/kubernetes/kubernetes/issues/89939/comments
12
2020-04-07T23:17:30Z
2025-03-10T12:59:38Z
https://github.com/kubernetes/kubernetes/issues/89939
596,206,468
89,939
[ "kubernetes", "kubernetes" ]
I used `kubectl apply` to update a secret, and I specified values in plaintext using `stringData`. Each time I updated a different key using this method, the previous keys set using the same method were reset to a blank value. After some head-scratching I found that the `last-applied-configuration` annotation store...
kubectl apply sets data to an empty string if you remove corresponding values from stringData
https://api.github.com/repos/kubernetes/kubernetes/issues/89938/comments
31
2020-04-07T22:46:11Z
2022-02-08T21:36:32Z
https://github.com/kubernetes/kubernetes/issues/89938
596,195,483
89,938
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The ability to adjust Kubelet's housekeeping frequency. Ideally via the config file as an `internalHousekeepingPeriod`. There is already a housekeeping interval CLI flag that I assume is related to cAdvisor but had trouble tracking down where it was actually used. Kubelet has a ...
Allow Changing Kubelet's Internal Housekeeping Period
https://api.github.com/repos/kubernetes/kubernetes/issues/89936/comments
37
2020-04-07T20:55:04Z
2025-01-07T12:52:20Z
https://github.com/kubernetes/kubernetes/issues/89936
596,146,128
89,936
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I am using do...
docker images getting deleted when enabling k8s on windows
https://api.github.com/repos/kubernetes/kubernetes/issues/89932/comments
8
2020-04-07T19:01:59Z
2020-09-06T16:39:53Z
https://github.com/kubernetes/kubernetes/issues/89932
596,085,274
89,932
[ "kubernetes", "kubernetes" ]
To make it easier for out-of-tree developers to import the scheduler framework, among other scheduling helpers and constants, we should explore areas that we can remove dependencies on `k8s.io/kubernetes`. Places that could be easily removed are, for example, using internal APIs where not required or importing unrelate...
Clean up scheduler dependencies on k8s.io/kubernetes packages
https://api.github.com/repos/kubernetes/kubernetes/issues/89930/comments
47
2020-04-07T17:46:34Z
2025-01-14T03:14:26Z
https://github.com/kubernetes/kubernetes/issues/89930
596,043,128
89,930
[ "kubernetes", "kubernetes" ]
I am creating a new Service of Type Load Balancer in google cloud. As we can specify the connection idle timeout for AWS or azure by providing the annotation in metadata in service.yaml. What is the similar annotation for the google cloud? Sample service.yaml containing aws annotation: --- apiVersion: v1 kind...
Load Balancer timeout annotation for GCE in service.yaml
https://api.github.com/repos/kubernetes/kubernetes/issues/89925/comments
6
2020-04-07T15:19:27Z
2020-05-29T15:43:45Z
https://github.com/kubernetes/kubernetes/issues/89925
595,949,086
89,925
[ "kubernetes", "kubernetes" ]
**What happened**: In a dual-stack cluster when specifying both ipv6 and ipv4 addresses in the `nodePortAddresses` entries are inserted in ipvs for the ipv6 nodeports but with an invalid ipv4 address; ``` $ grep nodePortAddresses /etc/kubernetes/kube-proxy.config nodePortAddresses: ["::1/128","127.0.0.1/32"] ...
DualStack: Kube-proxy/ipvs; nodePortAddresses with both ipv6 and ipv4 causes invalid ipvs entries
https://api.github.com/repos/kubernetes/kubernetes/issues/89923/comments
8
2020-04-07T15:11:00Z
2020-06-13T16:39:56Z
https://github.com/kubernetes/kubernetes/issues/89923
595,943,026
89,923
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: A deployment ...
scaling down deployment not considering affinity
https://api.github.com/repos/kubernetes/kubernetes/issues/89922/comments
17
2020-04-07T14:20:23Z
2021-01-14T17:26:38Z
https://github.com/kubernetes/kubernetes/issues/89922
595,905,263
89,922
[ "kubernetes", "kubernetes" ]
I have two DNS: One nameserver for node vms where kubernetes are running and another one for external communication(say internet). If i configured two nameserver in the resolve config of node, then pods are not running properly. **Kubernetes worker node resolve config** [worker1]$ cat /etc/resolv.conf search priv...
CoreDNS not forwarding the request if more than one nameserver of different domain is configured.
https://api.github.com/repos/kubernetes/kubernetes/issues/89920/comments
5
2020-04-07T11:14:15Z
2020-05-14T21:01:25Z
https://github.com/kubernetes/kubernetes/issues/89920
595,789,055
89,920
[ "kubernetes", "kubernetes" ]
Hey @liggitt, We have two different applications deployed in two different namespaces in GKE, I am trying to expose these applications using GKE Ingress which is in the default namespace. I have SSL certificates for this applications. The issue we are facing now is external load balancer is not able to communicate...
Cross namespace communication in GKE ingress
https://api.github.com/repos/kubernetes/kubernetes/issues/89917/comments
14
2020-04-07T09:43:06Z
2022-03-07T22:04:53Z
https://github.com/kubernetes/kubernetes/issues/89917
595,735,238
89,917
[ "kubernetes", "kubernetes" ]
We have multiple storage classes and its always unclear what to set as default, as there can be one best default for ReadWriteOnce vs ReadWriteMany. I'd like the option to mark one storage class that is ReadWriteOnce as storageclass.kubernetes.io/is-default-class and one that is ReadWriteMany as storageclass.kuberne...
default storage class for RWO vs RWM
https://api.github.com/repos/kubernetes/kubernetes/issues/89911/comments
56
2020-04-06T23:18:55Z
2025-01-21T23:11:47Z
https://github.com/kubernetes/kubernetes/issues/89911
595,486,206
89,911
[ "kubernetes", "kubernetes" ]
**What happened**: 1. Created a StatefulSet with 2 replicas and 2 VolumeClaimTemplates. 2. After pods are in Running state, issue command to delete 2 PVCs attached to a pod. PVCs went to Terminating state. 3. Delete the corresponding pod. Both pod and PVCs got deleted. 4. StatefulSet recreated the pod. Pod went int...
Recreated StatefulSet pod stuck in pending state after deleting pvc and pod.
https://api.github.com/repos/kubernetes/kubernetes/issues/89910/comments
7
2020-04-06T23:08:18Z
2020-10-24T21:27:42Z
https://github.com/kubernetes/kubernetes/issues/89910
595,482,307
89,910
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I want to inj...
Pod fails to start when using envFrom and gets stuck in CrashLoopBackOff
https://api.github.com/repos/kubernetes/kubernetes/issues/89906/comments
8
2020-04-06T20:15:55Z
2025-03-08T04:05:10Z
https://github.com/kubernetes/kubernetes/issues/89906
595,398,368
89,906
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I'm using c...
Missing labels in kubelet's cAdvisor metrics
https://api.github.com/repos/kubernetes/kubernetes/issues/89903/comments
36
2020-04-06T18:55:36Z
2023-10-16T09:28:52Z
https://github.com/kubernetes/kubernetes/issues/89903
595,349,418
89,903
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: kuebadm can't...
Can't init cluster with containerd
https://api.github.com/repos/kubernetes/kubernetes/issues/89900/comments
21
2020-04-06T16:17:06Z
2021-02-20T03:52:02Z
https://github.com/kubernetes/kubernetes/issues/89900
595,247,173
89,900
[ "kubernetes", "kubernetes" ]
**What happened**: I tried to use exec over web sockets (as implemented in the C# Kubernetes client), but the protocol does not seem to have a way to communicate when STDIN is closed. This causes commands to run forever if they wait for STDIN to be closed, and is especially bad when the command won't send its output u...
exec over web sockets protocol is flawed
https://api.github.com/repos/kubernetes/kubernetes/issues/89899/comments
43
2020-04-06T16:08:07Z
2024-12-10T21:51:36Z
https://github.com/kubernetes/kubernetes/issues/89899
595,240,920
89,899
[ "kubernetes", "kubernetes" ]
**What happened**: In my cluster sometimes readiness the probes are failing. But the application works fine. ``` Apr 06 18:15:14 kubenode** kubelet[34236]: I0406 18:15:14.056915 34236 prober.go:111] Readiness probe for "default-nginx-daemonset-4g6b5_default(a3734646-77fd-11ea-ad94-509a4c9f2810):nginx" failed (fail...
Sometime Liveness/Readiness Probes fail because of net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
https://api.github.com/repos/kubernetes/kubernetes/issues/89898/comments
164
2020-04-06T15:49:32Z
2025-01-14T12:48:39Z
https://github.com/kubernetes/kubernetes/issues/89898
595,227,484
89,898
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: `node-kubelet-features (ci-kubernetes-node-kubelet-features)` **Which test(s) are failing**: `Node Tests` **Since when has it been failing**: `04-06-20 3:...
[Failing Test] node-kubelet-features (ci-kubernetes-node-kubelet-features)
https://api.github.com/repos/kubernetes/kubernetes/issues/89893/comments
6
2020-04-06T14:56:31Z
2020-04-23T12:03:04Z
https://github.com/kubernetes/kubernetes/issues/89893
595,186,611
89,893
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: `node-kubelet-master (ci-kubernetes-node-kubelet)` **Which test(s) are failing**: `Node Tests` **Since when has it been failing**: `04-06-20 3:44 PDT` ...
[Failing Test] node-kubelet-master (ci-kubernetes-node-kubelet)
https://api.github.com/repos/kubernetes/kubernetes/issues/89892/comments
19
2020-04-06T14:54:16Z
2020-04-23T12:01:59Z
https://github.com/kubernetes/kubernetes/issues/89892
595,184,793
89,892
[ "kubernetes", "kubernetes" ]
Hi, I have a issue with a dualstack cluster for my Kubernetes Dashboard deployment. I opened a ticket here (https://github.com/kubernetes/dashboard/issues/5052), but I am informed that it is not related to Kubernetes Dashboard. What is the problem? Errors in kube-api: ``` E0406 09:30:08.733846 1 rest.g...
Pod ip doesn't match endpoint ip
https://api.github.com/repos/kubernetes/kubernetes/issues/89888/comments
4
2020-04-06T12:36:55Z
2020-04-11T16:25:49Z
https://github.com/kubernetes/kubernetes/issues/89888
595,080,189
89,888
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Getting bel...
Error :- ECONNREFUSED error="Failed to open TCP connection to 10.132.0.1:443
https://api.github.com/repos/kubernetes/kubernetes/issues/89886/comments
3
2020-04-06T11:44:04Z
2020-04-12T21:48:23Z
https://github.com/kubernetes/kubernetes/issues/89886
595,044,833
89,886
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: getting bel...
Getting error failed to write data into buffer by buffer overflow action=:block
https://api.github.com/repos/kubernetes/kubernetes/issues/89884/comments
3
2020-04-06T10:22:18Z
2020-04-12T21:48:13Z
https://github.com/kubernetes/kubernetes/issues/89884
594,990,364
89,884
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I wanted to m...
User cannot get resouce "nodes" in API group ""
https://api.github.com/repos/kubernetes/kubernetes/issues/89882/comments
7
2020-04-06T08:27:01Z
2020-04-07T06:36:50Z
https://github.com/kubernetes/kubernetes/issues/89882
594,907,595
89,882
[ "kubernetes", "kubernetes" ]
**What happened**: I'm going to use [fifo](https://github.com/kubernetes/kubernetes/blob/89c615f9c448503b674a0d61bfa8e413cefa4104/staging/src/k8s.io/client-go/tools/cache/fifo.go#L111) as an util library, and found that it would be blocking by Pop() call, think about the following sample: ``` package main impor...
fifo q would be blocking in Pop() while it acquired the lock
https://api.github.com/repos/kubernetes/kubernetes/issues/89880/comments
8
2020-04-06T07:15:24Z
2020-10-31T05:55:50Z
https://github.com/kubernetes/kubernetes/issues/89880
594,862,632
89,880
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I would like documentation and/or examples on how to implement a subresource. The key is exemplified at https://github.com/kubernetes/kubernetes/blob/c1f1b1bceb8e6dfbc0083617a25f17dd8d57340b/pkg/registry...
sample-apiserver, or something, should explain how to implement subresources
https://api.github.com/repos/kubernetes/kubernetes/issues/89875/comments
6
2020-04-06T05:20:13Z
2020-09-04T21:57:47Z
https://github.com/kubernetes/kubernetes/issues/89875
594,810,705
89,875
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I would like debug logging to show the heart of the processing of a patch request. For example, showing the inputs and outputs of https://github.com/kubernetes/apiserver/blob/fa3c8ad6d7aff4ba13bf7296583e...
Need better debug logging for patch operations
https://api.github.com/repos/kubernetes/kubernetes/issues/89874/comments
23
2020-04-06T04:57:29Z
2020-12-19T22:20:11Z
https://github.com/kubernetes/kubernetes/issues/89874
594,802,591
89,874
[ "kubernetes", "kubernetes" ]
**What you expected to happen**: In Kubelet#syncPod(), when the pod is not runnable, we should mark reason for waiting in all container statuses, including ephemeral container status. /sig node
EphemeralContainerStatuses should be given reason for waiting
https://api.github.com/repos/kubernetes/kubernetes/issues/89873/comments
1
2020-04-06T02:39:29Z
2020-04-06T02:47:46Z
https://github.com/kubernetes/kubernetes/issues/89873
594,763,004
89,873
[ "kubernetes", "kubernetes" ]
What happened: Using service topologyKey hostname pods are sending data to the daemonset of the other node apiVersion: v1 kind: Service metadata: name: my-service spec: selector: app: my-app ports: - protocol: TCP port: 80 targetPort: 9376 topologyKeys: - "kubernetes.io/h...
Using service topologyKey hostname pods are sending data to the daemonset of the other node
https://api.github.com/repos/kubernetes/kubernetes/issues/89871/comments
11
2020-04-06T00:17:17Z
2020-08-19T21:08:34Z
https://github.com/kubernetes/kubernetes/issues/89871
594,725,513
89,871
[ "kubernetes", "kubernetes" ]
**What happened**: When using kube-proxy in ipvs mode, Masquerading is done also for LoadBalancer service types even if in externalTrafficType: Local. The traffic arrives at the service with the local worker node ip address as source. **What you expected to happen**: I am expecting that, when externalTrafficType i...
Masquerading is done by kube-proxy in ipvs mode also if LoadBalancer with externalTrafficType: Local
https://api.github.com/repos/kubernetes/kubernetes/issues/89869/comments
17
2020-04-05T19:19:40Z
2020-04-15T08:15:19Z
https://github.com/kubernetes/kubernetes/issues/89869
594,603,941
89,869
[ "kubernetes", "kubernetes" ]
**What happened**: I am trying to implement OIDC to Kubernetes but the I am getting the following error ``` "E0405 13:39:31.429331 1 authentication.go:89] Unable to authenticate the request due to an error: invalid bearer token" ``` Further checking I found the following issues - when describing the ...
static pod manifest updates are not reflected in the API server
https://api.github.com/repos/kubernetes/kubernetes/issues/89868/comments
8
2020-04-05T07:57:19Z
2020-04-09T12:52:46Z
https://github.com/kubernetes/kubernetes/issues/89868
594,316,970
89,868
[ "kubernetes", "kubernetes" ]
Hi all, As a Kubernetes cluster admin, I was asked to enable the **chown**, **dac_override** and **fowner** Linux capabilities in the SHARED Kubernetes cluster for some special Pods. But I found it is horrible to open these capabilities in Container: https://www.redhat.com/en/blog/secure-your-containers-one-weird-tri...
Is there any security issue when I open the chown or dac_override capabilities in kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/89866/comments
7
2020-04-05T04:26:01Z
2020-09-09T23:57:47Z
https://github.com/kubernetes/kubernetes/issues/89866
594,248,433
89,866
[ "kubernetes", "kubernetes" ]
Hi All, having this issue, if you can help: kubeadm join 10.96.164.243:6443 --token v0rzbf.d8xwioz762gx957z --discovery-token-ca-cert-hash sha256:2f855d5997c18d54a677bef407b0954b2cde979503b0c313152276c40d5b9b4f --v=5 W0404 18:43:17.974224 2676 join.go:346] [preflight] WARNING: JoinControlPane.controlPlane settin...
Facing issue while adding a windos server 2019 worker node to K8 master
https://api.github.com/repos/kubernetes/kubernetes/issues/89865/comments
3
2020-04-05T01:48:36Z
2020-04-05T18:22:28Z
https://github.com/kubernetes/kubernetes/issues/89865
594,206,281
89,865
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Command-based...
Liveness probe failed: OCI runtime exec failed
https://api.github.com/repos/kubernetes/kubernetes/issues/89862/comments
4
2020-04-04T22:42:43Z
2020-04-05T00:02:19Z
https://github.com/kubernetes/kubernetes/issues/89862
594,141,123
89,862
[ "kubernetes", "kubernetes" ]
/sig storage /priority critical-urgent Hi everyone, I'm experiencing something really weird in my cluster. All my pods that have a pvc, are terminated periodically every 1 minute (approximately). they are recreated again, terminated again and so on. this has caused sooo many problems, like many many orphaned ...
Kubernetes Deletes Pods Periodically
https://api.github.com/repos/kubernetes/kubernetes/issues/89860/comments
10
2020-04-04T19:43:27Z
2020-09-24T07:31:31Z
https://github.com/kubernetes/kubernetes/issues/89860
594,029,856
89,860
[ "kubernetes", "kubernetes" ]
**What happened**: When using K8s built on the master branch `v1.19.0-alpha.1.295+873fe1478a7984` the number of cpu's is 0 (zero); ``` # kubectl get node vm-002 -o json | jq .status.capacity { "cpu": "0", "ephemeral-storage": "8191416Ki", "hugepages-2Mi": "0", "memory": "1531128Ki", "pods": "110"...
Zero cpu's (cpu: 0) reported for nodes on K8s built on "master"
https://api.github.com/repos/kubernetes/kubernetes/issues/89859/comments
68
2020-04-04T19:04:09Z
2020-07-08T20:09:21Z
https://github.com/kubernetes/kubernetes/issues/89859
594,004,362
89,859
[ "kubernetes", "kubernetes" ]
**What happened**: My requirement is that i want to send data to the local daemonset using service. I dont want to use hostnetwork as well as Nodeport. So, I created service with topologyKey :kubernetes.io/hostname and I enabled ServiceTopology and EndpointSlice in kube-proxy this is my kube-proxy daemonset snipp...
Unable to add topologyKey: kubernetes.io/hostname in service
https://api.github.com/repos/kubernetes/kubernetes/issues/89856/comments
3
2020-04-04T14:18:35Z
2020-04-06T00:01:46Z
https://github.com/kubernetes/kubernetes/issues/89856
593,886,482
89,856
[ "kubernetes", "kubernetes" ]
**What happened**: I'm trying to establish a SPDY connection to exec into a pod. I sent this header: X-Stream-Protocol-Version: v4.channel.k8s.io, v3.channel.k8s.io, v2.channel.k8s.io, channel.k8s.io The request failed with Forbidden - unable to upgrade: unable to negotiate protocol: client supports [v4.ch...
X-Stream-Protocol-Version header is not parsed correctly
https://api.github.com/repos/kubernetes/kubernetes/issues/89849/comments
15
2020-04-04T03:09:02Z
2020-04-16T01:36:05Z
https://github.com/kubernetes/kubernetes/issues/89849
593,730,662
89,849
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: pull-kubernetes-node-e2e-containerd **Which test(s) are failing**: Timeout **Since when has it been failing**: - Last good run (2020-04-03 11:00:09 +0000 UTC): ...
[Failing Job] pull-kubernetes-node-e2e-containerd is timing out
https://api.github.com/repos/kubernetes/kubernetes/issues/89847/comments
19
2020-04-04T02:49:50Z
2020-07-26T23:13:15Z
https://github.com/kubernetes/kubernetes/issues/89847
593,727,026
89,847
[ "kubernetes", "kubernetes" ]
**What happened**: I am running kubernetes as managed service in AWS(EKS). There is one namespace from which I ma not able to reach any services from any other namespaces. Getting 502 bad gateway error. I am able to resolve the svc hostname from my namespace which is having issue, even able to telnet but when I try to...
Not able to reach any services in any namespaces from one particular namespace(getting 502 bad gateway error)
https://api.github.com/repos/kubernetes/kubernetes/issues/89844/comments
5
2020-04-04T00:24:58Z
2020-09-01T03:29:59Z
https://github.com/kubernetes/kubernetes/issues/89844
593,703,463
89,844
[ "kubernetes", "kubernetes" ]
I have a `NodePort` service backed by a few `Pods`. On every node of the cluster (master or worker) I can reach the service just fine on either localhost or the LAN IP of the node. If I try to reach the NodePort of a different node: - it works just fine if the destination node is running the pod - it doesn't work...
NodePort not accessible on LAN address if Pod is not running in the node
https://api.github.com/repos/kubernetes/kubernetes/issues/89831/comments
8
2020-04-03T17:42:46Z
2020-04-05T09:09:51Z
https://github.com/kubernetes/kubernetes/issues/89831
593,540,082
89,831
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> when I want to project a serviceaccounttoken to pod in order to use SDS of istio, according to docs of k8s, I found these three feature gate related with it: 1.ServiceAccountTokenVolumeProject...
what is the difference among ServiceAccountTokenVolumeProjection & TokenRequestProjection & BoundServiceAccountTokenVolume?
https://api.github.com/repos/kubernetes/kubernetes/issues/89826/comments
8
2020-04-03T15:28:47Z
2020-08-31T21:24:08Z
https://github.com/kubernetes/kubernetes/issues/89826
593,463,357
89,826
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I set up the ...
External CA mode fail during kubelet-finalize
https://api.github.com/repos/kubernetes/kubernetes/issues/89824/comments
12
2020-04-03T15:22:46Z
2024-01-24T12:41:46Z
https://github.com/kubernetes/kubernetes/issues/89824
593,459,209
89,824
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I have 2 St...
Workload updates do not honor PodDisruptionBudget
https://api.github.com/repos/kubernetes/kubernetes/issues/89820/comments
16
2020-04-03T14:06:04Z
2021-04-16T12:28:11Z
https://github.com/kubernetes/kubernetes/issues/89820
593,407,616
89,820
[ "kubernetes", "kubernetes" ]
**What happened**: Unexpected podIP and hostIP in pod, just like ``` apiVersion: v1 kind: Pod metadata: name: test namespace: test spec: containers: ...... status: ...... hostIP: <nil> podIP: <nil> ...... ``` **What you expected to happen**: This is a host-networking pod, podIP a...
unexpected podIP and hostIP in pod
https://api.github.com/repos/kubernetes/kubernetes/issues/89816/comments
7
2020-04-03T12:22:02Z
2020-10-09T11:53:57Z
https://github.com/kubernetes/kubernetes/issues/89816
593,343,996
89,816
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I have the ...
kubectl apply dos not work for environment variables in podpresets.
https://api.github.com/repos/kubernetes/kubernetes/issues/89813/comments
3
2020-04-03T09:16:43Z
2020-04-03T10:22:27Z
https://github.com/kubernetes/kubernetes/issues/89813
593,240,151
89,813
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: When joining ...
kube-apiserver exits with panic instead of error if not able to connect to etcd
https://api.github.com/repos/kubernetes/kubernetes/issues/89812/comments
3
2020-04-03T08:47:48Z
2020-04-06T20:48:14Z
https://github.com/kubernetes/kubernetes/issues/89812
593,222,996
89,812
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: gce-master-scale-correctness **Which test(s) are failing**: [sig-cli] Kubectl client Simple pod should support inline execution and attach **Since when has it be...
[Failing Test] gce-master-scale-correctness: [sig-cli] Kubectl client Simple pod should support inline execution and attach
https://api.github.com/repos/kubernetes/kubernetes/issues/89811/comments
8
2020-04-03T08:44:44Z
2020-04-23T14:16:45Z
https://github.com/kubernetes/kubernetes/issues/89811
593,221,230
89,811
[ "kubernetes", "kubernetes" ]
This is a follow-up to https://github.com/kubernetes/kubernetes/issues/89284. cc @gongguan /kind enhancement /sig node /priority important-soon **What would you like to be added**: The kubelet should perform eviction before the node allocatable threshold for PIDs is hit. **Why is this needed**: In the c...
Kubelet should evict before hitting the allocatable threshold for PIDs
https://api.github.com/repos/kubernetes/kubernetes/issues/89807/comments
11
2020-04-03T07:22:02Z
2020-12-05T18:49:42Z
https://github.com/kubernetes/kubernetes/issues/89807
593,173,809
89,807
[ "kubernetes", "kubernetes" ]
**What happened**: ``` [root@node1 ~]# kubectl get node NAME STATUS ROLES AGE VERSION node1 Ready master 44d v1.11.8 node2 Ready master 44d v1.11.8 node3 Ready master 44d v1.11.8 ``` 1. The node1 reboot while creating service (selecto...
kubernetes v1.11.8: watch of *v1.Service ended with: too old resource version
https://api.github.com/repos/kubernetes/kubernetes/issues/89802/comments
13
2020-04-03T04:28:11Z
2020-09-04T13:49:47Z
https://github.com/kubernetes/kubernetes/issues/89802
593,067,771
89,802
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Kubernetes ...
Kubernetes still pull image while imagePullPolicy is IfNotPresent and local image exist.
https://api.github.com/repos/kubernetes/kubernetes/issues/89800/comments
10
2020-04-03T03:57:47Z
2020-04-07T05:55:16Z
https://github.com/kubernetes/kubernetes/issues/89800
593,059,197
89,800
[ "kubernetes", "kubernetes" ]
Hi all, Briefly, I want to know where exactly and during which phase of the HTTP request handling, the logic for processing apiserver_request_duration_seconds metric is called ? Grepping the source tree shows that the metric is a histogram that is [defined here](https://github.com/kubernetes/kubernetes/blob/5978...
Where exactly the metrics handlers are called in the apiserver ?
https://api.github.com/repos/kubernetes/kubernetes/issues/89798/comments
1
2020-04-03T00:17:50Z
2020-04-06T23:55:14Z
https://github.com/kubernetes/kubernetes/issues/89798
592,995,388
89,798
[ "kubernetes", "kubernetes" ]
Hello kubernates team, I wanna implement grpc probe to be natively inside kubernates. **What would you like to be added**: gRPC health probe based on grpc health protocol **Why is this needed**: Will be consistent; grpc it is popular protocol for build microservice, so will be nice have it from box; 3rd part so...
gRPC health probe proposal
https://api.github.com/repos/kubernetes/kubernetes/issues/89797/comments
6
2020-04-02T22:30:53Z
2020-10-26T20:13:39Z
https://github.com/kubernetes/kubernetes/issues/89797
592,956,757
89,797
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Automatically assigning reviewer from sig-instrumentation to PRs changing metrics **Why is this needed**: Having sig-instrumentation reviewer will help improving quality of metrics in k8s. There were two ideas for this: * Move all metrics to subdirectories with label in O...
Automatically assign reviewer from sig-instrumentation to PRs changing metrics
https://api.github.com/repos/kubernetes/kubernetes/issues/89788/comments
14
2020-04-02T19:13:21Z
2021-01-21T21:38:31Z
https://github.com/kubernetes/kubernetes/issues/89788
592,865,368
89,788
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: `gce-cos-master-alpha-features (ci-kubernetes-e2e-gci-gce-alpha-features)` **Which test(s) are failing**: ``` [sig-network] Networking Granular Checks: Service...
[Failing Test] gce-cos-master-alpha-features (ci-kubernetes-e2e-gci-gce-alpha-features)
https://api.github.com/repos/kubernetes/kubernetes/issues/89782/comments
16
2020-04-02T17:22:00Z
2020-04-10T02:16:46Z
https://github.com/kubernetes/kubernetes/issues/89782
592,798,960
89,782
[ "kubernetes", "kubernetes" ]
We just recently update to etcd 3.4.4 in 1.19 release cycle. Let's update to **etcd 3.4.7** to pick up few bug fixes and performance improvements. Notably: - Fix a bug in clientv3 `WithRequireLeader `. (https://github.com/etcd-io/etcd/pull/11687) - Fix memory leak in lease. (https://github.com/etcd-io/etcd/pull/11...
Update to etcd 3.4.7 in Kubernetes 1.19 release
https://api.github.com/repos/kubernetes/kubernetes/issues/89779/comments
2
2020-04-02T16:21:02Z
2020-05-19T18:29:47Z
https://github.com/kubernetes/kubernetes/issues/89779
592,757,849
89,779
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Volumes wit...
Restarting kubelet while fsGroup is applied results in pod getting started with mixed group ownership
https://api.github.com/repos/kubernetes/kubernetes/issues/89776/comments
9
2020-04-02T15:04:30Z
2021-03-27T04:24:42Z
https://github.com/kubernetes/kubernetes/issues/89776
592,703,113
89,776
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: `preferredDuringSchedulingPreferredDuringExecution` as an extra Anti-Affinity option, or something similar that would achieve HA with Scalability in a long term. **Why is this needed**: Currently in c...
Enhance HighAvailability with preferredDuringSchedulingPreferredDuringExecution
https://api.github.com/repos/kubernetes/kubernetes/issues/89775/comments
5
2020-04-02T14:58:40Z
2020-08-30T16:55:40Z
https://github.com/kubernetes/kubernetes/issues/89775
592,698,772
89,775
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I have a clie...
Describe how resource namespace and name are determined for get/list/watch requests, in authorization and API Priority and Fairness
https://api.github.com/repos/kubernetes/kubernetes/issues/89772/comments
23
2020-04-02T14:09:57Z
2020-08-31T04:06:42Z
https://github.com/kubernetes/kubernetes/issues/89772
592,662,773
89,772
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: when setting ...
Utilization disapear when setting HPA cpu AverageValue and Utilization both
https://api.github.com/repos/kubernetes/kubernetes/issues/89770/comments
10
2020-04-02T14:00:14Z
2021-08-12T14:08:53Z
https://github.com/kubernetes/kubernetes/issues/89770
592,655,810
89,770
[ "kubernetes", "kubernetes" ]
Found in local testing. Looks like it's coming from: https://github.com/kubernetes/kubernetes/blob/v1.17.3/test/utils/deployment.go#L201 ``` STEP: Destroying namespace "webhook-7543-markers" for this suite. [AfterEach] [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] /go/src/k8s.io/kubernetes/_ou...
Panic in conformance test (1.17.3)
https://api.github.com/repos/kubernetes/kubernetes/issues/89769/comments
2
2020-04-02T13:56:21Z
2020-04-07T15:31:45Z
https://github.com/kubernetes/kubernetes/issues/89769
592,652,930
89,769
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Remove, or at least document, what appear to be restrictions in the way YAML is handled by the API machinery YAML utility. **Why is this needed**: I tried using the API machinery YAML utility to s...
Improve or document behaviour of YAML decoder
https://api.github.com/repos/kubernetes/kubernetes/issues/89764/comments
6
2020-04-02T11:15:59Z
2020-08-31T01:03:46Z
https://github.com/kubernetes/kubernetes/issues/89764
592,551,956
89,764
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: We need a RBAC setting with TTL. I.E, this RBAC config could be deleted/expired after a specified time. **Why is this needed**: In large cluster, there could be many hundreds of deployment in one namesp...
Temp RBAC is needed to easy the management of the auth
https://api.github.com/repos/kubernetes/kubernetes/issues/89763/comments
3
2020-04-02T11:12:54Z
2020-04-02T14:19:09Z
https://github.com/kubernetes/kubernetes/issues/89763
592,550,177
89,763
[ "kubernetes", "kubernetes" ]
**What happened**: `kubectl diff` modify my deployements. **What you expected to happen**: I expect the diff command to not change my deployments ! **How to reproduce it (as minimally and precisely as possible)**: Here is what I've done 1) Create a simple pod `test.yaml` ```yaml apiVersion: v1 ki...
kubectl diff does apply
https://api.github.com/repos/kubernetes/kubernetes/issues/89762/comments
9
2020-04-02T10:57:57Z
2020-04-29T11:29:36Z
https://github.com/kubernetes/kubernetes/issues/89762
592,541,854
89,762
[ "kubernetes", "kubernetes" ]
in my env ,i had try to backup my data via etcd ,when i restore my data ,my node doesn't restore . my node is in a not ready status . i want to know this etcd will not restore node while that status is not-ready ? this is a common question about etcd but not associate my env. thanks!
etcd backup and restore questtion
https://api.github.com/repos/kubernetes/kubernetes/issues/89758/comments
5
2020-04-02T06:49:12Z
2020-04-12T21:47:43Z
https://github.com/kubernetes/kubernetes/issues/89758
592,398,785
89,758
[ "kubernetes", "kubernetes" ]
**What happened**: Starting v1.18.0 release kubelet.service and 10-kubeadm.conf downloads not provided **What you expected to happen**: As describe in [Documentation](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#installing-kubeadm-kubelet-and-kubectl), under 'Container Lin...
As of v1.18.0 release kubelet.service and 10-kubeadm.conf not provided as documented
https://api.github.com/repos/kubernetes/kubernetes/issues/89757/comments
3
2020-04-02T06:10:52Z
2020-04-02T12:10:42Z
https://github.com/kubernetes/kubernetes/issues/89757
592,382,726
89,757
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: I fetched the...
watch does not work for GET of an individual object
https://api.github.com/repos/kubernetes/kubernetes/issues/89755/comments
3
2020-04-02T04:19:53Z
2020-04-02T07:14:50Z
https://github.com/kubernetes/kubernetes/issues/89755
592,346,795
89,755
[ "kubernetes", "kubernetes" ]
**What happened**: > when I running cronjob every min, about 500 job already create. > the cronjob is not running, controller-manager is error ```console E0402 09:45:29.578060 22379 cronjob_controller.go:117] expected type *batchv1.JobList, got type *internalversion.List ``` kubernetes version: v1.14.3 ...
cronjob can't create job
https://api.github.com/repos/kubernetes/kubernetes/issues/89751/comments
4
2020-04-02T02:12:29Z
2020-04-02T05:10:39Z
https://github.com/kubernetes/kubernetes/issues/89751
592,309,173
89,751
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: ``` type TopologySpreadConstraint struct { MaxSkew int32 TopologyKey string TopologyKeyValues []string // new WhenUnsatisfiable UnsatisfiableConstraintAction LabelSelector *metav1.LabelSele...
TopologySpreadConstraint suppprt specific TopologyKey's values
https://api.github.com/repos/kubernetes/kubernetes/issues/89750/comments
3
2020-04-02T02:07:13Z
2020-04-02T03:44:45Z
https://github.com/kubernetes/kubernetes/issues/89750
592,307,779
89,750
[ "kubernetes", "kubernetes" ]
> when I running cronjob every min, about 500 job already create. > the cronjob is not running, controller-manager is error ```console E0402 09:45:29.578060 22379 cronjob_controller.go:117] expected type *batchv1.JobList, got type *internalversion.List ``` kubernetes version: v1.14.3 I watch code find ...
cronjob not create job
https://api.github.com/repos/kubernetes/kubernetes/issues/89749/comments
1
2020-04-02T02:02:37Z
2020-04-02T02:04:52Z
https://github.com/kubernetes/kubernetes/issues/89749
592,306,508
89,749
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: HPA is scalin...
HPA on GKE uses aggregated node CPU utilisation and not pods in targeted deployment
https://api.github.com/repos/kubernetes/kubernetes/issues/89744/comments
2
2020-04-01T21:38:29Z
2020-04-02T16:07:31Z
https://github.com/kubernetes/kubernetes/issues/89744
592,219,693
89,744
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: After a container is live and ready as per the liveness and readiness probes, its memory and container writable layer should be saved to persistent storage using some solution like Checkpoint/Restore In...
Like Checkpointing, save Container Memory and Writable Layer to Persistent Storage after it is live and ready so that new containers can be created instantaneously from this memory image
https://api.github.com/repos/kubernetes/kubernetes/issues/89742/comments
10
2020-04-01T18:11:34Z
2020-11-28T12:59:29Z
https://github.com/kubernetes/kubernetes/issues/89742
592,107,765
89,742
[ "kubernetes", "kubernetes" ]
**Which jobs are flaking**: - pull-kubernetes-e2e-gce - pull-kubernetes-e2e-kind **Which test(s) are flaking**: - [sig-apps] ReplicationController should test the lifecycle of a ReplicationController **Testgrid link**: - https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-e2e-gce&include-fi...
[Flaky Test] [sig-apps] ReplicationController should test the lifecycle of a ReplicationController
https://api.github.com/repos/kubernetes/kubernetes/issues/89740/comments
9
2020-04-01T17:04:17Z
2020-06-08T22:11:20Z
https://github.com/kubernetes/kubernetes/issues/89740
592,067,719
89,740
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: All yaml files and any field should allow the injection of a value from a config map something like this: $(config-map-name/key) When this syntax was used you could inject it anywhere into anything including in the middle of other strings. somefield: some-($config-map-name/key)...
Allow ConfigMap injection into any field
https://api.github.com/repos/kubernetes/kubernetes/issues/89738/comments
3
2020-04-01T16:16:06Z
2020-04-02T12:51:53Z
https://github.com/kubernetes/kubernetes/issues/89738
592,038,077
89,738
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> /sig cloud-provider /sig node /sig ...
/dev directory size inside pod in newer version of kubernetes is only 64M size.
https://api.github.com/repos/kubernetes/kubernetes/issues/89737/comments
5
2020-04-01T15:24:59Z
2020-09-28T17:14:51Z
https://github.com/kubernetes/kubernetes/issues/89737
592,002,107
89,737
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: api-server lo...
apiserver panic'd on GET /api/v1/events
https://api.github.com/repos/kubernetes/kubernetes/issues/89734/comments
6
2020-04-01T14:57:04Z
2020-04-02T23:01:24Z
https://github.com/kubernetes/kubernetes/issues/89734
591,981,470
89,734
[ "kubernetes", "kubernetes" ]
Hi, I set the below in my prometheus-server: # Scrape kubelet metrics. kubelet: allowedMetrics: [] Which means it scrapes all kubelet metrics, unfortunately i dont see kubelet_volume * metrics. FYI : https://github.com/kubernetes/kubernetes/blob/release-1.18/pkg/kubelet/metrics/metrics.go I d...
Unable to scarpe kubelet_volume * metrics, other kubelet metrics are scraped.
https://api.github.com/repos/kubernetes/kubernetes/issues/89733/comments
9
2020-04-01T14:05:34Z
2020-09-09T16:50:54Z
https://github.com/kubernetes/kubernetes/issues/89733
591,943,554
89,733
[ "kubernetes", "kubernetes" ]
**What happened**: I used Kubelet API describe [here](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet-authentication-authorization/#kubelet-authorization) and received an error: ``` root:~# curl -ks https://127.0.0.1:10250/stats <a href="/stats/">Moved Permanently</a>. ``` It happens a...
Failed to use some of Kubelet APIs: "Moved Permanently"
https://api.github.com/repos/kubernetes/kubernetes/issues/89731/comments
9
2020-04-01T13:49:53Z
2020-10-13T07:57:27Z
https://github.com/kubernetes/kubernetes/issues/89731
591,932,443
89,731
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: When creating...
kube-proxy panics with SIGSEGV on first run
https://api.github.com/repos/kubernetes/kubernetes/issues/89729/comments
17
2020-04-01T11:32:14Z
2020-04-05T00:57:47Z
https://github.com/kubernetes/kubernetes/issues/89729
591,845,063
89,729
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI --> **Which jobs are flaking**: pull-kubernetes-integration **Which test(s) are flaking**: TestNominatedNodeCleanUp **Testgrid link**: https://testgrid.k8s.io...
[Flaky Test] TestNominatedNodeCleanUp
https://api.github.com/repos/kubernetes/kubernetes/issues/89728/comments
1
2020-04-01T10:40:17Z
2020-05-15T09:47:54Z
https://github.com/kubernetes/kubernetes/issues/89728
591,813,759
89,728
[ "kubernetes", "kubernetes" ]
**What happened**: After upgrading the hypervisor's QEMU version from 2.11 to 4.0 Pods were unable attach an already node mounted volume. The root cause is that newer versions of QEMU apparently changed the way how the disks ID format being handled in `/dev/disk/by-id`: with this change, volumes attached on an Open...
Backward support for old KVM virtio-scsi driver
https://api.github.com/repos/kubernetes/kubernetes/issues/89723/comments
17
2020-04-01T09:14:38Z
2020-12-01T13:37:25Z
https://github.com/kubernetes/kubernetes/issues/89723
591,759,508
89,723
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Azure cloud...
Azure zones are not in lower cases
https://api.github.com/repos/kubernetes/kubernetes/issues/89721/comments
2
2020-04-01T08:18:44Z
2020-04-01T09:45:42Z
https://github.com/kubernetes/kubernetes/issues/89721
591,719,212
89,721
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI --> **Which jobs are flaking**: pull-kubernetes-integration **Which test(s) are flaking**: run_kubectl_apply_tests **Testgrid link**: https://testgrid.k8s.io/pre...
[Flaky Test] pull-kubernetes-integration / run_kubectl_apply_tests
https://api.github.com/repos/kubernetes/kubernetes/issues/89719/comments
3
2020-04-01T07:04:38Z
2020-04-16T15:39:00Z
https://github.com/kubernetes/kubernetes/issues/89719
591,678,169
89,719
[ "kubernetes", "kubernetes" ]
Dear anyone. I am experiencing the problem like this. I have installed many times for multi master of k8s. I think both master2 and master3 has the previous configurations. Could you know how to remove configurations related to k8s ? I had removed yum remove kubectl,kubeadm and kubelet. But It seems to remain fil...
node is NotReady
https://api.github.com/repos/kubernetes/kubernetes/issues/89714/comments
5
2020-04-01T02:40:04Z
2020-04-01T20:49:44Z
https://github.com/kubernetes/kubernetes/issues/89714
591,574,203
89,714
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI --> **Which jobs are flaking**: pull-kubernetes-integration **Which test(s) are flaking**: TestSubresourcePatch **Testgrid link**: - https://testgrid.k8s.io/p...
[Flaky test] TestSubresourcePatch resource version changes on no-op status patch of custom resource
https://api.github.com/repos/kubernetes/kubernetes/issues/89712/comments
9
2020-04-01T02:28:45Z
2020-08-17T21:05:31Z
https://github.com/kubernetes/kubernetes/issues/89712
591,570,247
89,712