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:
When trying to deploy an **IPv6-only** application in a IPv4-first dual-stack cluster, I noticed that the following readiness probe will fail because it is trying to probe the first pod IP, which is IPv4.
```
readinessProbe:
failureThreshold: 30
httpGet:
path: /health... | Pod readiness probe cannot be directed at specific IP family | https://api.github.com/repos/kubernetes/kubernetes/issues/101324/comments | 40 | 2021-04-21T14:39:55Z | 2025-02-27T17:08:00Z | https://github.com/kubernetes/kubernetes/issues/101324 | 863,964,690 | 101,324 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
We have a statefulset with 2 replicas, on each pod there is Postgres instance. One acts as master while the other acts as replica.
There are 2 services exposed, one is PG master service and the other is PG replica service. Both services are without selector, and there are 2 endpoints sharing the n... | The traffic is not routed correctly after the network interface on worker node is restarted | https://api.github.com/repos/kubernetes/kubernetes/issues/101323/comments | 3 | 2021-04-21T14:10:44Z | 2021-04-21T17:25:30Z | https://github.com/kubernetes/kubernetes/issues/101323 | 863,935,366 | 101,323 |
[
"kubernetes",
"kubernetes"
] | # Create ingress
```yaml
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
name: test-ffff
namespace: default
spec:
rules:
- host: 'test-ffff.sxxx.com'
http:
paths:
- backend:
servic... | The Ingress "test-ffff" is invalid: spec.rules[0].http.paths[0].path: Invalid value: "^~/*.txt$": must be an absolute path | https://api.github.com/repos/kubernetes/kubernetes/issues/101322/comments | 5 | 2021-04-21T13:14:29Z | 2021-04-21T17:23:30Z | https://github.com/kubernetes/kubernetes/issues/101322 | 863,879,298 | 101,322 |
[
"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:
User notic... | Subdomain validation doesn't validate length of DNS labels | https://api.github.com/repos/kubernetes/kubernetes/issues/101321/comments | 11 | 2021-04-21T12:53:45Z | 2022-01-27T17:56:21Z | https://github.com/kubernetes/kubernetes/issues/101321 | 863,839,470 | 101,321 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
According to the official [kubernetes deployment docs][], the field `.spec.minReadySeconds` has the following definition:
>specifies the minimum number of seconds for which a newly created Pod should be ready without any of its containers crashing, for it to be considered available
When I c... | Field `minReadySeconds` forces some replicas to wait more than predefined threshold | https://api.github.com/repos/kubernetes/kubernetes/issues/101319/comments | 7 | 2021-04-21T12:45:05Z | 2023-11-22T18:31:27Z | https://github.com/kubernetes/kubernetes/issues/101319 | 863,828,082 | 101,319 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
#### Which jobs are failing:
ci-crio-cgroupv1-node-e2e-conformance
#### Which test(s) are failing:
ContainerLogPath
#### Since when has it been failing:
It was failing last week, then I di... | ContainerLogPath test fails on SELinux based system | https://api.github.com/repos/kubernetes/kubernetes/issues/101311/comments | 2 | 2021-04-21T09:43:01Z | 2021-04-21T16:31:17Z | https://github.com/kubernetes/kubernetes/issues/101311 | 863,678,699 | 101,311 |
[
"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:
https://kube... | Misnamed feature gate in API server help | https://api.github.com/repos/kubernetes/kubernetes/issues/101309/comments | 9 | 2021-04-21T08:41:43Z | 2021-05-01T21:30:00Z | https://github.com/kubernetes/kubernetes/issues/101309 | 863,598,834 | 101,309 |
[
"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 insta... | Change constants CoreDNSImageName | https://api.github.com/repos/kubernetes/kubernetes/issues/101300/comments | 11 | 2021-04-21T02:46:16Z | 2021-04-21T17:20:39Z | https://github.com/kubernetes/kubernetes/issues/101300 | 863,397,433 | 101,300 |
[
"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/
-->
- Related issue: https://github.com... | 'Source Code' heading is missing in CHANGELOG-1.xx.md | https://api.github.com/repos/kubernetes/kubernetes/issues/101298/comments | 2 | 2021-04-21T02:30:31Z | 2021-04-22T05:52:32Z | https://github.com/kubernetes/kubernetes/issues/101298 | 863,391,443 | 101,298 |
[
"kubernetes",
"kubernetes"
] | We have added an IDP called "lmiprod" to the EKS cluster with the following command and it has requiredClaims which specifies roles as a list and everyone in the list who has access prod role should be able to access the cluster and currently they are receiving the unauthorized error with requiredClaims but without tha... | Required claims does not support arrays and failing kubernetes auth with oidc - EKS | https://api.github.com/repos/kubernetes/kubernetes/issues/101291/comments | 7 | 2021-04-20T18:39:15Z | 2023-11-14T20:04:01Z | https://github.com/kubernetes/kubernetes/issues/101291 | 863,117,964 | 101,291 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Connection with Kubectl does not work over LoadBalancer
#### How to reproduce it (as minimally and precisely as possible):
Setup clean cluster, add all server to a vnet, create loadbalancer service out of k8s, connect to public load balancer ip:6443
#### Anything else we need to know?:
Hetz... | Connection with Kubectl does not work over LoadBalancer | https://api.github.com/repos/kubernetes/kubernetes/issues/101289/comments | 3 | 2021-04-20T18:24:57Z | 2021-04-20T18:53:45Z | https://github.com/kubernetes/kubernetes/issues/101289 | 863,105,463 | 101,289 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
kubectl --request-timeout=4 get nodes or cluster-info doesn't wait for 4 seconds before timing out. (Tried many values, same thing)
It waits for at least 20 seconds. Not sure why 20, or where it's configured.
#### What you expected to happen:
kubectl exiting with an error after 4 seconds.
... | kubectl commands don't respect timeout values on non-existent cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/101288/comments | 9 | 2021-04-20T17:53:37Z | 2021-09-20T20:01:58Z | https://github.com/kubernetes/kubernetes/issues/101288 | 863,077,722 | 101,288 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
the following images are using old client-go that would not work correctly starting 1.22+ if those images use in-cluster config(mounted service account token) to talk to kube-apiserver:
- k8s.gcr.io/addon-resizer
#### What you expected to happen:
if the above images use in-cluster config, ... | [sig-autoscaling] update client-go to 1.14+ in images | https://api.github.com/repos/kubernetes/kubernetes/issues/101286/comments | 6 | 2021-04-20T16:40:37Z | 2021-07-08T06:23:00Z | https://github.com/kubernetes/kubernetes/issues/101286 | 863,008,253 | 101,286 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
the following images are using old client-go that would not work correctly starting 1.22+ if those images use in-cluster config(mounted service account token) to talk to kube-apiserver:
- k8s.gcr.io/gke-node-termination-handler
#### What you expected to happen:
if the above images use in-c... | [sig-node] update client-go to 1.14+ in images | https://api.github.com/repos/kubernetes/kubernetes/issues/101285/comments | 10 | 2021-04-20T16:35:47Z | 2021-05-24T18:33:22Z | https://github.com/kubernetes/kubernetes/issues/101285 | 863,002,001 | 101,285 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
The default ... | GCE Windows with fluent-bit logging produces low quality structured logs to stackdriver. | https://api.github.com/repos/kubernetes/kubernetes/issues/101284/comments | 2 | 2021-04-20T16:28:06Z | 2021-04-28T02:06:49Z | https://github.com/kubernetes/kubernetes/issues/101284 | 862,994,894 | 101,284 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
the following images are using old client-go that would not work correctly starting 1.22+ if those images use in-cluster config(mounted service account token) to talk to kube-apiserver:
- ~k8s.gcr.io/k8s-dns-dnsmasq-nanny~
- ~k8s.gcr.io/k8s-dns-kube-dns~
- ~k8s.gcr.io/k8s-dns-sidecar~
- k8s.g... | [sig-network] update client-go to 1.14+ in images | https://api.github.com/repos/kubernetes/kubernetes/issues/101283/comments | 16 | 2021-04-20T16:23:32Z | 2021-04-29T22:03:29Z | https://github.com/kubernetes/kubernetes/issues/101283 | 862,991,130 | 101,283 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Issue #101279 revealed interesting behavior of kubelet - NodeUnpublish is called few hundred milliseconds **after** a pod is deleted from the API server.
The test:
1. It [writes some data to a PV/PVC](https://github.com/kubernetes/kubernetes/blob/c555b23f1c84bcdd1d87a7ae831675281f5c0c94/test/... | NodeUnpublish is called *after* a pod is deleted from API server | https://api.github.com/repos/kubernetes/kubernetes/issues/101281/comments | 11 | 2021-04-20T15:28:07Z | 2021-08-27T13:06:21Z | https://github.com/kubernetes/kubernetes/issues/101281 | 862,940,483 | 101,281 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
The volume snapshot controller tests can result in an empty VolumeSnapshot being taken if NodeUnstageVolume occurs after the VolumeSnapshot is taken. Previously there was a change made in Windows to ensure that NodeUnstageVolume finishes before continuing with the test; however, this needs to also ... | Data caching issue for snapshot tests | https://api.github.com/repos/kubernetes/kubernetes/issues/101279/comments | 2 | 2021-04-20T13:43:28Z | 2021-04-22T09:32:32Z | https://github.com/kubernetes/kubernetes/issues/101279 | 862,833,467 | 101,279 |
[
"kubernetes",
"kubernetes"
] | Increase in response time for the client | https://api.github.com/repos/kubernetes/kubernetes/issues/101278/comments | 3 | 2021-04-20T12:40:42Z | 2021-04-29T16:40:11Z | https://github.com/kubernetes/kubernetes/issues/101278 | 862,776,040 | 101,278 | |
[
"kubernetes",
"kubernetes"
] | #### Which jobs are flaking:
`pull-kubernetes-e2e-kind`
#### Which test(s) are flaking:
Different tests seem to randomly fail. Some examples:
- `[sig-network] KubeProxy should set TCP CLOSE_WAIT timeout [Privileged]` : `timed out waiting for the condition`
- `[sig-network] HostPort validates that there is ... | flaky pull-kubernetes-e2e-kind tests due to timeout | https://api.github.com/repos/kubernetes/kubernetes/issues/101275/comments | 24 | 2021-04-20T11:58:51Z | 2021-05-11T16:51:22Z | https://github.com/kubernetes/kubernetes/issues/101275 | 862,741,113 | 101,275 |
[
"kubernetes",
"kubernetes"
] | How to express "schedule my deployment pods on at least two nodes" with current schedule primitives.
If my deployment can have 10 pods, i want all of them to be scheduled on at least two nodes instead of only one node. I know this may result in Pending pods when there are no additional node is available. We need to ... | Express "schedule my deployment pods on at least two nodes" | https://api.github.com/repos/kubernetes/kubernetes/issues/101270/comments | 9 | 2021-04-20T06:07:01Z | 2021-04-20T13:54:02Z | https://github.com/kubernetes/kubernetes/issues/101270 | 862,449,438 | 101,270 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
Turn down or change kubelet logging about temporary CNI initialization errors.
#### Why is this needed:
CNI plugins write their configurations into /etc/cni/net.d/ when initialized. Often, this happens by a host networking daemonset initializing the node.
When kubelet is as... | Prevent kubelet from spewing errors about CNI initialization into the log before the CNI configs are written | https://api.github.com/repos/kubernetes/kubernetes/issues/101263/comments | 3 | 2021-04-20T00:08:29Z | 2021-06-24T20:56:55Z | https://github.com/kubernetes/kubernetes/issues/101263 | 862,153,115 | 101,263 |
[
"kubernetes",
"kubernetes"
] | I had create 3 node kubernetes cluster
1 Master
2 Worker Nodes
By mistake kube-proxy dockers and pod got deleted in one worker node, How to create kube-proxy docker and pod in one node again.
In first worker node below dockers are running...
,when a pod recreate, It is slow that volumes reattach to a new node(6min+, force detach time).
#### What you expected to happen:
volumes reattach to a new node normally.
#### additional:
adcontroller is stuck in GetAttachedVo... | It is slow that volumes reattach to a new node | https://api.github.com/repos/kubernetes/kubernetes/issues/101229/comments | 6 | 2021-04-19T06:23:18Z | 2021-09-16T08:08:24Z | https://github.com/kubernetes/kubernetes/issues/101229 | 860,943,882 | 101,229 |
[
"kubernetes",
"kubernetes"
] |
#### What happened:
Unable to allow kernel.shmmax & kernel.shmall in security context
#### What you expected to happen:
deinfe kernel.shmmax & kernel.shmall value for TimesTen POD.
#### Environment:
- Kubernetes version (use `kubectl version`):
kubectl version
Client Version: version.Info{Major:"1", Mi... | allowing kernel.shmmax & kernel.shmall for TimesTen db pod's in Kubernetes | https://api.github.com/repos/kubernetes/kubernetes/issues/101227/comments | 8 | 2021-04-19T04:09:25Z | 2021-06-25T07:10:28Z | https://github.com/kubernetes/kubernetes/issues/101227 | 860,875,415 | 101,227 |
[
"kubernetes",
"kubernetes"
] | #### Environment:
- Kubernetes version (1.2.1):
kind: KubeSchedulerConfiguration
apiVersion: kubescheduler.config.k8s.io/v1
bindTimeoutSeconds: 600
clientConnection:
burst: 200
kubeconfig: /opt/kubernetes/server/conf/kube-scheduler.kubeconfig
qps: 100
enableContentionProfiling: false
enableProfiling: ... | no kind "KubeSchedulerConfiguration" is registered for version "kubescheduler.config.k8s.io/v1" in scheme "k8s.io/kubernetes/pkg/scheduler/apis/config/scheme/scheme.go:30" | https://api.github.com/repos/kubernetes/kubernetes/issues/101222/comments | 5 | 2021-04-18T16:24:45Z | 2021-04-20T00:50:48Z | https://github.com/kubernetes/kubernetes/issues/101222 | 860,704,130 | 101,222 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
I want to ... | validatingwebhookconfigurations can't set ownerReferences | https://api.github.com/repos/kubernetes/kubernetes/issues/101220/comments | 10 | 2021-04-18T08:21:42Z | 2021-04-21T01:36:22Z | https://github.com/kubernetes/kubernetes/issues/101220 | 860,604,570 | 101,220 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
As stated in... | Pod in terminating state is still receiving requests | https://api.github.com/repos/kubernetes/kubernetes/issues/101219/comments | 3 | 2021-04-18T02:52:26Z | 2021-05-02T02:21:17Z | https://github.com/kubernetes/kubernetes/issues/101219 | 860,559,877 | 101,219 |
[
"kubernetes",
"kubernetes"
] | Current situation:
Container having apache2 shibboleth running on ports
Http: 8090
Https: 8443 self signed certificate
Image is running fine at local but when deployed to kubernetes I am getting error while accessing https service running on container.
Ingress is sending http plain request to https port
apiVersion... | 400 bad request http to https ingress not working | https://api.github.com/repos/kubernetes/kubernetes/issues/101216/comments | 11 | 2021-04-17T22:01:23Z | 2021-07-08T20:44:33Z | https://github.com/kubernetes/kubernetes/issues/101216 | 860,523,169 | 101,216 |
[
"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:
Calico is co... | network name is empty under network-status annotation | https://api.github.com/repos/kubernetes/kubernetes/issues/101214/comments | 8 | 2021-04-17T15:04:10Z | 2021-04-19T09:26:44Z | https://github.com/kubernetes/kubernetes/issues/101214 | 860,430,319 | 101,214 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
kubelet logs misleading `error` when volume limits
```
Sep 22 20:21:42 openshift-master-1 hyperkube[2866]: I0922 20:21:42.377120 2866 setters.go:773] Error getting volume limit for plugin kubernetes.io/azure-disk
```
#### What you expected to happen:
`info` not an `error`
| Error getting volume limit for plugin kubernetes.io/<name> in kubelet logs | https://api.github.com/repos/kubernetes/kubernetes/issues/101212/comments | 4 | 2021-04-17T12:59:40Z | 2021-11-14T11:26:52Z | https://github.com/kubernetes/kubernetes/issues/101212 | 860,405,288 | 101,212 |
[
"kubernetes",
"kubernetes"
] | Hi all,
I recently found out that adding more labels to a StatefulSet Pod template, and leaving the StatefulSet selector as is, doesn't result in an error. I wasn't expecting this behavior since the [API reference](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#statefulsetspec-v1-apps) says:
```... | StatefulSet selector does not strictly match Pod template labels | https://api.github.com/repos/kubernetes/kubernetes/issues/101204/comments | 5 | 2021-04-16T21:10:57Z | 2021-09-08T01:59:21Z | https://github.com/kubernetes/kubernetes/issues/101204 | 860,174,641 | 101,204 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Users are not able to view `endpointslices` by default as part of the `view` or `edit` roles like they are with `endpoints`
```
kubectl get endpointslices --as tougeron --as-group a6c13397-b9c1-49bb-ac56-f85879e75da1
Error from server (Forbidden): endpointslices.discovery.k8s.io is forbidden: ... | EndpointSlices are not part of the default view & edit roles | https://api.github.com/repos/kubernetes/kubernetes/issues/101202/comments | 3 | 2021-04-16T20:28:07Z | 2021-04-17T20:20:35Z | https://github.com/kubernetes/kubernetes/issues/101202 | 860,143,819 | 101,202 |
[
"kubernetes",
"kubernetes"
] | Hi, I want to fix some issues on command line tools references but i don't found the source of that.
How to solve command line tools references and trigger document auto-generation tool? | where to fix command line references? | https://api.github.com/repos/kubernetes/kubernetes/issues/101201/comments | 5 | 2021-04-16T20:00:27Z | 2021-04-18T14:06:53Z | https://github.com/kubernetes/kubernetes/issues/101201 | 860,124,369 | 101,201 |
[
"kubernetes",
"kubernetes"
] |
So we are using kustomize to patch a yaml file and with kubectl version 1.20.0 it works fine . the moment we use with kubectl 1.21 it gives the error
command executed
kubectl kustomize > test.yaml
```
Error: no matches for IdId ~G_v1_ServiceAccount|reloader|reloader-reloader; failed to find unique target for ... | Kubectl kustomize conundrum | https://api.github.com/repos/kubernetes/kubernetes/issues/101199/comments | 15 | 2021-04-16T17:57:31Z | 2021-06-23T17:31:12Z | https://github.com/kubernetes/kubernetes/issues/101199 | 860,051,715 | 101,199 |
[
"kubernetes",
"kubernetes"
] | #### Which jobs are failing:
pull-kubernetes-e2e-aks-engine-azure-disk-windows-dockershim
#### Which test(s) are failing:
AzureDisk CSI Driver End-to-End Tests: Pre-Provisioned [single-az] should create an inline volume by in-tree driver [kubernetes.io/azure-disk]
>
> /home/prow/go/src/sigs.k8s.io/azur... | [Failing Test] AzureDisk CSI Driver End-to-End Tests: Pre-Provisioned [single-az] should create an inline volume by in-tree driver | https://api.github.com/repos/kubernetes/kubernetes/issues/101196/comments | 7 | 2021-04-16T14:26:30Z | 2021-04-17T09:06:32Z | https://github.com/kubernetes/kubernetes/issues/101196 | 859,865,779 | 101,196 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Kubelet does not use the expected cgroup defined in `systemReservedCgroup` and `kubeReservedCgroup` when cgroup driver is set to systemd.
This always happen when cgroup path contains "-".
Here is key configuration
```yaml
cgroupDriver: systemd
enforceNodeAllocatable:
- pods
- kube-rese... | kubelet sometimes does not treat "systemReservedCgroup" and "kubeReservedCgroup" as fully qualified name | https://api.github.com/repos/kubernetes/kubernetes/issues/101189/comments | 11 | 2021-04-16T09:57:48Z | 2022-05-08T14:33:40Z | https://github.com/kubernetes/kubernetes/issues/101189 | 859,663,854 | 101,189 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
This test fails when OwnerReferencesPermissionEnforcement admission plugin is enabled:
`[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Generic Ephemeral-volume (default fs) (late-binding)] ephemeral should create read/write inline ephemeral volume`
After the test creates a pod... | Generic Ephemeral Volumes do not work with OwnerReferencesPermissionEnforcement admission plugin | https://api.github.com/repos/kubernetes/kubernetes/issues/101185/comments | 1 | 2021-04-16T08:58:42Z | 2021-04-20T16:06:46Z | https://github.com/kubernetes/kubernetes/issues/101185 | 859,617,524 | 101,185 |
[
"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:
Take one e2e... | e2e storage failed to run on ARM64, ppc64le | https://api.github.com/repos/kubernetes/kubernetes/issues/101182/comments | 4 | 2021-04-16T07:40:45Z | 2021-05-18T06:56:05Z | https://github.com/kubernetes/kubernetes/issues/101182 | 859,555,630 | 101,182 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
We'd like to add https://docs.microsoft.com/en-us/sysinternals/downloads/sync to the windows nodes
#### Why is this needed:
Discussed in https://github.com/kubernetes/kubernetes/pull/100377#discussion_r614367327, some storage e2e tests need the `sync` call to flush data to... | Add sync to the windows node for storage E2E tests | https://api.github.com/repos/kubernetes/kubernetes/issues/101172/comments | 13 | 2021-04-15T23:59:35Z | 2021-08-12T17:20:14Z | https://github.com/kubernetes/kubernetes/issues/101172 | 859,339,139 | 101,172 |
[
"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 GCE Windo... | GCE Windows VMs cannot install Kubernetes if they use cloud-platform scope. | https://api.github.com/repos/kubernetes/kubernetes/issues/101169/comments | 4 | 2021-04-15T23:33:35Z | 2021-04-16T00:44:22Z | https://github.com/kubernetes/kubernetes/issues/101169 | 859,327,541 | 101,169 |
[
"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: During an Eph... | Unexpected Pods (system-node-critical) Evicted During Ephemeral-Storage Pressure | https://api.github.com/repos/kubernetes/kubernetes/issues/101167/comments | 23 | 2021-04-15T23:03:00Z | 2021-11-22T22:49:53Z | https://github.com/kubernetes/kubernetes/issues/101167 | 859,315,194 | 101,167 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
What happened:
While EKS worke... | kube-proxy forwarding traffic to node that is being terminated | https://api.github.com/repos/kubernetes/kubernetes/issues/101165/comments | 7 | 2021-04-15T22:55:27Z | 2021-06-24T20:57:34Z | https://github.com/kubernetes/kubernetes/issues/101165 | 859,312,317 | 101,165 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
I wanted to test the new CSI migration feature. I followed the [vSphere CSI migration setup instructions](https://vsphere-csi-driver.sigs.k8s.io/features/vsphere_csi_migration.html) but after completing the steps, Pods that were previously using in-tree vSphere Cloud Provider would not come onlin... | Migrating In-tree to CSI results in failed to attach: exceeds size limit: VolumeId: max=128, size=132 | https://api.github.com/repos/kubernetes/kubernetes/issues/101153/comments | 11 | 2021-04-15T15:17:29Z | 2022-12-29T07:41:16Z | https://github.com/kubernetes/kubernetes/issues/101153 | 858,987,582 | 101,153 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
No `MissSchedule` event produced when a cron schedule is missed due to `startingDeadlineSeconds`.
#### What you expected to happen:
When a `CronJob` schedule is missed because of `startingDeadlineSeconds` I would expect the `MissSchedule` event to be produced per this [PR](https://github.co... | MissSchedule event will never be produced | https://api.github.com/repos/kubernetes/kubernetes/issues/101148/comments | 11 | 2021-04-15T13:51:13Z | 2024-02-09T03:14:50Z | https://github.com/kubernetes/kubernetes/issues/101148 | 858,903,066 | 101,148 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Deleting a pod via `kubectl delete pod [pod_name]` does not trigger the container preStop hooks.
#### What you expected to happen:
Execute preStop hooks when deleting a pod via kubectl.
#### How to reproduce it (as minimally and precisely as possible):
Delete a pod via `kubectl delet... | Deleting a pod does not trigger the container preStop hooks | https://api.github.com/repos/kubernetes/kubernetes/issues/101146/comments | 7 | 2021-04-15T13:13:25Z | 2021-09-14T23:45:31Z | https://github.com/kubernetes/kubernetes/issues/101146 | 858,868,388 | 101,146 |
[
"kubernetes",
"kubernetes"
] | We started a django project in the pod. When accessing http://apache/apitest, it will sleep for 20s and return the result. During the shutdowngracefully test, we found a problem. After we deleted the pod, we found that it took about 5s. Pod All internal network connections in the established state will also be disconne... | Encountered network problems when using shutdowngracefully | https://api.github.com/repos/kubernetes/kubernetes/issues/101143/comments | 14 | 2021-04-15T09:45:42Z | 2021-04-16T19:25:37Z | https://github.com/kubernetes/kubernetes/issues/101143 | 858,702,731 | 101,143 |
[
"kubernetes",
"kubernetes"
] | At a certain time zone, Network I/O is very high | https://api.github.com/repos/kubernetes/kubernetes/issues/101141/comments | 2 | 2021-04-15T09:34:22Z | 2021-04-21T12:37:53Z | https://github.com/kubernetes/kubernetes/issues/101141 | 858,693,241 | 101,141 | |
[
"kubernetes",
"kubernetes"
] | #### What happened:
I'm trying to pass two dollar sign in the args or env fields of a pod, but they are reduced to one dollar sign.
#### What you expected to happen:
The two dollar signs should be propagated to the container.
#### How to reproduce it (as minimally and precisely as possible):
1. Apply this pod... | Double dollar signs in a container's args or env section are incorrectly treated as escape characters | https://api.github.com/repos/kubernetes/kubernetes/issues/101137/comments | 9 | 2021-04-15T06:59:35Z | 2021-05-19T09:20:51Z | https://github.com/kubernetes/kubernetes/issues/101137 | 858,559,336 | 101,137 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
Refactor the names of `Scheduler`, `SchedulerAlgorithm`, and `genericScheduler` to something like:
`Scheduler`, `SchedulerAlgorithm`, and`SchedulerAlgorithmImpl`
#### Why is this needed:
I was reading the scheduler framework code and found out very confusing when reading the... | Scheduler Code Deep Cleanup: Scheduler, genericScheduler, and SchedulerAlgorithm | https://api.github.com/repos/kubernetes/kubernetes/issues/101135/comments | 19 | 2021-04-15T06:04:05Z | 2022-03-04T16:20:53Z | https://github.com/kubernetes/kubernetes/issues/101135 | 858,522,131 | 101,135 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
Protect secret from deletion while it is in-use.
It could be a similar feature to pv-protection/pvc-protection.
#### Why is this needed:
In the current k8s implementation, secret can be deleted while it is still used by other resources.
This will cause such issues that volu... | Protect secret from deletion while it is in-use | https://api.github.com/repos/kubernetes/kubernetes/issues/101130/comments | 7 | 2021-04-14T23:44:50Z | 2021-10-24T20:02:02Z | https://github.com/kubernetes/kubernetes/issues/101130 | 858,346,201 | 101,130 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
Failed add master in cluster multi master.
I following this document
https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/high-availability/#set-up-the-etcd-cluster
#### Which... | Error Stacked control plane and etcd nodes | https://api.github.com/repos/kubernetes/kubernetes/issues/101117/comments | 4 | 2021-04-14T15:53:24Z | 2021-04-14T20:42:21Z | https://github.com/kubernetes/kubernetes/issues/101117 | 858,034,264 | 101,117 |
[
"kubernetes",
"kubernetes"
] | <!-- Feature requests are unlikely to make progress as an issue.
How to Validate the Ingress resource and Validate the path
For Example
Host Path Backends
---- ---- --------
*
/wear wear-service:8080 10.244.1.3:8080)
/watch video-servic... | How to Validate the Ingress resource and Validate the path | https://api.github.com/repos/kubernetes/kubernetes/issues/101109/comments | 4 | 2021-04-14T13:09:24Z | 2021-04-14T20:43:17Z | https://github.com/kubernetes/kubernetes/issues/101109 | 857,883,013 | 101,109 |
[
"kubernetes",
"kubernetes"
] | I encountered the problem of service access high availability when the node fails. The customer requires service failover within 3s after the node fails. I think it is not a good practice to adjust the --node-monitor-grace-period and -–node-status-update-frequency parameters because it will bring more risks and cannot... | How to achieve failover within 3 seconds when accessing via service name (kube-proxy) When the node fails | https://api.github.com/repos/kubernetes/kubernetes/issues/101101/comments | 5 | 2021-04-14T09:55:47Z | 2021-04-14T20:44:38Z | https://github.com/kubernetes/kubernetes/issues/101101 | 857,730,965 | 101,101 |
[
"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:
https://pr... | staging/src/k8s.io/apiserver/pkg/server/filters Data race | https://api.github.com/repos/kubernetes/kubernetes/issues/101097/comments | 21 | 2021-04-14T08:51:08Z | 2022-04-01T20:41:22Z | https://github.com/kubernetes/kubernetes/issues/101097 | 857,676,296 | 101,097 |
[
"kubernetes",
"kubernetes"
] | Since the release of Kuberentes Version 1.20, PodPreset which was used to set the time zone in the specific namespace has been removed , so now,how can i set time zones for a group of PODS as easily as PodPreset? | How can I set the K8S container time zone in Version 1.20 | https://api.github.com/repos/kubernetes/kubernetes/issues/101091/comments | 10 | 2021-04-14T06:39:52Z | 2021-09-24T21:43:56Z | https://github.com/kubernetes/kubernetes/issues/101091 | 857,573,019 | 101,091 |
[
"kubernetes",
"kubernetes"
] | #### What would you like to be added:
Log out some warnings if a user accidentally specifies a weight parameter to a framework plugin that doesn't use weight at all.
#### Why is this needed:
The current Plugin struct looks like this:
```
type Plugin struct {
// Name defines the name of plugin
Name string
... | Log out warnings if user specify unused weight to scheduler framework plugins | https://api.github.com/repos/kubernetes/kubernetes/issues/101087/comments | 10 | 2021-04-14T02:03:59Z | 2021-07-14T05:57:20Z | https://github.com/kubernetes/kubernetes/issues/101087 | 857,451,950 | 101,087 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
We have both Kubernetes and Docker running in the same environment. cAdvisor is running as part of the kubelet binary. Kubernetes is using CRI-O as our CRI. Both `/var/lib/docker` and `/var/lib/containers` are backed by a ZFS file system.
cAdvisor is gathering metrics for the Docker CRI and exec... | Add a Kubelet configuration option to disable certain cAdvisor metrics | https://api.github.com/repos/kubernetes/kubernetes/issues/101079/comments | 18 | 2021-04-13T17:29:58Z | 2022-08-27T11:59:34Z | https://github.com/kubernetes/kubernetes/issues/101079 | 857,175,312 | 101,079 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Creating a CRD with broken converter webhook prevents GC controller from initialization, which breaks on informer sync. Additionally, this issue is not visible until gc controller restarts - dynamically added crd resources with non-working converter webhook do not break running GC.
#### What y... | Creating a CRD with broken converter webhook prevents GC controller from initialization | https://api.github.com/repos/kubernetes/kubernetes/issues/101078/comments | 24 | 2021-04-13T17:03:31Z | 2024-09-25T03:02:01Z | https://github.com/kubernetes/kubernetes/issues/101078 | 857,156,098 | 101,078 |
[
"kubernetes",
"kubernetes"
] | Currently the apiservers create an `Endpoints` object and an `EndpointSlice` object named "`kubernetes`", and ensure that those objects remain in sync with the actual set of running apiservers.
In particular, it _only_ ever looks at the `EndpointSlice` named "`kubernetes`", and not any other `EndpointSlice`s. This c... | apiserver endpointslice reconciler should be smarter about what slices it owns | https://api.github.com/repos/kubernetes/kubernetes/issues/101070/comments | 7 | 2021-04-13T13:41:41Z | 2021-12-09T14:42:31Z | https://github.com/kubernetes/kubernetes/issues/101070 | 856,975,048 | 101,070 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened: kubelet in v1... | kubelet in v1.21.0 cann't run in alpine system, tips: sh: kubelet: not found, maybe it's a build bug | https://api.github.com/repos/kubernetes/kubernetes/issues/101069/comments | 6 | 2021-04-13T13:27:46Z | 2021-04-14T20:47:12Z | https://github.com/kubernetes/kubernetes/issues/101069 | 856,962,457 | 101,069 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
In bare-metal IPv6 environment, any pod consuming `nfs` storage resource is not able to run.
``` Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal Scheduled 103s ... | [sig-storage] [Driver: nfs] bare-metal IPv6 environment, pods fail to mount nfs storage resources | https://api.github.com/repos/kubernetes/kubernetes/issues/101066/comments | 3 | 2021-04-13T10:33:48Z | 2021-05-02T03:58:00Z | https://github.com/kubernetes/kubernetes/issues/101066 | 856,826,586 | 101,066 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
We detected `startupProbe` behavior change in v1.21.0
Example:
POD has `startupProbe` and `livenessProbe` for some containers
**Behavior in v1.20.5:**
1. POD starts
2. startupProbe applied
3. if startupProbe success, then start checks for livenessProbe
4. POD working
5. livenessProbe ... | `startupProbe` behaviour changed in v1.21.0 | https://api.github.com/repos/kubernetes/kubernetes/issues/101064/comments | 10 | 2021-04-13T09:45:36Z | 2021-04-28T01:40:40Z | https://github.com/kubernetes/kubernetes/issues/101064 | 856,787,973 | 101,064 |
[
"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:
k8s-e2e-ltsc2019-containerd-flannel-sdnoverlay-master
#### Which test(s) are flaking:
[k8s.io] Container Lifecycle Hook when ... | HTTP Lifecycle hook tests flake on multinode clusters | https://api.github.com/repos/kubernetes/kubernetes/issues/101062/comments | 15 | 2021-04-13T09:25:17Z | 2021-08-12T17:19:49Z | https://github.com/kubernetes/kubernetes/issues/101062 | 856,770,527 | 101,062 |
[
"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 upgrade... | container runtime status check may not have completed yet, PLEG is not healthy | https://api.github.com/repos/kubernetes/kubernetes/issues/101056/comments | 16 | 2021-04-13T05:41:16Z | 2021-07-11T14:21:53Z | https://github.com/kubernetes/kubernetes/issues/101056 | 856,590,672 | 101,056 |
[
"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... | Any way to run different command in different securityContext? | https://api.github.com/repos/kubernetes/kubernetes/issues/101052/comments | 7 | 2021-04-13T03:24:41Z | 2021-04-16T20:48:45Z | https://github.com/kubernetes/kubernetes/issues/101052 | 856,530,394 | 101,052 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
The Cinder C... | The Cinder CSI volume formated by kubernetes is not mounted | https://api.github.com/repos/kubernetes/kubernetes/issues/101049/comments | 4 | 2021-04-13T02:26:48Z | 2021-04-13T06:35:56Z | https://github.com/kubernetes/kubernetes/issues/101049 | 856,507,677 | 101,049 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
We (Palantir) are in the process of upgrading our k8s stack from 1.19.5 to 1.20.5, and are noticing panics in the `ttl_controller` every so often of the kube-controller-manager. We run 3 of them, and alerting is fine and controller-managers are able to start, but eventually they'll fail at a rate o... | kube-controller-manager 1.20.5 ttl_controller panic when calling patchNodeWithAnnotation | https://api.github.com/repos/kubernetes/kubernetes/issues/101045/comments | 9 | 2021-04-13T00:37:10Z | 2021-05-07T12:04:00Z | https://github.com/kubernetes/kubernetes/issues/101045 | 856,463,270 | 101,045 |
[
"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 noticed t... | Empty pod containerStatuses.lastState field | https://api.github.com/repos/kubernetes/kubernetes/issues/101044/comments | 15 | 2021-04-13T00:08:21Z | 2025-02-11T22:53:27Z | https://github.com/kubernetes/kubernetes/issues/101044 | 856,449,109 | 101,044 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Im seeing peridic failures in a couple of tests which. i think dont have retries...:
```
[sig-network] Networking should provide unchanging, static URL paths for kubernetes api services
[sig-network] Networking should check kube-proxy urls
```
I think thats bc the timeout is 1s, and my... | Should we put a Wget retry into kube-proxy/apiserver endpoint tests? | https://api.github.com/repos/kubernetes/kubernetes/issues/101042/comments | 8 | 2021-04-12T20:47:29Z | 2021-11-21T21:47:00Z | https://github.com/kubernetes/kubernetes/issues/101042 | 856,348,371 | 101,042 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
In my scenar... | Can kubelet provide http-proxy to dockerd ? | https://api.github.com/repos/kubernetes/kubernetes/issues/101041/comments | 5 | 2021-04-12T18:31:56Z | 2021-11-26T16:25:14Z | https://github.com/kubernetes/kubernetes/issues/101041 | 856,236,959 | 101,041 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
I encountere... | "null" values are dropped from CustomResources | https://api.github.com/repos/kubernetes/kubernetes/issues/101036/comments | 16 | 2021-04-12T16:36:43Z | 2021-05-27T16:04:04Z | https://github.com/kubernetes/kubernetes/issues/101036 | 856,153,710 | 101,036 |
[
"kubernetes",
"kubernetes"
] | /kind feature
/sig node
As exec probe timeout [bug was fixed](https://github.com/kubernetes/enhancements/issues/1972), upgrade of k8s may lead to unexpected workload disruptions if the exec probe timeout is not corrected properly. Unfortunately there is no easy way today to guess which timeout should be set for the... | Create a duration metric for probes | https://api.github.com/repos/kubernetes/kubernetes/issues/101035/comments | 10 | 2021-04-12T16:18:33Z | 2022-07-29T20:17:13Z | https://github.com/kubernetes/kubernetes/issues/101035 | 856,139,269 | 101,035 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
When upgrading from v1.20.x->v1.20.y or -> v1.21.0 with multiple `InternalIP` items for dual-stack as;
```
# kubectl get node vm-001 -o json | jq .status.addresses
[
{
"address": "192.168.1.1",
"type": "InternalIP"
},
{
"address": "1000::1:c0a8:101",
"type": "Inter... | Change node.status.addresses to "atomic" (Dual-stack; log errors for multiple InternalIP items in Node objects) | https://api.github.com/repos/kubernetes/kubernetes/issues/101029/comments | 25 | 2021-04-12T13:16:36Z | 2022-01-06T23:12:01Z | https://github.com/kubernetes/kubernetes/issues/101029 | 855,966,891 | 101,029 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
`kubectl des... | kubectl describe endpointslice panic when an Endpoint doesn't have zone | https://api.github.com/repos/kubernetes/kubernetes/issues/101024/comments | 2 | 2021-04-12T10:29:38Z | 2021-04-30T00:07:58Z | https://github.com/kubernetes/kubernetes/issues/101024 | 855,825,237 | 101,024 |
[
"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-integration
#### Which test(s) are failing:
run_kubectl_diff_tests
#### Since when has it been failing:
https://prow.k8s.io/?job=pull-kubernete... | pull-kubernetes-integration: test-cmd: run_kubectl_diff_tests | https://api.github.com/repos/kubernetes/kubernetes/issues/101019/comments | 11 | 2021-04-12T08:08:11Z | 2021-04-14T04:08:43Z | https://github.com/kubernetes/kubernetes/issues/101019 | 855,685,442 | 101,019 |
[
"kubernetes",
"kubernetes"
] | ### What happened:
Cannot query the cluster.local domain (e.g. kubernetes.default.svc.cluster.local) from within the POD.
But querying with kubernetes.default works.
### What you expected to happen:
Should be able to resolve by querying the cluster.local domain.
### How to reproduce it (as minimally and precis... | cluster.local domain could not be resolved in POD. | https://api.github.com/repos/kubernetes/kubernetes/issues/101017/comments | 12 | 2021-04-12T07:51:23Z | 2021-04-15T20:36:43Z | https://github.com/kubernetes/kubernetes/issues/101017 | 855,669,273 | 101,017 |
[
"kubernetes",
"kubernetes"
] | ```
grep -nr '/enhancements/keps/' * | grep -v '^vendor' | grep -v '/README.md' | grep -v '.json' | grep -v '.pb.go' | grep -v '.proto' | grep -v 'generated'
```
- [ ] OWNERS_ALIASES:581: # conformance aliases https://git.k8s.io/enhancements/keps/sig-architecture/20190412-conformance-behaviors.md
#101009
- [x]... | [Umbrella] Fix KEP link | https://api.github.com/repos/kubernetes/kubernetes/issues/101008/comments | 23 | 2021-04-12T04:59:03Z | 2021-09-26T03:06:21Z | https://github.com/kubernetes/kubernetes/issues/101008 | 855,542,896 | 101,008 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
I'm writing a small bash script which generates some k8s resources in a namespace (other than `default`).
When using `kubectl create service clusterip my-service --namespace=xyz` to generate a service, the yaml which is generated does not include the defined namespace. I've also tried to move ar... | Namespace is not set when using kubectl to generate service | https://api.github.com/repos/kubernetes/kubernetes/issues/100995/comments | 3 | 2021-04-11T16:19:15Z | 2021-04-29T16:00:51Z | https://github.com/kubernetes/kubernetes/issues/100995 | 855,346,322 | 100,995 |
[
"kubernetes",
"kubernetes"
] | #### i have following command to verify the permissions of a service account "sa-name".
`kubectl auth can-i create deployment -n myns --as=system:serviceaccount:myns:sa-name`
#### What you expected to happen:
when i put wrong service account name, e.g instead of **sa-name** i put *any-name*. it should return fa... | Service account permission testing with --as return yes, even wrong sa name provided | https://api.github.com/repos/kubernetes/kubernetes/issues/100994/comments | 5 | 2021-04-11T12:57:06Z | 2021-04-23T14:45:03Z | https://github.com/kubernetes/kubernetes/issues/100994 | 855,300,715 | 100,994 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
kubeadm upgrade apply 1.21.0 failed on a cluster with 1.20.5. The new apiserver did not start.
#### What you expected to happen:
A successful upgrade.
#### How to reproduce it (as minimally and precisely as possible):
Enable the feature gate BlockVolume on a cluster with 1.20.5 and tr... | removal of the BlockVolume feature gate was not announced under "action required" | https://api.github.com/repos/kubernetes/kubernetes/issues/100988/comments | 12 | 2021-04-10T09:45:43Z | 2021-05-27T20:03:50Z | https://github.com/kubernetes/kubernetes/issues/100988 | 855,028,208 | 100,988 |
[
"kubernetes",
"kubernetes"
] | could you please let me know how to extract the cadvisor monitored metrics into a file. I need to perform analysis on the metrics | cAdvisor to extract the container metrics directly in a file format rather than than local host/UI display | https://api.github.com/repos/kubernetes/kubernetes/issues/100987/comments | 5 | 2021-04-10T09:26:47Z | 2021-06-24T05:31:07Z | https://github.com/kubernetes/kubernetes/issues/100987 | 855,024,923 | 100,987 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
`kubectl edi... | Can not rename CoreDNS service's TCP port name via kubectl edit | https://api.github.com/repos/kubernetes/kubernetes/issues/100984/comments | 10 | 2021-04-10T05:20:33Z | 2021-04-14T05:28:53Z | https://github.com/kubernetes/kubernetes/issues/100984 | 854,985,633 | 100,984 |
[
"kubernetes",
"kubernetes"
] | On Enabling Mutating/Validation Webhook (using Kubebuilder 2.3.2) for a CRD, apiserver throws internal server error.
Expectation was, apiserver would forward the request to the webhook.
Using this self-signed cert and issuer and webhooks:
```
---
apiVersion: cert-manager.io/v1alpha2
kind: Certificate
metadat... | Enabling Mutating/Validation webhook for a CRD makes apiserver to throw 500 internal server error | https://api.github.com/repos/kubernetes/kubernetes/issues/100982/comments | 4 | 2021-04-10T04:34:41Z | 2021-04-20T06:29:48Z | https://github.com/kubernetes/kubernetes/issues/100982 | 854,978,958 | 100,982 |
[
"kubernetes",
"kubernetes"
] | #### Which jobs are failing:
Both jobs are failing with the same error message.
pull-kubernetes-e2e-gce-ubuntu-containerd
gce-ubuntu-master-containerd
#### Which test(s) are failing:
Tests are not run as clusters fail to come up.
#### Since when has it been failing:
gce-ubuntu-master-containerd: Cluster cre... | [Failing Test] gce-ubuntu-containerd jobs failing | https://api.github.com/repos/kubernetes/kubernetes/issues/100978/comments | 5 | 2021-04-09T23:11:57Z | 2021-04-11T00:19:11Z | https://github.com/kubernetes/kubernetes/issues/100978 | 854,913,744 | 100,978 |
[
"kubernetes",
"kubernetes"
] | I have to run two CronJobs in Kubernetes (AWS-EKS) and I have below configuration. When I apply the template, only one CronJob is getting created. The one that gets created is always the second one. So it looks like the first one is getting overwritten by the second. I am unable to figure out what am I doing wrong.
``... | Kubernetes CronJob - Multiple CronJob configuration is not working | https://api.github.com/repos/kubernetes/kubernetes/issues/100974/comments | 4 | 2021-04-09T18:39:40Z | 2021-04-09T23:18:27Z | https://github.com/kubernetes/kubernetes/issues/100974 | 854,766,631 | 100,974 |
[
"kubernetes",
"kubernetes"
] | #### What happened: trying to deploy an ingress.yaml with kubectl apply -f ingress.yaml
got error: **no matches for kind "Ingress" in version "networking.k8s.io/v1"**
#### What you expected to happen:
#### How to reproduce it (as minimally and precisely as possible):
deploy an ingress.yaml:
```
apiVersion: ... | kubectl 1.21 no ingress | https://api.github.com/repos/kubernetes/kubernetes/issues/100971/comments | 5 | 2021-04-09T16:49:44Z | 2021-04-10T12:37:46Z | https://github.com/kubernetes/kubernetes/issues/100971 | 854,690,323 | 100,971 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
I success build high-availability k8s cluster include three master instance, When I destroy one master, the k8s cluster normal worker. When I destroy two master, the k8s cluster all the paralysis. Of this time, "LOAD_BALANCER_DNS:LOAD_BALANCER_PORT" is not connection. I not way recover the k8s ... | k8s cluster failure recovery | https://api.github.com/repos/kubernetes/kubernetes/issues/100967/comments | 4 | 2021-04-09T16:05:40Z | 2021-04-11T03:37:26Z | https://github.com/kubernetes/kubernetes/issues/100967 | 854,659,619 | 100,967 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
Ran winkernel kube-proxy in 1.21 (where `IPv6DualStack` is now enabled by default). It fails:
`F0408 17:17:11.043472 1316 server.go:489] unable to create proxier: unable to create ipv4 proxier: Could not find host mac address for 0.0.0.0, hostname: e2e-wmcow-bpfpl, clusterCIDR : 10.132.0.0/24... | winkernel kube-proxy problems when IPv6DualStack is enabled (ie, in 1.21) | https://api.github.com/repos/kubernetes/kubernetes/issues/100966/comments | 13 | 2021-04-09T15:14:20Z | 2021-07-16T03:30:09Z | https://github.com/kubernetes/kubernetes/issues/100966 | 854,616,551 | 100,966 |
[
"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 a dep... | Deployment unavailableReplicas field is only present when it is a non-zero value | https://api.github.com/repos/kubernetes/kubernetes/issues/100965/comments | 11 | 2021-04-09T14:46:00Z | 2022-04-21T09:34:13Z | https://github.com/kubernetes/kubernetes/issues/100965 | 854,592,671 | 100,965 |
[
"kubernetes",
"kubernetes"
] |
#### What happened:
kube-proxy is not creating HNS endpoints on Windows 2004 nodes (which is working on Windows 1809). It starts to log the following error:
```
I0409 13:34:04.778448 3560 service.go:421] Adding new service port "default/kubernetes:https" at 10.96.0.1:443/TCP
I0409 13:34:04.778448 3560 servi... | Win2004: kube-proxy is not creating HNS endpoints | https://api.github.com/repos/kubernetes/kubernetes/issues/100962/comments | 14 | 2021-04-09T13:01:30Z | 2021-06-10T20:08:58Z | https://github.com/kubernetes/kubernetes/issues/100962 | 854,503,841 | 100,962 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.21.md#default-container-labels is wrong as it says default label can be specified, but KEP and other lines of changelog mentions annotation.
#### What you expected to happen:
Changelog is correct and consistent about... | v1.21.0 changelog says "Default Container Labels" instead of "Default Container Annotations" | https://api.github.com/repos/kubernetes/kubernetes/issues/100961/comments | 3 | 2021-04-09T12:38:26Z | 2021-04-11T21:38:07Z | https://github.com/kubernetes/kubernetes/issues/100961 | 854,486,373 | 100,961 |
[
"kubernetes",
"kubernetes"
] | #### What happened:
While installation on Windows with PowerShell tool, the script tries to find the link to `kubectl.exe` at address `https://kubernetes.io/docs/tasks/tools/install-kubectl/` but the link is not there.
#### What you expected to happen:
Find the link to a file and install kubernetes :-)
#### How... | PowerShell install cannot find kubectl.exe at default link | https://api.github.com/repos/kubernetes/kubernetes/issues/100946/comments | 6 | 2021-04-09T07:21:42Z | 2021-04-22T16:46:58Z | https://github.com/kubernetes/kubernetes/issues/100946 | 854,246,285 | 100,946 |
[
"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:
https://gi... | FakeClientset cannot match subresources | https://api.github.com/repos/kubernetes/kubernetes/issues/100938/comments | 4 | 2021-04-09T05:27:55Z | 2021-06-04T09:25:26Z | https://github.com/kubernetes/kubernetes/issues/100938 | 854,174,252 | 100,938 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
#### What happened:
A CRD with t... | CRD structural schema validation doesn't allow having description on openAPIV3Schema.properties[metadata] | https://api.github.com/repos/kubernetes/kubernetes/issues/100933/comments | 10 | 2021-04-08T22:47:42Z | 2021-06-03T15:34:01Z | https://github.com/kubernetes/kubernetes/issues/100933 | 853,997,643 | 100,933 |
[
"kubernetes",
"kubernetes"
] | We have multiple K8S environments
Every K8S environment is behind a firewall, so there is no direct access to K8S api-server (except some privileged hosts)
During our investigation we found out, that the kubectl proxy command does not work, behind a reverse proxy, when the routing requests using the query path.
... | "kubectl proxy" not working behind a reverse proxy | https://api.github.com/repos/kubernetes/kubernetes/issues/100928/comments | 10 | 2021-04-08T21:20:31Z | 2021-09-08T15:44:07Z | https://github.com/kubernetes/kubernetes/issues/100928 | 853,929,456 | 100,928 |
[
"kubernetes",
"kubernetes"
] | Tested with kubernetes server+client versions of 1.19.3 and 1.20.0
```
apiVersion: batch/v1beta1
kind: CronJob
metadata:
name: hello
namespace: myjob
spec:
schedule: "* * 10 * *"
successfulJobsHistoryLimit: 0
failedJobsHistoryLimit: 1
jobTemplate:
spec:
template:
spec:
... | Cronjob's successfulJobsHistoryLimit has no effect when launching job by hand | https://api.github.com/repos/kubernetes/kubernetes/issues/100927/comments | 13 | 2021-04-08T16:11:27Z | 2021-11-12T13:21:19Z | https://github.com/kubernetes/kubernetes/issues/100927 | 853,631,686 | 100,927 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.