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: The Regex that validates sysctl values in objects doesn't allow names that contain forward slashes. Sysctl values on network subinterfaces contain these forward slashes. #### What you expected to happen: Running: kubectl create -f ./deployment.yaml Creates the deployment. #### How to...
Regex for validating Sysctl values in deployments might not be correct.
https://api.github.com/repos/kubernetes/kubernetes/issues/102373/comments
14
2021-05-27T14:32:57Z
2022-07-15T08:04:25Z
https://github.com/kubernetes/kubernetes/issues/102373
903,855,083
102,373
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: We need an E2E test for HPA behavior. #### Why is this needed: HPA v2beta2 is graduating to stable! - KEP: https://github.com/kubernetes/enhancements/tree/master/keps/sig-autoscaling/2702-graduate-hpa-api-to-GA - Tracking issue: https://github.com/kubernetes/enhancem...
Create HPA Behavior E2E Test
https://api.github.com/repos/kubernetes/kubernetes/issues/102369/comments
20
2021-05-27T12:24:04Z
2022-02-24T13:19:18Z
https://github.com/kubernetes/kubernetes/issues/102369
903,653,690
102,369
[ "kubernetes", "kubernetes" ]
kubectl get pods --all-namespaces -o json | jq -r '.items[] | select(.status.phase != "Running" or ([ .status.conditions[] | select(.type == "Ready" and .state == false) ] | length ) == 1 ) | .metadata.namespace + "/" + .metadata.name'
demo ignore it
https://api.github.com/repos/kubernetes/kubernetes/issues/102368/comments
4
2021-05-27T10:57:50Z
2021-05-28T01:25:34Z
https://github.com/kubernetes/kubernetes/issues/102368
903,554,378
102,368
[ "kubernetes", "kubernetes" ]
#### What happened: If I were to restart kubelet on one or multiple nodes, it'd immediately set NotReady condition, and after checking PLEG healthiness, it will revert the Node object's condition to Ready. This leads to some thrashing in the list of targets for cloud LoadBalancers. Here's [the code](https://github.c...
kubelet process restart leads to oscillation in Cloud LoadBalancer targets
https://api.github.com/repos/kubernetes/kubernetes/issues/102367/comments
34
2021-05-27T10:41:37Z
2024-03-14T16:32:26Z
https://github.com/kubernetes/kubernetes/issues/102367
903,538,846
102,367
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: We need to create a new version v2 (no suffix) along with conversion routines, etc.. #### Why is this needed: HPA v2beta2 is graduating to stable! - KEP: https://github.com/kubernetes/enhancements/tree/master/keps/sig-autoscaling/2702-graduate-hpa-api-to-GA - Trackin...
Create HPA v2 Stable API
https://api.github.com/repos/kubernetes/kubernetes/issues/102362/comments
17
2021-05-27T09:27:15Z
2021-11-07T16:25:54Z
https://github.com/kubernetes/kubernetes/issues/102362
903,462,263
102,362
[ "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 many po...
POST pods/eviction calls can easily violate 1s API call latency SLO
https://api.github.com/repos/kubernetes/kubernetes/issues/102361/comments
19
2021-05-27T08:47:03Z
2022-11-24T09:10:08Z
https://github.com/kubernetes/kubernetes/issues/102361
903,419,185
102,361
[ "kubernetes", "kubernetes" ]
I think we should try and replace alpha annotation with a GAed version because I think we will end up having that annotation until k8s makes V2 (which could be forever). /sig storage cc @kubernetes/sig-storage-api-reviews
deprecate alpha annotation used in CSINode for migration detection
https://api.github.com/repos/kubernetes/kubernetes/issues/102357/comments
13
2021-05-27T03:32:38Z
2021-09-03T17:57:47Z
https://github.com/kubernetes/kubernetes/issues/102357
903,172,757
102,357
[ "kubernetes", "kubernetes" ]
Logr and Klog extended the api to provide a method to provide a depth information https://github.com/kubernetes/klog/releases/tag/v2.5.0 To support new changes we should update: * [x] [User guide](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-instrumentation/migration-to-structured-lo...
Add source code location information to JSON logs
https://api.github.com/repos/kubernetes/kubernetes/issues/102353/comments
14
2021-05-26T21:37:54Z
2021-06-23T08:56:58Z
https://github.com/kubernetes/kubernetes/issues/102353
902,943,260
102,353
[ "kubernetes", "kubernetes" ]
Hello Team, I had a rather simple request. Can we get black/night-themed documentation for k8s? The way we have for Docker. Any thoughts on this. Cheers and Thanks
Black/night-themed documentation for kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/102352/comments
4
2021-05-26T21:17:12Z
2021-05-27T11:04:27Z
https://github.com/kubernetes/kubernetes/issues/102352
902,926,287
102,352
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: [kubeadm-kinder-latest-on-1-21](https://testgrid.k8s.io/sig-release-master-informing#kubeadm-kinder-latest-on-1-21&width=20) #### Which test(s) are failing: - ci-kub...
[Failing Test][sig-cluster-lifecycle] ci-kubernetes-e2e-kubeadm-kinder-latest-on-1-21
https://api.github.com/repos/kubernetes/kubernetes/issues/102345/comments
7
2021-05-26T17:04:18Z
2021-06-02T22:39:29Z
https://github.com/kubernetes/kubernetes/issues/102345
902,691,968
102,345
[ "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/ --> We have a Kubernetes cluster with v...
Scheduler occasionally has stale state and does not assign pods to nodes that could fit them
https://api.github.com/repos/kubernetes/kubernetes/issues/102339/comments
12
2021-05-26T13:44:43Z
2021-06-08T13:28:30Z
https://github.com/kubernetes/kubernetes/issues/102339
902,416,127
102,339
[ "kubernetes", "kubernetes" ]
I am facing this issue troubleshooting long time issue is I have create Kubernetes cluster with calico network in my on premises server the **pods scheduled on different node on this Kubernetes cluster not able to communicate to each other ** . please chcek below scenarios. There are two worker node **server9** ...
pods scheduled on different node cannot communicate with each other on kubernetes cluster using calico network
https://api.github.com/repos/kubernetes/kubernetes/issues/102335/comments
6
2021-05-26T11:57:53Z
2021-05-27T22:02:17Z
https://github.com/kubernetes/kubernetes/issues/102335
902,277,045
102,335
[ "kubernetes", "kubernetes" ]
#### What happened: In addition to #102286 , this is another good getting started issue for someone interested in learning more about networkpolicy testing in the k8s netpol/ package - `probeConnectivity` is a little bit long. lets make its args into a struct somehow - investigate failure modes for `probeConne...
minor netpol test improvements
https://api.github.com/repos/kubernetes/kubernetes/issues/102334/comments
23
2021-05-26T11:50:45Z
2022-07-19T09:33:03Z
https://github.com/kubernetes/kubernetes/issues/102334
902,268,709
102,334
[ "kubernetes", "kubernetes" ]
#### What happened: I have add the kubelet command args with ``` --kube-reserved=cpu=1 --feature-gates=CPUManager=true --feature-gates=TopologyManager=true --topology-manager-policy=restricted --cpu-manager-policy=static ``` I have a pod with two containers. If all the container configured with `Guaranteed ` :...
Failed to set NUMA affinity with multi containers
https://api.github.com/repos/kubernetes/kubernetes/issues/102324/comments
14
2021-05-26T08:09:59Z
2021-06-24T10:48:07Z
https://github.com/kubernetes/kubernetes/issues/102324
901,962,607
102,324
[ "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 you que...
Inconsistent timezone shown for the same object
https://api.github.com/repos/kubernetes/kubernetes/issues/102316/comments
13
2021-05-26T07:21:42Z
2021-09-10T10:23:05Z
https://github.com/kubernetes/kubernetes/issues/102316
901,886,513
102,316
[ "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: ``` root@no...
[e2e conformance] k8s.gcr.io/conformance-arm64:v1.19.4 (f2676fc8aea6): The Architecture of v1.19.4 shows amd64
https://api.github.com/repos/kubernetes/kubernetes/issues/102315/comments
17
2021-05-26T07:15:31Z
2021-08-04T09:01:53Z
https://github.com/kubernetes/kubernetes/issues/102315
901,877,333
102,315
[ "kubernetes", "kubernetes" ]
#### What happened: As part of the Kubernetes upgrade workflow we have in place, we are upgrading kubernetes from 1.15.3 -> 1.18.15 (both versions and all versions in the middle are custom patched for different behavior of the `kubelet` and `kubeadm`. None of them having anything to do with kube-proxy's IPVS), and as ...
docs needed: kube-proxy doesn't support live cleanup (kube-proxy leaves behind stale IP Table rules in KUBE-SERVICES for icmp-port-unreachable)
https://api.github.com/repos/kubernetes/kubernetes/issues/102314/comments
9
2021-05-26T07:11:19Z
2021-09-09T00:34:11Z
https://github.com/kubernetes/kubernetes/issues/102314
901,871,492
102,314
[ "kubernetes", "kubernetes" ]
### place one: https://github.com/kubernetes/kubernetes/blob/b496238dd65d86c65183ac7ffa128c5de46705b4/staging/src/k8s.io/apimachinery/pkg/labels/selector.go#L580 meaningfull -> meaningful. ### place two: https://github.com/kubernetes/kubernetes/blob/ebd61572c579476a6537b9002d90c978f24dda4e/staging/src/k8s.io/ap...
Some typo at informationt staging/src/k8s.io/apimachinery/pkg/labels/selector.go
https://api.github.com/repos/kubernetes/kubernetes/issues/102312/comments
6
2021-05-26T06:58:25Z
2021-05-26T23:10:57Z
https://github.com/kubernetes/kubernetes/issues/102312
901,858,249
102,312
[ "kubernetes", "kubernetes" ]
The latest release of CNI plugins is [v0.9.1](https://github.com/containernetworking/plugins/releases/tag/v0.9.1), but we still have [v0.8.7 in the dependencies](https://github.com/kubernetes/kubernetes/blob/master/build/dependencies.yaml#L37). I'll attempt to create a PR for this based on the [last update](https://...
Update CNI plugins
https://api.github.com/repos/kubernetes/kubernetes/issues/102311/comments
3
2021-05-26T06:56:47Z
2021-05-28T17:16:46Z
https://github.com/kubernetes/kubernetes/issues/102311
901,856,726
102,311
[ "kubernetes", "kubernetes" ]
The below CRD is created using kubectl. The CRD contains the openAPIV3Schema spec which has property name as 'y'. <pre> apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: tests.calci.io spec: group: calci.io versions: - name: v1 # it's possible to provide multiple ve...
CRD definition is changing the property name 'y' in openAPIV3Schema spec to True
https://api.github.com/repos/kubernetes/kubernetes/issues/102308/comments
14
2021-05-26T05:58:51Z
2021-10-29T23:53:20Z
https://github.com/kubernetes/kubernetes/issues/102308
901,809,774
102,308
[ "kubernetes", "kubernetes" ]
Scheduler VolumeZone plugin returns error when a PVC or StorageClass is not found. This is not really a scheduler error, and so we should be returning Unschedulable instead of Error. This is important to properly track errors in logs as well as `scheduler_attempts` metric. /sig scheduling /assign /cc @cofyc
Scheduler VolumeZone plugin returns error instead of unschedulable
https://api.github.com/repos/kubernetes/kubernetes/issues/102305/comments
2
2021-05-25T23:01:28Z
2021-06-28T05:09:41Z
https://github.com/kubernetes/kubernetes/issues/102305
901,477,775
102,305
[ "kubernetes", "kubernetes" ]
Currently configuring the scheduler plugins requires explicitly configuring the extension points themselves. For example, consider a custom scheduler configuration that requires enabling `PodTopologySpread`, admins will need to explicitly add it to every extension point as follows: ``` apiVersion: kubescheduler.con...
Scheduler: Simplify Plugin Configuration in ComponentConfig
https://api.github.com/repos/kubernetes/kubernetes/issues/102303/comments
26
2021-05-25T20:58:27Z
2021-11-17T01:44:12Z
https://github.com/kubernetes/kubernetes/issues/102303
901,360,589
102,303
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: - gce-os-master-alpha-features #### Which test(s) are failing: - kubernetes.Up #### Since when has it been failing: 22.05.2021 - [first time test failed](http...
[Failing Test] kubernetes.up e2e-up.sh
https://api.github.com/repos/kubernetes/kubernetes/issues/102300/comments
6
2021-05-25T19:30:07Z
2021-05-26T16:48:34Z
https://github.com/kubernetes/kubernetes/issues/102300
901,261,781
102,300
[ "kubernetes", "kubernetes" ]
#### What happened: I reviewed the current code to see what had been done to generalize request width. I found a few inconsistencies in `apiserver/pkg/util/flowcontrol/fairqueuing/queueset/`. A really simple one is at line https://github.com/kubernetes/apiserver/blob/78f15cef9253969d90e08519943b02c3433c6016/pkg/ut...
Inconsistencies in `queueset.go`
https://api.github.com/repos/kubernetes/kubernetes/issues/102299/comments
9
2021-05-25T19:16:46Z
2021-06-16T00:04:06Z
https://github.com/kubernetes/kubernetes/issues/102299
901,247,377
102,299
[ "kubernetes", "kubernetes" ]
We should fine grained debug statements to ExecWithOptions in the framework exec_util.go class , so that in tests where theres alot of execs where hangs can happen i.e. on windows, we can see where tests are getting clogged up. Mostly i want this for network_policy.go, but i suppose its a generic improvement ``` ...
add ExecWithOptions to exec_util.go for ClientSet Creation
https://api.github.com/repos/kubernetes/kubernetes/issues/102295/comments
6
2021-05-25T15:36:45Z
2021-10-05T18:21:54Z
https://github.com/kubernetes/kubernetes/issues/102295
900,995,515
102,295
[ "kubernetes", "kubernetes" ]
/sig scalability This issue is tracking process of upgrading etcd to 3.5.0 planned for 1.22 K8s release. Etcd has recently released Beta versions https://github.com/etcd-io/etcd/issues/12970 and is starting the process of correctness and performance testing. To reduce change of finding performance regression late...
Update etcd to v3.5.0
https://api.github.com/repos/kubernetes/kubernetes/issues/102294/comments
13
2021-05-25T14:50:20Z
2021-07-07T21:55:32Z
https://github.com/kubernetes/kubernetes/issues/102294
900,919,879
102,294
[ "kubernetes", "kubernetes" ]
#### What happened: The NetPol tests assume that creating a policy that blocks all egress except to UDP port 53 will still allow DNS. This does not work on OCP because while the DNS _Service_ is on `port: 53`, it redirects to `targetPort: 5353` on the DNS _Pods_ (so that the pods don't need to be pointlessly granted t...
NetPol tests arbitrarily enforce the requirement "cluster DNS must be on pod port 53"
https://api.github.com/repos/kubernetes/kubernetes/issues/102286/comments
6
2021-05-25T12:32:45Z
2021-07-20T06:09:32Z
https://github.com/kubernetes/kubernetes/issues/102286
900,746,425
102,286
[ "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 recently up...
Kubelet - Cadvisor Exposes Misleading IO metrics In Cgroup V2
https://api.github.com/repos/kubernetes/kubernetes/issues/102285/comments
11
2021-05-25T11:27:12Z
2021-12-01T18:51:59Z
https://github.com/kubernetes/kubernetes/issues/102285
900,674,511
102,285
[ "kubernetes", "kubernetes" ]
I'm running kubernetes 1.16.9 with a single master and multiple workers. Certificates expired and now I attempted to renew certs. Simply running on master: ``` kubeadm alpha certs renew all reboot ``` didn't do anything, ca was already expired (my bad, non default 10 years validity). So I deleted all pki a...
Renewing certs including CA after expiration causes Unauthorized
https://api.github.com/repos/kubernetes/kubernetes/issues/102283/comments
6
2021-05-25T11:02:15Z
2021-05-25T15:58:41Z
https://github.com/kubernetes/kubernetes/issues/102283
900,646,624
102,283
[ "kubernetes", "kubernetes" ]
https://github.com/kubernetes/kubernetes/blob/894803ab2e2c3c721847313f63f20b87985006e6/staging/src/k8s.io/apimachinery/pkg/labels/selector.go#L218-L262 line_221 -> line_224. It judge the lable is exist firstly, if the lable exist, then get data from map. In fact, we can enhance the method `Get`, make it return th...
[Performance Optimization] staging/src/k8s.io/apimachinery/pkg/labels/selector.go:218 on Matches function
https://api.github.com/repos/kubernetes/kubernetes/issues/102280/comments
7
2021-05-25T10:11:29Z
2021-10-22T21:43:59Z
https://github.com/kubernetes/kubernetes/issues/102280
900,590,184
102,280
[ "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...
additional gate when deleteing namespace
https://api.github.com/repos/kubernetes/kubernetes/issues/102274/comments
6
2021-05-25T06:50:38Z
2021-06-23T17:14:08Z
https://github.com/kubernetes/kubernetes/issues/102274
900,354,757
102,274
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: Provide an interface so that the user can return a preferred pod to scheduler from the un-scheduled pods. #### Why is this needed: Current scheduler plugin provides `Less` function to sort the pods, `heapsort` is used as the algorithm. `heapsort` is fast, while it will not wor...
Support pod selection with custom rules
https://api.github.com/repos/kubernetes/kubernetes/issues/102271/comments
7
2021-05-25T04:03:05Z
2021-09-24T19:53:01Z
https://github.com/kubernetes/kubernetes/issues/102271
900,238,845
102,271
[ "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: Pod stuck in...
Pod stuck in pulling image
https://api.github.com/repos/kubernetes/kubernetes/issues/102263/comments
8
2021-05-24T19:46:04Z
2021-06-25T00:25:33Z
https://github.com/kubernetes/kubernetes/issues/102263
899,953,399
102,263
[ "kubernetes", "kubernetes" ]
#### What happened: I was performing some scalability testing focusing on how secret read latency was affected when watching a large number of secrets (~85K) with many watchers (anywhere from 5K up to ~30K). After I had gathered my data, I stopped my watchers and then saw the memory usage on the master nodes spik...
Kubernetes API server memory usage spikes when stopping a large number of watches
https://api.github.com/repos/kubernetes/kubernetes/issues/102259/comments
28
2021-05-24T17:16:03Z
2024-02-19T03:03:18Z
https://github.com/kubernetes/kubernetes/issues/102259
899,851,537
102,259
[ "kubernetes", "kubernetes" ]
# Progress <code>[6/6]</code> - [X] APISnoop org-flow: [Appsv1DeploymentStatusLifecycleTest.org](https://github.com/apisnoop/ticket-writing/blob/master/Appsv1DeploymentStatusLifecycleTest.org) - [X] Test approval issue: [kubernetes/kubernetes#102258](https://github.com/kubernetes/kubernetes/issues/102258) - ...
Write Patch, Read and Repleace DeploymentStatus test +1
https://api.github.com/repos/kubernetes/kubernetes/issues/102258/comments
3
2021-05-24T17:14:47Z
2021-07-01T20:31:49Z
https://github.com/kubernetes/kubernetes/issues/102258
899,850,737
102,258
[ "kubernetes", "kubernetes" ]
https://github.com/kubernetes/kubernetes/blob/ebd61572c579476a6537b9002d90c978f24dda4e/staging/src/k8s.io/apimachinery/pkg/labels/selector.go#L827-L840 The response is same at line_829 and line_834. The line_834 just inc the position. So add a method which just inc the position to take place of line_834.
The logic in staging/src/k8s.io/apimachinery/pkg/labels/selector.go:831 can be optimize
https://api.github.com/repos/kubernetes/kubernetes/issues/102257/comments
8
2021-05-24T17:10:35Z
2021-10-22T21:43:59Z
https://github.com/kubernetes/kubernetes/issues/102257
899,847,820
102,257
[ "kubernetes", "kubernetes" ]
# Progress <code>[6/6]</code> - [X] APISnoop org-flow: [Appsv1StatefulSetStatusLifecycleTest.org](https://github.com/apisnoop/ticket-writing/blob/master/Appsv1StatefulSetStatusLifecycleTest.org) - [X] Test approval issue: [kubernetes/kubernetes#102255](https://github.com/kubernetes/kubernetes/issues/102255) - ...
Write StatefulSet Patch, Read and Replace Status test +3
https://api.github.com/repos/kubernetes/kubernetes/issues/102255/comments
3
2021-05-24T17:03:04Z
2021-07-01T22:10:28Z
https://github.com/kubernetes/kubernetes/issues/102255
899,842,355
102,255
[ "kubernetes", "kubernetes" ]
#### What happened: The function ``` func LoadFromFile(path string) (*Info, error) { ``` in staging/src/k8s.io/client-go/tools/auth/clientauth.go needs a little debug info... For cross reference https://github.com/kubernetes/kubernetes/pull/98077 ### What you expected to happen If windows probe...
windows concurrent probing needs more debugging in e2e framework
https://api.github.com/repos/kubernetes/kubernetes/issues/102253/comments
6
2021-05-24T16:39:10Z
2021-10-22T17:43:00Z
https://github.com/kubernetes/kubernetes/issues/102253
899,826,752
102,253
[ "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: AWS EBS CSI ...
[sig-storage][csi-translation] Duplicate zone information for in-tree PV
https://api.github.com/repos/kubernetes/kubernetes/issues/102248/comments
13
2021-05-24T11:42:24Z
2021-06-21T14:58:35Z
https://github.com/kubernetes/kubernetes/issues/102248
899,584,147
102,248
[ "kubernetes", "kubernetes" ]
To test json logging in core Kubernetes components, we are rolling out a set of e2e Kind test https://github.com/kubernetes/kubernetes/issues/100748. Running Kind cluster with json tests the components in exact configuration as it will be deployed on cluster, but it has couple of downsides: * Hard to test configuratio...
Create integration tests of k8s.io/component-base/logs library
https://api.github.com/repos/kubernetes/kubernetes/issues/102237/comments
22
2021-05-23T21:46:33Z
2022-09-06T14:40:01Z
https://github.com/kubernetes/kubernetes/issues/102237
899,116,183
102,237
[ "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/ --> Hello, team 👋 #### What happene...
replace klog.Fatal and os.Exit for defer funcs
https://api.github.com/repos/kubernetes/kubernetes/issues/102231/comments
40
2021-05-23T08:23:57Z
2024-12-08T18:18:47Z
https://github.com/kubernetes/kubernetes/issues/102231
898,966,192
102,231
[ "kubernetes", "kubernetes" ]
/sig architecture /wg K8s Infra #### What happened: Kubernetes bring up Container successfully perform StartupProbe properly, a few minutes later I make the POD restart by fail the Liveness Prob. The container goes down and in the next creation of the POD the startupProbe does not run at all, the container star...
startupProbe being ignored after restarting the pod
https://api.github.com/repos/kubernetes/kubernetes/issues/102230/comments
9
2021-05-23T07:40:48Z
2021-06-24T02:31:10Z
https://github.com/kubernetes/kubernetes/issues/102230
898,959,150
102,230
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: pull-kubernetes-unit #### Which test(s) are failing: vendor/k8s.io/kube-aggregator/pkg/apiserver TestProxyCertReload #### Since when has it been failing: May 2...
Failing Test `vendor/k8s.io/kube-aggregator/pkg/apiserver TestProxyCertReload` due to hardcoded certificate expiration
https://api.github.com/repos/kubernetes/kubernetes/issues/102228/comments
3
2021-05-23T00:29:58Z
2021-05-27T20:14:47Z
https://github.com/kubernetes/kubernetes/issues/102228
898,907,115
102,228
[ "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: Consider t...
[kubelet] Log line does not properly print UID
https://api.github.com/repos/kubernetes/kubernetes/issues/102219/comments
3
2021-05-22T00:31:37Z
2021-06-01T17:51:52Z
https://github.com/kubernetes/kubernetes/issues/102219
898,676,600
102,219
[ "kubernetes", "kubernetes" ]
Need to update debian-base for this vuln: https://security-tracker.debian.org/tracker/CVE-2021-3520. AIUI the "buster" naming scheme is the most modern and v.1.6.0 is the latest version: ``` gcloud container images list-tags k8s.gcr.io/build-image/debian-base | grep buster 1c81250e8dc1 buster-v1.6.0 1...
Update lz4 in debian-base:buster-v1.6.0 (latest) to patch CVE-2021-3520
https://api.github.com/repos/kubernetes/kubernetes/issues/102215/comments
14
2021-05-21T19:16:02Z
2021-05-27T20:57:25Z
https://github.com/kubernetes/kubernetes/issues/102215
898,353,635
102,215
[ "kubernetes", "kubernetes" ]
--all-namespaces does not work with `kubectl describe pods --all-namespaces some-pod-name` ```error: a resource cannot be retrieved by name across all namespaces``` #### Expected Flag --all-namespaces is works #### Known workaround `kubectl describe pods --namespace=pod-namespace some-pod-name` Similar i...
--all-namespaces does not work with kubectl describe pods
https://api.github.com/repos/kubernetes/kubernetes/issues/102214/comments
6
2021-05-21T18:57:43Z
2021-06-23T16:55:07Z
https://github.com/kubernetes/kubernetes/issues/102214
898,330,340
102,214
[ "kubernetes", "kubernetes" ]
Currently if the user sets a plugin configuration, parsing and defaulting for unset parameters for a plugin config is properly handled during [conversion](https://github.com/kubernetes/kubernetes/blob/fed3a4520d99a2d99fd4ed0f7edf1ac79e7253e7/pkg/scheduler/apis/config/v1beta1/conversion.go#L162). However, in the case...
Move scheduler plugin defaulting to ComponentConfig defaulting logic
https://api.github.com/repos/kubernetes/kubernetes/issues/102211/comments
5
2021-05-21T17:30:21Z
2021-08-23T02:20:41Z
https://github.com/kubernetes/kubernetes/issues/102211
898,270,873
102,211
[ "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. I used `kub...
ping6 service-name and ping6 node-ip do not work for dual-stack IPv6 address
https://api.github.com/repos/kubernetes/kubernetes/issues/102210/comments
15
2021-05-21T13:44:17Z
2021-05-24T04:58:32Z
https://github.com/kubernetes/kubernetes/issues/102210
898,058,137
102,210
[ "kubernetes", "kubernetes" ]
Hi all, As shown below, the status of all components of k8s is between pending and running ![image](https://user-images.githubusercontent.com/30764902/119131069-96405e80-ba6b-11eb-8e52-d0c7edf26fff.png) ![image](https://user-images.githubusercontent.com/30764902/119131102-a0faf380-ba6b-11eb-847f-5d6a2b40a196....
all components of k8s are repeatedly deleted and created
https://api.github.com/repos/kubernetes/kubernetes/issues/102208/comments
11
2021-05-21T11:44:15Z
2021-06-24T08:21:35Z
https://github.com/kubernetes/kubernetes/issues/102208
897,966,198
102,208
[ "kubernetes", "kubernetes" ]
#### What happened: There are a number of CVEs reported against the GoLang version (go1.13.15) that is used by Kubernetes v1.18.19 and I cannot see evidence in the issues list / release notes that the fixes have been applied or whether the GoLang version has been updated (the fixes are in go1.15.9). I also cannot f...
CVEs remain in kubectl v1.18.19 + v1.19.11
https://api.github.com/repos/kubernetes/kubernetes/issues/102203/comments
4
2021-05-21T08:12:58Z
2021-05-21T18:37:18Z
https://github.com/kubernetes/kubernetes/issues/102203
897,802,809
102,203
[ "kubernetes", "kubernetes" ]
Rolling upgrade done using kops 1.18 aborted Other nodes are still in version 1.15.12 and working Some master nodes have upgraded to 1.16.15 Node does not get to ready mode! ?? kubectl describe node ip-172-20-60-239.ec2.internal has the following status ``` Conditions: Type Status La...
Kubernetes upgrade from 1.15.12 -> 1.16.15 failed using kops
https://api.github.com/repos/kubernetes/kubernetes/issues/102199/comments
3
2021-05-21T05:41:07Z
2021-05-21T07:49:04Z
https://github.com/kubernetes/kubernetes/issues/102199
897,697,140
102,199
[ "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. deploy a ...
kubernetes service SCTP couldn't support SCTP restart
https://api.github.com/repos/kubernetes/kubernetes/issues/102198/comments
9
2021-05-21T02:52:18Z
2021-07-22T20:47:23Z
https://github.com/kubernetes/kubernetes/issues/102198
897,628,326
102,198
[ "kubernetes", "kubernetes" ]
### Failure cluster [ea6679417165f10786e6](https://go.k8s.io/triage#ea6679417165f10786e6) ##### Error text: ``` error during ./hack/e2e-internal/e2e-up.sh: exit status 1 ``` #### Recent failures: [5/20/2021, 5:30:16 AM pr:pull-kubernetes-e2e-gce-alpha-features](https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-...
[Failing test] pull-kubernetes-e2e-gce-alpha-features failing e2e-up
https://api.github.com/repos/kubernetes/kubernetes/issues/102194/comments
7
2021-05-20T22:59:07Z
2021-06-24T07:33:46Z
https://github.com/kubernetes/kubernetes/issues/102194
897,532,099
102,194
[ "kubernetes", "kubernetes" ]
#### What happened: Based on the explanation in [2403-pod-resources-allocatable-resources](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/2403-pod-resources-allocatable-resources/README.md), it appears that getAllocatable() endpoint can be queried periodically to evaluate the available resources ...
PodResource API: Clarify the behavior of GetAllocatableResources() endpoint
https://api.github.com/repos/kubernetes/kubernetes/issues/102191/comments
10
2021-05-20T21:55:21Z
2021-12-21T19:39:43Z
https://github.com/kubernetes/kubernetes/issues/102191
897,496,836
102,191
[ "kubernetes", "kubernetes" ]
Guaranteed pods with non integral request (request=limit) obtain CPUs from the shared pool and from the Pod resource API there is no way to determine exactly what forms shared pool. From the client point of view, a podresource (corresponding to a pod running on a node) could belong to a shared pool or be exclusivel...
PodResource API: Inability to account for available CPUs as guaranteed pods can belong to shared pool
https://api.github.com/repos/kubernetes/kubernetes/issues/102190/comments
10
2021-05-20T21:35:32Z
2021-10-15T09:24:52Z
https://github.com/kubernetes/kubernetes/issues/102190
897,483,411
102,190
[ "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: Spotted duri...
Source for Namespace API reference omits details of .status.phase
https://api.github.com/repos/kubernetes/kubernetes/issues/102180/comments
6
2021-05-20T15:14:37Z
2021-10-20T19:23:43Z
https://github.com/kubernetes/kubernetes/issues/102180
896,964,431
102,180
[ "kubernetes", "kubernetes" ]
For default pod spreading, for each pod we compute a selector that defines the set of pods that the incoming pod should be spread against. This is done by listing all Services, ReplicaSets, Deployments in the namespace and testing which ones with a selector that matches the pod labels. This is very expensive at scal...
Optimize calculating the DefaultSelector in the scheduler
https://api.github.com/repos/kubernetes/kubernetes/issues/102179/comments
12
2021-05-20T15:03:38Z
2021-05-26T02:39:28Z
https://github.com/kubernetes/kubernetes/issues/102179
896,950,532
102,179
[ "kubernetes", "kubernetes" ]
I am tring to get log from a cronjob pod using this command ` kubectl logs pod_name ` But i am seeing this error: ` failed to try resolving symlinks in path "/var/log/pods/default_kubernetes-1621505400-jwt8r_09be41c0-af2f-4e74-b2a6-fdb44525be14/kubernetes-api/0.log": lstat /var/log/pods/default_kubernetes-api...
Failed to try resolving symlinks when i do kubectl logs
https://api.github.com/repos/kubernetes/kubernetes/issues/102170/comments
12
2021-05-20T10:18:22Z
2023-01-12T15:35:39Z
https://github.com/kubernetes/kubernetes/issues/102170
896,599,633
102,170
[ "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: See the disc...
Move volume as a default resource for node resource plugins.
https://api.github.com/repos/kubernetes/kubernetes/issues/102166/comments
7
2021-05-20T06:36:41Z
2021-06-23T05:57:44Z
https://github.com/kubernetes/kubernetes/issues/102166
896,346,638
102,166
[ "kubernetes", "kubernetes" ]
We get the following error msg at the time of executing `kubect get pod` command. Error: ``` Error from server (Expired): The resourceVersion for the provided list is too old.\n ``` Here are the details of k8s version: - Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.4", GitCommit:"...
The resourceVersion for the provided list is too old
https://api.github.com/repos/kubernetes/kubernetes/issues/102160/comments
23
2021-05-20T01:23:10Z
2025-01-07T21:10:29Z
https://github.com/kubernetes/kubernetes/issues/102160
896,160,104
102,160
[ "kubernetes", "kubernetes" ]
In https://github.com/kubernetes/kubernetes/pull/101946#discussion_r634645359, we found that if extended resources are specified in scheduler plugin args, it's actually not properly scored on a heterogeneous cluster - i.e., machines may have or not have that extended resource. This problem exists in plugins `LeastAlloc...
sched: revisit preference algorithm of extended resources in heterogeneous env
https://api.github.com/repos/kubernetes/kubernetes/issues/102154/comments
13
2021-05-19T19:27:56Z
2021-06-26T11:21:23Z
https://github.com/kubernetes/kubernetes/issues/102154
895,803,895
102,154
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: 1. Remove [AlgorithmProvider](https://github.com/kubernetes/kubernetes/blob/8c0d06aad87047235beafd14546ff8418499b17e/cmd/kube-scheduler/app/options/deprecated.go#L50) flag. This flag was marked as deprecated since v1.17, we can remove it now. 2. Remove the [algorithmprovider]...
Deprecate AlgorithmProvider flag and algorithmProvider scheduler pkg
https://api.github.com/repos/kubernetes/kubernetes/issues/102151/comments
6
2021-05-19T18:24:47Z
2021-05-27T07:54:23Z
https://github.com/kubernetes/kubernetes/issues/102151
895,750,258
102,151
[ "kubernetes", "kubernetes" ]
In master we continue to see instances of short running pods failing to terminate quickly, due to races between sources of truth. https://github.com/kubernetes/kubernetes/pull/102025#issuecomment-843622820 stops e2e tests from "cheating" and bypassing kubelet shutdown, and as a result some tests fail predictably (ga...
Short running pods take very long to teardown
https://api.github.com/repos/kubernetes/kubernetes/issues/102149/comments
8
2021-05-19T18:01:28Z
2021-12-01T18:53:06Z
https://github.com/kubernetes/kubernetes/issues/102149
895,730,361
102,149
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: https://testgrid.k8s.io/sig-node-kubelet#node-kubelet-serial #### Which test(s) are failing: Impossible to say, the lane is failing because of the global timeout...
The whole node-kubelet-serial job is failing because of global timeout
https://api.github.com/repos/kubernetes/kubernetes/issues/102148/comments
41
2021-05-19T17:24:03Z
2022-01-20T19:03:47Z
https://github.com/kubernetes/kubernetes/issues/102148
895,699,025
102,148
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: kubernetes...
kubernetes-cli 1.21.1 does not build on apple arm
https://api.github.com/repos/kubernetes/kubernetes/issues/102146/comments
5
2021-05-19T17:00:51Z
2021-06-23T09:15:41Z
https://github.com/kubernetes/kubernetes/issues/102146
895,678,534
102,146
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: Add a file to track dependencies we want to remove or avoid picking back up. Examples: * github.com/go-kit/kit * k8s.io/klog (as opposed to k8s.io/klog/v2) * github.com/go-openapi/{analysis,spec,strfmt,validate} * http://github.com/influxdata/influxdb1-client * go.mongodb.o...
Track unwanted dependencies, add ratcheting presubmit
https://api.github.com/repos/kubernetes/kubernetes/issues/102145/comments
4
2021-05-19T16:59:52Z
2021-09-20T17:18:11Z
https://github.com/kubernetes/kubernetes/issues/102145
895,677,720
102,145
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: After I inpu...
Failed while requesting a signed certificate from the master:
https://api.github.com/repos/kubernetes/kubernetes/issues/102142/comments
5
2021-05-19T14:28:09Z
2021-05-20T01:24:20Z
https://github.com/kubernetes/kubernetes/issues/102142
895,517,638
102,142
[ "kubernetes", "kubernetes" ]
#### What happened: whenever i check logs of any pod from my master server `kubectl logs -f crm-dev-rapi-894c8fb99-9fdks` i get this issue. `Error from server: Get "https://192.168.1.109:10250/containerLogs/default/crm-dev-rapi-894c8fb99-9fdks/crm-dev-rapi?follow=true": dial tcp 192.168.1.109:10250: i/o timeout`...
Can't see the logs of pod
https://api.github.com/repos/kubernetes/kubernetes/issues/102141/comments
5
2021-05-19T14:27:31Z
2021-05-20T20:37:36Z
https://github.com/kubernetes/kubernetes/issues/102141
895,516,849
102,141
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: After I inpu...
Failed while requesting a signed certificate from the master:
https://api.github.com/repos/kubernetes/kubernetes/issues/102140/comments
5
2021-05-19T14:27:27Z
2021-05-20T20:44:40Z
https://github.com/kubernetes/kubernetes/issues/102140
895,516,746
102,140
[ "kubernetes", "kubernetes" ]
Hi, i have created my deployments and when i try to look at logs of any pod i'm getting this issue `Error from server: Get "https://192.168.1.109:10250/containerLogs/default/crm-dev-fe-55b9cd7c86-zlzkd/crm-dev-fe?follow=true": dial tcp 192.168.1.109:10250: i/o timeout` when i run `kubectl get pods -o wide` i can ...
Can't Get The Logs i/o timeout
https://api.github.com/repos/kubernetes/kubernetes/issues/102139/comments
4
2021-05-19T14:19:50Z
2021-05-20T20:40:23Z
https://github.com/kubernetes/kubernetes/issues/102139
895,508,046
102,139
[ "kubernetes", "kubernetes" ]
#### What happened: From v1.19, the scheduler use `PodTopologySpread` plugin to do default spreading, with the following constraints, and the original `SelectorSpread` is disabled by default. ```yaml - whenUnsatisfiable: ScheduleAnyway topologyKey: kubernetes.io/hostname maxSkew: 3 - whenUnsatisfiable...
"scheduler: non-compatible change in default topology spread constraints"
https://api.github.com/repos/kubernetes/kubernetes/issues/102136/comments
24
2021-05-19T12:57:17Z
2021-12-23T17:56:08Z
https://github.com/kubernetes/kubernetes/issues/102136
895,413,840
102,136
[ "kubernetes", "kubernetes" ]
#### What happened: A pod with memory request of 50E scheduled on a 8GB node! - I believe this number caused some overflow or something in `kube-scheduler`. The scheduler passes the pod and this problem spreads afterwards. - I'm not aware of the severity of issue but I can imagine scenarios that this could cause da...
Wrong scheduler behaviour when setting high memory_request like 50E
https://api.github.com/repos/kubernetes/kubernetes/issues/102134/comments
9
2021-05-19T12:28:08Z
2021-10-19T08:03:51Z
https://github.com/kubernetes/kubernetes/issues/102134
895,383,516
102,134
[ "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...
Properly sore the node when pod doesn't request but node has
https://api.github.com/repos/kubernetes/kubernetes/issues/102132/comments
3
2021-05-19T10:34:45Z
2021-05-20T03:12:53Z
https://github.com/kubernetes/kubernetes/issues/102132
895,276,188
102,132
[ "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 using r...
Rbd device become chaos in some of k8s minion nodes
https://api.github.com/repos/kubernetes/kubernetes/issues/102130/comments
11
2021-05-19T09:59:02Z
2021-10-24T20:02:02Z
https://github.com/kubernetes/kubernetes/issues/102130
895,241,238
102,130
[ "kubernetes", "kubernetes" ]
The second unsolicited packet sent by POD is not forwarded in accordance with Conntrack #### What happened: k8s env: - service type: loadbalancer (coodinate with metalLB in layer 3:BGP) - service attribute: externalTrafficPolicy : local (To get the real source ip of client) - pod num: only one for this service...
The second unsolicited packet sent by POD is not forwarded in accordance with Conntrack
https://api.github.com/repos/kubernetes/kubernetes/issues/102128/comments
13
2021-05-19T09:44:59Z
2021-06-10T21:24:28Z
https://github.com/kubernetes/kubernetes/issues/102128
895,227,233
102,128
[ "kubernetes", "kubernetes" ]
Hello, We have a use case where we have a limited set of pods/namespaces for which egress should be blocked and there is an unknown number of pods/namespaces/external endpoints to which it should be allowed. This feature is provided by calico and is pretty useful (https://docs.projectcalico.org/archive/v3.19/secu...
NetworkPolicy: Support deny action
https://api.github.com/repos/kubernetes/kubernetes/issues/102127/comments
9
2021-05-19T09:39:04Z
2021-09-08T23:50:55Z
https://github.com/kubernetes/kubernetes/issues/102127
895,221,504
102,127
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: ``` When I ...
How to forcibly delete resources in MutatingWebhook
https://api.github.com/repos/kubernetes/kubernetes/issues/102120/comments
4
2021-05-19T03:31:09Z
2021-05-19T17:40:09Z
https://github.com/kubernetes/kubernetes/issues/102120
894,954,374
102,120
[ "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: https://storage.googleapis.com/k8s-gubernator/triage/index.html?pr=1&text=DATA%20RACE&test=TestAttacherMountDeviceWithInline - ci-...
[Flaky] k8s.io/kubernetes/pkg/volume/csi TestAttacherMountDeviceWithInline
https://api.github.com/repos/kubernetes/kubernetes/issues/102116/comments
4
2021-05-19T02:42:01Z
2021-05-20T02:47:04Z
https://github.com/kubernetes/kubernetes/issues/102116
894,933,927
102,116
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: https://testgrid.k8s.io/sig-windows-master-release#aks-engine-windows-dockershim-serial-slow-master #### Which test(s) are failing: Kubernetes e2e suite.[sig-api-m...
[sig-windows] Kubernetes e2e suite.[sig-autoscaling] [Feature:HPA] Horizontal pod autoscaling (scale resource: CPU) [Serial] [Slow] ReplicationController Should scale from 5 pods to 3 pods and from 3 to 1 and verify decision stabilityChanges
https://api.github.com/repos/kubernetes/kubernetes/issues/102114/comments
3
2021-05-19T00:31:40Z
2021-06-07T21:52:05Z
https://github.com/kubernetes/kubernetes/issues/102114
894,884,240
102,114
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: https://testgrid.k8s.io/sig-windows-master-release#aks-engine-windows-containerd-serial-slow-master https://testgrid.k8s.io/sig-windows-master-release#aks-engine-wind...
[sig-windows] [Feature:Windows] GMSA Full [Serial] [Slow] GMSA support works end to endChanges
https://api.github.com/repos/kubernetes/kubernetes/issues/102113/comments
1
2021-05-19T00:27:54Z
2021-06-08T18:06:30Z
https://github.com/kubernetes/kubernetes/issues/102113
894,882,773
102,113
[ "kubernetes", "kubernetes" ]
#### What would you like to be added: Expose totalAnnotationSizeLimitB in the validation package: https://github.com/kubernetes/kubernetes/blob/c24f2f8225be0aaf6f7f4743d7fc283040cfbf0d/staging/src/k8s.io/apimachinery/pkg/api/validation/objectmeta.go#L36 #### Why is this needed: This value is useful for vali...
Make validation.totalAnnotationSizeLimitB public
https://api.github.com/repos/kubernetes/kubernetes/issues/102110/comments
2
2021-05-18T20:59:57Z
2021-05-26T00:03:20Z
https://github.com/kubernetes/kubernetes/issues/102110
894,780,591
102,110
[ "kubernetes", "kubernetes" ]
#### Issue Details A security issue was discovered in Kubernetes where a user may be able to redirect pod traffic to private networks on a Node. Kubernetes already prevents creation of Endpoint IPs in the localhost or link-local range, but the same validation was not performed on EndpointSlice IPs. This issue has be...
CVE-2021-25737: Holes in EndpointSlice Validation Enable Host Network Hijack
https://api.github.com/repos/kubernetes/kubernetes/issues/102106/comments
4
2021-05-18T19:14:27Z
2022-04-19T20:52:27Z
https://github.com/kubernetes/kubernetes/issues/102106
894,695,650
102,106
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> #### What happened: After switch...
[sig-cli] Kubectl get pods takes a long time after context switch
https://api.github.com/repos/kubernetes/kubernetes/issues/102104/comments
4
2021-05-18T19:08:02Z
2021-06-24T04:52:28Z
https://github.com/kubernetes/kubernetes/issues/102104
894,690,957
102,104
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: gce-master-scale-correctness #### Which test(s) are failing: Loadbalancing: L7 [Slow] Nginx should conform to Ingress spec #### Since when has it been failing: ...
[Test Failing] "Loadbalancing: L7 [Slow] Nginx should conform to Ingress spec" in gce-master-scale-correctness
https://api.github.com/repos/kubernetes/kubernetes/issues/102102/comments
5
2021-05-18T17:01:55Z
2021-05-21T10:00:22Z
https://github.com/kubernetes/kubernetes/issues/102102
894,593,374
102,102
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: ci-kubernetes-e2e-ubuntu-gce (gce-ubuntu-master-default) #### Which test(s) are failing: AfterSuite #### Since when has it been failing: Unknown, at least May ...
[Failing Test] ci-kubernetes-e2e-ubuntu-gce CSI volumes AfterSuite failing
https://api.github.com/repos/kubernetes/kubernetes/issues/102101/comments
14
2021-05-18T16:37:15Z
2021-12-11T07:24:44Z
https://github.com/kubernetes/kubernetes/issues/102101
894,573,585
102,101
[ "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: https://testgrid.k8s.io/sig-windows-signal#aks-engine-windows-containerd-master #### Which test(s) are flaking: Kubernetes e2...
Kubernetes e2e suite.[sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/102100/comments
8
2021-05-18T16:28:58Z
2022-01-10T18:06:44Z
https://github.com/kubernetes/kubernetes/issues/102100
894,566,971
102,100
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: ci-kubernetes-e2e-gci-gce-serial (gce-cos-master-serial) #### Which test(s) are failing: CSI Volumes [Driver: pd.csi.storage.gke.io][Serial] tests #### Since wh...
[Failing Test] [sig-storage] CSI Volumes [Driver: pd.csi.storage.gke.io][Serial] tests - pod not running
https://api.github.com/repos/kubernetes/kubernetes/issues/102099/comments
3
2021-05-18T16:16:16Z
2021-05-18T16:44:31Z
https://github.com/kubernetes/kubernetes/issues/102099
894,556,342
102,099
[ "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: _Context:_...
Garbage collect VolumeAttachments of migrated in-tree volumes
https://api.github.com/repos/kubernetes/kubernetes/issues/102097/comments
7
2021-05-18T15:24:56Z
2021-05-28T17:16:38Z
https://github.com/kubernetes/kubernetes/issues/102097
894,503,873
102,097
[ "kubernetes", "kubernetes" ]
I believe that tests in test/e2e/autoscaling/dns_autoscaling.go should belong to sig-networking, e.g.: `[sig-autoscaling] DNS horizontal autoscaling kube-dns-autoscaler should scale kube-dns pods in both nonfaulty and faulty scenarios` /assign @prameshj /cc @wojtek-t /sig networking /sig autoscaling
E2E kube-dns-autoscaler tests should belong to sig-networking, not sig-autoscaling
https://api.github.com/repos/kubernetes/kubernetes/issues/102096/comments
7
2021-05-18T14:25:52Z
2021-06-10T12:53:13Z
https://github.com/kubernetes/kubernetes/issues/102096
894,444,275
102,096
[ "kubernetes", "kubernetes" ]
hi , I installed the cluster in my ubuntu Server and it was working perfect , then suddenly my server crashd and I have to restart it , after reboot the machine , I get this error `The connection to the server 10.50.1.11:6443 was refused - did you specify the right host or port?` when I run journalctl -x command to...
can not start kubernetes after restart server
https://api.github.com/repos/kubernetes/kubernetes/issues/102095/comments
16
2021-05-18T13:27:47Z
2021-05-25T16:00:49Z
https://github.com/kubernetes/kubernetes/issues/102095
894,381,996
102,095
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: All crio node conformance jobs which use cgroup v1 such as, [Node Conformance Periodics](https://prow.k8s.io/?job=*ci-crio-cgroupv1-node-e2e-conformance*) [Node Con...
crio cgroup v1 node conformance test failing after runc update
https://api.github.com/repos/kubernetes/kubernetes/issues/102092/comments
8
2021-05-18T10:37:33Z
2021-05-19T07:35:23Z
https://github.com/kubernetes/kubernetes/issues/102092
894,235,903
102,092
[ "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: `make rel...
[1.19, 1.20] make release fails due to k8s.gcr.io/build-image/debian-iptables for wrong platform
https://api.github.com/repos/kubernetes/kubernetes/issues/102087/comments
9
2021-05-18T09:09:46Z
2021-05-31T09:15:20Z
https://github.com/kubernetes/kubernetes/issues/102087
894,157,171
102,087
[ "kubernetes", "kubernetes" ]
Hi This is the failure: Summarizing 1 Failure: [Fail] [sig-network] Service endpoints latency [It] should not be very high [Conformance] /workspace/anago-v1.18.3-beta.0.58+d6e40f410ca91c/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service_latency.go:129 latency is good w...
Losing allocated IPs during conformance (was Service endpoints latency should not be very high)
https://api.github.com/repos/kubernetes/kubernetes/issues/102085/comments
25
2021-05-18T07:13:47Z
2021-08-07T06:52:42Z
https://github.com/kubernetes/kubernetes/issues/102085
894,054,443
102,085
[ "kubernetes", "kubernetes" ]
Now kubeconfig has supported to set http-proxy. There could be potential scenarios where certain clusters require the usage of an HTTPs proxy to be accessible for safety. It would be useful to have https-proxy's certification as a per cluster setting on the kube config so that it is easy to talk to clusters that requir...
add https-proxy's certification setting to kubeconfig
https://api.github.com/repos/kubernetes/kubernetes/issues/102079/comments
9
2021-05-18T01:08:40Z
2021-10-15T10:24:10Z
https://github.com/kubernetes/kubernetes/issues/102079
893,835,826
102,079
[ "kubernetes", "kubernetes" ]
The etcd community is evaluating the introduction of namespace quota management within etcd. It addresses storage isolation and multi tenancy among other things. Proposal: https://docs.google.com/document/d/1POdNdFBgpcGqLwurZjy8qQki6beOoVIcElTqHy4DnnA/edit?usp=sharing Relevant etcd issue: https://github.com/etcd-io...
etcd changes: namespace quota management
https://api.github.com/repos/kubernetes/kubernetes/issues/102078/comments
13
2021-05-18T00:16:51Z
2021-11-18T18:55:24Z
https://github.com/kubernetes/kubernetes/issues/102078
893,814,243
102,078
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: ci-kubernetes-e2e-gci-gce-serial #### Which test(s) are failing: All gce pd csi tests #### Since when has it been failing: 5/14 #### Testgrid link: https:/...
e2e failures: all pdcsi tests
https://api.github.com/repos/kubernetes/kubernetes/issues/102077/comments
9
2021-05-17T20:16:05Z
2021-06-02T16:25:15Z
https://github.com/kubernetes/kubernetes/issues/102077
893,680,170
102,077
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> #### Which jobs are failing: ci-kubernetes-e2e-gci-gce-slow #### Which test(s) are failing: [sig-storage] Dynamic Provisioning DynamicProvisioner [Slow] should provision storage with differen...
e2e failure: [sig-storage] Dynamic Provisioning DynamicProvisioner [Slow] should provision storage with different parameters
https://api.github.com/repos/kubernetes/kubernetes/issues/102076/comments
10
2021-05-17T20:08:51Z
2021-05-19T06:33:21Z
https://github.com/kubernetes/kubernetes/issues/102076
893,675,087
102,076
[ "kubernetes", "kubernetes" ]
#### What happened: Numerous sig-storage tests hardcode the registry/image for tests, meaning they can't be overridden by custom values and therefore can't pass in an airgap setting. #### What you expected to happen: It should make use of templates and checking the registry/image location at runtime. #### Anyth...
Hardcoded test images prevent passing in airgap environment
https://api.github.com/repos/kubernetes/kubernetes/issues/102075/comments
11
2021-05-17T19:28:44Z
2021-11-01T10:16:25Z
https://github.com/kubernetes/kubernetes/issues/102075
893,643,069
102,075
[ "kubernetes", "kubernetes" ]
K8S 1.21 : Kubelet fails to start when setting memory-manager-policy as "static" or "none". ``` May 17 11:53:07 my-node kubelet: E0517 11:53:07.195378 3261 container_manager_linux.go:358] "Failed to initialize memory manager" err="unknown policy: \"static\"" May 17 11:53:07 my-node kubelet: E0517 11:53:07.195440...
K8S 1.21 : Kubelet fails to start when setting memory-manager-policy as "static" or "none" in kubelet arguments
https://api.github.com/repos/kubernetes/kubernetes/issues/102073/comments
15
2021-05-17T18:52:46Z
2021-06-17T00:54:13Z
https://github.com/kubernetes/kubernetes/issues/102073
893,606,198
102,073
[ "kubernetes", "kubernetes" ]
#### What happened: for the windows test ``` should have stable networking for Linux and Windows pods ``` Im seeing ``` Warning Failed 20s (x2 over 40s) kubelet Failed to pull image "docker.io/library/nginx:1.15-alpine": rpc error: code = Unknown desc = failed to pull and unpack image "dock...
replace docker.io from hybrid network tests
https://api.github.com/repos/kubernetes/kubernetes/issues/102058/comments
4
2021-05-17T13:13:22Z
2021-05-17T14:20:23Z
https://github.com/kubernetes/kubernetes/issues/102058
893,319,862
102,058