issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.91B
issue_number
int64
1
131k
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: For singleton cache, the map should be created outside lock. **Why is this needed**: For singleton cache, it is inefficient to check map against nil under lock. Code from staging/src/k8s.io/apimachinery/third_party/forked/golang/json/fields.go : ``` var fieldCache struct { ...
Initialize map for singleton cache
https://api.github.com/repos/kubernetes/kubernetes/issues/86814/comments
2
2020-01-03T16:30:25Z
2020-01-04T15:02:31Z
https://github.com/kubernetes/kubernetes/issues/86814
545,063,817
86,814
[ "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**: Kubemark clus...
Non-private kubemark cluster creation fails
https://api.github.com/repos/kubernetes/kubernetes/issues/86813/comments
3
2020-01-03T16:23:15Z
2020-01-03T17:49:42Z
https://github.com/kubernetes/kubernetes/issues/86813
545,060,906
86,813
[ "kubernetes", "kubernetes" ]
**What happened**: After restoring ETCD from backup, old master endpoints are returned, even if the master nodes are long gone. The screenshot bellow summarises the issues: 3 master nodes running on the cluster, but 5 endpoints are being returned. The additional 2 comes from master nodes from before restoring the...
Old master-leases not removed from ETCD after restore from backup
https://api.github.com/repos/kubernetes/kubernetes/issues/86812/comments
35
2020-01-03T15:57:15Z
2021-11-29T09:57:58Z
https://github.com/kubernetes/kubernetes/issues/86812
545,050,605
86,812
[ "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**: One of my C...
metav1.Time fails CRD validation
https://api.github.com/repos/kubernetes/kubernetes/issues/86811/comments
12
2020-01-03T13:03:03Z
2021-07-23T18:21:24Z
https://github.com/kubernetes/kubernetes/issues/86811
544,984,955
86,811
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-cos-master-alpha-features (ci-kubernetes-e2e-gci-gce-alpha-features)` **Since when has it been failing**: `3rd Jan 23:15 PST` https://github.com/kubernetes/kubernetes/compare/1780792d3...47d5c3ef8 **Testgrid link**: https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-ma...
[Failing Test] gce-cos-master-alpha-features (ci-kubernetes-e2e-gci-gce-alpha-features)
https://api.github.com/repos/kubernetes/kubernetes/issues/86809/comments
5
2020-01-03T12:04:50Z
2020-01-08T11:19:43Z
https://github.com/kubernetes/kubernetes/issues/86809
544,967,716
86,809
[ "kubernetes", "kubernetes" ]
**What happened**: The base image'tag of debian-hyperkube-base haven't changed. In this [commit](https://github.com/kubernetes/kubernetes/commit/861cdd82b50d2aca3115b5e031a9f509b9eb5e3e#diff-cbc4ed8875862b227463fb138e295d7e), the base image's tags of debian-base, debian-iptables and debian-hyperkube-base have ch...
The base image's tag of debian-hyperkube-base haven't changed
https://api.github.com/repos/kubernetes/kubernetes/issues/86808/comments
5
2020-01-03T10:57:02Z
2020-03-18T13:36:49Z
https://github.com/kubernetes/kubernetes/issues/86808
544,946,356
86,808
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: i would like to add a flag in kubelet to provide capabilities to enable aws credential provider manually. just like the `--azure-container-registry-config` flag did. **Why is this needed**: for so...
provide capabilities to enable aws credential provider manually
https://api.github.com/repos/kubernetes/kubernetes/issues/86805/comments
5
2020-01-03T09:24:26Z
2020-06-01T11:49:00Z
https://github.com/kubernetes/kubernetes/issues/86805
544,913,573
86,805
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Define algorithm providers in terms of plugins instead of predicates for kubelet. Ref https://github.com/kubernetes/kubernetes/issues/86162 **Why is this needed**: Predicates will be deprecated...
Define a scheduler algorithm provider for kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/86803/comments
5
2020-01-03T07:08:40Z
2020-01-18T06:49:53Z
https://github.com/kubernetes/kubernetes/issues/86803
544,877,152
86,803
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: CRD structural schema requires that `if metadata is specified, then only restrictions on metadata.name and metadata.generateName are allowed.` Can `metadata.description` field be also allowed? **Why is this needed**: I am using kubebuilder to generate CRD yamls. If I add...
Allow description in metadata of CRD structural schema
https://api.github.com/repos/kubernetes/kubernetes/issues/86800/comments
6
2020-01-03T06:02:41Z
2020-01-04T05:03:00Z
https://github.com/kubernetes/kubernetes/issues/86800
544,862,604
86,800
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: while attachi...
failed to attach cinder volume when another instance with the same name exists in openstack
https://api.github.com/repos/kubernetes/kubernetes/issues/86797/comments
7
2020-01-03T03:17:44Z
2020-06-01T05:42:59Z
https://github.com/kubernetes/kubernetes/issues/86797
544,834,134
86,797
[ "kubernetes", "kubernetes" ]
**What happened**: While looking into https://github.com/kubernetes-sigs/controller-runtime/issues/740, I noticed that the `SelectorFromSet` function is gobbling up validation errors and returns an empty selector that matches everything. (https://github.com/kubernetes/apimachinery/blob/3253b0a30d67e7e362b8615e463156ba...
SelectorFromSet function returns selector that matches everything on invalid labels
https://api.github.com/repos/kubernetes/kubernetes/issues/86792/comments
6
2020-01-02T20:35:05Z
2020-04-04T20:52:11Z
https://github.com/kubernetes/kubernetes/issues/86792
544,736,102
86,792
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Actually disable scheduler plugins according to the disabled list in the scheduler's component config. The semantics are defined here: https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/apis/config/types.go#L155-L159 Part of #85822 /sig scheduling /priorit...
Disable scheduler plugins according to component config plugins disabled list [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/86789/comments
5
2020-01-02T18:46:24Z
2020-01-10T00:10:48Z
https://github.com/kubernetes/kubernetes/issues/86789
544,698,344
86,789
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-windows-containerd-master (ci-kubernetes-e2e-windows-containerd-gce)` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#gce-windows-containerd-master **Reason for failure**: https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-windows-con...
[Failing Test] gce-windows-containerd-master (ci-kubernetes-e2e-windows-containerd-gce)
https://api.github.com/repos/kubernetes/kubernetes/issues/86788/comments
13
2020-01-02T16:36:09Z
2020-03-04T12:27:51Z
https://github.com/kubernetes/kubernetes/issues/86788
544,652,091
86,788
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-cos-master-reboot (ci-kubernetes-e2e-gci-gce-reboot )` **Which test(s) are failing**: `[k8s.io] [sig-cloud-provider-gcp] Reboot [Disruptive] [Feature:Reboot] each node by switching off the network interface and ensure they function upon switch on` **Testgrid link**: https://tes...
[Failing Test] gce-cos-master-reboot (ci-kubernetes-e2e-gci-gce-reboot )
https://api.github.com/repos/kubernetes/kubernetes/issues/86787/comments
16
2020-01-02T16:31:15Z
2020-02-14T00:55:35Z
https://github.com/kubernetes/kubernetes/issues/86787
544,650,235
86,787
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Subprotocol negotiation was added in Kubernetes 1.1 This issue is about adding requirement of protocol negotiation for exec/attach/port-forward. /sig api-machinery
Require protocol negotiation for exec/attach/port-forward
https://api.github.com/repos/kubernetes/kubernetes/issues/86786/comments
3
2020-01-02T15:59:38Z
2020-01-07T21:53:25Z
https://github.com/kubernetes/kubernetes/issues/86786
544,637,399
86,786
[ "kubernetes", "kubernetes" ]
**What happened**: A custom CSI driver implementing [the `NodePublishVolume` RPC](https://github.com/container-storage-interface/spec/blob/master/spec.md#nodepublishvolume) returns a failure response, indicating that it did not complete its intended steps to prepare the volume for the mounting pod. Let's say that th...
CSI mounter second-guesses failed NodePublishVolume RPCs, inferring success wrongly
https://api.github.com/repos/kubernetes/kubernetes/issues/86784/comments
12
2020-01-02T15:03:33Z
2020-11-10T00:08:41Z
https://github.com/kubernetes/kubernetes/issues/86784
544,614,580
86,784
[ "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**: Started apise...
Erroneous check for service clusterIPs
https://api.github.com/repos/kubernetes/kubernetes/issues/86780/comments
3
2020-01-02T12:37:54Z
2020-01-02T14:43:51Z
https://github.com/kubernetes/kubernetes/issues/86780
544,562,696
86,780
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: The `kubeadm version` and `kubelet version` output can be controlled by the `-o` argument. This is very nice for automation scripts, which need to read this information. It also contains rich information ...
Provide richer output for "kubelet --version"
https://api.github.com/repos/kubernetes/kubernetes/issues/86779/comments
17
2020-01-02T12:16:12Z
2020-06-18T18:31:58Z
https://github.com/kubernetes/kubernetes/issues/86779
544,556,289
86,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**: After a con...
"container init exited prematurely" after OOMKilled
https://api.github.com/repos/kubernetes/kubernetes/issues/86776/comments
10
2020-01-02T11:36:24Z
2020-03-25T09:37:03Z
https://github.com/kubernetes/kubernetes/issues/86776
544,544,615
86,776
[ "kubernetes", "kubernetes" ]
**What happened**: I deployed a dualstack cluster with a config file. First, kube-controller-manager CrashLoopBackOff, because it add a default option --node-cidr-mask-size=24, I deleted it from /etc/kubernetes/manifests/kube-controller-manager.yaml, I think in dualstack mode, kube-controller-manager should ign...
DualStack: Fail to deploy dualstack cluster, kube-proxy panics
https://api.github.com/repos/kubernetes/kubernetes/issues/86773/comments
46
2020-01-02T10:03:55Z
2020-07-01T07:06:07Z
https://github.com/kubernetes/kubernetes/issues/86773
544,515,046
86,773
[ "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 test...
label type error when kubectl apply
https://api.github.com/repos/kubernetes/kubernetes/issues/86772/comments
2
2020-01-02T09:35:30Z
2020-01-02T22:05:06Z
https://github.com/kubernetes/kubernetes/issues/86772
544,505,514
86,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**: In kubernetes...
k8s 1.16 custom object resource version changes on status patch
https://api.github.com/repos/kubernetes/kubernetes/issues/86771/comments
9
2020-01-02T07:39:27Z
2020-01-05T03:31:07Z
https://github.com/kubernetes/kubernetes/issues/86771
544,476,126
86,771
[ "kubernetes", "kubernetes" ]
I am trying to setup a basic k8s cluster After doing a kubeadm init --pod-network-cidr=10.244.0.0/16, the coredns pods are stuck in ContainerCreating status ``` NAME READY STATUS RESTARTS AGE coredns-6955765f44-2cnhj 0/1 ContainerCreating 0 43h ...
core_dns stuck in ContainerCreating status
https://api.github.com/repos/kubernetes/kubernetes/issues/86766/comments
2
2020-01-02T05:02:51Z
2020-01-02T06:10:39Z
https://github.com/kubernetes/kubernetes/issues/86766
544,447,364
86,766
[ "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 did: ``` ...
node not ready when using hack/local-up-cluster.sh
https://api.github.com/repos/kubernetes/kubernetes/issues/86765/comments
17
2020-01-02T03:28:35Z
2020-06-16T05:32:38Z
https://github.com/kubernetes/kubernetes/issues/86765
544,434,804
86,765
[ "kubernetes", "kubernetes" ]
ref:https://github.com/kubernetes/kubernetes/issues/86756 /test/e2e/framework: resolve pending TODOs cc @andrewsykim @oomichi @SataQiu If you are interested in solving a TODO, you may refer to the following steps: First of all, understand the reason and background of adding this TODO. Secondly, You can chec...
/test/e2e/framework: resolve pending TODOs
https://api.github.com/repos/kubernetes/kubernetes/issues/86763/comments
13
2020-01-02T02:40:33Z
2020-08-22T13:45:12Z
https://github.com/kubernetes/kubernetes/issues/86763
544,428,598
86,763
[ "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**: coredns faile...
coredns [ERROR] plugin/errors: 2 read udp 10.244.235.249:55567->10.96.0.10:53: i/o timeout
https://api.github.com/repos/kubernetes/kubernetes/issues/86762/comments
29
2020-01-02T02:39:40Z
2024-09-13T09:31:53Z
https://github.com/kubernetes/kubernetes/issues/86762
544,428,487
86,762
[ "kubernetes", "kubernetes" ]
Getting error while bootstrapping kubernetes 1.17 RHEL 7.7 Docker Version:19.03.5 cgroup-driver=systemd network-plugin=cni Error: kubeadm init command failing to start kubelet kubelet shows below error message at the end. "transport: Error while dialing dial unix /var/run/dockershim.sock: connect: connection ...
kubeadm init - kubelet failing to start
https://api.github.com/repos/kubernetes/kubernetes/issues/86760/comments
13
2020-01-01T19:08:57Z
2020-01-03T20:34:08Z
https://github.com/kubernetes/kubernetes/issues/86760
544,388,737
86,760
[ "kubernetes", "kubernetes" ]
run following command in root of kubernetes ``` grep -rs "TODO" --exclude-dir="vendor/" --exclude-dir="third_party/" --exclude-dir="_output/" --exclude-dir="build/" | wc -l 2930 ``` run following command in /test of kubernetes ``` grep -rs "TODO" | wc -l 437 ``` There are some TODO in /test , I guess that ...
/test: resolve pending TODOs
https://api.github.com/repos/kubernetes/kubernetes/issues/86756/comments
9
2020-01-01T06:23:06Z
2020-08-02T08:54:02Z
https://github.com/kubernetes/kubernetes/issues/86756
544,317,372
86,756
[ "kubernetes", "kubernetes" ]
**What happened**: ClusterIP services seem to not properly respond (either with big delays or not working). **What you expected to happen**: ClusterIP should respond just as fast as from a pod as from a node. **How to reproduce it (as minimally and precisely as possible)**: 1. Deploy a new cluster with `kubead...
Nodes unable to reach ClusterIP services
https://api.github.com/repos/kubernetes/kubernetes/issues/86754/comments
10
2020-01-01T01:11:50Z
2020-01-02T00:08:52Z
https://github.com/kubernetes/kubernetes/issues/86754
544,296,671
86,754
[ "kubernetes", "kubernetes" ]
**What happened**: `k8s.io/code-generator` is not able to generate code for projects using Go modules (cloned outside $GOPATH). **What you expected to happen**: `k8s.io/code-generator` to be able to generate code for projects using Go modules (cloned outside $GOPATH). **How to reproduce it (as minimally and pre...
Code-generator does not work outside of $GOPATH
https://api.github.com/repos/kubernetes/kubernetes/issues/86753/comments
17
2019-12-31T18:49:43Z
2024-06-07T15:21:20Z
https://github.com/kubernetes/kubernetes/issues/86753
544,249,301
86,753
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Support for mips64le. When I tried to build kubernetes for mips64le, I found that for these components: ``` cmd/kubelet cmd/hyperkube cmd/genkubedocs cmd/genman test/e2e/e2e.test cmd/kubemark...
Build kubernetes for mips64le
https://api.github.com/repos/kubernetes/kubernetes/issues/86749/comments
7
2019-12-31T10:58:47Z
2020-01-09T11:07:29Z
https://github.com/kubernetes/kubernetes/issues/86749
544,159,840
86,749
[ "kubernetes", "kubernetes" ]
**What happened**: I try to scale a cluster-wide custom resource using kubectl but everytime I try so, I got an error telling me: > an empty namespace may not be set when a resource name is provided **What you expected to happen**: I expected the custom resource to be scaled to the correct amount of replica...
Kubectl scale cluster-wide custom resource
https://api.github.com/repos/kubernetes/kubernetes/issues/86746/comments
7
2019-12-31T10:01:18Z
2020-08-08T03:08:33Z
https://github.com/kubernetes/kubernetes/issues/86746
544,146,339
86,746
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Support for mips64le. When I tried to build kubernetes for mips64le, I found that for these components: ``` cmd/kubelet cmd/hyperkube cmd/genkubedocs cmd/genman test/e2e/e2e.test cmd/kubemark...
Build kubernetes for mips64le
https://api.github.com/repos/kubernetes/kubernetes/issues/86744/comments
5
2019-12-31T09:14:52Z
2019-12-31T10:57:58Z
https://github.com/kubernetes/kubernetes/issues/86744
544,135,491
86,744
[ "kubernetes", "kubernetes" ]
<!-- STOP -- PLEASE READ! GitHub is not the right place for support requests. If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/). You can also pos...
can‘t download any binary release package
https://api.github.com/repos/kubernetes/kubernetes/issues/86741/comments
4
2019-12-31T06:43:18Z
2019-12-31T14:37:59Z
https://github.com/kubernetes/kubernetes/issues/86741
544,105,224
86,741
[ "kubernetes", "kubernetes" ]
**What happened**: By [marshaling](https://github.com/gogo/protobuf/blob/master/jsonpb/jsonpb.go#L142) time.Time with gogo/protobuf, our istioctl CLI always prints the this message into stderr: ``` proto: tag has too few fields: "-" ``` My guess - there might be some typo here in the tag of time.Time: https://git...
marshal ObjectMeta always prints `proto: tag has too few fields: "-"` error
https://api.github.com/repos/kubernetes/kubernetes/issues/86739/comments
13
2019-12-31T04:45:50Z
2020-11-13T15:08:49Z
https://github.com/kubernetes/kubernetes/issues/86739
544,087,029
86,739
[ "kubernetes", "kubernetes" ]
When I run command kubectl get pods --all-namespaces, there is ERROR -> kube-system calico-kube-controllers-648f4868b8-dbkbx 0/1 has STATUS CrashLoopBackOff. I installed the next v. Using Kubernetes version: v1.17.0. OS - CentOS 8.0 I am a new in Kubernetes\Docker - have no idea what is wrong here and wh...
1.17: calico-kube-controllers CrashLoopBackoff
https://api.github.com/repos/kubernetes/kubernetes/issues/86735/comments
9
2019-12-30T23:13:09Z
2020-06-15T09:13:36Z
https://github.com/kubernetes/kubernetes/issues/86735
544,038,460
86,735
[ "kubernetes", "kubernetes" ]
Scheduler predicates and their error types are deprecated. /sig scheduling /assign Part of #85822
Break DS controller dependency on scheduler predicates [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/86729/comments
0
2019-12-30T18:00:44Z
2020-01-04T22:39:41Z
https://github.com/kubernetes/kubernetes/issues/86729
543,962,369
86,729
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: kubelet start...
reconciler: updateDevicePath() panic:invalid memory address or nil pointer dereference
https://api.github.com/repos/kubernetes/kubernetes/issues/86722/comments
17
2019-12-30T12:42:42Z
2020-06-02T15:15:26Z
https://github.com/kubernetes/kubernetes/issues/86722
543,867,208
86,722
[ "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**: There are s...
remove TODO in test/e2e/framework/auth/helpers
https://api.github.com/repos/kubernetes/kubernetes/issues/86721/comments
7
2019-12-30T07:37:13Z
2020-01-08T01:35:14Z
https://github.com/kubernetes/kubernetes/issues/86721
543,780,763
86,721
[ "kubernetes", "kubernetes" ]
/assign @ahg-g /sig scheduling /priority important-soon Part of #85822
Move node Affinity predicate logic to its Filter plugin [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/86717/comments
0
2019-12-30T04:57:37Z
2020-01-07T02:06:48Z
https://github.com/kubernetes/kubernetes/issues/86717
543,734,605
86,717
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: the kube-apis...
[-]poststarthook/rbac/bootstrap-roles failed: reason withheld
https://api.github.com/repos/kubernetes/kubernetes/issues/86715/comments
28
2019-12-30T04:26:02Z
2021-11-12T12:00:16Z
https://github.com/kubernetes/kubernetes/issues/86715
543,724,798
86,715
[ "kubernetes", "kubernetes" ]
/sig scheduling /assign Part of #85822 ```pkg/scheduling/algorithm/predicates``` is deprecated.
Break Filter plugins dependency on predicates package [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/86712/comments
8
2019-12-30T03:25:11Z
2020-01-15T01:21:41Z
https://github.com/kubernetes/kubernetes/issues/86712
543,705,812
86,712
[ "kubernetes", "kubernetes" ]
/sig scheduling /assign This is apart from the Predicates that we can't move now because Kubelet and DaemonSet controller currently depends on. Part of #85822
Break Filter plugins dependency on PredicateFailureReason [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/86711/comments
5
2019-12-30T03:07:03Z
2020-01-15T02:01:10Z
https://github.com/kubernetes/kubernetes/issues/86711
543,699,948
86,711
[ "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 tired to cre...
kubectl create -f statefulsets.yaml spec.volumeClaimTemplates.metadata.labels unable to add to pvc
https://api.github.com/repos/kubernetes/kubernetes/issues/86710/comments
7
2019-12-30T02:38:00Z
2020-05-28T05:09:07Z
https://github.com/kubernetes/kubernetes/issues/86710
543,689,316
86,710
[ "kubernetes", "kubernetes" ]
NVM please delete this issue.
please delete
https://api.github.com/repos/kubernetes/kubernetes/issues/86698/comments
1
2019-12-29T04:58:09Z
2019-12-29T07:35:32Z
https://github.com/kubernetes/kubernetes/issues/86698
543,318,108
86,698
[ "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 tired to por...
[Win10] kubectl port-forward background fails
https://api.github.com/repos/kubernetes/kubernetes/issues/86697/comments
6
2019-12-29T04:04:07Z
2020-01-10T16:45:39Z
https://github.com/kubernetes/kubernetes/issues/86697
543,313,958
86,697
[ "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**: CA validation c...
Sanitize certificate input during import or before comparison
https://api.github.com/repos/kubernetes/kubernetes/issues/86695/comments
3
2019-12-29T01:58:35Z
2019-12-29T04:32:34Z
https://github.com/kubernetes/kubernetes/issues/86695
543,304,508
86,695
[ "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 created a P...
ReadWriteOnce makes no effect: multiple nodes can write to the volume
https://api.github.com/repos/kubernetes/kubernetes/issues/86694/comments
11
2019-12-29T01:27:45Z
2020-06-04T23:09:12Z
https://github.com/kubernetes/kubernetes/issues/86694
543,302,411
86,694
[ "kubernetes", "kubernetes" ]
**What happened**: Unit test failed by command `make test`: ``` --- FAIL: TestAddressManagerNoRequestedIP (0.00s) panic: runtime error: invalid memory address or nil pointer dereference [recovered] panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation co...
TestAddressManagerNoRequestedIP failing with make test
https://api.github.com/repos/kubernetes/kubernetes/issues/86687/comments
6
2019-12-28T10:03:02Z
2019-12-30T13:13:41Z
https://github.com/kubernetes/kubernetes/issues/86687
543,111,458
86,687
[ "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**: If you create...
Azure cloud provider retries 400 for long time
https://api.github.com/repos/kubernetes/kubernetes/issues/86686/comments
2
2019-12-28T08:33:25Z
2019-12-28T12:17:40Z
https://github.com/kubernetes/kubernetes/issues/86686
543,096,398
86,686
[ "kubernetes", "kubernetes" ]
**What happened**: As showed below: > $ go get -u k8s.io/test-infra/kubetest go: finding k8s.io/test-infra latest go: finding golang.org/x/sys latest go: finding golang.org/x/oauth2 latest go: finding golang.org/x/net latest go: finding github.com/modern-go/concurrent latest go: finding golang.org/x/time...
ambiguous import while installing kubetest on the newest master branch
https://api.github.com/repos/kubernetes/kubernetes/issues/86683/comments
4
2019-12-28T07:15:48Z
2020-03-16T14:38:13Z
https://github.com/kubernetes/kubernetes/issues/86683
543,084,478
86,683
[ "kubernetes", "kubernetes" ]
/assign /sig scheduling /priority important-soon This includes moving the metadata logic into PostFilter. Part of #85822
Move PodTopologySpread priority logic to its Score plugin [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/86682/comments
1
2019-12-28T06:56:14Z
2019-12-28T07:17:58Z
https://github.com/kubernetes/kubernetes/issues/86682
543,081,755
86,682
[ "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**: trying to use...
add feature-gates='NonPreemptingPriority=true' have no effect
https://api.github.com/repos/kubernetes/kubernetes/issues/86680/comments
8
2019-12-28T03:45:20Z
2020-06-27T13:06:48Z
https://github.com/kubernetes/kubernetes/issues/86680
543,056,387
86,680
[ "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-e2e-kind **Which test(s) are flaking**: `[sig-cli] Kubectl Port forwarding With a server listening on 0.0.0.0 ...
[Flaky test] [sig-cli] Kubectl Port forwarding With a server listening on 0.0.0.0 should support forwarding over websockets
https://api.github.com/repos/kubernetes/kubernetes/issues/86678/comments
6
2019-12-27T23:55:53Z
2020-06-03T22:45:41Z
https://github.com/kubernetes/kubernetes/issues/86678
543,023,606
86,678
[ "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/ --> **TL;DR:** we discovered the checkp...
1.18: panic in "pkg/kubelet/cm/qos_container_manager_linux.go"
https://api.github.com/repos/kubernetes/kubernetes/issues/86676/comments
19
2019-12-27T22:29:57Z
2020-01-08T10:57:41Z
https://github.com/kubernetes/kubernetes/issues/86676
543,008,941
86,676
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I am using the `loadBalancerSourceRanges` feature on a `Service` object to whitelist certain IP ranges who have access to the service. When I deploy this on EKS, I see that the security group rules are ...
Support multiple CIDRs in single security group rule in for AWS load balancers
https://api.github.com/repos/kubernetes/kubernetes/issues/86672/comments
5
2019-12-27T18:37:38Z
2020-05-25T20:13:37Z
https://github.com/kubernetes/kubernetes/issues/86672
542,956,507
86,672
[ "kubernetes", "kubernetes" ]
[ I stumbled upon this when debugging [#86434](https://github.com/kubernetes/kubernetes/issues/86434) ] Example run (100 node) - https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-scalability/1210547271494537217 In the [kube-scheduler.log](https://storage.googleapis.com/kubernetes-jenkin...
kube-scheduler.log has a lot of PersitentVolumeClaim binding errors in load test
https://api.github.com/repos/kubernetes/kubernetes/issues/86669/comments
3
2019-12-27T14:27:07Z
2019-12-31T08:57:18Z
https://github.com/kubernetes/kubernetes/issues/86669
542,892,279
86,669
[ "kubernetes", "kubernetes" ]
Hi ALL, am trying to integrate my Application which is deployed(AWS) using K8 with AWS API Gateway. AWS APIG doesn't support SNI. The AWS support team requested to disable the SNI on my ingress. Question : 1.) How can I disable an SNI. 2.) My Deployment has two applications running and is using ingress to r...
AWS APIGateway integration with Ingress controller
https://api.github.com/repos/kubernetes/kubernetes/issues/86668/comments
5
2019-12-27T14:17:41Z
2020-02-06T22:45:34Z
https://github.com/kubernetes/kubernetes/issues/86668
542,889,692
86,668
[ "kubernetes", "kubernetes" ]
**What happened**: Here my setup: - kubernetes 1.13.12 cluster - Deployed manually with custom aks-engine version - Nodes deployed on several availability zones in West Europe - Using Standard Load Balancer - Using Accelerated Networking interfaces - Load Balancer rules have disable Outgoing SNAT **enabled**...
Azure: incoming connections seen with cluster's outbound ip address
https://api.github.com/repos/kubernetes/kubernetes/issues/86667/comments
28
2019-12-27T12:58:44Z
2020-09-24T07:28:45Z
https://github.com/kubernetes/kubernetes/issues/86667
542,867,883
86,667
[ "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**: Namespace stu...
Namespace deletion fails because object does not implement protobuf marshalling interface
https://api.github.com/repos/kubernetes/kubernetes/issues/86666/comments
26
2019-12-27T11:20:54Z
2024-07-05T12:52:29Z
https://github.com/kubernetes/kubernetes/issues/86666
542,842,582
86,666
[ "kubernetes", "kubernetes" ]
/assign /sig kubeadm /kind cleanup When I read the source code of kubeadm , I find that there are two alias for "k8s.io/kubernetes/cmd/kubeadm/app/util". ``` grep -rs \"k8s.io/kubernetes/cmd/kubeadm/app/util\" | wc -l 36 ``` ``` grep -rs \"k8s.io/kubernetes/cmd/kubeadm/app/util\" | grep kubeadmutil | wc -...
alias kubeadmutil for "k8s.io/kubernetes/cmd/kubeadm/app/util"
https://api.github.com/repos/kubernetes/kubernetes/issues/86664/comments
4
2019-12-27T09:28:33Z
2019-12-28T21:45:39Z
https://github.com/kubernetes/kubernetes/issues/86664
542,810,938
86,664
[ "kubernetes", "kubernetes" ]
**What happened**: When dynamically creating a managed disk, azure-disk-dynamic-provisioner creates wrong affinities: * When used with *Kind: managed* and the parameter "zoned" is true (default) * On a multi-node cluster in a VM scale set (using availability zones), the created pv can have an affinity for a no...
azure-disk-dynamic-provisioner creates wrong node affinities
https://api.github.com/repos/kubernetes/kubernetes/issues/86663/comments
7
2019-12-27T09:11:50Z
2020-05-25T12:05:36Z
https://github.com/kubernetes/kubernetes/issues/86663
542,805,900
86,663
[ "kubernetes", "kubernetes" ]
/assign /sig scheduling /priority important-soon This includes moving the metadata logic into PreFilter. Part of #85822
Move Pod Topology Spread predicate logic to its Filter plugin [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/86658/comments
0
2019-12-27T08:04:27Z
2019-12-27T15:53:39Z
https://github.com/kubernetes/kubernetes/issues/86658
542,788,385
86,658
[ "kubernetes", "kubernetes" ]
Hi, I am getting below error while running "kubectl version" or "kubectl get nodes" commands on aws ec2 instance of ubuntu. I have created kubernetes cluster using kops command and in dns-zone i have specified my owned domain name which is configured as Name Server in AWS hosted zones. Below is the error i get : ...
kubectl error after creating cluster using kops on aws
https://api.github.com/repos/kubernetes/kubernetes/issues/86654/comments
4
2019-12-27T03:57:38Z
2019-12-31T16:53:09Z
https://github.com/kubernetes/kubernetes/issues/86654
542,734,225
86,654
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: In below RE...
URL in some README is incorrect
https://api.github.com/repos/kubernetes/kubernetes/issues/86651/comments
4
2019-12-27T02:54:28Z
2020-01-16T14:12:24Z
https://github.com/kubernetes/kubernetes/issues/86651
542,723,686
86,651
[ "kubernetes", "kubernetes" ]
**What happened**: Cronjobs do not run on the specified schedule defined in the spec. Some jobs seem to be "missed" by the scheduler. Usually this recovers on its own, but it would be nice to have some sort of validation that this is either expected behavior or that there is something wrong with the cronjob system...
cronjobs do not honor defined schedules
https://api.github.com/repos/kubernetes/kubernetes/issues/86647/comments
11
2019-12-26T19:34:27Z
2020-09-21T19:19:44Z
https://github.com/kubernetes/kubernetes/issues/86647
542,652,462
86,647
[ "kubernetes", "kubernetes" ]
**What happened**: `TestCommonKindsRegistered ` is failiing on [release-1.17](https://github.com/kubernetes/kubernetes/tree/7d04da8a4a80f22b1a165edb36a02aa9e01514cf). **What you expected to happen**: **How to reproduce it (as minimally and precisely as possible)**: Run command `make test` on release-1.17. **...
TestCommonKindsRegistered failing on release-1.17 as flowcontrol is not registered
https://api.github.com/repos/kubernetes/kubernetes/issues/86644/comments
9
2019-12-26T14:34:06Z
2020-01-07T21:22:23Z
https://github.com/kubernetes/kubernetes/issues/86644
542,572,133
86,644
[ "kubernetes", "kubernetes" ]
<!-- STOP -- PLEASE READ! GitHub is not the right place for support requests. If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/). You can also pos...
Is there any plan for secret/configmap status?
https://api.github.com/repos/kubernetes/kubernetes/issues/86642/comments
3
2019-12-26T12:53:42Z
2019-12-26T18:41:47Z
https://github.com/kubernetes/kubernetes/issues/86642
542,548,530
86,642
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: [The power of two random choices](https://www.eecs.harvard.edu/~michaelm/postscripts/handbook2001.pdf) has been used in many systems, e.g. [Sparrow: Distributed, Low Latency Scheduling](https://cs.stanf...
Scheduler: use the power of two random choices to select nodes
https://api.github.com/repos/kubernetes/kubernetes/issues/86630/comments
31
2019-12-26T05:14:09Z
2021-03-21T04:03:53Z
https://github.com/kubernetes/kubernetes/issues/86630
542,435,667
86,630
[ "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 larg...
pods cannot be scheduled, bug nodes has enough resources
https://api.github.com/repos/kubernetes/kubernetes/issues/86626/comments
29
2019-12-26T03:34:26Z
2020-08-28T18:10:15Z
https://github.com/kubernetes/kubernetes/issues/86626
542,420,462
86,626
[ "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 created a s...
How do I modify the health check interval of aws NLB TargetGroup
https://api.github.com/repos/kubernetes/kubernetes/issues/86624/comments
11
2019-12-26T02:22:35Z
2020-07-16T08:15:52Z
https://github.com/kubernetes/kubernetes/issues/86624
542,409,741
86,624
[ "kubernetes", "kubernetes" ]
/sig scheduling /priority important-soon /assign zouyee Part of #85822
Move CheckNodeUnschedulable predicate to its filter plugin [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/86622/comments
1
2019-12-26T01:54:35Z
2019-12-27T17:27:40Z
https://github.com/kubernetes/kubernetes/issues/86622
542,406,041
86,622
[ "kubernetes", "kubernetes" ]
I want to know how to pause a daemonSet rolling update, like pause a deployment? If not, are you going to support it in the future? THX :)
How to pause a daemonSet rolling update?
https://api.github.com/repos/kubernetes/kubernetes/issues/86619/comments
5
2019-12-25T21:52:51Z
2020-05-24T01:31:35Z
https://github.com/kubernetes/kubernetes/issues/86619
542,388,286
86,619
[ "kubernetes", "kubernetes" ]
**What happened**: I am trying to use kubectl apply in Python the following manner n = '--namespace mynamespace' ['kubectl', 'create', 'secret', 'generic',mysecret,'--dry-run','-o','yaml',n,'|','kubectl','apply','-f','-',n] I get an error saying : unknown shorhand f in -f **Environment**: docker desktop for m...
'-f' flag in kubectl apply is not working
https://api.github.com/repos/kubernetes/kubernetes/issues/86617/comments
9
2019-12-25T21:11:05Z
2019-12-26T18:47:41Z
https://github.com/kubernetes/kubernetes/issues/86617
542,385,442
86,617
[ "kubernetes", "kubernetes" ]
/sig scheduling /priority important-soon Part of #85822 /assign @draveness
Move volume limits predicates to their Filter plugins [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/86613/comments
0
2019-12-25T14:42:59Z
2019-12-28T06:23:39Z
https://github.com/kubernetes/kubernetes/issues/86613
542,351,715
86,613
[ "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**: Cannot mount ...
Cannot mount azure disk on Standard_DC4s/DC2s instances
https://api.github.com/repos/kubernetes/kubernetes/issues/86611/comments
0
2019-12-25T14:02:25Z
2019-12-26T21:43:52Z
https://github.com/kubernetes/kubernetes/issues/86611
542,346,762
86,611
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: **Passing pod annotations to flexvolume plugin as default options** **Why is this needed**: For example, we have two disks, each is 100Gi, which are controlled by one single flexvolume driver. And we advertised these two disk info to this node. When user use this flexvolume,...
Support passing pod annotations as default options for flexvolumes
https://api.github.com/repos/kubernetes/kubernetes/issues/86610/comments
20
2019-12-25T13:21:01Z
2020-06-13T02:19:32Z
https://github.com/kubernetes/kubernetes/issues/86610
542,341,023
86,610
[ "kubernetes", "kubernetes" ]
I am trying to install kubernetes in my ubutu 18.04, I even tried package.cloud.google.com as well. I guess there is some issue with my server. I disabled windows norton as well. Did anyone face this issue before. sudo apt-add-repository " deb https://packages.cloud.google.com/apt/ kubernetes-xenial main" > ap...
Could not connect to apt.kubernetes.io:80 (35.201.71.162). - connect (113: No route
https://api.github.com/repos/kubernetes/kubernetes/issues/86608/comments
3
2019-12-25T09:37:57Z
2019-12-25T18:03:38Z
https://github.com/kubernetes/kubernetes/issues/86608
542,305,366
86,608
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I'd like to use InternalIP instead of ExternalIP for disruptive tests on e2e storage. **Why is this needed**: disruptive tests on e2e storage use ExternalIP as follows: https://github.com/kuberne...
e2e storage: want to use InternalIP for disruptive tests
https://api.github.com/repos/kubernetes/kubernetes/issues/86605/comments
5
2019-12-25T08:18:49Z
2020-05-23T10:16:35Z
https://github.com/kubernetes/kubernetes/issues/86605
542,289,877
86,605
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: There are many useful scripts in "https://github.com/kubernetes/kubernetes/tree/master/hack". For example, I often use `install-etcd.sh` and `local-up-cluster.sh` for creating simple k8s cluster quickly. However, there are only few explanation or nothing how to use it. I think i...
Improve documents and guidance of each script in hack directory
https://api.github.com/repos/kubernetes/kubernetes/issues/86597/comments
23
2019-12-25T02:32:57Z
2020-06-15T12:28:27Z
https://github.com/kubernetes/kubernetes/issues/86597
542,237,477
86,597
[ "kubernetes", "kubernetes" ]
**What happened**: https://github.com/kubernetes/kubernetes/blob/bb7bad49f54b682a9ec2d6c82824673acc33c64c/vendor/k8s.io/utils/mount/mount_linux.go#L223-L238 `IsLikelyNotMountPoint` will call `os.Stat` to check the mount Point. but sometimes, when the server (eg. nfs server) cannot connect, os.Stat will hung and wil...
IsLikelyNotMountPoint hung
https://api.github.com/repos/kubernetes/kubernetes/issues/86596/comments
5
2019-12-25T02:02:11Z
2020-05-23T05:11:36Z
https://github.com/kubernetes/kubernetes/issues/86596
542,233,722
86,596
[ "kubernetes", "kubernetes" ]
Hello! After successfully upgrading kubernetel from version 1.17 to v.1.17 all commands like "kubectl get pods" has some delay displaying data. After executing "kubectl get pods -v=6" I get this result: _I1224 19:54:51.511686 27758 loader.go:375] Config loaded from file: /root/.kube/config I1224 19:54:51.529...
/apis/admission.certmanager.k8s.io/v1beta1?timeout=32s 503 Service Unavailable
https://api.github.com/repos/kubernetes/kubernetes/issues/86594/comments
7
2019-12-24T19:00:36Z
2019-12-25T08:02:41Z
https://github.com/kubernetes/kubernetes/issues/86594
542,194,889
86,594
[ "kubernetes", "kubernetes" ]
When retry, r.ctx should be reset to original value. ``` ...... for { url := r.URL().String() req, err := http.NewRequest(r.verb, url, r.body) if err != nil { return err } // when retry, r.ctx should be reset to original value if r.timeout > 0 { if r.ctx == nil { r.ctx =...
rest/request.go Request.request retry logic bug?
https://api.github.com/repos/kubernetes/kubernetes/issues/86590/comments
4
2019-12-24T12:51:07Z
2020-01-29T15:33:06Z
https://github.com/kubernetes/kubernetes/issues/86590
542,143,846
86,590
[ "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 seems to...
Flannel pod on node stuck at Init:0/1
https://api.github.com/repos/kubernetes/kubernetes/issues/86587/comments
23
2019-12-24T12:23:29Z
2021-12-28T08:10:07Z
https://github.com/kubernetes/kubernetes/issues/86587
542,113,021
86,587
[ "kubernetes", "kubernetes" ]
**What happened**: I would like to use subPath with expanded environment variables in order to prevent pods(with replicas) writing on same file. So I turn on the VolumeSubpathEnvExpansion option by modify `/etc/kubernetes/manifests/kube-apiserver.yaml`, like this: ``` spec: containers: - command: ...
apiserver Feature Gates enable VolumeSubpathEnvExpansion but no effect
https://api.github.com/repos/kubernetes/kubernetes/issues/86579/comments
4
2019-12-24T08:32:08Z
2021-12-29T03:47:25Z
https://github.com/kubernetes/kubernetes/issues/86579
542,044,328
86,579
[ "kubernetes", "kubernetes" ]
/sig scheduling /priority important-soon We need to move the unit tests as well. For now ignore the metadata as a postfilter plugin (i.e., just call getResourceLimits inside Score). See #86399 as an example. Part of #85822 /assign @zouyee
Move ResourceLimitsPriority to its Score plugin [Migration Phase 2]
https://api.github.com/repos/kubernetes/kubernetes/issues/86571/comments
3
2019-12-24T01:44:17Z
2019-12-26T01:07:48Z
https://github.com/kubernetes/kubernetes/issues/86571
541,955,197
86,571
[ "kubernetes", "kubernetes" ]
### Flaky Job: pr:pull-kubernetes-e2e-gce-100-performance Flakes in the past week: **24** Consistency: **93.00%** #### Flakiest tests by flake count: | Test | Flake Count | | --- | --- | | ClusterLoaderV2 | 17 | | testing/density/config.yaml | 16 | | Stage | 5 | #### Previously closed issues for this job flaking: #...
pr:pull-kubernetes-e2e-gce-100-performance flaked 24 times in the past week
https://api.github.com/repos/kubernetes/kubernetes/issues/86562/comments
5
2019-12-23T19:37:00Z
2020-01-15T15:27:55Z
https://github.com/kubernetes/kubernetes/issues/86562
541,879,096
86,562
[ "kubernetes", "kubernetes" ]
Original report: http://groups.google.com/group/kubernetes-wg-apply/t/61d80fedada07e33?utm_source=digest&utm_medium=email > Hello! > > I'm excited about the server-side-apply feature and want to use it. GKE > just released Kubernetes 1.16 which includes this feature. I cannot use > client-go, because of the numb...
Sending server-side-apply patch as protobuf
https://api.github.com/repos/kubernetes/kubernetes/issues/86559/comments
5
2019-12-23T17:16:58Z
2019-12-24T18:34:17Z
https://github.com/kubernetes/kubernetes/issues/86559
541,838,287
86,559
[ "kubernetes", "kubernetes" ]
In an on-prem deployment, running on VMs in vmware, when a master node in HA config is shutdown, the pods that are running (scheduler, api server, and controller) are still shown as running when running kubectl get pods --all-namespaces. i am able to force delete the pods, but why are they not checking that the pods ar...
Master component pods running after master node shutdown
https://api.github.com/repos/kubernetes/kubernetes/issues/86556/comments
6
2019-12-23T15:56:56Z
2020-05-22T19:01:40Z
https://github.com/kubernetes/kubernetes/issues/86556
541,810,341
86,556
[ "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**: If you neve...
apiserver LoopbackClient Server cert expired after 1 year
https://api.github.com/repos/kubernetes/kubernetes/issues/86552/comments
18
2019-12-23T12:37:48Z
2025-02-20T21:25:19Z
https://github.com/kubernetes/kubernetes/issues/86552
541,736,976
86,552
[ "kubernetes", "kubernetes" ]
**What happened**: `I1220 17:41:02.614925 3821 operation_generator.go:670] MountVolume.WaitForAttach succeeded for volume "pvc-bf5d4982-b0f8-439a-a4c7-9c6d42b4f628" (UniqueName: "kubernetes.io/rbd/ssdpool:kubernetes-dynamic-pvc-2e0ec35b-9366-4612-85a4-8ef56cd43757") pod "efk-elasticsearch-data-14" (UID: "893422c0-e...
1.16 mount_linux.go formatting rbds, umount issues
https://api.github.com/repos/kubernetes/kubernetes/issues/86551/comments
6
2019-12-23T11:14:26Z
2020-05-23T08:14:36Z
https://github.com/kubernetes/kubernetes/issues/86551
541,708,123
86,551
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: On running ...
Inconsistent/faulty response with `kubectl auth can-i cordon nodes`
https://api.github.com/repos/kubernetes/kubernetes/issues/86549/comments
9
2019-12-23T11:00:23Z
2019-12-24T15:25:19Z
https://github.com/kubernetes/kubernetes/issues/86549
541,702,921
86,549
[ "kubernetes", "kubernetes" ]
If you create a private cluster via kube-up using provider GCE, you won't be able to restart your master nodes. If you restart you master, the nodes won't be able to connect to your master. This is due to this line - https://github.com/kubernetes/kubernetes/blob/127c47caf49bec4a59a0500f99b1b1d4cdbf340e/cluster/gce/...
It's impossible to restart master in private clusters created via kube-up (provider GCE)
https://api.github.com/repos/kubernetes/kubernetes/issues/86547/comments
8
2019-12-23T10:13:20Z
2020-04-24T16:38:08Z
https://github.com/kubernetes/kubernetes/issues/86547
541,682,921
86,547
[ "kubernetes", "kubernetes" ]
Local directories of emptyDir volumes are removed from disk during teardown. ```go func (ed *emptyDir) teardownTmpfsOrHugetlbfs(dir string) error { if ed.mounter == nil { return fmt.Errorf("memory storage requested, but mounter is nil") } if err := ed.mounter.Unmount(dir); err != nil { return err } ...
Delete data safely from emptyDir volume in multi-tenancy environment
https://api.github.com/repos/kubernetes/kubernetes/issues/86546/comments
3
2019-12-23T10:06:26Z
2020-01-03T13:45:27Z
https://github.com/kubernetes/kubernetes/issues/86546
541,680,197
86,546
[ "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 preserve...
Disable route-mesh for LB liveness probes when destination-preserve=true annotation is set
https://api.github.com/repos/kubernetes/kubernetes/issues/86544/comments
7
2019-12-23T09:58:42Z
2020-05-22T00:43:37Z
https://github.com/kubernetes/kubernetes/issues/86544
541,677,247
86,544
[ "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**: As mentioned ...
Failed to created Pod Preset resources in K8 v1.16.1
https://api.github.com/repos/kubernetes/kubernetes/issues/86543/comments
5
2019-12-23T09:56:28Z
2020-05-22T00:43:37Z
https://github.com/kubernetes/kubernetes/issues/86543
541,676,395
86,543
[ "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**: hi, buddies, ...
when computer container cpu usage through the metrics/cadvisor, the value larger than limited value and `top` command's value
https://api.github.com/repos/kubernetes/kubernetes/issues/86540/comments
9
2019-12-23T09:15:09Z
2020-05-22T11:54:37Z
https://github.com/kubernetes/kubernetes/issues/86540
541,659,163
86,540
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Device Plugin Callback to release(dis-allocation) the hardware or devices at the finalization of pods. **Why is this needed**: Currently the following simple API are ready for Device Plugin, https://github.com/kubernetes/kubernetes/blob/92e0de32698864f4dce876d79e80386261e3...
No Device Plugin Callback for Releasing devices against Allocate
https://api.github.com/repos/kubernetes/kubernetes/issues/86539/comments
24
2019-12-23T09:12:55Z
2021-12-09T17:48:39Z
https://github.com/kubernetes/kubernetes/issues/86539
541,658,101
86,539
[ "kubernetes", "kubernetes" ]
**What happened**: kubeadm is timing out during cluster initialization on openrc systems. Kubelet is failing to start cause there is no complete configuration on the disk. **What you expected to happen**: It is expected to have complete config already written to disk before attempt to start kubelet. **How to ...
kubeadm is starting kubelet before complete config is writte to disk
https://api.github.com/repos/kubernetes/kubernetes/issues/86538/comments
4
2019-12-23T08:59:25Z
2019-12-23T22:50:17Z
https://github.com/kubernetes/kubernetes/issues/86538
541,652,826
86,538
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: In v1.16 re...
`kubectl convert` was not removed in v1.17
https://api.github.com/repos/kubernetes/kubernetes/issues/86536/comments
5
2019-12-23T05:36:36Z
2020-01-03T15:59:19Z
https://github.com/kubernetes/kubernetes/issues/86536
541,584,374
86,536