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? While making decoding paths consistent for strict and non-strict server-side decoding, we ran into an inconsistency between different parts of the decoding stack. When submitting an unstructured request for a custom resource, both apiVersion and kind are required in the request. When unmarshal...
unstructuredJSONScheme#Decode is inconsistent about requiring Kind but not APIVersion
https://api.github.com/repos/kubernetes/kubernetes/issues/109023/comments
5
2022-03-25T15:54:10Z
2024-04-11T16:45:38Z
https://github.com/kubernetes/kubernetes/issues/109023
1,180,961,376
109,023
[ "kubernetes", "kubernetes" ]
### What happened? Ran ``` go test ./test/integration/apiserver/admissionwebhook -v -run TestWebhookAdmissionWithWatchCache ``` ### What did you expect to happen? tests run without TLS errors ### How can we reproduce it (as minimally and precisely as possible)? Run integration tests ### Anything else we need t...
integration tests log many "http: TLS handshake error from 127.0.0.1:55336: EOF" errors
https://api.github.com/repos/kubernetes/kubernetes/issues/109022/comments
21
2022-03-25T15:15:27Z
2024-03-22T03:20:05Z
https://github.com/kubernetes/kubernetes/issues/109022
1,180,919,456
109,022
[ "kubernetes", "kubernetes" ]
### What happened? `Do` and `Watch` in client-go retry on transient network error, these errors include: - EOF error - timeout error Watch: https://github.com/kubernetes/kubernetes/blob/e7845861a5284ae9eb60268dc8e79e7ce4b34362/staging/src/k8s.io/client-go/rest/request.go#L610-L612 Do and DoRaw: https://githu...
client-go: Stream does not retry on transient network failure
https://api.github.com/repos/kubernetes/kubernetes/issues/109021/comments
11
2022-03-25T14:50:01Z
2022-08-28T19:12:36Z
https://github.com/kubernetes/kubernetes/issues/109021
1,180,889,473
109,021
[ "kubernetes", "kubernetes" ]
[MaybeDefaultWithSelfSignedCerts function](https://github.com/kubernetes/apiserver/blob/master/pkg/server/options/serving.go) ``` func (s *SecureServingOptions) MaybeDefaultWithSelfSignedCerts(publicAddress string, alternateDNS []string, alternateIPs []net.IP) error { if s == nil || (s.BindPort == 0 && s.Listener...
When complete set default ServerRunOptions,the logic for generating the self-signature can optimize
https://api.github.com/repos/kubernetes/kubernetes/issues/110347/comments
9
2022-03-25T08:43:27Z
2022-10-17T16:33:41Z
https://github.com/kubernetes/kubernetes/issues/110347
1,258,119,735
110,347
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? capz-windows-containerd-master ### Which tests are failing? Kubernetes e2e suite.BeforeSuite ### Since when has it been failing? 2022-03-20 21:01 IST ### Testgrid link https://testgrid.k8s.io/sig-release-master-informing#capz-windows-containerd-master ### Reason for failure (if possi...
[Failing test] capz-windows-containerd-master
https://api.github.com/repos/kubernetes/kubernetes/issues/109003/comments
4
2022-03-25T02:33:19Z
2022-03-28T15:40:22Z
https://github.com/kubernetes/kubernetes/issues/109003
1,180,271,553
109,003
[ "kubernetes", "kubernetes" ]
The changelog for 1.21.9 .. 1.21.10 says: https://github.com/kubernetes/kubernetes/blob/11b3a18cca745485e1033be8d62a1d0cde5a1d1d/CHANGELOG/CHANGELOG-1.21.md#L493-L494 But, 1.21.10 is *not* built with Golang 1.16.13. It is only built with Golang 1.16.14. I understand that at some intermediate point before 1.21.10...
Changelog for 1.21.10 is misleading
https://api.github.com/repos/kubernetes/kubernetes/issues/108993/comments
10
2022-03-24T21:53:12Z
2022-11-23T14:01:13Z
https://github.com/kubernetes/kubernetes/issues/108993
1,180,092,145
108,993
[ "kubernetes", "kubernetes" ]
### What happened? See discussion in https://github.com/kubernetes/kubernetes/issues/104531#issuecomment-982763592 Graceful node shutdown currently places pods into terminal phase upon shutdown. As discussed in https://github.com/kubernetes/kubernetes/issues/104531#issuecomment-982763592 and https://github.com/ku...
Add kubelet configuration option to graceful shutdown to toggle if pods are put into terminal phase
https://api.github.com/repos/kubernetes/kubernetes/issues/108991/comments
7
2022-03-24T20:12:40Z
2022-08-23T01:21:22Z
https://github.com/kubernetes/kubernetes/issues/108991
1,180,005,005
108,991
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? * Conformance - GCE - master - kubetest2 ### Which tests are failing? * ci-kubernetes-gce-conformance-latest-kubetest2.Overall ### Since when has it been failing? History goes back to 2022-03-23 ### Testgrid link https://testgrid.k8s.io/sig-release-master-blocking#Confor...
[Failing test] Conformance-GCE-master-kubetest2, go get not supported
https://api.github.com/repos/kubernetes/kubernetes/issues/108989/comments
7
2022-03-24T18:36:28Z
2022-03-26T11:54:19Z
https://github.com/kubernetes/kubernetes/issues/108989
1,179,900,253
108,989
[ "kubernetes", "kubernetes" ]
### What happened? When workloads are created, we are not updating the corresponding CQ status. ### What did you expect to happen? The status to be up to date ### How can we reproduce it (as minimally and precisely as possible)? Repro: https://github.com/alculquicondor/kueue/commit/1ae8618cb687956bcc6fc361ea839490...
Pending workloads not updated in ClusterQueue status at creation
https://api.github.com/repos/kubernetes/kubernetes/issues/108985/comments
4
2022-03-24T15:40:46Z
2022-03-24T15:41:45Z
https://github.com/kubernetes/kubernetes/issues/108985
1,179,694,410
108,985
[ "kubernetes", "kubernetes" ]
### What happened? Found when playing around the tolerations and taints. You can still update the `tolerationSeconds` for a pod after a taint with effect `NoExecute` is added to the node , and if you describe the pod, it shows the updated `tolerationSeconds` in Tolerations, but it actually has no effect. The pod stil...
Update to tolerationSeconds doesn't work after tainting node
https://api.github.com/repos/kubernetes/kubernetes/issues/108982/comments
15
2022-03-24T14:52:11Z
2023-12-17T06:30:44Z
https://github.com/kubernetes/kubernetes/issues/108982
1,179,629,892
108,982
[ "kubernetes", "kubernetes" ]
### What happened? This test fails on Kubernetes cluster in "westus" region (without any number) and with CSI migration enabled: `[sig-storage] In-tree Volumes [Driver: azure-disk] [Testpattern: Dynamic PV (delayed binding)] topology should provision a volume and schedule a pod with AllowedTopologies` Error: ...
AzureDisk in-tree tests don't work with CSI migration & single-zone Azure regions
https://api.github.com/repos/kubernetes/kubernetes/issues/108980/comments
17
2022-03-24T13:15:22Z
2022-04-05T13:15:37Z
https://github.com/kubernetes/kubernetes/issues/108980
1,179,502,219
108,980
[ "kubernetes", "kubernetes" ]
### What happened? When create job && cronJob with template metadata name specified, the metadata name of job-name or pod-name will not take effect. Demo: cronJob.yaml ``` apiVersion: batch/v1beta1 kind: CronJob metadata: name: cronjob-name spec: schedule: "* * * * *" jobTemplate: metadata: ...
Use template metadata.name when creating pods from Job/CronJob
https://api.github.com/repos/kubernetes/kubernetes/issues/108977/comments
7
2022-03-24T12:28:45Z
2022-06-13T13:40:38Z
https://github.com/kubernetes/kubernetes/issues/108977
1,179,449,087
108,977
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/107724/pull-kubernetes-unit/1506951069819736064 ### Which tests are failing? TestErrConnKilledHTTP2 ### Since when has it been failing? https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/107724/pull-kubernete...
TestErrConnKilledHTTP2 failed
https://api.github.com/repos/kubernetes/kubernetes/issues/108975/comments
4
2022-03-24T11:54:22Z
2022-03-24T12:30:19Z
https://github.com/kubernetes/kubernetes/issues/108975
1,179,411,782
108,975
[ "kubernetes", "kubernetes" ]
### What happened? Hello new to Kubernetes, not able to create a pod to use NFS server installed on the host PopOS (Ubuntu) machine from the kubernetes pod. I'm able to ping the host machine from another pods to the host IP: 192.168.43.16 **Error details:** Events: Type Reason Age Fro...
Docker-Desktop Linux Tech Preview (PopOS/Ubuntu) : NFS MountVolume.SetUp failed for volume : mount failed: exit status 32
https://api.github.com/repos/kubernetes/kubernetes/issues/108963/comments
6
2022-03-24T08:19:51Z
2022-08-21T18:07:24Z
https://github.com/kubernetes/kubernetes/issues/108963
1,179,163,864
108,963
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? modprobe: can't change directory to '/lib/modules': No such file or directory iptables-restore v1.8.7 (legacy): iptables-restore: unable to initialize table 'nat' Error occurred at line: 2 Try `iptables-restore -h' or 'iptables-restore --help' for more information. ### Which tests are f...
osm-init Back-off restarting failed container
https://api.github.com/repos/kubernetes/kubernetes/issues/108961/comments
5
2022-03-24T08:00:31Z
2022-03-24T08:08:53Z
https://github.com/kubernetes/kubernetes/issues/108961
1,179,145,477
108,961
[ "kubernetes", "kubernetes" ]
### What would you like to be added? When no resource found, `client-go` Lister.Get() and Lister.List() both return a `NotFound` err, to keep the error output consistent. ### Why is this needed? When use the `client-go` Lister to Get or List resource(s), if the resource not found, the Lister.Get() return a `NotFound...
When no resource found, `client-go` Lister.Get() return a `NotFound` err, but Lister.List() just return nil
https://api.github.com/repos/kubernetes/kubernetes/issues/108960/comments
12
2022-03-24T07:17:59Z
2022-08-22T10:13:25Z
https://github.com/kubernetes/kubernetes/issues/108960
1,179,107,758
108,960
[ "kubernetes", "kubernetes" ]
### What happened? After using the kubeadm init cluster, the apiserver service is ipv6 ip, the apiserver cannot be accessed, and the iptables rule is not generated ### What did you expect to happen? IPV6 can be used to communicate with the apiserver。 ![image](https://user-images.githubusercontent.com/45119426/15984...
If the apiserver service uses ipv6, it is impossible to communicate with the apiserver, and ip6tables has no generation rules
https://api.github.com/repos/kubernetes/kubernetes/issues/108957/comments
3
2022-03-24T05:28:55Z
2022-03-24T08:07:11Z
https://github.com/kubernetes/kubernetes/issues/108957
1,179,024,150
108,957
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? unit tests ### Which tests are failing? ``` --- FAIL: TestTLSConfig (0.05s) webhook_test.go:472: client does not trust server: unexpected error message mismatch: Expected: Get .*: x509: certificate signed by unknown authority Actual: Get "https://localhost:64...
go1.18: tls unit tests don't pass locally
https://api.github.com/repos/kubernetes/kubernetes/issues/108956/comments
14
2022-03-24T05:07:28Z
2022-03-30T03:36:51Z
https://github.com/kubernetes/kubernetes/issues/108956
1,179,010,086
108,956
[ "kubernetes", "kubernetes" ]
### What happened? My execution steps are as follows. I'm trying to initialize the master node, but I've finished kubedm init -- config = kubedm-config.yaml --upload-certs --v=6 | tee kubeadm-init. Log, found kubedm-config.yaml configuration didn't take effect, so I created the Flanner, which caused the Flanner to r...
1.23.5 kubeadm init --config,Execution failed. The configuration cannot take effect
https://api.github.com/repos/kubernetes/kubernetes/issues/108955/comments
6
2022-03-24T04:28:34Z
2022-03-25T03:07:03Z
https://github.com/kubernetes/kubernetes/issues/108955
1,178,983,613
108,955
[ "kubernetes", "kubernetes" ]
The [insecure serving configuration](https://github.com/kubernetes/cloud-provider/blob/v0.24.0-alpha.4/app/config/config.go#L37-L38) in the cloud controller manager libraries is deprecated, and similar configuration has been removed from most other components (apiserver https://github.com/kubernetes/kubernetes/issues/9...
Remove insecure serving configuration from cloud controller manager libraries
https://api.github.com/repos/kubernetes/kubernetes/issues/108952/comments
1
2022-03-24T03:38:59Z
2022-03-31T01:03:01Z
https://github.com/kubernetes/kubernetes/issues/108952
1,178,901,388
108,952
[ "kubernetes", "kubernetes" ]
### What happened? How to specify the network card when executing **"kubedm init"**? Eth0 is used by default, but my public IP is above tunl0 ### What did you expect to happen? I want to use the public IP bound to tunl0 for initialization ### How can we reproduce it (as minimally and precisely as possible)? kubead...
How to specify the network card when initializing with kubedm
https://api.github.com/repos/kubernetes/kubernetes/issues/108951/comments
4
2022-03-24T03:32:57Z
2022-03-24T15:48:36Z
https://github.com/kubernetes/kubernetes/issues/108951
1,178,898,073
108,951
[ "kubernetes", "kubernetes" ]
Problem: We had an issue in external-dns repository where ( https://github.com/kubernetes-sigs/external-dns/issues/2653#issuecomment-1073115175 ) - The project switched licenses - The project git repo vanished Ask: We need to monitor all kubernetes repos for (At least start with k/k) - the licenses of depende...
Watch for dependencies that go AWOL or switch licenses
https://api.github.com/repos/kubernetes/kubernetes/issues/108942/comments
11
2022-03-23T22:13:51Z
2022-07-03T00:31:43Z
https://github.com/kubernetes/kubernetes/issues/108942
1,178,724,883
108,942
[ "kubernetes", "kubernetes" ]
### What happened? go1.18 dropped support for certificates signed with the SHA-1 hash function - https://tip.golang.org/doc/go1.18#sha1 While this does improve security, and publicly trusted Certificate Authorities no longer issue such certificates, it is possible that user-provided certificates issued by private...
go1.18: Add metrics for SHA-1 certificates that will be rejected by go1.18
https://api.github.com/repos/kubernetes/kubernetes/issues/108940/comments
14
2022-03-23T21:17:04Z
2022-03-30T14:15:59Z
https://github.com/kubernetes/kubernetes/issues/108940
1,178,676,012
108,940
[ "kubernetes", "kubernetes" ]
### What happened? created secret with regular command but due space after password it generates different base64 string. e.g `kubectl create secret generic flux-gitrepo-creds --from-literal=username=samir.patry --from-literal=password='MTQyMzM1MTE0MzE5Ouep7a7j/vXo6CyhD9obRiTB5fj5' -n flux-system --dry-run=client...
secret with space after --from-literal=password='password' creates different base64 password.
https://api.github.com/repos/kubernetes/kubernetes/issues/108933/comments
11
2022-03-23T19:17:17Z
2022-03-26T17:07:53Z
https://github.com/kubernetes/kubernetes/issues/108933
1,178,558,245
108,933
[ "kubernetes", "kubernetes" ]
Please support Ukraine, more infos here: https://github.com/vshymanskyy/StandWithUkraine
Please join to us #standwithukraine
https://api.github.com/repos/kubernetes/kubernetes/issues/108932/comments
11
2022-03-23T18:46:06Z
2022-03-23T19:50:47Z
https://github.com/kubernetes/kubernetes/issues/108932
1,178,525,098
108,932
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Now the scheduler surfaces a pod's scheduling failure reasons by sorting the messages alphabetically: ``` Events: Type Reason Age From Message ---- ------ ---- ---- ------- Warning FailedScheduling 4s de...
rethink sorting order of scheduling failure reasons
https://api.github.com/repos/kubernetes/kubernetes/issues/108931/comments
29
2022-03-23T18:39:15Z
2022-11-26T03:24:08Z
https://github.com/kubernetes/kubernetes/issues/108931
1,178,516,469
108,931
[ "kubernetes", "kubernetes" ]
### What happened? Executing kubectl apply on the following yields different results. ``` apiVersion: v1 kind: PersistentVolume metadata: name: jenkinsvolume spec: accessModes: - ReadWriteOnce capacity: storage: 8Gi hostPath: path: /tmp/hostpath-provisioner/default/jenkinsnew t...
Creation of PV then PVC not equivalent to PVC request on Minikube host standard storage class
https://api.github.com/repos/kubernetes/kubernetes/issues/108926/comments
3
2022-03-23T15:12:03Z
2022-03-23T18:44:00Z
https://github.com/kubernetes/kubernetes/issues/108926
1,178,262,462
108,926
[ "kubernetes", "kubernetes" ]
### What happened? I met this issue when I create a LoadBalancer type service with wrong selector. And my LoadBalancer and cloud-controller-manager did nothing even after I correct my service selector. I tried to find what happend inside my cloud-controller-manager, and finally I got this func https://github.com...
Service selector update is ignored when handle update event
https://api.github.com/repos/kubernetes/kubernetes/issues/108923/comments
12
2022-03-23T14:23:48Z
2022-11-05T17:45:33Z
https://github.com/kubernetes/kubernetes/issues/108923
1,178,196,878
108,923
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-integration ### Which tests are flaking? k8s.io/kubernetes/test/integration/apiserver/admissionwebhook.TestWebhookAdmissionWithWatchCache ### Since when has it been flaking? March 22nd ### Testgrid link https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubern...
Flaky integration test TestWebhookAdmissionWithWatchCache
https://api.github.com/repos/kubernetes/kubernetes/issues/108922/comments
2
2022-03-23T13:58:27Z
2022-03-24T16:42:03Z
https://github.com/kubernetes/kubernetes/issues/108922
1,178,162,965
108,922
[ "kubernetes", "kubernetes" ]
### What happened? I created a deployment, a service and an HPA. I deployed the metrics server and the HPA is throwing errors about requests not defined on the deployment when clearly the resources are requested and limited. The errors thrown are: ``` $ kubectl describe horizontalpodautoscaler.autoscaling/pwa...
"the HPA was unable to compute the replica count: failed to get memory utilization: missing request for memory/cpu"
https://api.github.com/repos/kubernetes/kubernetes/issues/108920/comments
9
2022-03-23T13:08:33Z
2023-02-14T15:28:57Z
https://github.com/kubernetes/kubernetes/issues/108920
1,178,100,777
108,920
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/sig-release-master-blocking#verify-master ### Which tests are failing? ``` ci-kubernetes-verify-master.Overall verify.generated-stable-metrics [FIXED] verify.golangci-lint verify.govet [FIXED] verify.structured-logging ``` ### Since when has it been ...
go1.18: [Tracker] pull-kubernetes-verify failing
https://api.github.com/repos/kubernetes/kubernetes/issues/108916/comments
10
2022-03-23T10:17:13Z
2022-03-25T02:08:41Z
https://github.com/kubernetes/kubernetes/issues/108916
1,177,906,908
108,916
[ "kubernetes", "kubernetes" ]
[serving](https://github.com/kubernetes/apiserver/tree/master/pkg/server/options/serving.go) ``` // Verify that any one is not empty if len(serverCertFile) != 0 || len(serverKeyFile) != 0 { var err error // Check that any one cannot be empty c.Cert, err = dynamiccertificates.NewDynamicServingContentFro...
TLS Validation is ambiguous
https://api.github.com/repos/kubernetes/kubernetes/issues/110348/comments
13
2022-03-23T09:24:11Z
2022-06-27T12:01:55Z
https://github.com/kubernetes/kubernetes/issues/110348
1,258,119,820
110,348
[ "kubernetes", "kubernetes" ]
### What happened? I configured a startup, liveness and readiness probe on my pod. ``` Liveness: exec [/liveness-probe-script] delay=0s timeout=10s period=30s success=1 failure=3 Readiness: exec [/readiness-probe-script] delay=0s timeout=10s period=30s success=1 failure=3 Startup: exec [/startup-probe-scrip...
Why does readiness probe start late?
https://api.github.com/repos/kubernetes/kubernetes/issues/108911/comments
11
2022-03-23T08:01:12Z
2022-08-20T12:51:18Z
https://github.com/kubernetes/kubernetes/issues/108911
1,177,750,926
108,911
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? https://testgrid.k8s.io/sig-release-master-blocking#integration-master ### Which tests are failing? https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/108905/pull-kubernetes-integration/1506459579091783680 an instance of a failure, the tests here are the ones failing ### Since ...
go1.18: [Tracker] go1.18 breaks CSR validation (fix pending in go1.18.1)
https://api.github.com/repos/kubernetes/kubernetes/issues/108910/comments
32
2022-03-23T07:29:21Z
2022-04-14T21:16:40Z
https://github.com/kubernetes/kubernetes/issues/108910
1,177,721,425
108,910
[ "kubernetes", "kubernetes" ]
### What happened? Please see details here: https://stackoverflow.com/questions/71519202/kubernetes-memory-leak-troubleshooting ### What did you expect to happen? No memory leak ### How can we reproduce it (as minimally and precisely as possible)? I think the memory leak is there but amplified by cronjob, which is...
Memory leak on 1.20.14
https://api.github.com/repos/kubernetes/kubernetes/issues/108908/comments
5
2022-03-23T05:31:58Z
2022-03-27T06:10:55Z
https://github.com/kubernetes/kubernetes/issues/108908
1,177,619,673
108,908
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? pull-kubernetes-unit ### Which tests are failing? pull-kubernetes-unit ### Since when has it been failing? I guess since update to go 1.18 ### Testgrid link https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-unit ### Reason for failure (if possible) Seems like ...
go1.18: Data race: client-go retry body reset
https://api.github.com/repos/kubernetes/kubernetes/issues/108906/comments
22
2022-03-23T02:37:39Z
2022-09-28T09:48:52Z
https://github.com/kubernetes/kubernetes/issues/108906
1,177,521,247
108,906
[ "kubernetes", "kubernetes" ]
### What happened? ``` ~# kubectl create -f sts.yaml statefulset.apps/test-sts created ``` sts.yaml as below: ``` apiVersion: apps/v1 kind: StatefulSet metadata: labels: appgroup: "" version: v1 name: test-sts namespace: default spec: podManagementPolicy: OrderedReady replicas: 1 ...
resource request > limit in statefulset PodTemplateSpec
https://api.github.com/repos/kubernetes/kubernetes/issues/108904/comments
14
2022-03-23T02:19:02Z
2022-08-21T02:59:19Z
https://github.com/kubernetes/kubernetes/issues/108904
1,177,505,999
108,904
[ "kubernetes", "kubernetes" ]
### What would you like to be added? We have `pluginMetricsSamplePercent` which indicates the percentage of plugin metrics to be sampled. But it's `const` and we cannot change the value from outside. https://github.com/kubernetes/kubernetes/blob/95e30f66c300c76ce21c0ca0e8bc4bf4a45e028f/pkg/scheduler/scheduler.go#L6...
configure pluginMetricsSamplePercent or CycleState.recordPluginMetrics from outside of scheduler
https://api.github.com/repos/kubernetes/kubernetes/issues/108903/comments
21
2022-03-23T01:51:42Z
2024-01-19T23:06:56Z
https://github.com/kubernetes/kubernetes/issues/108903
1,177,489,835
108,903
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-conformance-kind-ga-only-parallel ### Which tests are flaking? [sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance] ### Since when has it been flaking? After https://github.com/kubernetes/kubernetes/pull/93459 is merged. ### Testgrid lin...
[flake][sig-node] Pods should run through the lifecycle of Pods and PodStatus [Conformance]
https://api.github.com/repos/kubernetes/kubernetes/issues/108891/comments
26
2022-03-22T18:46:44Z
2024-03-05T13:46:30Z
https://github.com/kubernetes/kubernetes/issues/108891
1,177,171,144
108,891
[ "kubernetes", "kubernetes" ]
### What happened? I'm using the IndexedJob featuregate to run some ML training. I spin up an indexed job with 10 parallelism & completions required. The code internally has a list of tests it wants to run which is < 10. If it gets assigned an index from k8s that is higher then the number of tests, it early retu...
IndexedJob Restarts Succeeded Pods and Completion Takes Much Longer Than Expected
https://api.github.com/repos/kubernetes/kubernetes/issues/108887/comments
20
2022-03-22T18:13:53Z
2023-05-01T05:25:42Z
https://github.com/kubernetes/kubernetes/issues/108887
1,177,132,802
108,887
[ "kubernetes", "kubernetes" ]
### What would you like to be added? https://github.com/kubernetes/kubernetes/pull/108704 adds `BootId` support for Windows nodes. We have some e2e tests in https://github.com/kubernetes/kubernetes/blob/master/test/e2e/windows/reboot_node.go to perform a reboot but do not have a great way to determine when the rebo...
[windows] - Update e2e tests that perform reboots to leverage node.BootId
https://api.github.com/repos/kubernetes/kubernetes/issues/108886/comments
16
2022-03-22T18:06:00Z
2024-06-19T21:55:52Z
https://github.com/kubernetes/kubernetes/issues/108886
1,177,124,950
108,886
[ "kubernetes", "kubernetes" ]
### What happened? Alpine 3.15 ships with gzip compressed kernel modules. When trying to run the k8s.gcr.io/kube-proxy image inside on such a host, it fails to the load required kernel modules, if they aren't already loaded. Container logs: ``` 2022-03-22T14:48:16.574222782Z stderr F I0322 14:48:16.573863 ...
kube-proxy container image fails to load gzip compressed kernel modules
https://api.github.com/repos/kubernetes/kubernetes/issues/108877/comments
17
2022-03-22T14:54:53Z
2023-03-17T17:41:59Z
https://github.com/kubernetes/kubernetes/issues/108877
1,176,911,021
108,877
[ "kubernetes", "kubernetes" ]
### What happened? IPTABLES default FORWARD is set to DENY. Showing relevant iptables rules with counters ``` 0 0 KUBE-MARK-MASQ all -- any any anywhere anywhere /* default/reporter-sophos-syslog-udp:mysyslog loadbalancer IP */ 0 0 KUBE-SVC-E2UYNOD5QBZKWUAZ ...
Listen-only UDP services drop all but first incoming datagram from a given source
https://api.github.com/repos/kubernetes/kubernetes/issues/108876/comments
21
2022-03-22T14:53:39Z
2022-03-31T21:56:28Z
https://github.com/kubernetes/kubernetes/issues/108876
1,176,909,446
108,876
[ "kubernetes", "kubernetes" ]
I have created a simple dash web page app that takes the CSV/excel file and plots the data. And I have created a Kubernetes cluster on local ubuntu machines with 1-master and 2-worker nodes to deploy my application. All the nodes, pods, services, deployments, and docker images are running fine. But when I'm using the a...
Dash app webpage is continuously refreshing while using nodeport or clusterIP
https://api.github.com/repos/kubernetes/kubernetes/issues/108875/comments
5
2022-03-22T14:23:38Z
2022-03-23T03:32:57Z
https://github.com/kubernetes/kubernetes/issues/108875
1,176,865,707
108,875
[ "kubernetes", "kubernetes" ]
### What happened? There was a running statefulset pod1 c61ec4d5-a31f-44f8-ae5d-80c6fc85b1e0-kafka-1 on node 193.168.0.4 which used an attachable csi volume1 pvc-a8a42021-cf86-48b3-9fcb-619d5a49914c. After upgrading the k8s cluster, the Pod was not running due to the mount failure and could not be recovered. The m...
Volume with nil volumespec in ASW cannot be attached after detach failure
https://api.github.com/repos/kubernetes/kubernetes/issues/108869/comments
17
2022-03-22T12:16:01Z
2024-03-19T03:34:57Z
https://github.com/kubernetes/kubernetes/issues/108869
1,176,696,602
108,869
[ "kubernetes", "kubernetes" ]
### What happened? we deployed stateful yaml in windows containerd env, the yaml is like ``` --- apiVersion: v1 kind: Service metadata: labels: name: http-https-echo-svc name: http-https-echo-svc spec: ports: - port: 80 selector: app: http_https_echo type: LoadBalancer --- ap...
volumeClaimTemplates in statefulset not work well in windows containerd runtime
https://api.github.com/repos/kubernetes/kubernetes/issues/108868/comments
12
2022-03-22T11:09:46Z
2022-08-18T23:02:47Z
https://github.com/kubernetes/kubernetes/issues/108868
1,176,624,906
108,868
[ "kubernetes", "kubernetes" ]
### What happened? Despite being documented, I'm getting 'unknown field "HostNetwork" in io.k8s.api.core.v1.PodSpec' when setting HostNetwork to true. Output: error: error validating "STDIN": error validating data: ValidationError(Job.spec.template.spec): unknown field "HostNetwork" in io.k8s.api.core.v1.PodSp...
Getting unknown field "HostNetwork" in io.k8s.api.core.v1.PodSpec
https://api.github.com/repos/kubernetes/kubernetes/issues/108861/comments
3
2022-03-21T22:15:58Z
2022-03-22T20:24:30Z
https://github.com/kubernetes/kubernetes/issues/108861
1,176,007,667
108,861
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? Failing pull-npd-e2e-kubernetes-gce-ubuntu Failing pull-npd-e2e-kubernetes-gce-gci Failing pull-npd-e2e-kubernetes-gce-ubuntu-custom-flags are failing ### Which tests are failing? Failing pull-npd-e2e-kubernetes-gce-ubuntu Failing pull-npd-e2e-kubernetes-gce-gci Failing pull-npd...
Failing pull-npd-e2e-kubernetes-gce-ubuntu
https://api.github.com/repos/kubernetes/kubernetes/issues/108856/comments
5
2022-03-21T19:15:42Z
2022-03-25T15:33:59Z
https://github.com/kubernetes/kubernetes/issues/108856
1,175,831,147
108,856
[ "kubernetes", "kubernetes" ]
### What happened? Since migrating to go modules, it is no longer necessary to have kubernetes project in GOPATH. But it appears that if we run `./hack/verify-structure-logging.sh` out of GOPATH we get following errors: ``` Running structured logging static check on migrated packages ...
Structured logging check only work in GOPATH
https://api.github.com/repos/kubernetes/kubernetes/issues/108854/comments
8
2022-03-21T18:03:57Z
2022-03-25T19:36:16Z
https://github.com/kubernetes/kubernetes/issues/108854
1,175,750,804
108,854
[ "kubernetes", "kubernetes" ]
### What would you like to be added? A subresource (similar to `Scale`) to "suspend" apps. In https://github.com/kubernetes/kubernetes/issues/97170 we added suspend to the job api, which we view as a primitive that higher-level orchestrators can use to support job queuing, all-or-nothing scheduling and whole job...
Add Suspend subresource
https://api.github.com/repos/kubernetes/kubernetes/issues/108851/comments
5
2022-03-21T16:48:00Z
2022-05-04T15:53:22Z
https://github.com/kubernetes/kubernetes/issues/108851
1,175,657,720
108,851
[ "kubernetes", "kubernetes" ]
> as an aside (and in a separate PR), we should plumb req.Context() to getCreds() and timeout the exec call if the driving request context expires _Originally posted by @liggitt in https://github.com/kubernetes/kubernetes/pull/106768#discussion_r787203758_ If the request is terminated (i.e. times out), we should ...
Plumb request context to client-go credential plugin exec call
https://api.github.com/repos/kubernetes/kubernetes/issues/108849/comments
11
2022-03-21T15:20:12Z
2025-02-25T18:55:19Z
https://github.com/kubernetes/kubernetes/issues/108849
1,175,544,083
108,849
[ "kubernetes", "kubernetes" ]
### What happened? Hi, I have done the deployment in my AWS cluster with my application using argocd blue green deployment. Also, I have applied HPA on it based on the target CPU utilization Now, when the target increases and as per HPA it tries to create new pods, but in the new pods it is not able to find the ...
Rollout pods not able to find volume to mount with HPA
https://api.github.com/repos/kubernetes/kubernetes/issues/108848/comments
6
2022-03-21T14:54:57Z
2022-08-18T17:26:29Z
https://github.com/kubernetes/kubernetes/issues/108848
1,175,505,724
108,848
[ "kubernetes", "kubernetes" ]
### What happened? When I jump forward the cluster time by one day, I find that all nodes will briefly become "NotReady", like this, after about 10s, nodes will become "Ready" again. I found that the node lease resource normally updates the renewtime to a day ago in a nodeStatusUpdateFrequency period, and only kube...
Nodes become NotReady when time jumps forward
https://api.github.com/repos/kubernetes/kubernetes/issues/108844/comments
4
2022-03-21T10:04:21Z
2022-03-23T17:34:34Z
https://github.com/kubernetes/kubernetes/issues/108844
1,175,149,834
108,844
[ "kubernetes", "kubernetes" ]
Sorry, it's my first time to submit a question, I'm not very good at using it, the following is my question I executed kubectl get pod but not normal return ``` The connection to the server localhost:8080 was refused - did you specify the right host or port? ``` and I found that after executing kubectl config ...
kubectl command does not work after nodeport 8080 is applied in a cluster without taint
https://api.github.com/repos/kubernetes/kubernetes/issues/108840/comments
7
2022-03-21T08:35:43Z
2022-03-30T17:29:54Z
https://github.com/kubernetes/kubernetes/issues/108840
1,175,057,637
108,840
[ "kubernetes", "kubernetes" ]
### What would you like to be added? If APIServer create got err `IsAlreadyExists`, the returned obj should be the current resource obj, instead of a bare resource type with empty fields. ### Why is this needed? When we create resource, the returned err is checked, and often get err `IsAlreadyExists`, then it ...
APIServer create got err `IsAlreadyExists`, but the returned obj is just an empty resource struct
https://api.github.com/repos/kubernetes/kubernetes/issues/108839/comments
8
2022-03-21T08:08:42Z
2022-04-10T04:00:52Z
https://github.com/kubernetes/kubernetes/issues/108839
1,175,030,840
108,839
[ "kubernetes", "kubernetes" ]
### What happened? I create a ResourceQuota with two pods limit in my `test` namespace. ``` root@k8s-local-control-plane:/# kubectl get resourceQuota -n test -o wide NAME AGE REQUEST LIMIT pods-two 67m pods: 0/2 ``` Then, I create a statefuleSet `busybox` with 3 replicas. As expected, two pods a...
ReadyReplicas of StatefuleSetStatus is wrong when failed to create stateful pod
https://api.github.com/repos/kubernetes/kubernetes/issues/108837/comments
3
2022-03-21T01:35:55Z
2022-05-11T04:28:50Z
https://github.com/kubernetes/kubernetes/issues/108837
1,174,779,105
108,837
[ "kubernetes", "kubernetes" ]
### Failure cluster [3dc082dfa0baba15938e](https://go.k8s.io/triage#3dc082dfa0baba15938e) ##### Error text: ``` _output/local/go/src/k8s.io/kubernetes/test/e2e_node/summary_test.go:53 Timed out after 180.000s. Expected <string>: Summary to match fields: { [[[.Node.SystemContainers[kubelet].CPU: Expected...
Failure cluster [3dc082df...] [sig-node] Summary API [NodeConformance] when querying /stats/summary should report resource usage through the stats api
https://api.github.com/repos/kubernetes/kubernetes/issues/108836/comments
3
2022-03-21T01:29:32Z
2022-03-22T00:46:16Z
https://github.com/kubernetes/kubernetes/issues/108836
1,174,774,963
108,836
[ "kubernetes", "kubernetes" ]
**This is a Feature Request** <!-- Please only use this template for submitting feature/enhancement requests --> <!-- See https://kubernetes.io/docs/contribute/start/ for guidance on writing an actionable issue description. --> **What would you like to be added** I would like the text of this output to get ex...
Better docs for role.rules.apiGroups
https://api.github.com/repos/kubernetes/kubernetes/issues/108865/comments
8
2022-03-20T18:00:17Z
2022-06-14T17:59:45Z
https://github.com/kubernetes/kubernetes/issues/108865
1,176,047,156
108,865
[ "kubernetes", "kubernetes" ]
### What happened? When I configure the Service to use externalIPs, the machine where the specified externalIP is located cannot communicate with other nodes. ### What did you expect to happen? How do I allow external access to the service? ### How can we reproduce it (as minimally and precisely as possible...
externalIPs externalIPs cannot be used
https://api.github.com/repos/kubernetes/kubernetes/issues/108830/comments
4
2022-03-20T08:33:18Z
2022-03-20T13:52:21Z
https://github.com/kubernetes/kubernetes/issues/108830
1,174,474,547
108,830
[ "kubernetes", "kubernetes" ]
### What would you like to be added? I see that the [`k8s.io/csi-api`](https://git.k8s.io/csi-api) repository does no longer have a staging pkg. It looks like the staging pkg existed from K8s 1.9 to 1.14 (according to the repo tags). I would suggest sig-storage to consider archiving this repo if it is no longer use...
Consider archiving `k8s.io/csi-api` repository
https://api.github.com/repos/kubernetes/kubernetes/issues/108827/comments
11
2022-03-19T15:33:18Z
2022-08-17T20:13:20Z
https://github.com/kubernetes/kubernetes/issues/108827
1,174,290,886
108,827
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Components like kube-apiserver, controller-manager, scheduler, have dozens of options to pass through cmd flags, which seems clunky. So can we use a single config file to pass so many args to components, like this: ``` kube-apiserver --config=/path/to/config.yaml ``` instead ...
Can we use config file to pass so many args to components, instead of bare cmd flags?
https://api.github.com/repos/kubernetes/kubernetes/issues/108821/comments
20
2022-03-19T13:38:13Z
2022-12-08T05:35:21Z
https://github.com/kubernetes/kubernetes/issues/108821
1,174,267,755
108,821
[ "kubernetes", "kubernetes" ]
### What happened? Cluster api provides a framework to run the e2e tests which uses the conformance image: https://github.com/kubernetes-sigs/cluster-api/blob/692497dbb340beecc04171ccd73f370f173da3a9/test/framework/kubetest/run.go#L43-L44 The gmsa tests use bash to install the webhook: https://github.com/kube...
Windows GMSA Full e2e test uses bash to install the plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/108816/comments
5
2022-03-18T23:51:56Z
2022-03-25T22:34:46Z
https://github.com/kubernetes/kubernetes/issues/108816
1,174,114,152
108,816
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Remove the "CSRDuration" feature gate starting in Kube v1.26. ### Why is this needed? PR #108782 proposes that the CertificateSigningRequest's Spec.ExpirationSeconds field be promoted to GA in v1.24. It was originally introduced as beta in v1.22 with a corresponding feature...
Remove the "CSRDuration" feature gate in Kube v1.26
https://api.github.com/repos/kubernetes/kubernetes/issues/108814/comments
7
2022-03-18T20:55:46Z
2022-09-12T14:01:39Z
https://github.com/kubernetes/kubernetes/issues/108814
1,174,012,905
108,814
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? pull-kubernetes-e2e-kind-ipv6 ### Which tests are flaking? Pods should delete a collection of pods ### Since when has it been flaking? According to testgrid, March 18th ### Testgrid link https://testgrid.k8s.io/presubmits-kubernetes-blocking#pull-kubernetes-e2e-kind-ipv6&include-filt...
Flaky conformance test: Pods should delete a collection of pods
https://api.github.com/repos/kubernetes/kubernetes/issues/108809/comments
3
2022-03-18T19:35:21Z
2022-03-18T23:06:04Z
https://github.com/kubernetes/kubernetes/issues/108809
1,173,958,563
108,809
[ "kubernetes", "kubernetes" ]
We have sort of a mish-mash of "service" and "servicePort" and similar. We should think about changing ALL of the places that actually relate to a service-port (a specific port of a service, not the whole service) and rename them to some new term that means "service port". E.g. "svcpt" or "spt" or "sport". See ht...
Cleanup: kube-proxy internal naming
https://api.github.com/repos/kubernetes/kubernetes/issues/108806/comments
14
2022-03-18T18:36:30Z
2022-11-03T01:21:07Z
https://github.com/kubernetes/kubernetes/issues/108806
1,173,895,231
108,806
[ "kubernetes", "kubernetes" ]
/sig node /sig instrumentation /kind feature /priority backlog It will be useful to log successful probes execution details with higher verbosity once in a while. With the default verbosity no information on successful probe execution is reported. Which is fine as it typically very verbose and rarely needed. Howe...
Log sampled successful probe execution with higher verbosity
https://api.github.com/repos/kubernetes/kubernetes/issues/108805/comments
16
2022-03-18T18:03:52Z
2024-04-19T13:28:48Z
https://github.com/kubernetes/kubernetes/issues/108805
1,173,869,032
108,805
[ "kubernetes", "kubernetes" ]
The test `RuntimeClass should run a Pod requesting a RuntimeClass with a configured handler` should not be skipped on test grid. The handler is preinstalled and it looks like the skipper logic fires the false positive: https://github.com/kubernetes/kubernetes/blob/6340b19ddac0fb64e13cc54987d001294ef26ab3/test/e2e/...
E2E: E2eNode Suite.[sig-node] RuntimeClass should run a Pod requesting a RuntimeClass with a configured handler [NodeFeature:RuntimeHandler] [cos-stable]
https://api.github.com/repos/kubernetes/kubernetes/issues/108804/comments
9
2022-03-18T17:53:54Z
2023-01-27T01:42:26Z
https://github.com/kubernetes/kubernetes/issues/108804
1,173,860,695
108,804
[ "kubernetes", "kubernetes" ]
As exposed in https://github.com/kubernetes/kubernetes/pull/108351 the validate logic should probably return an `error` and the test should compare the error string with a known value - to prove that it failed for the right reasons. Additionally the test could uset `t.Run()` to print a helpful name, rather than the ...
Cleanup: pkg/util/ipset
https://api.github.com/repos/kubernetes/kubernetes/issues/108801/comments
7
2022-03-18T17:15:31Z
2022-03-25T22:35:02Z
https://github.com/kubernetes/kubernetes/issues/108801
1,173,826,466
108,801
[ "kubernetes", "kubernetes" ]
projected volumes exclude ephemeral containers in calculating fs user because "SecurityContext is not allowed" : https://github.com/kubernetes/kubernetes/blob/0ade4678a7ba527d22f6baa81034dea423267608/pkg/volume/util/util.go#L625-L626 This is no longer technically correct -- ephemeral containers are allowed to spe...
Cleanup: projected volumes exclude ephemeral containers
https://api.github.com/repos/kubernetes/kubernetes/issues/108799/comments
14
2022-03-18T15:55:23Z
2024-04-18T09:11:21Z
https://github.com/kubernetes/kubernetes/issues/108799
1,173,746,960
108,799
[ "kubernetes", "kubernetes" ]
/sig cli ### What happened? I use `--ignore-not-found=true` for `delete/stop/get/etc` but it looks like that flag isn't available for `kubectl patch` ### What did you expect to happen? I want to be able to use `--ignore-not-found=true` in `kubectl patch` ### How can we reproduce it (as minimally and prec...
kubectl patch doesn't have --ignore-not-found
https://api.github.com/repos/kubernetes/kubernetes/issues/108798/comments
11
2022-03-18T15:45:00Z
2023-09-06T15:44:11Z
https://github.com/kubernetes/kubernetes/issues/108798
1,173,736,446
108,798
[ "kubernetes", "kubernetes" ]
It would be great if a cli tool could be built which is using the same logic/code then the admission controller which could be used for static analysis of manifests in CI pipelines to verify if they meet the requirements of the different Policy levels. We are using GitOps for deployment so our pipeline cannot authenti...
PodSecurity - CLI tool for static analysis
https://api.github.com/repos/kubernetes/kubernetes/issues/108807/comments
13
2022-03-18T15:23:00Z
2023-04-21T15:42:43Z
https://github.com/kubernetes/kubernetes/issues/108807
1,173,900,296
108,807
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? sig-release-master-informing [gce-cos-master-serial](https://testgrid.k8s.io/sig-release-master-informing#gce-cos-master-serial) ### Which tests are failing? - ci-kubernetes-e2e-gci-gce-serial.Overall - ci-kubernetes-e2e-gci-gce-serial.Pod - Kubernetes e2e suite.[sig-apps] DaemonRest...
[Failing test] gce-cos-master-serial
https://api.github.com/repos/kubernetes/kubernetes/issues/108795/comments
5
2022-03-18T11:35:28Z
2022-03-19T02:33:52Z
https://github.com/kubernetes/kubernetes/issues/108795
1,173,488,870
108,795
[ "kubernetes", "kubernetes" ]
### What happened? I am accessing the kube-api with IP address ### What did you expect to happen? instead of using the IP can i use the DNS ### How can we reproduce it (as minimally and precisely as possible)? the kubeconf contian only DNS how the public clouds are working same way in on-prem i need to use that D...
access kube-api with DNS
https://api.github.com/repos/kubernetes/kubernetes/issues/108793/comments
8
2022-03-18T09:42:22Z
2022-03-23T17:14:38Z
https://github.com/kubernetes/kubernetes/issues/108793
1,173,389,774
108,793
[ "kubernetes", "kubernetes" ]
### What would you like to be added? 1. `Configurator` seems redundant today as it only holds a method of `create` initializing several components, so I'd like to unroll `scheduler.New` by moving the `create` logic to `scheduler.New`, then `Configurator` can be removed. The benefits: a) No need to maintain the `C...
unroll scheduler.New and remove Configurator
https://api.github.com/repos/kubernetes/kubernetes/issues/108788/comments
6
2022-03-18T03:42:28Z
2022-10-11T19:32:42Z
https://github.com/kubernetes/kubernetes/issues/108788
1,173,153,960
108,788
[ "kubernetes", "kubernetes" ]
### What happened? Adding Ephemeral-storage **limit** on a container in the deployment create a pod with both **request** and **limit** for the ephemeral storage. ### What did you expect to happen? Should create only limit (not request). If limits does require requests, I would expect them to be added to t...
Ephemeral storage limits on deployment\replicaset add request on pod
https://api.github.com/repos/kubernetes/kubernetes/issues/108780/comments
3
2022-03-17T21:28:25Z
2022-03-17T21:57:22Z
https://github.com/kubernetes/kubernetes/issues/108780
1,172,939,092
108,780
[ "kubernetes", "kubernetes" ]
### What happened? As discussed in https://github.com/kubernetes/kubernetes/issues/108267, Endpoint(Slice) controllers can get stuck if an Endpoints or EndpointSlice resource is stuck in a terminating state. ### What did you expect to happen? I don't think there's much we can do for Endpoints here since the same na...
EndpointSlice controllers should ignore EndpointSlices that are in a terminating state
https://api.github.com/repos/kubernetes/kubernetes/issues/108779/comments
5
2022-03-17T21:19:10Z
2022-06-09T07:11:42Z
https://github.com/kubernetes/kubernetes/issues/108779
1,172,930,144
108,779
[ "kubernetes", "kubernetes" ]
### What happened? A job got created by helm as a pre-upgrade hook; the pod for it got created, but the pod failed to start the container: ``` 1 Failed: Error: failed to start container "post-install-job": Error response from daemon: cannot join network of a non running container: a1bd48a639... Events emitted by...
Pod should fail when container fails to get created
https://api.github.com/repos/kubernetes/kubernetes/issues/108778/comments
5
2022-03-17T21:00:05Z
2022-06-15T17:49:14Z
https://github.com/kubernetes/kubernetes/issues/108778
1,172,913,246
108,778
[ "kubernetes", "kubernetes" ]
### Failure cluster [03a28923a9772498aaf8](https://go.k8s.io/triage#03a28923a9772498aaf8) Test: [sig-node] Restart [Serial] [Slow] [Disruptive] Kubelet should correctly account for terminated pods after restart ##### Error text: ``` test/e2e_node/restart_test.go:142 Mar 4 09:00:41.495: Failed to run sufficien...
[Flake] [sig-node] Restart [Serial] [Slow] [Disruptive] Kubelet should correctly account for terminated pods after restart
https://api.github.com/repos/kubernetes/kubernetes/issues/108775/comments
7
2022-03-17T18:24:23Z
2022-08-20T09:51:17Z
https://github.com/kubernetes/kubernetes/issues/108775
1,172,721,990
108,775
[ "kubernetes", "kubernetes" ]
### Failure cluster [39e8b3298cff6883920e](https://go.k8s.io/triage#39e8b3298cff6883920e) Test: [sig-node] Density [Serial] [Slow] create a sequence of pods latency/resource should be within limit when create 10 pods with 50 background pods ##### Error text: ``` test/e2e_node/density_test.go:248 Unexpected err...
[Flaky test] [sig-node] Density [Serial] [Slow] create a sequence of pods latency/resource should be within limit when create 10 pods with 50 background pods
https://api.github.com/repos/kubernetes/kubernetes/issues/108774/comments
5
2022-03-17T18:16:11Z
2022-04-04T21:07:42Z
https://github.com/kubernetes/kubernetes/issues/108774
1,172,708,007
108,774
[ "kubernetes", "kubernetes" ]
### What happened? I'm willing to set up OIDC connection to kubernetes via an SSO tool (authentik) using kube-login. So, I Installed kube-login with krew. Then, I added `oidc-groups-claim` and `oidc-username-claim` to kube-apiserver in the service file of k3s: ```yaml ExecStart=/usr/local/bin/k3s \ server \ ...
Getting Unauthorized error when connecting to kubernetes cluster using OIDC
https://api.github.com/repos/kubernetes/kubernetes/issues/108773/comments
6
2022-03-17T16:49:58Z
2022-04-15T09:07:04Z
https://github.com/kubernetes/kubernetes/issues/108773
1,172,581,213
108,773
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Since scheduler Policy API was total removed, we don't support `alwaysCheckAllPredicates` any more. https://github.com/kubernetes/kubernetes/blob/a504daa0484d35d07f144e3f65f5a481570e96ec/pkg/scheduler/factory.go#L66-L67 ### Why is this needed? Remove unsupported configuration.
Remove `alwaysCheckAllPredicates` in scheduler configurator
https://api.github.com/repos/kubernetes/kubernetes/issues/108770/comments
13
2022-03-17T14:57:09Z
2022-03-21T19:04:58Z
https://github.com/kubernetes/kubernetes/issues/108770
1,172,456,136
108,770
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Today kubectl runs OpenAPI schema validation on e.g. `kubectl apply` without applying OpenAPI schema defaults before. (although validation can be disabled with --validate=false). It would be great if kubectl could apply defaults before validation like the apiserver. ### Why...
kubectl should apply OpenAPI schema defaults before OpenAPI schema validation
https://api.github.com/repos/kubernetes/kubernetes/issues/108768/comments
14
2022-03-17T14:26:53Z
2022-09-21T16:12:27Z
https://github.com/kubernetes/kubernetes/issues/108768
1,172,437,922
108,768
[ "kubernetes", "kubernetes" ]
### What happened? Some `k8s.io/` modules don't have a v0.23.5 tag, while others are properly tagged. E.g. https://pkg.go.dev/k8s.io/kubectl@v0.23.4?tab=versions doesn't have v0.23.5 tag, while https://pkg.go.dev/k8s.io/api@v0.23.5 is fine. So far I know about the following Go modules which are not tagged: ``...
some Go modules are not tagged for v0.23.5
https://api.github.com/repos/kubernetes/kubernetes/issues/108763/comments
7
2022-03-17T11:44:57Z
2022-03-21T12:15:10Z
https://github.com/kubernetes/kubernetes/issues/108763
1,172,274,054
108,763
[ "kubernetes", "kubernetes" ]
I'm using EKS version : 1.18, Steps: 1.I created my database service with Loadbalancer type 2.I gave the security group rule permission to my company ip xx.xx.xx.xx/32 3.I find the that security group changed to worldwide 0.0.0.0/0 again and again. 4.From cloud trail, it showed clusterRole is changed the securit...
Security group of my db Loadbalancer automatically changed to 0.0.0.0/0(worldwide) by clusterRole(i.e eks ClusterRole))
https://api.github.com/repos/kubernetes/kubernetes/issues/108762/comments
7
2022-03-17T07:51:44Z
2022-03-17T17:24:57Z
https://github.com/kubernetes/kubernetes/issues/108762
1,172,042,131
108,762
[ "kubernetes", "kubernetes" ]
I limit the memory to 4G, the pod are frequently kernel oom-killer,I got this information from messages logs ``` Mar 17 09:16:34 G002-01 kernel: java invoked oom-killer: gfp_mask=0xd0, order=0, oom_score_adj=-998 Mar 17 09:16:34 G002-01 kernel: java cpuset=2f91ac556c8fdd858ec903d465d3d8120bb2f4c41c74c8fa136b51069e1...
about kernel oom-killer and cgroup oom
https://api.github.com/repos/kubernetes/kubernetes/issues/108760/comments
13
2022-03-17T06:09:39Z
2022-09-18T20:05:34Z
https://github.com/kubernetes/kubernetes/issues/108760
1,171,971,971
108,760
[ "kubernetes", "kubernetes" ]
### What would you like to be added? A mechanism to better document fields that accepts a set of built-in values besides any value. ### Why is this needed? Many fields of our current API types accept both built-in and custom values. For example, [PodConditionType](https://github.com/kubernetes/kubernetes/blob/v1.23....
Include built-in values in OpenAPI schema
https://api.github.com/repos/kubernetes/kubernetes/issues/108755/comments
7
2022-03-16T21:59:06Z
2022-08-14T18:41:21Z
https://github.com/kubernetes/kubernetes/issues/108755
1,171,599,435
108,755
[ "kubernetes", "kubernetes" ]
### What happened? The situation is pretty good described in a comment [here](https://github.com/kubernetes/kubernetes/issues/86914#issuecomment-571931346). The kubectl flag names "--force" and "--grace-period" and corresponding help indicate an IMMEDIAT deletion of the pod and kill of corresponding containers. ...
Misleading behaviour of pod deletion with --force --grace-period 0 flags
https://api.github.com/repos/kubernetes/kubernetes/issues/108741/comments
14
2022-03-16T16:47:09Z
2023-12-12T07:06:23Z
https://github.com/kubernetes/kubernetes/issues/108741
1,171,281,946
108,741
[ "kubernetes", "kubernetes" ]
Hi Team, I am facing issue with the multiple instances of the pods running. So I have an application inside pods that publishes different value to my UI ( Constantly, unless I change the request or stop taking the response) as I request. I have all the communication in place and my entire setup runs perfectly fine w...
Multiple pods creating random output.
https://api.github.com/repos/kubernetes/kubernetes/issues/108739/comments
6
2022-03-16T16:09:34Z
2022-08-13T18:33:21Z
https://github.com/kubernetes/kubernetes/issues/108739
1,171,237,416
108,739
[ "kubernetes", "kubernetes" ]
### What happened? When we use config for kube-proxy we cannot override the bind addresses for healthz and metrics. ### What did you expect to happen? I expect the kube-proxy CLI argument to override the value from the configuration file. ### How can we reproduce it (as minimally and precisely as possible)? A typi...
kube-proxy: We should be able to override bind addresses for healthz and metrics
https://api.github.com/repos/kubernetes/kubernetes/issues/108737/comments
37
2022-03-16T15:17:50Z
2025-01-31T15:58:09Z
https://github.com/kubernetes/kubernetes/issues/108737
1,171,166,444
108,737
[ "kubernetes", "kubernetes" ]
**What happened**: A pod failed due to an initContainer failure and the main container was marked as `Terminated`: ```yaml initContainerStatuses: - state: terminated: exitCode: 103 reason: Error startedAt: '2022-03-16T07:00:00Z' finishedAt: '2022-03-16T07:00:00Z' ...
Waiting containers are marked as Terminated on pod failure
https://api.github.com/repos/kubernetes/kubernetes/issues/108733/comments
3
2022-03-16T13:38:26Z
2022-05-03T13:06:17Z
https://github.com/kubernetes/kubernetes/issues/108733
1,171,038,614
108,733
[ "kubernetes", "kubernetes" ]
### What happened? reposting following @neolit123 's suggestion : [90158](https://github.com/kubernetes/kubernetes/issues/90158#issuecomment-1068956071) As per [documentation](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/), installing kubeadm, kubelet and kubectl on rhel r...
[el7, yum] Signature could not be verified for kubernetes
https://api.github.com/repos/kubernetes/kubernetes/issues/108732/comments
16
2022-03-16T13:34:06Z
2022-12-13T01:25:39Z
https://github.com/kubernetes/kubernetes/issues/108732
1,171,033,331
108,732
[ "kubernetes", "kubernetes" ]
### What happened? It looks like kubelet started using generic user agent like "Go-http-client/2.0" and makes it harder to attribute the request to kubelet. In the past we have used "kubelet" user-agent which was providing some value. Sample logs: https://storage.googleapis.com/sig-scalability-logs/ci-kubernetes...
kubelet's requests are reported as 'Go-http-client/2.0'
https://api.github.com/repos/kubernetes/kubernetes/issues/108726/comments
8
2022-03-16T08:50:16Z
2022-03-18T02:07:39Z
https://github.com/kubernetes/kubernetes/issues/108726
1,170,715,546
108,726
[ "kubernetes", "kubernetes" ]
### What happened? I have a nginx.yaml and use `kubectl applf -f nginx.yaml` create a deployment. The yaml file is: ``` apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment spec: selector: matchLabels: app: nginx replicas: 2 template: metadata: labels: ...
Create deployment and get deployment apiVersion is inconsistent
https://api.github.com/repos/kubernetes/kubernetes/issues/108722/comments
4
2022-03-16T05:53:07Z
2022-03-16T07:12:54Z
https://github.com/kubernetes/kubernetes/issues/108722
1,170,575,749
108,722
[ "kubernetes", "kubernetes" ]
### What happened? I have a simple single-node Kubernetes cluster. Nothing out of the ordinary. Straight, by the book standard installation. I installed the following Helm Chart. https://github.com/bitnami/charts/tree/master/bitnami/postgresql I did that already a couple of times. I created a PV for the ...
PVC not detecting PV without claimRef
https://api.github.com/repos/kubernetes/kubernetes/issues/108720/comments
13
2022-03-16T05:08:03Z
2023-03-02T08:46:50Z
https://github.com/kubernetes/kubernetes/issues/108720
1,170,549,082
108,720
[ "kubernetes", "kubernetes" ]
### What happened? Removal of dockershim in 1.24 has potential to break clusters. This is not minor version change ### What did you expect to happen? Bump of major version ### How can we reproduce it (as minimally and precisely as possible)? N/A ### Anything else we need to know? _No response_ ### Kubernetes ve...
Removal of dockershim in 1.24 is breaking change, bump major version
https://api.github.com/repos/kubernetes/kubernetes/issues/108719/comments
5
2022-03-16T04:01:50Z
2022-03-16T16:10:59Z
https://github.com/kubernetes/kubernetes/issues/108719
1,170,511,093
108,719
[ "kubernetes", "kubernetes" ]
### What happened? https://github.com/kelseyhightower/kubernetes-the-hard-way/issues/697 ``` Chain FORWARD (policy DROP 22 packets, 1848 bytes) pkts bytes target prot opt in out source destination 271 22647 DOCKER-USER all -- any any anywhere anywhere ...
Ping pod IP from other node reject, Chain FORWARD (policy DROP 22 packets, 1848 bytes)
https://api.github.com/repos/kubernetes/kubernetes/issues/108718/comments
6
2022-03-16T03:33:54Z
2022-03-16T06:31:24Z
https://github.com/kubernetes/kubernetes/issues/108718
1,170,498,268
108,718
[ "kubernetes", "kubernetes" ]
### Which jobs are failing? release-master-blocking [gce-cos-master-scalability-100](https://testgrid.k8s.io/sig-release-master-blocking#gce-cos-master-scalability-100) ### Which tests are failing? kubetest.ClusterLoaderV2 ci-kubernetes-e2e-gci-gce-scalability.Overall ClusterLoaderV2.load: [step: 19] Collec...
[Failing test] gce-cos-master-scalability-100
https://api.github.com/repos/kubernetes/kubernetes/issues/108715/comments
20
2022-03-16T00:23:40Z
2022-03-18T08:42:51Z
https://github.com/kubernetes/kubernetes/issues/108715
1,170,395,189
108,715
[ "kubernetes", "kubernetes" ]
### Which jobs are flaking? We are seeing a various test flakes in https://testgrid.k8s.io/sig-windows-signal#capz-windows-containerd-master where Windows pods encountering errors making calls to httpd pods. ### Which tests are flaking? We have seen these flakes in the following tests: - [sig-node] Container ...
[Flakey Test] capz-windows-containerd-master ~ various tests ~ httpd timeouts
https://api.github.com/repos/kubernetes/kubernetes/issues/108711/comments
17
2022-03-15T18:05:31Z
2024-01-20T12:12:53Z
https://github.com/kubernetes/kubernetes/issues/108711
1,170,011,847
108,711
[ "kubernetes", "kubernetes" ]
### What would you like to be added? Be able to create sub namespaces inside a namespace. just as creating subdirectories inside a directory. ### Why is this needed? - Being able to manage quotas: - lets say we have a big client, and they have a lot of small teams. I can give quota with resources as much as...
Add namespaces hierarchy
https://api.github.com/repos/kubernetes/kubernetes/issues/108709/comments
4
2022-03-15T16:38:41Z
2022-03-15T20:58:11Z
https://github.com/kubernetes/kubernetes/issues/108709
1,169,919,219
108,709
[ "kubernetes", "kubernetes" ]
### What happened? I reordered the list of environment variables in a Deployment spec. With regular `kubectl apply`, this causes the Deployment to change. With `kubectl apply --server-side`, this does not cause the Deployment to change. ### What did you expect to happen? I expect client- and server-side ...
inconsistent behavior between client- and server-side apply
https://api.github.com/repos/kubernetes/kubernetes/issues/108708/comments
7
2022-03-15T16:12:51Z
2022-03-17T18:03:50Z
https://github.com/kubernetes/kubernetes/issues/108708
1,169,887,854
108,708