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**:
All of worker nodes was reboot at same time accidently.
after those nodes back, the cluster(master, etcd, worker) is normal and can create any type of resource except pod.
The error message as below:
:~/cindertest> cat pod.yaml
apiVersion: v1
kind: Pod
metadata:
name: test
namespace: d... | Kube-apiserver can't handle pod creation request | https://api.github.com/repos/kubernetes/kubernetes/issues/94874/comments | 2 | 2020-09-18T04:25:41Z | 2020-09-21T06:42:15Z | https://github.com/kubernetes/kubernetes/issues/94874 | 704,072,914 | 94,874 |
[
"kubernetes",
"kubernetes"
] | # Progress <code>[6/6]</code>
- [X] APISnoop org-flow : [ServiceStatusLifeCycleTest.org](https://github.com/apisnoop/ticket-writing/blob/master/ServiceStatusLiveCycleTest.org)
- [X] test approval issue : [kubernetes/kubernetes#94867](https://github.com/kubernetes/kubernetes/issues/94867)
- [X] test pr : [kub... | Write Service Status Life Cycle test - +4 endpoint coverage | https://api.github.com/repos/kubernetes/kubernetes/issues/94867/comments | 10 | 2020-09-17T21:33:52Z | 2021-03-16T22:57:17Z | https://github.com/kubernetes/kubernetes/issues/94867 | 703,925,173 | 94,867 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
```
root@docker-ubuntu-s-1vcpu-1gb-lon1-01:~/multitenant-manager# kubectl patch serviceaccount default -p '{"imagepullsecrets": [{"name": "gcp-cr-read-access"}]}'
serviceaccount/default patched (no change)
root@docker-ubuntu-s-1vcpu-1gb-lon1-01:~/multitenant-manager# kubectl describe serviceacco... | kubectl patch service account not having any effect | https://api.github.com/repos/kubernetes/kubernetes/issues/94865/comments | 6 | 2020-09-17T19:35:30Z | 2020-09-18T02:52:24Z | https://github.com/kubernetes/kubernetes/issues/94865 | 703,856,568 | 94,865 |
[
"kubernetes",
"kubernetes"
] | kubernetes/enhancements#1258
/sig scheduling
**Why is this needed**:
It allows to replace SelectorSpread plugin with a configurable default for the PodTopologySpread plugin.
This is important not just to reduce maintenance burden, but also because the new plugin provides better spreading, both at node level... | Graduate DefaultPodTopologySpread to Beta | https://api.github.com/repos/kubernetes/kubernetes/issues/94863/comments | 2 | 2020-09-17T19:08:36Z | 2020-10-20T14:58:10Z | https://github.com/kubernetes/kubernetes/issues/94863 | 703,839,073 | 94,863 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
Current behavior we use a single option `--cluster-cidr` to specify both IPv4 and IPv6 pod CIDR. It's comma-separated CIDRs, with first being IPv4 CIDR, second as IPv6 CIDR. The request is to allow multiple CIDRs for each IP family.
Curre... | Support multiple cluster-cidrs in kube-controller-manager | https://api.github.com/repos/kubernetes/kubernetes/issues/94862/comments | 14 | 2020-09-17T18:17:02Z | 2021-06-15T19:18:27Z | https://github.com/kubernetes/kubernetes/issues/94862 | 703,806,254 | 94,862 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When kube-proxy is configured with a cluster-cidr range, it drops packets with an INVALID conntrack state for all sources on the KUBE-FORWARD chain. This is meant to prevent spurious retransmits in long-lived TCP connections to a service IP, but it prevents clusters from having asymmetrical routing ... | kube-proxy: Drop packets in INVALID state drops packets from outside the pod range | https://api.github.com/repos/kubernetes/kubernetes/issues/94861/comments | 67 | 2020-09-17T17:17:54Z | 2023-09-06T05:52:33Z | https://github.com/kubernetes/kubernetes/issues/94861 | 703,769,178 | 94,861 |
[
"kubernetes",
"kubernetes"
] | When a user has multiple CRDs with the same short names configured, we get strange behavior:
```
$ kubectl apply -f my-gateway.yaml
gateway.networking.istio.io/istio-gateway configured
$ kubectl get gateway --all-namespaces
No resources found
```
It would be great to have some warning for this.
Exec is p... | kubectl should warn on conflicting resource short names | https://api.github.com/repos/kubernetes/kubernetes/issues/94860/comments | 13 | 2020-09-17T15:57:21Z | 2022-03-07T19:43:15Z | https://github.com/kubernetes/kubernetes/issues/94860 | 703,713,899 | 94,860 |
[
"kubernetes",
"kubernetes"
] | **What happened**: I created a role which should grant access to events. I have only specified the API group `events.k8s.io` because according to the [resource types](https://kubernetes.io/docs/reference/kubectl/overview/#resource-types) this is the right API group to get access to events. The role manifest looked as f... | No access to events if only the API group `events.k8s.io` is specified in a role | https://api.github.com/repos/kubernetes/kubernetes/issues/94857/comments | 4 | 2020-09-17T14:42:36Z | 2020-09-17T18:33:13Z | https://github.com/kubernetes/kubernetes/issues/94857 | 703,654,580 | 94,857 |
[
"kubernetes",
"kubernetes"
] | Feedback in https://github.com/kubernetes/kubernetes/pull/90094#discussion_r443655372 identified that `kubectl` commands should only print errors to stderr. The command currently prints an information "Defaulting debug container name" message to stderr.
These messages should instead print to Stdout as long as `--qui... | Fix stderr usage in `kubectl debug` | https://api.github.com/repos/kubernetes/kubernetes/issues/94856/comments | 4 | 2020-09-17T14:32:00Z | 2020-09-17T16:05:34Z | https://github.com/kubernetes/kubernetes/issues/94856 | 703,646,271 | 94,856 |
[
"kubernetes",
"kubernetes"
] | `kubectl` already defines a image name mutation language for the `set image` command. We could reuse this in `kubectl debug --copy-to` to increase flexibility.
This is a follow up from https://github.com/kubernetes/kubernetes/pull/90094#discussion_r415861310 and https://github.com/kubernetes/kubernetes/pull/90094#di... | Allow specifying multiple image name mutations in `kubectl debug` | https://api.github.com/repos/kubernetes/kubernetes/issues/94855/comments | 1 | 2020-09-17T14:22:16Z | 2020-11-04T04:04:18Z | https://github.com/kubernetes/kubernetes/issues/94855 | 703,637,602 | 94,855 |
[
"kubernetes",
"kubernetes"
] | Remove all metrics marked as deprecated in https://github.com/kubernetes/kubernetes/blob/master/pkg/scheduler/metrics/metrics.go#L135
/sig scheduling
/cc @logicalhan
/help | Remove deprecated scheduler metrics | https://api.github.com/repos/kubernetes/kubernetes/issues/94852/comments | 7 | 2020-09-17T12:42:29Z | 2020-09-22T21:42:33Z | https://github.com/kubernetes/kubernetes/issues/94852 | 703,551,818 | 94,852 |
[
"kubernetes",
"kubernetes"
] | >kubectl run nginx --image nginx
pod/nginx created
>kubectl get pods --show-labels
NAME READY STATUS RESTARTS AGE LABELS
nginx 1/1 Running 0 10s run=nginx
>kubectl apply -f rs.yaml
replicaset.apps/rs01 created
>kubectl get pods --show-labels
NAME READY STATUS ... | Replicaset not maintain desired instances of same pod | https://api.github.com/repos/kubernetes/kubernetes/issues/94851/comments | 8 | 2020-09-17T10:10:54Z | 2020-09-21T08:02:19Z | https://github.com/kubernetes/kubernetes/issues/94851 | 703,452,517 | 94,851 |
[
"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/
-->
I have create a pod (image nginx ... | Replicasset is not consider image tag for existing matched labeled pods. | https://api.github.com/repos/kubernetes/kubernetes/issues/94849/comments | 10 | 2020-09-17T05:56:57Z | 2021-03-18T19:08:21Z | https://github.com/kubernetes/kubernetes/issues/94849 | 703,292,019 | 94,849 |
[
"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**:
continuous po... | continuous pod creates and deletes are happening while horizontal pod autoscaling (HPA) | https://api.github.com/repos/kubernetes/kubernetes/issues/94839/comments | 1 | 2020-09-16T17:38:16Z | 2020-09-21T06:36:02Z | https://github.com/kubernetes/kubernetes/issues/94839 | 702,948,868 | 94,839 |
[
"kubernetes",
"kubernetes"
] | I have tried to create a K8s cluster on GCP with auto scaling. I have used a pause pod (Deployment )with low prio to ensure capacity for new pods. I have some other pods installed as well. It works when test pods are created, a new node is installed and the pause pod is being terminated and recreated on the new node. T... | Autoscaling and pause pod | https://api.github.com/repos/kubernetes/kubernetes/issues/94837/comments | 11 | 2020-09-16T17:11:44Z | 2022-11-08T15:31:22Z | https://github.com/kubernetes/kubernetes/issues/94837 | 702,933,433 | 94,837 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**: Add a more realistic preemption workload to the scheduler_perf.
**Why is this needed**: The current workload has two priorities. I propose adding a benchmark that:
1. Has more than two priorities.
1. Preemptor has a priority somewhere in the middle.
1. Preemptor need not pre... | scheduler_perf: create a more realistic preemption benchmark | https://api.github.com/repos/kubernetes/kubernetes/issues/94836/comments | 12 | 2020-09-16T16:13:57Z | 2021-10-01T22:02:37Z | https://github.com/kubernetes/kubernetes/issues/94836 | 702,896,655 | 94,836 |
[
"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**:
`ResourceList... | `ResourceList`'s `Cpu()` function claim to return "the CPU limit if specified" while returning the content of `"cpu"` instead of `"limits.cpu"` | https://api.github.com/repos/kubernetes/kubernetes/issues/94831/comments | 13 | 2020-09-16T12:34:55Z | 2021-06-24T14:31:10Z | https://github.com/kubernetes/kubernetes/issues/94831 | 702,727,187 | 94,831 |
[
"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**:
`ResourceList... | `ResourceList` `Cpu()` function claim to return "the CPU limit if specified" while returning the content of `cpu` | https://api.github.com/repos/kubernetes/kubernetes/issues/94830/comments | 1 | 2020-09-16T12:28:43Z | 2020-09-16T12:37:18Z | https://github.com/kubernetes/kubernetes/issues/94830 | 702,723,155 | 94,830 |
[
"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 one hand,t... | pleg unhealthy due to inspect one pod status from docker daemon timeout | https://api.github.com/repos/kubernetes/kubernetes/issues/94829/comments | 6 | 2020-09-16T12:15:18Z | 2021-02-14T04:21:16Z | https://github.com/kubernetes/kubernetes/issues/94829 | 702,714,391 | 94,829 |
[
"kubernetes",
"kubernetes"
] | journalctl -u kubelet -f commands shows below error in my worker nodes
OS : Ubuntu 18.04
RAM : 14.6 GB
Kubernetes: 1.19
```
Sep 16 02:19:28 worker-1 kubelet[1817]: W0916 02:19:28.521787 1817 clientconn.go:1223] grpc: addrConn.createTransport failed to connect to {/var/lib/kubelet/plugins_registry/csi-hostpath... | Kubelet 1.19 TRANSIENT_FAILURE csi-hostpath-provisioning-4607-reg.sock | https://api.github.com/repos/kubernetes/kubernetes/issues/94827/comments | 5 | 2020-09-16T09:27:44Z | 2021-02-13T16:09:22Z | https://github.com/kubernetes/kubernetes/issues/94827 | 702,606,099 | 94,827 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
1. The user... | The kubelet should skip hostpath check if the type is empty | https://api.github.com/repos/kubernetes/kubernetes/issues/94826/comments | 10 | 2020-09-16T07:38:57Z | 2021-02-17T15:43:05Z | https://github.com/kubernetes/kubernetes/issues/94826 | 702,533,740 | 94,826 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
New overlay filesystems created for Pods after kubelet start trigger repeated error messages. For example:
```
cri_stats_provider.go:375] Failed to get the info of the filesystem with mountpoint "/var/lib/containers/storage/overlay/2243263dc8ba6c55d8867d3e47bcaaa145d15f0ace19420824d639d86defe2... | CRI getFsInfo logs errors for valid filesystems mounted after kubelet start | https://api.github.com/repos/kubernetes/kubernetes/issues/94825/comments | 45 | 2020-09-16T05:48:15Z | 2023-10-14T23:06:14Z | https://github.com/kubernetes/kubernetes/issues/94825 | 702,473,392 | 94,825 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
We use Ambassador to as API gateway. When i delete all ambassador pods, APIserver crash and it take a about 5 minutes for cluster to get ready
Log of API server:
```bash
k8s.io/kubernetes/vendor/k8s.io/apimachinery/pkg/util/runtime.logPanic(0x3c42aa0, 0xc0003dd340)
/workspace/anago-v... | KubeApiserver crash | https://api.github.com/repos/kubernetes/kubernetes/issues/94824/comments | 5 | 2020-09-16T04:04:43Z | 2020-11-13T15:43:57Z | https://github.com/kubernetes/kubernetes/issues/94824 | 702,430,546 | 94,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**:
When we scale... | updateUnfinishedWorkLoop uses a large amount of CPU at idle | https://api.github.com/repos/kubernetes/kubernetes/issues/94811/comments | 5 | 2020-09-15T21:59:56Z | 2020-12-16T23:51:10Z | https://github.com/kubernetes/kubernetes/issues/94811 | 702,301,941 | 94,811 |
[
"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-bazel-test
**Which test(s) are flaking**: `go_test: //staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/vali... | [flaky unit test] plugin/webhook/validating | https://api.github.com/repos/kubernetes/kubernetes/issues/94810/comments | 10 | 2020-09-15T21:15:55Z | 2021-03-11T04:16:59Z | https://github.com/kubernetes/kubernetes/issues/94810 | 702,279,272 | 94,810 |
[
"kubernetes",
"kubernetes"
] | ### Failure cluster [5b6df9d4650b8c2ce8e4](https://go.k8s.io/triage#5b6df9d4650b8c2ce8e4)
##### Error text:
```
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/autoscaling/custom_metrics_stackdriver_autoscaling.go:54
Sep 15 04:05:10.238: Failed to set up: error running /workspace/ku... | e2e test failure: error: failed to create clusterrolebinding: clusterrolebindings.rbac.authorization.k8s.io "e2e-test-cluster-admin-binding" already exists | https://api.github.com/repos/kubernetes/kubernetes/issues/94809/comments | 4 | 2020-09-15T19:27:06Z | 2020-09-17T04:12:45Z | https://github.com/kubernetes/kubernetes/issues/94809 | 702,197,480 | 94,809 |
[
"kubernetes",
"kubernetes"
] | **What happened**: The score of some nodes after normalizing were swapped
**What you expected to happen**: Scores remain as it is per node name
**How to reproduce it (as minimally and precisely as possible)**: Modify the order of `scores` in the call to `NormalizeScore(ctx context.Context, state *framework.CycleS... | Scheduler Plugins: Node order in NodeScoreList can change in calls to Normalize | https://api.github.com/repos/kubernetes/kubernetes/issues/94808/comments | 14 | 2020-09-15T19:03:51Z | 2021-02-13T18:11:16Z | https://github.com/kubernetes/kubernetes/issues/94808 | 702,179,090 | 94,808 |
[
"kubernetes",
"kubernetes"
] | ### Failure cluster [86d40ed2ca9261b4a466](https://go.k8s.io/triage#86d40ed2ca9261b4a466)
##### Error text:
```
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/ingress.go:123
Sep 4 01:49:04.535: error in waiting for ingress to get an address: Ingress failed to acquire an IP... | e2e test failure: error in waiting for ingress to get an address: Ingress failed to acquire an IP address within 10m0s | https://api.github.com/repos/kubernetes/kubernetes/issues/94806/comments | 8 | 2020-09-15T18:28:09Z | 2020-09-25T12:07:44Z | https://github.com/kubernetes/kubernetes/issues/94806 | 702,154,913 | 94,806 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Make `instanceReadyCheckTimeout` for OpenStack Provider configurable.
Currently it is hardcoded to two minutes in
`pkg/cloudprovider/provider/openstack/provider.go:112`
**Why is this needed**:
In our environment it's possible that machine creation in OpenStack lasts up to 14... | Make `instanceReadyCheckTimeout` for OpenStack Provider configurable | https://api.github.com/repos/kubernetes/kubernetes/issues/94799/comments | 3 | 2020-09-15T10:00:42Z | 2020-09-15T10:03:37Z | https://github.com/kubernetes/kubernetes/issues/94799 | 701,791,470 | 94,799 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Change the default PV Reclaim Policy in the codebase or the document
**Why is this needed**:
Really misunderstanding when we just read the document and use the api package .
### The main issu... | docs: The default PV Reclaim Policy is different with the document | https://api.github.com/repos/kubernetes/kubernetes/issues/94798/comments | 5 | 2020-09-15T09:59:05Z | 2020-09-15T14:05:09Z | https://github.com/kubernetes/kubernetes/issues/94798 | 701,790,359 | 94,798 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
As volume snapshot will be GA in 1.20, is there any plan to support volume backups ?
[Volume snapshot](https://kubernetes-csi.github.io/docs/snapshot-restore-feature.html) is beta after 1.17.
> http... | Why not support volume backup like snapshot in csi ? | https://api.github.com/repos/kubernetes/kubernetes/issues/94797/comments | 7 | 2020-09-15T08:50:45Z | 2021-02-13T04:58:18Z | https://github.com/kubernetes/kubernetes/issues/94797 | 701,740,094 | 94,797 |
[
"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**:
create a pod ... | pod is ContainerCreating for long time when create a pod in large cluster while kubelet report configmap is forbidden | https://api.github.com/repos/kubernetes/kubernetes/issues/94795/comments | 6 | 2020-09-15T07:12:47Z | 2020-09-23T13:25:00Z | https://github.com/kubernetes/kubernetes/issues/94795 | 701,675,974 | 94,795 |
[
"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 I run DNS ... | DNS e2e test cases fail with IPv6 traffic | https://api.github.com/repos/kubernetes/kubernetes/issues/94794/comments | 25 | 2020-09-15T06:52:01Z | 2020-09-24T05:55:04Z | https://github.com/kubernetes/kubernetes/issues/94794 | 701,663,651 | 94,794 |
[
"kubernetes",
"kubernetes"
] | Guys, I has two questions about the follow step:
https://github.com/kubernetes/kubernetes/blob/37cf1d6aaa5c5d0dba6e545a70d91e77d730e478/cmd/kubeadm/app/cmd/phases/init/uploadconfig.go#L127-L130
- Why add the annotation `kubeadm.alpha.kubernetes.io/cri-socket=xxx` for nodes, and where is it used ?
- I think it shou... | kubeadm init phase upload-config: questions about annotation kubeadm.alpha.kubernetes.io/cri-socket | https://api.github.com/repos/kubernetes/kubernetes/issues/94793/comments | 6 | 2020-09-15T05:18:09Z | 2020-09-15T20:26:34Z | https://github.com/kubernetes/kubernetes/issues/94793 | 701,617,679 | 94,793 |
[
"kubernetes",
"kubernetes"
] | <!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
If you're looking for help, check the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
or our [Discussion Forums](https://discuss.kubernetes.io).
You can also post your question o... | Kubelet report hash of container spec to ApiServer | https://api.github.com/repos/kubernetes/kubernetes/issues/94792/comments | 5 | 2020-09-15T05:12:37Z | 2021-02-12T15:45:45Z | https://github.com/kubernetes/kubernetes/issues/94792 | 701,615,504 | 94,792 |
[
"kubernetes",
"kubernetes"
] | https://cloud.google.com/compute/docs/migrating-to-v1-metadata-server
>Warning: The v0.1 and v1beta1 metadata server endpoints are deprecated and scheduled for shutdown on September 30, 2020.
This test (which runs in most e2e jobs that run on GCE): https://github.com/kubernetes/kubernetes/blob/master/test/e2e/aut... | Metadata Concealment test exercises endpoints due to be removed 2020-09-30 | https://api.github.com/repos/kubernetes/kubernetes/issues/94791/comments | 9 | 2020-09-15T04:07:09Z | 2021-01-28T22:42:00Z | https://github.com/kubernetes/kubernetes/issues/94791 | 701,590,191 | 94,791 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Inject label on Node to Pod
**Why is this needed**:
we may have different standards node in one cluster, so when we deploy pod on these node, the qps/tps they can handle are different, I want to expose ... | Inject Node Info to Pod | https://api.github.com/repos/kubernetes/kubernetes/issues/94790/comments | 23 | 2020-09-15T03:21:35Z | 2021-02-24T06:17:58Z | https://github.com/kubernetes/kubernetes/issues/94790 | 701,574,375 | 94,790 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Creating a AKS cluster nodepool to run cassandra with a 1TB persistent volume works on initial mount. If the pods are deleted then reinstalled the volume fails to mount with a timeout error. This **does** work for a 512GB volume
**What you expected to happen**:
Mounting works regardless of siz... | Mounting persistent volume of 1TB fails on nodepool | https://api.github.com/repos/kubernetes/kubernetes/issues/94788/comments | 6 | 2020-09-15T01:49:39Z | 2021-01-12T18:19:34Z | https://github.com/kubernetes/kubernetes/issues/94788 | 701,542,698 | 94,788 |
[
"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 ap... | API request content, including pod template env data, are included in API responses | https://api.github.com/repos/kubernetes/kubernetes/issues/94787/comments | 7 | 2020-09-15T00:46:43Z | 2020-09-16T17:54:53Z | https://github.com/kubernetes/kubernetes/issues/94787 | 701,522,545 | 94,787 |
[
"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**:
Certain str... | DetachFCDisk fails with "invalid device name" | https://api.github.com/repos/kubernetes/kubernetes/issues/94780/comments | 2 | 2020-09-14T19:06:02Z | 2020-09-23T01:34:23Z | https://github.com/kubernetes/kubernetes/issues/94780 | 701,352,816 | 94,780 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
We have not tested csi migration with Windows, so we need to investigate if anything needs to be done.
**Why is this needed**:
This is a blocker for moving CSI migration to GA.
@kubernetes/sig-stor... | Windows CSI migration | https://api.github.com/repos/kubernetes/kubernetes/issues/94778/comments | 9 | 2020-09-14T18:02:35Z | 2021-04-09T06:57:06Z | https://github.com/kubernetes/kubernetes/issues/94778 | 701,310,925 | 94,778 |
[
"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 are missin... | Add e2e API tests for the v1 NetworkPolicy API | https://api.github.com/repos/kubernetes/kubernetes/issues/94776/comments | 12 | 2020-09-14T17:06:39Z | 2021-08-28T20:44:47Z | https://github.com/kubernetes/kubernetes/issues/94776 | 701,275,843 | 94,776 |
[
"kubernetes",
"kubernetes"
] | Can't get metric server working
**kubectl logs metrics-server-v0.3.6-66548d5b4b-dbktd metrics-server -n kube-system -f**
```
0914 13:47:53.574683 1 manager.go:111] unable to fully collect metrics: [unable to fully scrape metrics from source kubelet_summary:worker-2: unable to fetch metrics from Kubelet wor... | Metric server crashing in kubernetes 1.19 | https://api.github.com/repos/kubernetes/kubernetes/issues/94772/comments | 12 | 2020-09-14T13:56:59Z | 2021-02-12T16:46:40Z | https://github.com/kubernetes/kubernetes/issues/94772 | 701,127,451 | 94,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**:
MountVolume r... | FailedMount due to MountVolume.WaitForAttach timed out waiting for condition | https://api.github.com/repos/kubernetes/kubernetes/issues/94764/comments | 17 | 2020-09-14T09:52:10Z | 2021-05-28T03:07:38Z | https://github.com/kubernetes/kubernetes/issues/94764 | 700,948,983 | 94,764 |
[
"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!
-->
**What happened**:
Manifest resource :- https://kubernetes.io/docs/concepts/services-networking/ingress/#the-ingress-resource
```
$ kub... | Expecting apiVersion - networking.k8s.io/v1 instead of extensions/v1beta1 | https://api.github.com/repos/kubernetes/kubernetes/issues/94761/comments | 17 | 2020-09-14T07:53:52Z | 2021-07-15T18:20:16Z | https://github.com/kubernetes/kubernetes/issues/94761 | 700,867,852 | 94,761 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
**Which jobs are failing**:
/test pull-kubernetes-node-crio1-18-e2e
**Which test(s) are failing**:
pull-kubernetes-node-crio1-18-e2e
**Reason for failure**:
Just before node e2e tests ar... | crio node e2e test fails | https://api.github.com/repos/kubernetes/kubernetes/issues/94759/comments | 3 | 2020-09-14T06:25:20Z | 2020-09-21T15:56:32Z | https://github.com/kubernetes/kubernetes/issues/94759 | 700,803,019 | 94,759 |
[
"kubernetes",
"kubernetes"
] | when restarting kubernetes master node. I'm getting below error
```
Sep 13 21:32:22 master-1 kube-apiserver[4073]: Error: "kube-apiserver" does not take any arguments, got ["\\"]
Sep 13 21:32:22 master-1 systemd[1]: kube-apiserver.service: Main process exited, code=exited, status=1/FAILURE
Sep 13 21:3... | kube-apiserver[4073]: Error: "kube-apiserver" does not take any arguments, got ["\\"] | https://api.github.com/repos/kubernetes/kubernetes/issues/94758/comments | 3 | 2020-09-14T05:15:22Z | 2020-09-14T13:20:27Z | https://github.com/kubernetes/kubernetes/issues/94758 | 700,767,169 | 94,758 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Can the pod.spec.hostname support data1.xxx.xxx.com, which is used in yarn and other system ?
Now the pod.spec.hostname is DNS-1123 label. Actually it must not use so strictly validate.
The Pod "... | Can the pod.spec.hostname support data1.xxx.xxx.com, which is used in yarn and other system | https://api.github.com/repos/kubernetes/kubernetes/issues/94757/comments | 9 | 2020-09-14T04:33:28Z | 2021-02-12T22:52:17Z | https://github.com/kubernetes/kubernetes/issues/94757 | 700,750,678 | 94,757 |
[
"kubernetes",
"kubernetes"
] | <!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
If you're looking for help, check the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/)
or our [Discussion Forums](https://discuss.kubernetes.io).
You can also post your question o... | Kubectl create deployment | https://api.github.com/repos/kubernetes/kubernetes/issues/94755/comments | 10 | 2020-09-13T18:17:49Z | 2020-09-22T17:17:58Z | https://github.com/kubernetes/kubernetes/issues/94755 | 700,620,057 | 94,755 |
[
"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 kub... | In 1.19, iptables reported error '[unsupported revision]' for DNAT rules | https://api.github.com/repos/kubernetes/kubernetes/issues/94754/comments | 14 | 2020-09-13T15:45:26Z | 2021-01-29T18:30:48Z | https://github.com/kubernetes/kubernetes/issues/94754 | 700,594,075 | 94,754 |
[
"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**:
`Conformance - GCE - Master (ci-kubernetes-gce-conformance-latest)`
**Which test(s) are flaking**:
`[sig-node] NoExecuteTaintM... | [Flaky Test] [sig-node] NoExecuteTaintManager Multiple Pods [Serial] evicts pods with minTolerationSeconds [Disruptive] [Conformance] | https://api.github.com/repos/kubernetes/kubernetes/issues/94753/comments | 4 | 2020-09-13T14:35:39Z | 2020-11-17T07:08:58Z | https://github.com/kubernetes/kubernetes/issues/94753 | 700,581,746 | 94,753 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
K8s 1.19 fresh install with cri-o 1.18.3, following the documentation.
**What you expected to happen**:
Being able to execute commands in a running container
**How to reproduce it (as minimally and precisely as possible)**:
Install k8s 1.19 with kubeadm
Use cri-o as runtime
launch "k... | k8s 1.19 - Cannot exec commands in running containers with --tty option with cri-o as runtime | https://api.github.com/repos/kubernetes/kubernetes/issues/94750/comments | 4 | 2020-09-13T12:32:45Z | 2020-09-18T21:13:03Z | https://github.com/kubernetes/kubernetes/issues/94750 | 700,561,598 | 94,750 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I created a `CertificateSigningRequest` in `certificates.k8s.io/v1` as following, named `csr-v1.yaml`:
```yaml
apiVersion: certificates.k8s.io/v1
kind: CertificateSigningRequest
metadata:
name: testingcsr
spec:
request: LS0tL...
signerName: heaven.net/fairy
usages:
- client... | DELETE API request can delete resource from different API version | https://api.github.com/repos/kubernetes/kubernetes/issues/94749/comments | 5 | 2020-09-13T11:58:36Z | 2020-10-07T15:38:58Z | https://github.com/kubernetes/kubernetes/issues/94749 | 700,556,320 | 94,749 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When I tried create an Event resource in `events.k8s.io/v1` group, I found that the following fields are required:
```json
"required": [
"action",
"apiVersion",
"eventTime",
"kind",
"metadata",
"reason",
"regarding",
"reportingController",
"report... | Event from events group not cleanly separated from core group | https://api.github.com/repos/kubernetes/kubernetes/issues/94748/comments | 3 | 2020-09-13T11:24:13Z | 2020-10-15T12:34:49Z | https://github.com/kubernetes/kubernetes/issues/94748 | 700,550,827 | 94,748 |
[
"kubernetes",
"kubernetes"
] | k8s-v1.15.11 Why don't you expel Daemonset pod ? | https://api.github.com/repos/kubernetes/kubernetes/issues/94746/comments | 4 | 2020-09-13T05:10:57Z | 2020-09-13T18:32:55Z | https://github.com/kubernetes/kubernetes/issues/94746 | 700,498,799 | 94,746 | |
[
"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 create PV... | volume unstage not invoked until pvc is deleted, controller delete invoked before unstage | https://api.github.com/repos/kubernetes/kubernetes/issues/94745/comments | 22 | 2020-09-13T03:17:36Z | 2021-05-14T04:33:25Z | https://github.com/kubernetes/kubernetes/issues/94745 | 700,472,560 | 94,745 |
[
"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 had a migra... | no kind \"CSINode\" is registered for version \"storage.k8s.io/v1\" in scheme \"k8s.io/kubernetes/pkg/api/legacyscheme/scheme.go:30 | https://api.github.com/repos/kubernetes/kubernetes/issues/94741/comments | 4 | 2020-09-12T09:06:11Z | 2020-09-12T13:50:24Z | https://github.com/kubernetes/kubernetes/issues/94741 | 700,155,525 | 94,741 |
[
"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 discovered ... | There are two clock packages with divergent history | https://api.github.com/repos/kubernetes/kubernetes/issues/94738/comments | 17 | 2020-09-12T03:51:16Z | 2022-05-18T01:57:55Z | https://github.com/kubernetes/kubernetes/issues/94738 | 700,019,820 | 94,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/
-->
**What happened**:
The [kube-pro... | kube proxy configuration api tests are not validating errors correctly | https://api.github.com/repos/kubernetes/kubernetes/issues/94732/comments | 6 | 2020-09-11T20:51:47Z | 2021-03-13T21:44:00Z | https://github.com/kubernetes/kubernetes/issues/94732 | 699,738,055 | 94,732 |
[
"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**:
Scheduler d... | DaemonSet not respecting Namespace defaultTolerations | https://api.github.com/repos/kubernetes/kubernetes/issues/94722/comments | 18 | 2020-09-11T13:29:20Z | 2022-10-18T09:27:37Z | https://github.com/kubernetes/kubernetes/issues/94722 | 699,320,813 | 94,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**:
At https//git... | endpointslices: When Service is recreate too fast endpoint slices are not re-created. | https://api.github.com/repos/kubernetes/kubernetes/issues/94720/comments | 5 | 2020-09-11T11:33:03Z | 2021-09-02T13:11:56Z | https://github.com/kubernetes/kubernetes/issues/94720 | 699,203,089 | 94,720 |
[
"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 doing so... | Field selector podIPs not supported but enabled | https://api.github.com/repos/kubernetes/kubernetes/issues/94719/comments | 2 | 2020-09-11T10:45:19Z | 2020-09-11T15:33:27Z | https://github.com/kubernetes/kubernetes/issues/94719 | 699,157,487 | 94,719 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
**Which jobs are flaking**:
gce-windows-1909-master
ci-kubernetes-e2e-windows-gce-1909
**Which test(s) are flaking**:
Kubernetes e2e suite: [k8s.io] Probin... | [Flaky Test] gce-windows-1909-master/ [K8s.io] Probing container should *not* be restarted with a tcp:8080 liveness probe [NodeConformance] [Conformance] | https://api.github.com/repos/kubernetes/kubernetes/issues/94718/comments | 11 | 2020-09-11T10:38:15Z | 2021-05-26T22:38:02Z | https://github.com/kubernetes/kubernetes/issues/94718 | 699,150,644 | 94,718 |
[
"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**:
**Which test(s) are flaking**:
`[sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to... | [Flaky]: [sig-scheduling] SchedulerPredicates [Serial] validates resource limits of pods that are allowed to run (pods disappearing during the test) | https://api.github.com/repos/kubernetes/kubernetes/issues/94715/comments | 4 | 2020-09-11T10:06:31Z | 2021-01-21T17:57:02Z | https://github.com/kubernetes/kubernetes/issues/94715 | 699,120,797 | 94,715 |
[
"kubernetes",
"kubernetes"
] | when i install metrics-server on k8s ,i find pod metrics-server status is CrashLoopBackOff , i use "kubectl logs metrics-server-v0.3.6-*******. " ,the result show "error: a container name must be specified for pod metrics-server-v0.3.6-86b7b5b85d-bw7x4, choose one of: [metrics-server metrics-server-nanny]" , i ... | error: choose one of: [metrics-server metrics-server-nanny] | https://api.github.com/repos/kubernetes/kubernetes/issues/94710/comments | 3 | 2020-09-11T08:19:10Z | 2020-09-11T09:02:06Z | https://github.com/kubernetes/kubernetes/issues/94710 | 699,009,907 | 94,710 |
[
"kubernetes",
"kubernetes"
] | I have a new installitation with k8s, That has 3 nodes(jaine-vpc01\jaine-vpc02\jaine-vpc03),When I finished the install, It runs OK.But when I restart the master node(jaine-vpc01), the kubelet service can't start, then cluster was broken. Please tell me how can I to do?
the message like this:
`
[root@jaine-vpc01 ... | My k8s was broken when I restarted my host | https://api.github.com/repos/kubernetes/kubernetes/issues/94709/comments | 5 | 2020-09-11T07:00:03Z | 2023-12-16T06:59:12Z | https://github.com/kubernetes/kubernetes/issues/94709 | 698,927,831 | 94,709 |
[
"kubernetes",
"kubernetes"
] | There are a few e2e sig-network tests that are using e2essh, limiting the number of environments where they can run.
https://github.com/kubernetes/kubernetes/blob/0fd10997dfee0f9ec2c413004bf93d310d76c84b/test/e2e/network/service.go#L2592-L2594
some of them can be easily replaced executing the commands on a pod, ... | Replace e2essh on e2e service tests | https://api.github.com/repos/kubernetes/kubernetes/issues/94703/comments | 6 | 2020-09-10T21:23:50Z | 2020-09-24T20:57:12Z | https://github.com/kubernetes/kubernetes/issues/94703 | 698,508,813 | 94,703 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Have debian-iptables with iptables 1.8.5+
**Why is this needed**:
To fix https://github.com/kubernetes/dns/issues/338 (nodelocaldns + iptables-nft)
More informations https://github.com/kubernetes/dns/pull/367
Found a bug in iptables-nft, fixed in iptables 1.8.5, and now ava... | Rebuild debian-iptables container with iptables 1.8.5+ | https://api.github.com/repos/kubernetes/kubernetes/issues/94700/comments | 9 | 2020-09-10T20:04:14Z | 2020-09-14T12:42:07Z | https://github.com/kubernetes/kubernetes/issues/94700 | 698,433,953 | 94,700 |
[
"kubernetes",
"kubernetes"
] | /sig scheduling
/kind cleanup
In `pkg/scheduler/framework/runtime/framework.go`, we use `klog.Error` with a message that wraps an error:
https://github.com/kubernetes/kubernetes/blob/0fd10997dfee0f9ec2c413004bf93d310d76c84b/pkg/scheduler/framework/runtime/framework.go#L400-L401
Instead, we should be using str... | Make use of structured logging in framework runtime | https://api.github.com/repos/kubernetes/kubernetes/issues/94697/comments | 3 | 2020-09-10T19:13:48Z | 2020-09-24T16:24:07Z | https://github.com/kubernetes/kubernetes/issues/94697 | 698,385,389 | 94,697 |
[
"kubernetes",
"kubernetes"
] | The use of `reflect.DeepEqual` makes it harder to swap implementations. We should be using `cmp` package instead, preferring `cmp.Diff` to print the differences. In the cases where this is not possible due to unexported members, we should:
1. Check if we can simply export all fields
1. If 1 is not possible and the ... | Remove usage of reflect.DeepEqual in framework/runtime tests | https://api.github.com/repos/kubernetes/kubernetes/issues/94696/comments | 41 | 2020-09-10T18:57:57Z | 2022-01-08T18:26:28Z | https://github.com/kubernetes/kubernetes/issues/94696 | 698,369,073 | 94,696 |
[
"kubernetes",
"kubernetes"
] | Starting from golang 1.13, it's possible to wrap errors to be able to detect and compare root errors more easily.
In the scheduler framework, we only handled messages and used a status code to identify errors. This loses error information. #94437 is fixing this for a specific case, but we need to do a sweep through ... | Improve Error handling in framework | https://api.github.com/repos/kubernetes/kubernetes/issues/94695/comments | 25 | 2020-09-10T18:50:09Z | 2021-06-20T15:53:23Z | https://github.com/kubernetes/kubernetes/issues/94695 | 698,359,934 | 94,695 |
[
"kubernetes",
"kubernetes"
] | Today, https://kubernetes.io/docs/reference/using-api/deprecation-policy says that a beta API can be removed 9 months after GA. Given our version support policies, this means that an arbitrary external controller has very little wiggle-room for which API they support, which practically forces them to support multiple ... | Should we extend the beta-API-removal window? | https://api.github.com/repos/kubernetes/kubernetes/issues/94694/comments | 4 | 2020-09-10T18:47:01Z | 2020-10-17T00:15:17Z | https://github.com/kubernetes/kubernetes/issues/94694 | 698,355,869 | 94,694 |
[
"kubernetes",
"kubernetes"
] | When working on https://github.com/kubernetes/kubernetes/pull/94480 I faced a strange issue.
It seems that while auto-generating conversions it works fine,
but during things like `command: bash "verify-generated-swagger-docs.sh` or `make vet` in the presubmits what is generated is different.
Looking into test resu... | Conversion generation isn't fully deterministic | https://api.github.com/repos/kubernetes/kubernetes/issues/94691/comments | 15 | 2020-09-10T18:20:24Z | 2020-11-03T21:51:46Z | https://github.com/kubernetes/kubernetes/issues/94691 | 698,327,969 | 94,691 |
[
"kubernetes",
"kubernetes"
] | Hi, I'm one of the contributors of [amazon-sagemaker-operator-for-k8s](https://github.com/aws/amazon-sagemaker-operator-for-k8s)
**What happened**:
While creating a CR, I specified an optional field at wrong indentation level and the field got pruned and execution continued as if that field wasn't specified at all
... | [CRD] Prunes the fields and validation does not fail | https://api.github.com/repos/kubernetes/kubernetes/issues/94690/comments | 18 | 2020-09-10T18:14:39Z | 2021-02-10T03:47:15Z | https://github.com/kubernetes/kubernetes/issues/94690 | 698,321,988 | 94,690 |
[
"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 following... | Can no longer call DecodeParameters with url.Values in 1.19.0 client-go | https://api.github.com/repos/kubernetes/kubernetes/issues/94688/comments | 18 | 2020-09-10T17:47:55Z | 2020-10-16T16:56:21Z | https://github.com/kubernetes/kubernetes/issues/94688 | 698,292,075 | 94,688 |
[
"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/
-->
See https://github.com/kubernetes/k... | CustomCPUCFSQuotaPeriod feature is required for using cpuCFSQuotaPeriod in kubelet config | https://api.github.com/repos/kubernetes/kubernetes/issues/94686/comments | 2 | 2020-09-10T16:04:53Z | 2020-09-12T05:28:58Z | https://github.com/kubernetes/kubernetes/issues/94686 | 698,178,281 | 94,686 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When specifying multiple groups to impersonate, setting `impersonate-group` to a comma separated list is parsed as a single group name containing the entirety of the header value. See [RFC](https://tools.ietf.org/html/rfc2616#section-4.2).
Example: `impersonate-group: foo, bar, baz` is parsed ... | Impersonate-Group header does not support comma-separated format | https://api.github.com/repos/kubernetes/kubernetes/issues/94683/comments | 2 | 2020-09-10T15:26:08Z | 2020-09-11T15:36:55Z | https://github.com/kubernetes/kubernetes/issues/94683 | 698,124,098 | 94,683 |
[
"kubernetes",
"kubernetes"
] | Hello,
**What happened**:
When I use the httpGet health check combined with a header, my pods gives an HTTP 400 error. When I remove the headers it works (I receive a 403 error, but is correct because does not have the host header).
**What you expected to happen**:
A normal GET petition even with headers.
... | Wrong method using headers on httpGet HealthCheck | https://api.github.com/repos/kubernetes/kubernetes/issues/94682/comments | 10 | 2020-09-10T15:21:21Z | 2021-05-09T11:12:06Z | https://github.com/kubernetes/kubernetes/issues/94682 | 698,117,864 | 94,682 |
[
"kubernetes",
"kubernetes"
] | this is my apiserver error
k8s version v1.15.11
kube-apiserver parameter as follow
/usr/bin/kube-apiserver --token-auth-file=/etc/kubernetes/token_auth_file --requestheader-client-ca-file=/etc/kubernetes/ca.crt --requestheader-extra-headers-prefix=X-Remote-Extra- --requestheader-group-headers=X-Remot... | error: storage/cacher.go:/csinodes: Failed to list *storage.CSINode: no kind "CSINode" is registered for version "storage.k8s.io/v1" | https://api.github.com/repos/kubernetes/kubernetes/issues/94675/comments | 5 | 2020-09-10T10:58:02Z | 2020-09-11T11:20:04Z | https://github.com/kubernetes/kubernetes/issues/94675 | 697,770,857 | 94,675 |
[
"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**:
Wrong Endpo... | Failed to find Endpoints for a IPv6 Headless Service in Dual-Stack cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/94673/comments | 7 | 2020-09-10T07:53:56Z | 2020-09-15T04:51:36Z | https://github.com/kubernetes/kubernetes/issues/94673 | 697,573,903 | 94,673 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/b56d0acaf5bead31bd17d3b88d4a167fcbac7866/test/integration/scheduler_perf/util.go#L244
https://golang.org/pkg/time/#Ticker
/sig scheduling
/sig testing
/assign | scheduler_perf: use time.Ticker in throughput measurement | https://api.github.com/repos/kubernetes/kubernetes/issues/94665/comments | 5 | 2020-09-09T20:40:39Z | 2020-09-23T01:34:09Z | https://github.com/kubernetes/kubernetes/issues/94665 | 697,142,903 | 94,665 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I've hit an error while creating a snapshot of a PVC:
```
E0909 15:43:35.798659 1 event.go:247] Could not construct reference to: '&v1alpha1.VolumeSnapshot{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"new-nfs-share-snap", GenerateName:"", Namespace:"default"... | csi-snapshotter v1: "selfLink was empty, can't make reference" | https://api.github.com/repos/kubernetes/kubernetes/issues/94660/comments | 9 | 2020-09-09T18:34:47Z | 2020-09-10T12:11:05Z | https://github.com/kubernetes/kubernetes/issues/94660 | 697,051,369 | 94,660 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
A histogram that tracks the priorities used in a cluster.
**Why is this needed**:
Helps platform operators track feature usage. Priorities in particular are important since they trigger preemption in the scheduler, and so understanding how they are used helps inform optimizatio... | Add a metric tracking pod priorities used in a cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/94659/comments | 5 | 2020-09-09T17:56:27Z | 2020-10-07T20:47:40Z | https://github.com/kubernetes/kubernetes/issues/94659 | 697,028,174 | 94,659 |
[
"kubernetes",
"kubernetes"
] | The insecure port is being removed, but the node E2E test suite still depends no it. We need to migrate the test suite off the insecure port.
/milestone 1.20
/sig node
/priority important-soon
/help | Migrate node E2E off insecure port | https://api.github.com/repos/kubernetes/kubernetes/issues/94658/comments | 9 | 2020-09-09T17:06:22Z | 2020-10-23T17:56:32Z | https://github.com/kubernetes/kubernetes/issues/94658 | 696,998,567 | 94,658 |
[
"kubernetes",
"kubernetes"
] | Example of response from webhook with unique warnings (warning is just a UID for testing purposes):
```
$ kubectl apply -f ./galley/testdatasets/validation/dataset/networking-v1alpha3-Gateway-invalid.yaml -f ./galley/testdatasets/validation/dataset/networking-v1alpha3-ServiceEntry-invalid.yaml
Warning: d3e67bee-474d... | kubectl warnings output inconsistent with errors | https://api.github.com/repos/kubernetes/kubernetes/issues/94657/comments | 7 | 2020-09-09T17:04:36Z | 2021-02-07T15:48:33Z | https://github.com/kubernetes/kubernetes/issues/94657 | 696,997,474 | 94,657 |
[
"kubernetes",
"kubernetes"
] | https://github.com/kubernetes/kubernetes/blob/47c450776f2731955ee7a4e8cc7ec1b4b6f14851/test/e2e/scheduling/ubernetes_lite.go#L68
It's not being used. Alternatively, pass the right image name to start with.
/assign
/sig scheduling
/sig testing | ubernetes_lite.go: remove image argument from SpreadServiceOrFail | https://api.github.com/repos/kubernetes/kubernetes/issues/94655/comments | 1 | 2020-09-09T14:55:11Z | 2020-09-15T23:21:35Z | https://github.com/kubernetes/kubernetes/issues/94655 | 696,886,643 | 94,655 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
We need reporting of `vSphere` `vCenter` version to be shown in the metrics.
**Why is this needed**:
The goal behind this is to add some info about the underlying infrastructure for the kubernetes... | Add vSphere metrics to report vCenter version | https://api.github.com/repos/kubernetes/kubernetes/issues/94651/comments | 3 | 2020-09-09T12:47:04Z | 2020-11-10T20:36:33Z | https://github.com/kubernetes/kubernetes/issues/94651 | 696,784,367 | 94,651 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
cluster-info dump test consumed large amount of memory in large clusters
ref: https://github.com/kubernetes/kubernetes/issues/93506, https://github.com/kubernetes/kubernetes/pull/93838
**What you expected to happen**:
it should eat less than 10GB of memory
**How to reproduce it (as minima... | cluster-info dump test consume large amount of memory in large clusters | https://api.github.com/repos/kubernetes/kubernetes/issues/94649/comments | 7 | 2020-09-09T12:03:20Z | 2021-01-07T13:41:29Z | https://github.com/kubernetes/kubernetes/issues/94649 | 696,755,252 | 94,649 |
[
"kubernetes",
"kubernetes"
] | Not sure if this features is available or not ?
I have a POD with two containers, I want one container should go in node selector "beta.kubernetes.io/os: windows" another should go "beta.kubernetes.io/os: linux"
| Node selector for container | https://api.github.com/repos/kubernetes/kubernetes/issues/94648/comments | 5 | 2020-09-09T11:24:30Z | 2020-09-10T00:52:52Z | https://github.com/kubernetes/kubernetes/issues/94648 | 696,729,561 | 94,648 |
[
"kubernetes",
"kubernetes"
] | ```
apiVersion: kubeadm.k8s.io/v1beta2
bootstrapTokens:
- groups:
- system:bootstrappers:kubeadm:default-node-token
token: abcdef.0123456789abcdef
ttl: 24h0m0s
usages:
- signing
- authentication
kind: InitConfiguration
localAPIEndpoint:
advertiseAddress: 192.168.31.90
bindPort: 6443
nodeRe... | error execution phase wait-control-plane: couldn't initialize a Kubernetes cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/94645/comments | 1 | 2020-09-09T10:27:26Z | 2020-09-09T10:41:47Z | https://github.com/kubernetes/kubernetes/issues/94645 | 696,693,244 | 94,645 |
[
"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 used kubead... | Re install network plug-in calico,unable to add route automatically... | https://api.github.com/repos/kubernetes/kubernetes/issues/94640/comments | 13 | 2020-09-09T07:05:53Z | 2020-10-06T12:05:39Z | https://github.com/kubernetes/kubernetes/issues/94640 | 696,505,762 | 94,640 |
[
"kubernetes",
"kubernetes"
] | If you would like to settle any discrepancies/complaints from any project enterprise please contact us here breadnwater31@gmail.com | Evenbetter | https://api.github.com/repos/kubernetes/kubernetes/issues/94638/comments | 1 | 2020-09-09T06:20:35Z | 2020-09-09T10:55:54Z | https://github.com/kubernetes/kubernetes/issues/94638 | 696,465,808 | 94,638 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Currently, the PodTopologySpread plugin skips calculating the value of node which doesn't match node labels but has pod match the PodTopologySpread constraints. That leads the PodTopologySpread constraints being violated
**What you expected to happen**:
The PodTopologySpread plugin shouldn't ski... | PodTopologySpread doesn't calculate the pods on the node which doesn't match the node label | https://api.github.com/repos/kubernetes/kubernetes/issues/94635/comments | 5 | 2020-09-09T01:29:20Z | 2020-09-09T02:28:50Z | https://github.com/kubernetes/kubernetes/issues/94635 | 696,311,374 | 94,635 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Add the 'namespace' of the owning object to the ownerReference subobjects of ObjectMeta structure.
**Why is this needed**:
Right now, there is a name, which is not globally unique to the cluster, ... | ownerReference should have namespace as well as name | https://api.github.com/repos/kubernetes/kubernetes/issues/94631/comments | 5 | 2020-09-08T22:24:42Z | 2020-09-09T00:42:43Z | https://github.com/kubernetes/kubernetes/issues/94631 | 696,216,525 | 94,631 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
50% of builds have a different man page content
**What you expected to happen**:
It should be possible to get bit-identical build results - might need a patch similar to #68983 - @dims knows these things.
**How to reproduce it (as minimally and precisely as possible)**:
build kubernetes1.19 ... | 1.19: 1 bit non-determinism in kube-scheduler.1 | https://api.github.com/repos/kubernetes/kubernetes/issues/94628/comments | 2 | 2020-09-08T19:02:28Z | 2020-09-08T22:05:53Z | https://github.com/kubernetes/kubernetes/issues/94628 | 696,106,765 | 94,628 |
[
"kubernetes",
"kubernetes"
] | Hello,
I seem to have hit a bug with topologySpreadConstraints. I am trying to set a topologySpreadConstraints to only schedule a pod onto a node only if there are no other pods on the same node with that label. I also want to set an affinity to only schedule pods onto nodes with a label of "type=kind". I add two wo... | topologySpreadConstraints ignored when nodeAffinity is configured | https://api.github.com/repos/kubernetes/kubernetes/issues/94627/comments | 10 | 2020-09-08T18:10:19Z | 2021-05-24T17:10:29Z | https://github.com/kubernetes/kubernetes/issues/94627 | 696,076,639 | 94,627 |
[
"kubernetes",
"kubernetes"
] | - Determine approach and format for warnings:
- [x] determine when to emit warnings: on creation, on update that would change generation / spec
- [x] Use field.Path format
- [x] for deprecated values, indicate replacement, deprecation and target removal release
- Add warnings for deprecated fields
- Pod te... | Add field-level warnings for deprecated / known bad values | https://api.github.com/repos/kubernetes/kubernetes/issues/94626/comments | 27 | 2020-09-08T17:55:10Z | 2023-07-18T20:46:44Z | https://github.com/kubernetes/kubernetes/issues/94626 | 696,067,969 | 94,626 |
[
"kubernetes",
"kubernetes"
] | I'm trying to run a Kubernetes cluster on GCE and have succeeded in setting up the nodes and provisioning the cluster via kubeadm. What I now want to do is integrate that cluster with GCP so I can e.g. deploy a LoadBalancer type service. From what I read in the documentation what is needed is running the kubelets and k... | Document usage of cloud-controller-manager | https://api.github.com/repos/kubernetes/kubernetes/issues/94625/comments | 13 | 2020-09-08T17:45:21Z | 2021-11-20T18:24:24Z | https://github.com/kubernetes/kubernetes/issues/94625 | 696,062,087 | 94,625 |
[
"kubernetes",
"kubernetes"
] | * https://storage.googleapis.com/k8s-gubernator/triage/index.html?pr=1&text=GOAWAY
* https://testgrid.k8s.io/sig-testing-canaries#ci-kubernetes-generate-make-test-count10&include-filter-by-regex=GOAWAY
Before #94530 merged, TestClientReceivedGOAWAY failed with data race on [localAddr](https://github.com/kubernetes/... | TestClientReceivedGOAWAY flakes | https://api.github.com/repos/kubernetes/kubernetes/issues/94622/comments | 24 | 2020-09-08T16:15:24Z | 2021-06-22T02:24:06Z | https://github.com/kubernetes/kubernetes/issues/94622 | 696,005,462 | 94,622 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
alternateImage:
**Why is this needed**:
image field is the only current field to pull any images. As the image hosting providers can also go down, it will be great to provide alternate images that can ... | Alternate image field | https://api.github.com/repos/kubernetes/kubernetes/issues/94621/comments | 9 | 2020-09-08T15:49:44Z | 2021-02-08T12:08:36Z | https://github.com/kubernetes/kubernetes/issues/94621 | 695,987,686 | 94,621 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.