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" ]
<!-- 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: IPVS error ...
IPVS error log occupation with externalTrafficPolicy: Local option in Service
https://api.github.com/repos/kubernetes/kubernetes/issues/100925/comments
30
2021-04-08T13:40:09Z
2022-01-17T00:41:47Z
https://github.com/kubernetes/kubernetes/issues/100925
853,485,894
100,925
[ "kubernetes", "kubernetes" ]
#### What happened: I reported a security vulnerability to security@kubernetes.io as stated here: https://kubernetes.io/docs/reference/issues-security/security/ #### What you expected to happen: Someone to answer me #### How to reproduce it (as minimally and precisely as possible): Send mail and wait two ...
No answer on Kubernetes security email
https://api.github.com/repos/kubernetes/kubernetes/issues/100924/comments
5
2021-04-08T13:09:12Z
2021-04-09T18:06:41Z
https://github.com/kubernetes/kubernetes/issues/100924
853,456,452
100,924
[ "kubernetes", "kubernetes" ]
Hello, I have opened a [PR](https://github.com/kubernetes/node-problem-detector/pull/533) to [node-problem-detector](https://github.com/kubernetes/node-problem-detector) but node-problem-detector uses [k8s.io/kubernetes/pkg/ssh](https://github.com/kubernetes/kubernetes/tree/master/pkg/ssh) as ssh library and `sshDi...
increase ssh timeout
https://api.github.com/repos/kubernetes/kubernetes/issues/100918/comments
9
2021-04-08T09:28:14Z
2021-05-08T10:06:23Z
https://github.com/kubernetes/kubernetes/issues/100918
853,268,572
100,918
[ "kubernetes", "kubernetes" ]
#### What happened: I tried to run the apiserver image for v1.21.0-rc.0 (k8s.gcr.io/kube-apiserver:v1.21.0-rc.0) on top of another Kubernetes cluster. I took a working manifest which was using v.1.20.5 and was working without issues, and changed the image version. The apiserver failed to start with `standard_init...
The apiserver image (v1.21.0-rc.0) needs CAP_NET_BIND_SERVICE
https://api.github.com/repos/kubernetes/kubernetes/issues/100914/comments
36
2021-04-08T08:37:07Z
2021-10-28T20:05:47Z
https://github.com/kubernetes/kubernetes/issues/100914
853,222,944
100,914
[ "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 the K8s r...
The container’s CpusetCpus information needs to be added to the CRI Container definition
https://api.github.com/repos/kubernetes/kubernetes/issues/100906/comments
8
2021-04-08T05:02:10Z
2021-05-10T16:45:09Z
https://github.com/kubernetes/kubernetes/issues/100906
853,061,778
100,906
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: kubectl logs...
kubectl logs failed with "net/http: TLS handshake timeout"
https://api.github.com/repos/kubernetes/kubernetes/issues/100904/comments
5
2021-04-08T03:50:09Z
2021-04-08T22:11:05Z
https://github.com/kubernetes/kubernetes/issues/100904
853,030,636
100,904
[ "kubernetes", "kubernetes" ]
CSI migration is an effort to enable smooth transition from intree volume plugin usage to CSI driver usage. Context: https://kubernetes.io/blog/2019/12/09/kubernetes-1-17-feature-csi-migration-beta/ Currently we are trying to evaluate for non-cloud provider plugins if they are in the interest of CSI migration suppo...
quobyte CSI migration support or deprecation needed
https://api.github.com/repos/kubernetes/kubernetes/issues/100900/comments
13
2021-04-08T00:40:00Z
2022-04-23T02:47:10Z
https://github.com/kubernetes/kubernetes/issues/100900
852,949,457
100,900
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: Expose ordinal index as environment variable on statefulset pod. Is there a reason this hasn't already been done? It seems like a simple thing. #### Why is this needed: So stateful applications have a consistent identifier. Can be used for sharding workloads.
Expose ordinal index as environment variable on statefulset pod
https://api.github.com/repos/kubernetes/kubernetes/issues/100898/comments
11
2021-04-08T00:00:20Z
2021-09-06T15:27:12Z
https://github.com/kubernetes/kubernetes/issues/100898
852,930,616
100,898
[ "kubernetes", "kubernetes" ]
CSI migration is an effort to enable smooth transition from intree volume plugin usage to CSI driver usage. Context: https://kubernetes.io/blog/2019/12/09/kubernetes-1-17-feature-csi-migration-beta/ Currently we are trying to evaluate for non-cloud provider plugins if they are in the interest of CSI migration supp...
glusterfs CSI migration support or deprecation needed
https://api.github.com/repos/kubernetes/kubernetes/issues/100897/comments
34
2021-04-07T23:42:48Z
2023-04-28T14:50:35Z
https://github.com/kubernetes/kubernetes/issues/100897
852,924,305
100,897
[ "kubernetes", "kubernetes" ]
#### What happened: The stdlib ParseIP/ParseCIDR methods reports no error for some unbounded and questionable inputs * https://github.com/golang/go/issues/30999 * https://github.com/golang/go/issues/43389 golang is considering tightening the permitted formats (disallowing leading 0s, for example). While ge...
[go1.17] Guard against stdlib ParseIP/ParseCIDR changes in API validation
https://api.github.com/repos/kubernetes/kubernetes/issues/100895/comments
38
2021-04-07T19:57:33Z
2021-08-27T11:33:27Z
https://github.com/kubernetes/kubernetes/issues/100895
852,760,529
100,895
[ "kubernetes", "kubernetes" ]
Goal: for mutating requests, compute a weight factor based on the expected number of watch events the mutation might trigger. Shared data model: We will define a fixed number of buckets. Each bucket is a uint64 counter. Each apiserver maintains its own bucket array. Periodically, the bucket array is published into t...
[design sketch] APF: limiting writes based on the number of affected watches
https://api.github.com/repos/kubernetes/kubernetes/issues/100891/comments
10
2021-04-07T17:20:17Z
2021-05-10T18:36:59Z
https://github.com/kubernetes/kubernetes/issues/100891
852,627,257
100,891
[ "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: ci-kubernetes-e2e-gce-cos-k8sbeta-default #### Which test(s) are flaking: Networking Granular Checks: Services should function fo...
[Flaky Test] Networking Granular Checks: Services should function for service endpoints using hostNetwork
https://api.github.com/repos/kubernetes/kubernetes/issues/100890/comments
8
2021-04-07T16:55:19Z
2021-06-02T09:48:38Z
https://github.com/kubernetes/kubernetes/issues/100890
852,603,233
100,890
[ "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: ci-kubernetes-e2e-gce-cos-k8sbeta-default #### Which test(s) are flaking: Networking Granular Checks: Services should function fo...
[Flaky Test] Networking Granular Checks: Services should function for pod-Service(hostNetwork): udp
https://api.github.com/repos/kubernetes/kubernetes/issues/100889/comments
15
2021-04-07T16:52:19Z
2021-06-02T09:48:21Z
https://github.com/kubernetes/kubernetes/issues/100889
852,600,918
100,889
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: Support all/more valid URL is webhook URLs. Currently, query params are rejected. #### Why is this needed: This is needed to pass information to the webhook server. Because of this limitation, we are required to do gross hacks. We (Istio) originally allowed `webhook.exampl...
Add support for full URL semantics (query params, etc) in webhook URL
https://api.github.com/repos/kubernetes/kubernetes/issues/100888/comments
10
2021-04-07T15:12:23Z
2021-09-25T13:54:35Z
https://github.com/kubernetes/kubernetes/issues/100888
852,513,533
100,888
[ "kubernetes", "kubernetes" ]
#### What happened: The service name resolution does not work. ``` $ kubectl run nginx --image=nginx $ kubectl expose pod/nginx --port=80 $ kubectl run busybox --image=busybox --restart=Never --rm -it -- wget -O- http://nginx If you don't see a command prompt, try pressing enter. wget: bad address 'nginx' pod "...
kube-proxy userspace mode doesn't support endpointslices
https://api.github.com/repos/kubernetes/kubernetes/issues/100880/comments
5
2021-04-07T08:23:10Z
2021-04-27T22:28:34Z
https://github.com/kubernetes/kubernetes/issues/100880
852,154,040
100,880
[ "kubernetes", "kubernetes" ]
<!-- Feature requests are unlikely to make progress as an issue. Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists. A proposal that works through the design along with the implications of the change can be opened as a KEP: https://git.k8s.io/enhancements/keps#kubernetes-enhanc...
Admission webhook metrics improvement
https://api.github.com/repos/kubernetes/kubernetes/issues/100871/comments
9
2021-04-07T04:27:00Z
2021-06-12T01:07:12Z
https://github.com/kubernetes/kubernetes/issues/100871
851,992,080
100,871
[ "kubernetes", "kubernetes" ]
Currently the dual-stack tests are marked `LinuxOnly`: https://github.com/kubernetes/kubernetes/blob/master/test/e2e/network/dual_stack.go We should be able to enable some of these tests for windows too as a first step for setting up windows dual-stack periodic jobs. /assign /cc @aojea /sig network /sig tes...
Enable dual-stack tests on windows
https://api.github.com/repos/kubernetes/kubernetes/issues/100870/comments
18
2021-04-07T00:03:17Z
2022-10-08T16:58:17Z
https://github.com/kubernetes/kubernetes/issues/100870
851,892,295
100,870
[ "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: Using kube...
Experimental patches ignores etcd on join phase control-plane-prepare
https://api.github.com/repos/kubernetes/kubernetes/issues/100869/comments
13
2021-04-06T22:35:06Z
2021-06-09T15:09:22Z
https://github.com/kubernetes/kubernetes/issues/100869
851,857,904
100,869
[ "kubernetes", "kubernetes" ]
# Progress <code>[4/6]</code> - [X] APISnoop org-flow : [Read-Patch-Status-for-Replicaset.org](https://github.com/apisnoop/ticket-writing/blob/create-replicaset-status-lifecycle-test/Appsv1ReplicaSetStatusLifecycleTest.org) - [X] test approval issue : [kubernetes/kubernetes#100863](https://github.com/kubernetes...
Write Read, Patch & Replace Replictest Status +3 endpoints
https://api.github.com/repos/kubernetes/kubernetes/issues/100863/comments
3
2021-04-06T15:32:34Z
2021-06-16T19:49:11Z
https://github.com/kubernetes/kubernetes/issues/100863
851,546,349
100,863
[ "kubernetes", "kubernetes" ]
#### What happened: kubelet service panicked and therefore failed to register a newly booted node with the cluster: ``` ... Apr 06 05:04:15 master0.ocp4.contoso.com hyperkube[26208]: I0406 05:04:15.268794 26208 plugin_manager.go:114] Starting Kubelet Plugin Manager Apr 06 05:04:15 master0.ocp4.contoso.com hype...
kubelet panic on new node when Node resource already exists
https://api.github.com/repos/kubernetes/kubernetes/issues/100862/comments
6
2021-04-06T15:23:08Z
2021-04-08T08:11:53Z
https://github.com/kubernetes/kubernetes/issues/100862
851,537,677
100,862
[ "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 recall t...
LoadBalancer cannot be deleted when the underlying resource group is deleted
https://api.github.com/repos/kubernetes/kubernetes/issues/100855/comments
2
2021-04-06T09:21:03Z
2021-04-26T17:25:17Z
https://github.com/kubernetes/kubernetes/issues/100855
851,231,002
100,855
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: https://github.com/kubernetes/kubernetes/pull/74716 added e2e test `Pods sharing a single local PV [Serial]` that creates 50 Pods to test for races in storage topology scheduling. It should be an integration test instead, we don't need to abuse a real kubelet with 50 pods. /s...
Run scheduler stress tests with pods sharing the same PV
https://api.github.com/repos/kubernetes/kubernetes/issues/100854/comments
8
2021-04-06T08:03:45Z
2021-12-21T19:14:50Z
https://github.com/kubernetes/kubernetes/issues/100854
851,147,758
100,854
[ "kubernetes", "kubernetes" ]
update deployment section podname Environment value
Pod is invalid: spec: Forbidden: pod updates may not change fields other than `spec.containers[*].image`, `spec.initContainers[*].image`, `spec.activeDeadlineSeconds` or `spec.tolerations` (only additions to existing tolerations)
https://api.github.com/repos/kubernetes/kubernetes/issues/100850/comments
4
2021-04-06T06:35:58Z
2021-04-06T13:48:30Z
https://github.com/kubernetes/kubernetes/issues/100850
851,051,252
100,850
[ "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 #95427, cli...
kubelet don't share transport by default after #95427
https://api.github.com/repos/kubernetes/kubernetes/issues/100849/comments
17
2021-04-06T06:18:15Z
2021-11-16T16:45:27Z
https://github.com/kubernetes/kubernetes/issues/100849
851,031,277
100,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: The cloud-pr...
cloud-provider service controller race with node sync and service updates
https://api.github.com/repos/kubernetes/kubernetes/issues/100846/comments
17
2021-04-06T00:48:18Z
2022-02-06T01:15:53Z
https://github.com/kubernetes/kubernetes/issues/100846
850,860,363
100,846
[ "kubernetes", "kubernetes" ]
#### What happened: Trying to use Kustomize that's built into kubectl, but it gives an error: ``` kubectl kustomize . Error: rawResources failed to read Resources: Load from path ../base failed: '../base' must be a file (got d='/private/var/folders/5f/vh2w11jd0b94lbzg96y83sv0nvf0bh/T/tmp.UYI1bf4o/base') ``` #...
kubectl kustomize does not work with inline patches
https://api.github.com/repos/kubernetes/kubernetes/issues/100845/comments
6
2021-04-06T00:35:56Z
2021-06-23T16:28:07Z
https://github.com/kubernetes/kubernetes/issues/100845
850,855,618
100,845
[ "kubernetes", "kubernetes" ]
#### What happened: kubelet liveness probe receives an HTTP `429 (Too Many Requests)` response because the kube-apiserver is under some load but still functioning: ``` Liveness probe failed: HTTP probe failed with statuscode: 429 ``` The above liveness probe error may lead kubelet to restart a busy but "healthy" a...
kubelet liveness probe (to kube-apiserver) has its own account
https://api.github.com/repos/kubernetes/kubernetes/issues/100844/comments
20
2021-04-05T23:08:23Z
2022-01-29T19:18:48Z
https://github.com/kubernetes/kubernetes/issues/100844
850,792,620
100,844
[ "kubernetes", "kubernetes" ]
#### What happened: While working on adding structured logs to the codebase I noticed there's inconsistencies in how logs are written. For instance, the word "csr" would be [lowercase in some log statements](https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/certificates/certificate_controller.go#L177...
Create a logging style guide
https://api.github.com/repos/kubernetes/kubernetes/issues/100843/comments
6
2021-04-05T22:40:24Z
2021-04-06T23:48:55Z
https://github.com/kubernetes/kubernetes/issues/100843
850,767,190
100,843
[ "kubernetes", "kubernetes" ]
![image](https://user-images.githubusercontent.com/23304/113617143-0877f380-9624-11eb-8706-cb034f25d9ec.png) - https://testgrid.k8s.io/sig-release-master-informing#gce-windows-2004-master - https://testgrid.k8s.io/sig-release-master-informing#gce-windows-2019-master - https://testgrid.k8s.io/sig-release-master-inf...
windows jobs in release-master-informing are in bad shape
https://api.github.com/repos/kubernetes/kubernetes/issues/100841/comments
5
2021-04-05T19:33:02Z
2021-04-06T20:14:03Z
https://github.com/kubernetes/kubernetes/issues/100841
850,606,230
100,841
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: vsphere CSI #### Which test(s) are failing: CSI Volumes [Testpattern: Dynamic PV (block volmode)] multiVolume [Slow] should concurrently access the single read-onl...
storage e2e: make read-only block optional
https://api.github.com/repos/kubernetes/kubernetes/issues/100840/comments
27
2021-04-05T17:31:21Z
2024-05-22T18:46:27Z
https://github.com/kubernetes/kubernetes/issues/100840
850,527,946
100,840
[ "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: Start the ...
Memory manager should re-use memory allocated for init containers
https://api.github.com/repos/kubernetes/kubernetes/issues/100838/comments
2
2021-04-05T14:36:49Z
2021-07-06T05:00:17Z
https://github.com/kubernetes/kubernetes/issues/100838
850,411,863
100,838
[ "kubernetes", "kubernetes" ]
### Failure cluster [3918a82299c386f0bb13](https://go.k8s.io/triage#3918a82299c386f0bb13) ##### Error text: ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/common/storage/host_path.go:48 Mar 23 21:03:41.072: Unexpected error: <*errors.errorString | 0xc00630d100>: { ...
Failure cluster [3918a822...] HostPath should give a volume the correct mode
https://api.github.com/repos/kubernetes/kubernetes/issues/100824/comments
2
2021-04-05T13:14:37Z
2021-07-15T14:46:26Z
https://github.com/kubernetes/kubernetes/issues/100824
850,358,753
100,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: The new pod ...
kubelet syncloop failed
https://api.github.com/repos/kubernetes/kubernetes/issues/100803/comments
8
2021-04-04T09:07:02Z
2021-06-24T06:01:15Z
https://github.com/kubernetes/kubernetes/issues/100803
849,832,857
100,803
[ "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: `ContainerIm...
K8S openapi spec mark ContainerImage.name as required
https://api.github.com/repos/kubernetes/kubernetes/issues/100802/comments
20
2021-04-04T06:09:50Z
2021-05-21T05:18:22Z
https://github.com/kubernetes/kubernetes/issues/100802
849,807,927
100,802
[ "kubernetes", "kubernetes" ]
@lubinsz @vielmetti https://testgrid.k8s.io/sig-node-arm64#Summary seems out of date. Could we get things green before we release 1.21 this week? if we can't get a reliable signal, then we should probably reconsider this set of CI jobs showing up in test grid. /sig node
sig-node-arm64 test grid is stale
https://api.github.com/repos/kubernetes/kubernetes/issues/100800/comments
6
2021-04-04T02:00:09Z
2021-07-02T08:25:06Z
https://github.com/kubernetes/kubernetes/issues/100800
849,778,234
100,800
[ "kubernetes", "kubernetes" ]
Stuck in beta since `v1.11`: https://github.com/kubernetes/kubernetes/blob/master/pkg/features/kube_features.go#L37-L40 /sig node
Deprecate and remove DynamicKubeletConfig (?)
https://api.github.com/repos/kubernetes/kubernetes/issues/100799/comments
13
2021-04-04T01:36:45Z
2021-06-24T00:33:40Z
https://github.com/kubernetes/kubernetes/issues/100799
849,775,850
100,799
[ "kubernetes", "kubernetes" ]
<!-- Feature requests are unlikely to make progress as an issue. Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists. A proposal that works through the design along with the implications of the change can be opened as a KEP: https://git.k8s.io/enhancements/keps#kubernetes-enhanc...
Multiple MatchExpressions in the MutatingWebhookConfiguration
https://api.github.com/repos/kubernetes/kubernetes/issues/100798/comments
3
2021-04-04T00:22:20Z
2021-04-20T06:30:06Z
https://github.com/kubernetes/kubernetes/issues/100798
849,766,935
100,798
[ "kubernetes", "kubernetes" ]
#### What happened: I have an issue where joining a node to the control plane fails. What I find weird is the issue appears to be completely random. If I just reset the node using `kubeadm reset -f` and try `kubeadm join` again, there is about a 50% chance that it will succeeds. #### What you expected to happen: ...
Kubeadm join randomly fails with etcd store not starting
https://api.github.com/repos/kubernetes/kubernetes/issues/100797/comments
8
2021-04-04T00:09:41Z
2021-04-08T23:59:49Z
https://github.com/kubernetes/kubernetes/issues/100797
849,765,057
100,797
[ "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: (97) e2e-kops-gce-latest (130) e2e-kops-gce-stable #### Which test(s) are flaking: ReplicaSet should serve a basic image on e...
[Flaking test] Kubernetes e2e suite.[sig-apps] ReplicaSet should serve a basic image on each replica with a public image [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/100796/comments
7
2021-04-03T15:44:52Z
2021-09-01T19:43:27Z
https://github.com/kubernetes/kubernetes/issues/100796
849,682,908
100,796
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: e2e-kops-gce-stable e2e-kops-gce-latest #### Which test(s) are failing: DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonf...
[Failing test] Kubernetes e2e suite.[sig-autoscaling] DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios
https://api.github.com/repos/kubernetes/kubernetes/issues/100795/comments
9
2021-04-03T15:35:28Z
2021-06-17T05:57:43Z
https://github.com/kubernetes/kubernetes/issues/100795
849,681,139
100,795
[ "kubernetes", "kubernetes" ]
hi Team I am facing the below issue. Any solution for this ? I am blocked guys as there is a POC . I tried with k3d, Kind, minikube and its there everywhere. k3d version v4.4.0 k3s version v1.20.4-k3s1 (default) kubectl version : 1.2.0 helm : 3.0.2 (Using helm for deploying the pod) Though these files and fold...
Volume Mount hostpath: Unable to mount volumes for pod: timeout expired waiting for volumes to attach or mount
https://api.github.com/repos/kubernetes/kubernetes/issues/100790/comments
6
2021-04-03T00:30:14Z
2021-08-26T17:35:08Z
https://github.com/kubernetes/kubernetes/issues/100790
849,540,481
100,790
[ "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: Deployment RollingUpdateDeployment should delete old pods and create new...
[Flake] Deployment RollingUpdateDeployment should delete old pods and create new ones
https://api.github.com/repos/kubernetes/kubernetes/issues/100789/comments
9
2021-04-02T22:16:02Z
2021-09-03T20:05:39Z
https://github.com/kubernetes/kubernetes/issues/100789
849,507,492
100,789
[ "kubernetes", "kubernetes" ]
#### Which jobs are flaking: `ci-kubernetes-node-kubelet` #### Which test(s) are flaking: - `E2eNode Suite: [sig-node] Summary API [NodeConformance] when querying /stats/summary should report resource usage through the stats api ` - `e2e.go: Node Tests` #### Testgrid link: https://prow.k8s.io/view/gs/kuberne...
[sig-node][NodeConformance] when querying /stats/summary should report resource usage through the stats api
https://api.github.com/repos/kubernetes/kubernetes/issues/100788/comments
25
2021-04-02T20:43:14Z
2021-11-23T21:32:25Z
https://github.com/kubernetes/kubernetes/issues/100788
849,473,754
100,788
[ "kubernetes", "kubernetes" ]
#### Which jobs are flaking: `ci-kubernetes-e2e-kubeadm-kinder-latest` #### Which test(s) are flaking: - `Kubernetes e2e suite: [sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should mutate custom resource with pruning [Conformance]` - `kinder.test.workflow: task-07-e2e` #### Testgrid link: http...
[sig-api-machinery] AdmissionWebhook - should mutate custom resource with pruning [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/100787/comments
7
2021-04-02T20:38:06Z
2021-07-15T17:50:15Z
https://github.com/kubernetes/kubernetes/issues/100787
849,471,620
100,787
[ "kubernetes", "kubernetes" ]
#### Which jobs are flaking: `ci-kubernetes-kind-e2e-parallel` #### Which test(s) are flaking: `Probing container should be restarted startup probe fails` #### Testgrid link: `https://testgrid.k8s.io/sig-release-master-blocking#kind-master-parallel&include-filter-by-regex=Probing%20container%20should%20be%20res...
[sig-node] [ci-kubernetes-kind-e2e-parallel] Probing container should be restarted startup probe fails
https://api.github.com/repos/kubernetes/kubernetes/issues/100786/comments
7
2021-04-02T20:20:05Z
2021-04-22T17:16:33Z
https://github.com/kubernetes/kubernetes/issues/100786
849,455,707
100,786
[ "kubernetes", "kubernetes" ]
<!-- Feature requests are unlikely to make progress as an issue. Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists. A proposal that works through the design along with the implications of the change can be opened as a KEP: https://git.k8s.io/enhancements/keps#kubernetes-enhanc...
Make more effective use of golangci-lint
https://api.github.com/repos/kubernetes/kubernetes/issues/100783/comments
13
2021-04-02T17:25:12Z
2022-01-15T16:32:45Z
https://github.com/kubernetes/kubernetes/issues/100783
849,350,673
100,783
[ "kubernetes", "kubernetes" ]
Cluster information: Kubernetes version: 1.19 Cloud being used: Bare Metal Installation method: Kubespray Host OS: Centos7, Centos8, Ubuntu 20.04 CNI and version: Kube-router 1.2 CRI and version: docker 19.03 Machines: 2 I’ve checked out latest master of Kubespray (27/03/20201) and configured for 1 control ...
Kubespray not working with loadbalancer type and external IP on Ingress Conroller on IPVS
https://api.github.com/repos/kubernetes/kubernetes/issues/100782/comments
11
2021-04-02T14:50:46Z
2021-04-04T13:22:42Z
https://github.com/kubernetes/kubernetes/issues/100782
849,262,451
100,782
[ "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 have be...
Kubernetes bypasses external firewall ports on Hetzner and AWS
https://api.github.com/repos/kubernetes/kubernetes/issues/100781/comments
6
2021-04-02T14:42:55Z
2021-07-08T20:45:44Z
https://github.com/kubernetes/kubernetes/issues/100781
849,258,169
100,781
[ "kubernetes", "kubernetes" ]
#### What happened: After a master node instance is terminated and a new master node joins the cluster, worker node instances targeted by AWS ELBs are de-registered from the load balancers. In the case of CLBs, instances are removed as listeners and then added back. In the case of NLBs, instances are drained and the...
Termination + start of new master de-registers nodes from AWS ELB (both CLB and NLB)
https://api.github.com/repos/kubernetes/kubernetes/issues/100779/comments
10
2021-04-02T12:37:12Z
2022-02-19T06:46:23Z
https://github.com/kubernetes/kubernetes/issues/100779
849,194,205
100,779
[ "kubernetes", "kubernetes" ]
After reading a lot of manuals, I still don't understand if it is possible to save a file to the host after performing a job or a cronjob. My Job got PVC and PV like that: ``` volumes: - name: name1 persistentVolumeClaim: claimName: name2 ``` and: ``` volumeMounts: - name: save-file ...
Saving the file after performing job k8s
https://api.github.com/repos/kubernetes/kubernetes/issues/100774/comments
6
2021-04-02T06:27:28Z
2021-04-02T18:57:42Z
https://github.com/kubernetes/kubernetes/issues/100774
848,998,961
100,774
[ "kubernetes", "kubernetes" ]
F0402 13:51:09.710069 126711 server.go:497] error loading config file "/opt/k8s/cfg/kube-proxy-config.yml": no kind "KubeProxyConfiguration" is registered for version "kubeproxy.config.k8s.io/v1alpha1" in scheme "k8s.io/client-go/tools/clientcmd/api/latest/latest.go:50" cat kube-proxy-config.yml apiVersion: kub...
kube-porxy.1.18.17 start BUG
https://api.github.com/repos/kubernetes/kubernetes/issues/100773/comments
6
2021-04-02T05:58:02Z
2021-04-04T15:21:28Z
https://github.com/kubernetes/kubernetes/issues/100773
848,984,883
100,773
[ "kubernetes", "kubernetes" ]
### Failure cluster [55e8769ef3cfb42758c2](https://go.k8s.io/triage#55e8769ef3cfb42758c2) The following test: `[sig-node] Probing container should be restarted with an exec liveness probe with timeout [MinimumKubeletVersion:1.20] [NodeConformance]` consistently fails in these CI jobs: - https://testgrid.k8s.io/...
Failure cluster [55e8769e...] Probing container should be restarted with an exec liveness probe with timeout
https://api.github.com/repos/kubernetes/kubernetes/issues/100769/comments
7
2021-04-02T03:13:42Z
2021-04-09T20:12:57Z
https://github.com/kubernetes/kubernetes/issues/100769
848,926,466
100,769
[ "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: run command ...
kubeadm v1.20.5 generate wrong kube-proxy configmap on rhel 8.2
https://api.github.com/repos/kubernetes/kubernetes/issues/100767/comments
12
2021-04-02T02:18:46Z
2021-04-12T04:02:24Z
https://github.com/kubernetes/kubernetes/issues/100767
848,908,940
100,767
[ "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 mount a ...
statefulset,volume's name verification is invalid
https://api.github.com/repos/kubernetes/kubernetes/issues/100766/comments
5
2021-04-02T01:57:58Z
2021-04-02T05:34:06Z
https://github.com/kubernetes/kubernetes/issues/100766
848,902,132
100,766
[ "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: kubeadm-kinder-latest e2e-kops-gce-latest e2e-kops-gce-stable #### Which test(s) are flaking: AdmissionWebhook [Privileged:...
[Flaking-Test] Kubernetes e2e suite.[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] should unconditionally reject operations on fail closed webhook [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/100761/comments
10
2021-04-01T19:25:33Z
2021-11-08T05:31:55Z
https://github.com/kubernetes/kubernetes/issues/100761
848,728,928
100,761
[ "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: kubeadm-kinder-latest #### Which test(s) are flaking: AdmissionWebhook [Privileged:ClusterAdmin] should mutate pod and apply ...
[Flaking-test] Kubernetes e2e suite.[sig-api-machinery] AdmissionWebhook [Privileged:ClusterAdmin] listing validating webhooks should work [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/100760/comments
17
2021-04-01T19:01:04Z
2021-12-12T19:44:45Z
https://github.com/kubernetes/kubernetes/issues/100760
848,713,226
100,760
[ "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: ci-kubernetes-e2e-windows-gce-2004 ci-kubernetes-e2e-windows-gce-2019 ci-kubernetes-e2e-windows-gce-20h2 Happening on master-inf...
[Flaky Test] [sig-node] Pods should cap back-off at MaxContainerBackOff [Slow][NodeConformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/100758/comments
6
2021-04-01T17:51:34Z
2021-04-06T16:38:48Z
https://github.com/kubernetes/kubernetes/issues/100758
848,668,570
100,758
[ "kubernetes", "kubernetes" ]
#### What happened: When attempting to install k8s from a yum repo on CentOS7, yum encounters the following error: ```https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64/repodata/repomd.xml: [Errno -1] repomd.xml signature could not be verified for kubernetes``` This discussion started in an existi...
"repomd.xml signature could not be verified for kubernetes" error when installing Kubernetes from yum repo on CentOS7
https://api.github.com/repos/kubernetes/kubernetes/issues/100757/comments
5
2021-04-01T17:16:59Z
2021-04-02T13:04:08Z
https://github.com/kubernetes/kubernetes/issues/100757
848,647,067
100,757
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: Not able to ...
Not able to run podman in kubernetes pod if privilege field in security context is false even though user is root
https://api.github.com/repos/kubernetes/kubernetes/issues/100752/comments
3
2021-04-01T13:55:23Z
2021-04-01T17:27:48Z
https://github.com/kubernetes/kubernetes/issues/100752
848,491,706
100,752
[ "kubernetes", "kubernetes" ]
#### What happened: I am using k8s 1.20.4 and installing rook 1.2.7 with ceph as a persistent storage. I managed to hit a scenario where the garbage collector deletes some of the ConfigMaps made by the ceph operator that have a reference to a Namespaced CRD, although the CRD resource is not deleted. This behavior did ...
Garbage Collector is removing Resources with owner reference to Custom Resource
https://api.github.com/repos/kubernetes/kubernetes/issues/100751/comments
7
2021-04-01T12:02:44Z
2021-04-20T06:30:16Z
https://github.com/kubernetes/kubernetes/issues/100751
848,403,254
100,751
[ "kubernetes", "kubernetes" ]
With recent migration of Kubelet to structured logging https://github.com/kubernetes/kubernetes/issues/99802 introduced e2e tests that enable JSON in Kubelet. Organized migration of other components haven't yet started and is on best effort bases, yet some line were already migrated. As code-base will be slowly mi...
Expand JSON e2e tests to cover all control plane components
https://api.github.com/repos/kubernetes/kubernetes/issues/100748/comments
30
2021-04-01T09:46:07Z
2021-09-22T11:58:38Z
https://github.com/kubernetes/kubernetes/issues/100748
848,309,624
100,748
[ "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 a large clu...
when apiservers have different RV for infrequently updated resources, client-go will get too large resource version error and relist the source again and again
https://api.github.com/repos/kubernetes/kubernetes/issues/100745/comments
5
2021-04-01T09:25:07Z
2021-04-14T04:10:32Z
https://github.com/kubernetes/kubernetes/issues/100745
848,293,945
100,745
[ "kubernetes", "kubernetes" ]
**Cluster information:** Kubernetes version: 1.16.8 Cloud being used: bare-metal Installation method: ansible Host OS: centos7 CNI and version: calico 3.15 CRI and version: docker 18.09 **my question** I create a new LoadBalancer with my own Loadbalancer server, which needs both ip and ports. So I wonder if I...
Can I use IP:PORT as external-ip of LoadBalancer Service?
https://api.github.com/repos/kubernetes/kubernetes/issues/100744/comments
5
2021-04-01T09:13:53Z
2021-04-01T17:30:58Z
https://github.com/kubernetes/kubernetes/issues/100744
848,285,208
100,744
[ "kubernetes", "kubernetes" ]
#### What happened: We've deployed k8s(1.16.3) using kubespray, and could see 10256(kube-proxy healthz port) is exposed to outside the cluster/k8s node and by default bind address is 0.0.0.0 which is all interface. we tried changing 0.0.0.0 to localhost(127.0.0.1), and now port is closed from outside the cluster or...
Kubeproxy healthz port exposed to outside kubernetes cluster.
https://api.github.com/repos/kubernetes/kubernetes/issues/100740/comments
9
2021-04-01T07:11:16Z
2021-04-05T22:25:51Z
https://github.com/kubernetes/kubernetes/issues/100740
848,100,184
100,740
[ "kubernetes", "kubernetes" ]
### CI Job https://testgrid.k8s.io/sig-node-containerd#e2e-cos-alpha-features ### Failure cluster [1a38ff5fa767d2a886a5](https://go.k8s.io/triage#1a38ff5fa767d2a886a5) ##### Error text: ``` /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:2639 Mar 27 16:10:06.732:...
Failure cluster [1a38ff5f...] Feature:SCTPConnectivity tests in e2e-cos-alpha-features CI job
https://api.github.com/repos/kubernetes/kubernetes/issues/100732/comments
3
2021-04-01T01:19:13Z
2021-04-01T21:11:08Z
https://github.com/kubernetes/kubernetes/issues/100732
847,663,523
100,732
[ "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-aks-engine-azure-file pull-kubernetes-e2e-azure-file-windows #### Which test(s) are flaking: AzureFile ...
Flaking pull-kubernetes-e2e-aks-engine-azure-file Invalid Resource Name
https://api.github.com/repos/kubernetes/kubernetes/issues/100729/comments
1
2021-04-01T00:22:24Z
2021-04-09T12:20:58Z
https://github.com/kubernetes/kubernetes/issues/100729
847,595,337
100,729
[ "kubernetes", "kubernetes" ]
# Progress <code>[6/6]</code> - [X] APISnoop org-flow : [StatefulSetListPatchAndDeleteCollection.org](https://github.com/apisnoop/ticket-writing/blob/AppsEndpoints/StatefulSetListPatchAndDeleteCollection.org) - [X] test approval issue : [kubernetes/kubernetes #100727](https://github.com/kubernetes/kubernetes/is...
Write StatefulSet List, Patch And DeleteCollection test +3 endpoints
https://api.github.com/repos/kubernetes/kubernetes/issues/100727/comments
3
2021-03-31T22:16:26Z
2021-07-01T20:31:07Z
https://github.com/kubernetes/kubernetes/issues/100727
847,435,313
100,727
[ "kubernetes", "kubernetes" ]
#### What happened: When creating a job that references a service account that doesn't exist, the job will hang indefinitely[1]. There are errors reported in the controller manager[2], but the job itself does not report anything. [1] ``` % kubectl get job fluffy NAME COMPLETIONS DURATION AGE fluffy 0/...
job does not report problem when pods cannot be created because referenced service account does not exist
https://api.github.com/repos/kubernetes/kubernetes/issues/100726/comments
19
2021-03-31T21:41:36Z
2022-08-03T09:18:56Z
https://github.com/kubernetes/kubernetes/issues/100726
847,387,835
100,726
[ "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: Since March 25th 2021, mostly windows jobs but a few others: https://storage.googleapis.com/k8s-gubernator/triage/index.html?test=...
[Flaky Test] Kubernetes e2e suite.[sig-apps] ReplicaSet Replace and Patch tests [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/100725/comments
9
2021-03-31T20:06:39Z
2021-04-02T12:12:13Z
https://github.com/kubernetes/kubernetes/issues/100725
847,248,727
100,725
[ "kubernetes", "kubernetes" ]
## Background Kube scheduler, along with other Kubernetes core components, provides extensions to build custom scheduling logic to fit different business needs. As of today, the scheduler provides 3 ways to achieve that: 1. scheduler framework (the most recommended) 2. scheduler extender 3. multiple schedulers ...
Explore `go buildmode` to simplfy building custom scheduler binary
https://api.github.com/repos/kubernetes/kubernetes/issues/100723/comments
31
2021-03-31T19:29:35Z
2023-02-18T06:11:33Z
https://github.com/kubernetes/kubernetes/issues/100723
847,191,972
100,723
[ "kubernetes", "kubernetes" ]
#### What happened: `NAME READY STATUS RESTARTS AGE calico-kube-controllers-568b9cfb7-lrzh7 1/1 Running 0 26h calico-node-49zr8 1/1 Running 0 2d1h ...
coredns in containercreating state : invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable
https://api.github.com/repos/kubernetes/kubernetes/issues/100719/comments
23
2021-03-31T17:24:10Z
2021-04-22T16:17:04Z
https://github.com/kubernetes/kubernetes/issues/100719
847,002,652
100,719
[ "kubernetes", "kubernetes" ]
#### What happened: If I put the apiserver under heavy load I find that pods can sit in Pending status indefinitely, until the load on apiserver is reduced. #### What you expected to happen: Pods should schedule eventually, even if delayed #### How to reproduce it (as minimally and precisely as possible): I pu...
Pods remain Pending indefinitely when apiserver is under heavy load
https://api.github.com/repos/kubernetes/kubernetes/issues/100711/comments
19
2021-03-31T15:09:56Z
2023-03-16T09:25:55Z
https://github.com/kubernetes/kubernetes/issues/100711
846,836,644
100,711
[ "kubernetes", "kubernetes" ]
One way (maybe the easiest today) of running the e2e tests for testing Kata Containers [1] with Kubernetes is to deploy an admission controller webhook to mutate pods so that they will have set the `runtimeClassName` properly. The caveat of such as approach is the webhook mutating not just test pods but also admin ones...
e2e tests should be adapted for Kata Containers
https://api.github.com/repos/kubernetes/kubernetes/issues/100710/comments
11
2021-03-31T14:54:57Z
2021-11-21T08:47:00Z
https://github.com/kubernetes/kubernetes/issues/100710
846,814,689
100,710
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: support for Windows 2019 for [pause build.](https://github.com/kubernetes/kubernetes/tree/master/build/pause) #### Why is this needed: AWS EKS windows is supported only on 2019 at latest. https://github.com/kubernetes/kubernetes/tree/master/build/pause
support of pause for Windows 2019
https://api.github.com/repos/kubernetes/kubernetes/issues/100708/comments
10
2021-03-31T14:27:22Z
2021-04-13T10:51:49Z
https://github.com/kubernetes/kubernetes/issues/100708
846,772,150
100,708
[ "kubernetes", "kubernetes" ]
Tracking issue for this ask from sig-network. When [dockershim will be removed](https://github.com/kubernetes/enhancements/issues/2221) from kubernetes/kubernetes, `kubenet` will be removed as well ![image](https://user-images.githubusercontent.com/23304/113157689-20590d00-9209-11eb-8383-95c857b8128e.png) [ ] - ...
Dockershim deprecation side-effect : "kubenet" will be gone!
https://api.github.com/repos/kubernetes/kubernetes/issues/100707/comments
41
2021-03-31T14:09:22Z
2022-05-01T15:04:48Z
https://github.com/kubernetes/kubernetes/issues/100707
846,740,294
100,707
[ "kubernetes", "kubernetes" ]
From https://github.com/kubernetes/kubernetes/pull/98699#issuecomment-810916947 After #98699, Multi-AZ Clusters tests in 1.19 and 1.20 started timing out as createBalancedPodForNodes is extremely inefficient in scale: for each node (out of 5k), it lists all pods in a cluster serially (each list takes ~5s), which tra...
Regression: Multi-AZ Clusters test timing out in big clusters
https://api.github.com/repos/kubernetes/kubernetes/issues/100705/comments
6
2021-03-31T13:07:58Z
2021-05-27T21:04:24Z
https://github.com/kubernetes/kubernetes/issues/100705
846,634,188
100,705
[ "kubernetes", "kubernetes" ]
#### What happened: When running a single-leader/follower pod-setup front-ended by a k8s service, upon the switchover of the leader pod corresponding to a change in the service endpoints, established TCP sessions to the leader do not get disconnected. The conntract rules for the established TCP sessions are not clea...
conntrack entries not cleared when switching service endpoints
https://api.github.com/repos/kubernetes/kubernetes/issues/100698/comments
41
2021-03-31T09:25:46Z
2022-09-19T00:09:33Z
https://github.com/kubernetes/kubernetes/issues/100698
846,274,827
100,698
[ "kubernetes", "kubernetes" ]
Hi, I'm having issues assigning a pod to a specific node name. It seems to work fine in our test environment but not in our stage/prod environment. We're running on quite old server versions and the test environment (where it works as intended) is running on 1.12 and the stage/prod is running on 1.10.13. When I'm c...
When was nodeName introduced?
https://api.github.com/repos/kubernetes/kubernetes/issues/100697/comments
4
2021-03-31T09:17:54Z
2021-03-31T09:58:52Z
https://github.com/kubernetes/kubernetes/issues/100697
846,261,826
100,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: Pods stuck o...
Pods stuck on terminating
https://api.github.com/repos/kubernetes/kubernetes/issues/100695/comments
22
2021-03-31T04:45:18Z
2024-02-19T06:06:16Z
https://github.com/kubernetes/kubernetes/issues/100695
845,855,468
100,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: A Daemonset'...
Daemonset Status is not updated when Pod create fails
https://api.github.com/repos/kubernetes/kubernetes/issues/100683/comments
38
2021-03-30T20:52:24Z
2025-03-06T16:02:00Z
https://github.com/kubernetes/kubernetes/issues/100683
845,246,375
100,683
[ "kubernetes", "kubernetes" ]
When getting a description of relevant events, for example this from 'kubectl describe pdb <name>'... ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal NoPods 50m (x5 over 52m) controllermanager No matching pod...
Misleading events show warnings but no positive affirmation when the warning is corrected
https://api.github.com/repos/kubernetes/kubernetes/issues/100682/comments
9
2021-03-30T20:02:48Z
2021-09-01T17:43:35Z
https://github.com/kubernetes/kubernetes/issues/100682
845,170,471
100,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: **Kuberntes ...
Master continues to use deleted node's etcd
https://api.github.com/repos/kubernetes/kubernetes/issues/100677/comments
16
2021-03-30T16:43:25Z
2021-04-12T17:33:43Z
https://github.com/kubernetes/kubernetes/issues/100677
844,861,780
100,677
[ "kubernetes", "kubernetes" ]
#### What happened: I used kubeadm to deploy Kubernetes v1.20.5 to a dual stack CentOS v7.9 host with the command: kubeadm init --upload-certs --feature-gates IPv6DualStack=true During the initialization I noticed that it issued certificates for the IPv4 address, the IPv4 loopback and the IPv6 loopback address...
DualStack Node only appears to receive IPv4 InternalIP
https://api.github.com/repos/kubernetes/kubernetes/issues/100675/comments
7
2021-03-30T14:35:18Z
2021-03-31T18:25:13Z
https://github.com/kubernetes/kubernetes/issues/100675
844,656,332
100,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: e2e test `...
e2e test OIDC discovery fails with ECDSA service account key
https://api.github.com/repos/kubernetes/kubernetes/issues/100674/comments
11
2021-03-30T14:27:11Z
2021-03-31T17:25:30Z
https://github.com/kubernetes/kubernetes/issues/100674
844,644,062
100,674
[ "kubernetes", "kubernetes" ]
As per defines in kubernetes documentation [https://v1-19.docs.kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/] that - `If you specify multiple matchExpressions associated with nodeSelectorTerms, then the pod can be scheduled onto a node only if all matchExpressions is satisfied.` However, pods gett...
BUG: pods getting scheduled when any one matchExpressions getting satisfied while defining multiple matchExpressions
https://api.github.com/repos/kubernetes/kubernetes/issues/100661/comments
11
2021-03-30T11:04:10Z
2021-09-06T18:27:12Z
https://github.com/kubernetes/kubernetes/issues/100661
844,378,908
100,661
[ "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 been ch...
CNI: loopback adapter gets state set to down due to PID recycling
https://api.github.com/repos/kubernetes/kubernetes/issues/100648/comments
17
2021-03-30T01:25:19Z
2021-07-22T20:59:50Z
https://github.com/kubernetes/kubernetes/issues/100648
843,970,264
100,648
[ "kubernetes", "kubernetes" ]
Background: Kube-proxy (https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/iptables/proxier.go#L1099-L1128 https://github.com/kubernetes/kubernetes/blob/master/pkg/proxy/iptables/proxier.go#L1259-L1292 bernetes/blob/master/pkg/proxy/ipvs/proxier.go#L1440-L1478 https://github.com/kubernetes/kubernetes/blob...
Consider: remove node-port conflict prevention in kube-proxy and kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/100643/comments
21
2021-03-29T23:25:35Z
2022-02-03T02:55:00Z
https://github.com/kubernetes/kubernetes/issues/100643
843,907,257
100,643
[ "kubernetes", "kubernetes" ]
#### What happened: Currently, we generate the data for etcd_object_counts/apiserver_storage_objects metric in a polling loop: https://github.com/kubernetes/kubernetes/blob/6572fe4d90173a1e97fda3e0cc28acc95e3f560a/staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go#L1424-L1440 This is not ideal a...
storage_object_counts should be calculated on writes not in a polling loop
https://api.github.com/repos/kubernetes/kubernetes/issues/100640/comments
9
2021-03-29T23:05:57Z
2021-08-27T22:37:46Z
https://github.com/kubernetes/kubernetes/issues/100640
843,895,671
100,640
[ "kubernetes", "kubernetes" ]
<!-- Feature requests are unlikely to make progress as an issue. Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists. A proposal that works through the design along with the implications of the change can be opened as a KEP: https://git.k8s.io/enhancements/keps#kubernetes-enhanc...
Feature: Relax the constraints of the PodDNSConfig
https://api.github.com/repos/kubernetes/kubernetes/issues/100622/comments
4
2021-03-29T12:51:09Z
2021-05-27T00:04:30Z
https://github.com/kubernetes/kubernetes/issues/100622
843,338,620
100,622
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: https://k8s-testgrid.appspot.com/sig-scalability-gce#gce-master-scale-performance #### Which test(s) are failing: #### Since when has it been failing: 03-27 ####...
gce-master-scale-performance is failing
https://api.github.com/repos/kubernetes/kubernetes/issues/100621/comments
22
2021-03-29T12:35:02Z
2021-03-30T12:06:19Z
https://github.com/kubernetes/kubernetes/issues/100621
843,326,039
100,621
[ "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, there. W...
Weight of score plugin was reset by extension points because of same name in scheduler framework
https://api.github.com/repos/kubernetes/kubernetes/issues/100613/comments
2
2021-03-29T07:45:09Z
2021-05-25T04:48:57Z
https://github.com/kubernetes/kubernetes/issues/100613
843,078,870
100,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: I wanted to ...
There is no way to pass arguments to the test subject in integration testing
https://api.github.com/repos/kubernetes/kubernetes/issues/100611/comments
9
2021-03-29T05:35:35Z
2022-01-18T15:11:09Z
https://github.com/kubernetes/kubernetes/issues/100611
842,987,398
100,611
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: I set statef...
statefulset pods whose terminationGracePeriodSeconds is 0 didn't migrate when node is not-ready
https://api.github.com/repos/kubernetes/kubernetes/issues/100607/comments
6
2021-03-29T01:23:44Z
2021-08-26T14:26:22Z
https://github.com/kubernetes/kubernetes/issues/100607
842,890,057
100,607
[ "kubernetes", "kubernetes" ]
we have a transitive dependency that is unmaintained - https://github.com/BurntSushi/toml we don't use it directly but definitely a longer term concern. Alternative seems to be https://github.com/pelletier/go-toml ![image](https://user-images.githubusercontent.com/23304/112739106-6c712c80-8f3f-11eb-9d37-54b31b0e60cb...
github.com/BurntSushi/toml is unmaintained
https://api.github.com/repos/kubernetes/kubernetes/issues/100602/comments
10
2021-03-28T01:00:48Z
2021-11-28T17:39:50Z
https://github.com/kubernetes/kubernetes/issues/100602
842,634,518
100,602
[ "kubernetes", "kubernetes" ]
#### What happened: I spent quite a while figuring out how to build the docker images for k8s, when I finally succeeded, the build process told me the images are deleted. I was quite puzzled: ``` $ sudo make quick-release-images WHAT=kube-apiserver +++ [0327 01:42:50] Verifying Prerequisites.... +++ [0327 01:42:5...
document _output directory
https://api.github.com/repos/kubernetes/kubernetes/issues/100596/comments
13
2021-03-27T01:18:11Z
2021-11-27T07:28:48Z
https://github.com/kubernetes/kubernetes/issues/100596
842,383,276
100,596
[ "kubernetes", "kubernetes" ]
#### What happened: I'm attempting to use the Rust [API bindings](https://github.com/Arnavion/k8s-openapi) which are generated from the OpenAPI spec in this repo. I noticed that the `admission` section is completely missing. Looking further, it seems like the entire `admission` section is missing from the official O...
`io.k8s.api.admission` types missing from OpenAPI spec
https://api.github.com/repos/kubernetes/kubernetes/issues/100595/comments
3
2021-03-26T20:16:59Z
2021-04-20T06:30:21Z
https://github.com/kubernetes/kubernetes/issues/100595
842,269,356
100,595
[ "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 try to use...
[CINDER] /kubelet/plugins/kubernetes.io/cinder/ doesn't exist
https://api.github.com/repos/kubernetes/kubernetes/issues/100594/comments
4
2021-03-26T18:48:13Z
2021-03-30T07:05:11Z
https://github.com/kubernetes/kubernetes/issues/100594
842,218,456
100,594
[ "kubernetes", "kubernetes" ]
<!-- Feature requests are unlikely to make progress as an issue. Instead, please suggest enhancements by engaging with SIGs on slack and mailing lists. A proposal that works through the design along with the implications of the change can be opened as a KEP: https://git.k8s.io/enhancements/keps#kubernetes-enhanc...
Improve coverage of authorization metrics in apiserver (authorization_attempts)
https://api.github.com/repos/kubernetes/kubernetes/issues/100588/comments
10
2021-03-26T18:01:37Z
2022-01-06T18:04:46Z
https://github.com/kubernetes/kubernetes/issues/100588
842,189,616
100,588
[ "kubernetes", "kubernetes" ]
#### What happened: ``` $ docker pull k8s.gcr.io/conformance:v1.21.0-beta.1 Error response from daemon: manifest for k8s.gcr.io/conformance:v1.21.0-beta.1 not found: manifest unknown: Failed to fetch "v1.21.0-beta.1" from request "/v2/conformance/manifests/v1.21.0-beta.1". ``` #### What you expected to happen:...
Missing conformance image: k8s.gcr.io/conformance:v1.21.0-beta.1
https://api.github.com/repos/kubernetes/kubernetes/issues/100584/comments
5
2021-03-26T13:22:15Z
2021-03-29T09:11:28Z
https://github.com/kubernetes/kubernetes/issues/100584
841,954,547
100,584
[ "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 fa...
kubelet fails to validate valid resolv.conf
https://api.github.com/repos/kubernetes/kubernetes/issues/100582/comments
7
2021-03-26T11:22:50Z
2021-06-23T13:31:35Z
https://github.com/kubernetes/kubernetes/issues/100582
841,850,556
100,582