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"
] | `kubectl diff` and server-side dry-run are being promoted to stable features in 1.18.
Conformance should ensure that cloud providers support these features.
As a user, I expect `kubectl diff` to work, which requires that cloud providers [support dry-run by setting `sideEffects`](https://kubernetes.io/docs/referen... | Add kubectl diff and server-side dry-run to conformance | https://api.github.com/repos/kubernetes/kubernetes/issues/88905/comments | 4 | 2020-03-06T15:16:32Z | 2020-05-20T23:44:20Z | https://github.com/kubernetes/kubernetes/issues/88905 | 576,996,109 | 88,905 |
[
"kubernetes",
"kubernetes"
] | Hello,
We've been running some testing using the json-file logging driver in non-blocking mode on our Kube 1.15.5 environment and noticed some behaviors that are indicative of some of the core kubernetes components not honoring this setting. When we have run our negative use case testing by filling up a worker file... | Kube components not honoring non-blocking mode with logging driver | https://api.github.com/repos/kubernetes/kubernetes/issues/88904/comments | 3 | 2020-03-06T15:01:07Z | 2020-04-12T21:41:01Z | https://github.com/kubernetes/kubernetes/issues/88904 | 576,986,755 | 88,904 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Currently, CCM uses exponential backoff when failing to process a service change. It would be great if this behavior—not only the minimum and maximum delay values—could be adjusted if needed.
https://g... | Allow for more flexible retry logic with Cloud Controller Manager | https://api.github.com/repos/kubernetes/kubernetes/issues/88902/comments | 32 | 2020-03-06T14:22:09Z | 2023-05-02T08:52:13Z | https://github.com/kubernetes/kubernetes/issues/88902 | 576,963,428 | 88,902 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I've performed server-side apply on the `/status` subresource. e.g.
```PATCH https://127.0.0.1:32768/apis/kubecarrier.io/v1alpha1/namespaces/default/<<crd name>>/test/status?fieldManager=name```
The request body is the following for example:
```json
{"apiVersion":"...","kind":"...","met... | Server-side Apply: Ownership not tracked for status subresource | https://api.github.com/repos/kubernetes/kubernetes/issues/88901/comments | 9 | 2020-03-06T14:18:30Z | 2020-03-20T10:52:37Z | https://github.com/kubernetes/kubernetes/issues/88901 | 576,961,186 | 88,901 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
When using local volumes like this:
```
apiVersion: v1
kind: PersistentVolume
metadata:
name: pg-pv
spec:
capacity:
storage: 10Gi
volumeMode: Filesystem
accessModes:
- ReadWriteOnce
storageClassName: postgres-storageclass
local:
path: /db
node... | Allow user to get node where the local volume has been provisionned | https://api.github.com/repos/kubernetes/kubernetes/issues/88900/comments | 6 | 2020-03-06T13:17:38Z | 2020-10-21T14:10:15Z | https://github.com/kubernetes/kubernetes/issues/88900 | 576,925,360 | 88,900 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
When I run daemonset in the cluster, I encounter a problem that I can't realize the differential configuration between nodes。
For example, when I run a Java application, the memory of my nodes is different. For nodes with large memory, I w... | Differential operation of daemonset on each node | https://api.github.com/repos/kubernetes/kubernetes/issues/88898/comments | 6 | 2020-03-06T11:51:39Z | 2020-08-22T08:40:04Z | https://github.com/kubernetes/kubernetes/issues/88898 | 576,882,761 | 88,898 |
[
"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**:
StatefulSet d... | StatefulSet does not update the Pod image | https://api.github.com/repos/kubernetes/kubernetes/issues/88896/comments | 12 | 2020-03-06T10:22:04Z | 2021-01-28T20:15:41Z | https://github.com/kubernetes/kubernetes/issues/88896 | 576,834,612 | 88,896 |
[
"kubernetes",
"kubernetes"
] | KEP here: https://github.com/kubernetes/enhancements/blob/master/keps/sig-api-machinery/20200123-client-go-ctx.md | Refactor dynamic client to align API with new clientset APIs | https://api.github.com/repos/kubernetes/kubernetes/issues/88890/comments | 0 | 2020-03-06T05:26:28Z | 2020-03-06T21:17:56Z | https://github.com/kubernetes/kubernetes/issues/88890 | 576,707,094 | 88,890 |
[
"kubernetes",
"kubernetes"
] | Unfortunately, kube-apiserver accepts almost anything right now. It should continue to do so or an unknown number of clients will break due to a later seemingly benign "bug fix". | Add tests for DeleteOptions apiserver deserialization | https://api.github.com/repos/kubernetes/kubernetes/issues/88889/comments | 8 | 2020-03-06T05:24:58Z | 2020-08-07T23:09:21Z | https://github.com/kubernetes/kubernetes/issues/88889 | 576,706,665 | 88,889 |
[
"kubernetes",
"kubernetes"
] |
kubectl create is too limited. kubectl run gave a-lot flexibility in creating deployments and jobs via command-line. You can do very little with kubectl create without using a yaml file. In my opinion it was a very bad idea to deprecate kubectl run without having similar functionality with kubectl create.
**What w... | kubeclt create deployment too limited | https://api.github.com/repos/kubernetes/kubernetes/issues/88888/comments | 2 | 2020-03-06T04:45:48Z | 2020-03-06T05:00:11Z | https://github.com/kubernetes/kubernetes/issues/88888 | 576,695,492 | 88,888 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
We want to add another arg for `NodeResourcesFit` plugin that is `ignoredResourcePrefixes`.
**Why is this needed**:
We know that Kubernetes support [custom extended resource](https://kubernetes.io/doc... | add another arg for NodeResourcesFit plugin | https://api.github.com/repos/kubernetes/kubernetes/issues/88887/comments | 17 | 2020-03-06T04:07:57Z | 2020-07-09T12:04:12Z | https://github.com/kubernetes/kubernetes/issues/88887 | 576,684,761 | 88,887 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Update docs about initContainer or fix kubelet to run as docs says.
**Why is this needed**:
As this(https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#pod-restart-reasons) says:
```
... | No pod restart after updating initContainer image | https://api.github.com/repos/kubernetes/kubernetes/issues/88886/comments | 17 | 2020-03-06T03:46:10Z | 2021-03-31T18:35:22Z | https://github.com/kubernetes/kubernetes/issues/88886 | 576,678,627 | 88,886 |
[
"kubernetes",
"kubernetes"
] | my k8s version is 1.12 and 1.17
this is the failure message:
jobs.batch "testjob-v1" was not valid:
# * spec.template: Invalid value: core.PodTemplateSpec{ObjectMeta:v1.ObjectMeta{Name:"", GenerateName:"", Namespace:"", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:v1.Time{Time:time.Time{w... | kubectl edit job ,this conmmand can't edit job's the request and limit of cpu and memory | https://api.github.com/repos/kubernetes/kubernetes/issues/88884/comments | 3 | 2020-03-06T01:37:07Z | 2020-04-12T21:40:22Z | https://github.com/kubernetes/kubernetes/issues/88884 | 576,640,038 | 88,884 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**: ReadOnly mode for PersistentVolumes
**Why is this needed**: There are generally better options than HostPath PersistentVolumes for a real production use case, but they can still be useful in development. PVCs can't be restricted by type in PodSecurityPolicy, so it's tough to make... | Support read-only HostPath PersistentVolumes | https://api.github.com/repos/kubernetes/kubernetes/issues/88880/comments | 5 | 2020-03-06T00:55:00Z | 2020-08-03T03:11:55Z | https://github.com/kubernetes/kubernetes/issues/88880 | 576,627,835 | 88,880 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When parsing an audit webhook config file that errors (ca file does not exist), the apiserver will panic.
**What you expected to happen**:
Error gracefully with explanation to the error (ca authority does not exist).
**How to reproduce it (as minimally and precisely as possible)**:
```
$ et... | API Server: Panic when fail to load webhook config file | https://api.github.com/repos/kubernetes/kubernetes/issues/88878/comments | 1 | 2020-03-05T23:29:29Z | 2020-03-09T13:05:42Z | https://github.com/kubernetes/kubernetes/issues/88878 | 576,593,158 | 88,878 |
[
"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**: Created a HPA ... | HPA selector not respecting matchLabels or matchExpression targeting external Metric | https://api.github.com/repos/kubernetes/kubernetes/issues/88873/comments | 12 | 2020-03-05T20:22:43Z | 2022-06-28T13:20:47Z | https://github.com/kubernetes/kubernetes/issues/88873 | 576,508,574 | 88,873 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
A SystemOOM event was not reported even when the memory limit hit was the root cgroup memory limit.
**What you expected to happen**:
A SystemOOM event should have been reported.
**How to reproduce it (as minimally and precisely as possible)**:
Do not set `--system-reserved` or `--kube-... | SystemOOMs not reported for containers | https://api.github.com/repos/kubernetes/kubernetes/issues/88868/comments | 1 | 2020-03-05T18:27:31Z | 2020-03-18T02:27:55Z | https://github.com/kubernetes/kubernetes/issues/88868 | 576,448,514 | 88,868 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
**Which jobs are flaking**:
pull-kubernetes-e2e-gce
**Which test(s) are flaking**:
`[sig-node] Pods Extended [k8s.io] Pod Container Status should never report... | [Flaky test] [sig-node] Pods Extended [k8s.io] Pod Container Status should never report success for a pending container | https://api.github.com/repos/kubernetes/kubernetes/issues/88861/comments | 7 | 2020-03-05T17:22:49Z | 2020-03-09T00:55:35Z | https://github.com/kubernetes/kubernetes/issues/88861 | 576,413,234 | 88,861 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Spotted in kind e2e logs:
> Reason: KubeletNotReady, message: [runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:Network plugin returns error: cni plugin not initialized, Failed to initialize CSINodeInfo: error updating CSINode annotation: timed out waiting for th... | CSINodeInfo registration uses anonymous client initially | https://api.github.com/repos/kubernetes/kubernetes/issues/88859/comments | 8 | 2020-03-05T16:53:30Z | 2020-10-05T22:03:44Z | https://github.com/kubernetes/kubernetes/issues/88859 | 576,394,426 | 88,859 |
[
"kubernetes",
"kubernetes"
] | Recently merged PR (https://github.com/kubernetes/kubernetes/pull/87759#issuecomment-595279933) broke clusters brought up with only GA APIs+features.
See conformance test at https://testgrid.k8s.io/conformance-kind#conformance-ga-only
```
Mar 05 09:11:48 kind-control-plane kubelet[334]: E0305 09:11:48.647899 ... | CPU manager allocation NPE in GA-only clusters | https://api.github.com/repos/kubernetes/kubernetes/issues/88855/comments | 0 | 2020-03-05T15:58:58Z | 2020-03-06T04:05:15Z | https://github.com/kubernetes/kubernetes/issues/88855 | 576,358,328 | 88,855 |
[
"kubernetes",
"kubernetes"
] | I am trying to get kube-proxy to work on with my new ipv6 address, but not having to much luck...
**What happened**:
```
I0305 16:26:59.149609 27954 round_trippers.go:446] Response Status: 200 OK in 0 milliseconds
I0305 16:26:59.149618 27954 round_trippers.go:449] Response Headers:
I0305 16:26:59.149624 27... | Kube-proxy with ipv6 fails to start (error code 2) | https://api.github.com/repos/kubernetes/kubernetes/issues/88853/comments | 6 | 2020-03-05T15:40:18Z | 2020-03-05T20:53:17Z | https://github.com/kubernetes/kubernetes/issues/88853 | 576,344,351 | 88,853 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
The godoc for `VolumeSource` in `core/v1` marks the `CSI` source type as alpha, but is utilized in beta features like CSI ephemeral volumes [1].
**What you expected to happen**:
Features that are marked beta should utilize APIs that are marked beta or GA.
**How to reproduce it (as minimal... | CSI Volumes marked "Alpha", but utilized in beta features | https://api.github.com/repos/kubernetes/kubernetes/issues/88852/comments | 6 | 2020-03-05T15:30:14Z | 2020-10-13T14:49:59Z | https://github.com/kubernetes/kubernetes/issues/88852 | 576,337,448 | 88,852 |
[
"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 dele... | RS controller creates lots of pods more than expected | https://api.github.com/repos/kubernetes/kubernetes/issues/88851/comments | 5 | 2020-03-05T15:01:26Z | 2020-08-02T17:01:55Z | https://github.com/kubernetes/kubernetes/issues/88851 | 576,316,778 | 88,851 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
[Current external CSI tests](https://github.com/kubernetes/kubernetes/tree/master/test/e2e/storage/external) expect that pods can start in 5 minutes. This startup includes dynamic provisioning (if `WaitForFirstConsumer` is enabled), scheduling, volume attach and mount.
The tim... | Make CSI test suite timeouts configurable | https://api.github.com/repos/kubernetes/kubernetes/issues/88848/comments | 17 | 2020-03-05T13:58:47Z | 2022-11-04T19:06:47Z | https://github.com/kubernetes/kubernetes/issues/88848 | 576,272,889 | 88,848 |
[
"kubernetes",
"kubernetes"
] | we are using kubernetes 1.17 and implemented Startup Probes ... And reduced the failure Threshold of readiness and liveness probes ... after that the pods are going to crashed state ... is it the expected behaviour?
we saw that the startup probe is useful during the slow start of the containers..
we thought that ... | About Startup Probes | https://api.github.com/repos/kubernetes/kubernetes/issues/88912/comments | 16 | 2020-03-05T12:01:41Z | 2020-11-25T22:20:49Z | https://github.com/kubernetes/kubernetes/issues/88912 | 577,058,302 | 88,912 |
[
"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 want to ... | Create restricted podsecuritypolicy and use it with a service account in statefulset in specified ns | https://api.github.com/repos/kubernetes/kubernetes/issues/88843/comments | 13 | 2020-03-05T11:27:14Z | 2020-08-06T14:33:11Z | https://github.com/kubernetes/kubernetes/issues/88843 | 576,184,660 | 88,843 |
[
"kubernetes",
"kubernetes"
] | <!--
STOP -- PLEASE READ!
GitHub is not the right place for support requests.
If you're looking for help, check [Stack Overflow](https://stackoverflow.com/questions/tagged/kubernetes) and the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
You can also pos... | Does Kubernet's existing storage CSI plug-in meet my needs? | https://api.github.com/repos/kubernetes/kubernetes/issues/88836/comments | 5 | 2020-03-05T06:14:18Z | 2020-08-02T08:54:00Z | https://github.com/kubernetes/kubernetes/issues/88836 | 576,017,732 | 88,836 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Tried to deploy this resource with image tag **0.4.1**
```
apiVersion: apps/v1
kind: Deployment
metadata:
name: test-deployment
spec:
replicas: 2
selector:
matchLabels:
app: test-deployment
template:
metadata:
labels:
app: test-deployment
spec:
... | Container status showing different image from the image in spec | https://api.github.com/repos/kubernetes/kubernetes/issues/88835/comments | 7 | 2020-03-05T05:23:20Z | 2020-08-02T13:58:54Z | https://github.com/kubernetes/kubernetes/issues/88835 | 576,000,963 | 88,835 |
[
"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**:
**What you ... | Container status showing different image from the spec image | https://api.github.com/repos/kubernetes/kubernetes/issues/88834/comments | 3 | 2020-03-05T05:18:15Z | 2020-03-05T05:38:41Z | https://github.com/kubernetes/kubernetes/issues/88834 | 575,999,477 | 88,834 |
[
"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://git... | systemd specs should be in-repo | https://api.github.com/repos/kubernetes/kubernetes/issues/88832/comments | 17 | 2020-03-05T04:17:14Z | 2023-06-20T09:06:47Z | https://github.com/kubernetes/kubernetes/issues/88832 | 575,981,409 | 88,832 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added:**
storage/v1.CSINode is being introduced in 1.17 via PR #84814 . The storage version should switch to v1 in 1.19.
**Why is this needed:**
We need to wait until 1.19 to handle the HA upgrade case where a controller may be 1 version higher than the API server.
| Switch storage version to use v1.CSIDriver in 1.19 | https://api.github.com/repos/kubernetes/kubernetes/issues/88821/comments | 6 | 2020-03-04T22:38:56Z | 2020-08-02T00:45:56Z | https://github.com/kubernetes/kubernetes/issues/88821 | 575,843,154 | 88,821 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
I'd like to be able to run multiple out-of-tree cloud controller managers (CCMs) concurrently without conflict. That is, it should be possible to use resources like nodes and load balancers and have exactly one of many running CCMs handle them while others would ignore them.
*... | Support running multiple (out-of-tree) CCMs concurrently and conflict-free | https://api.github.com/repos/kubernetes/kubernetes/issues/88820/comments | 32 | 2020-03-04T21:11:51Z | 2022-06-30T16:18:19Z | https://github.com/kubernetes/kubernetes/issues/88820 | 575,777,167 | 88,820 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
On server-sid... | ensure server-side apply doesn't write to etcd if there are no changes | https://api.github.com/repos/kubernetes/kubernetes/issues/88816/comments | 13 | 2020-03-04T19:37:53Z | 2020-07-31T03:42:54Z | https://github.com/kubernetes/kubernetes/issues/88816 | 575,706,782 | 88,816 |
[
"kubernetes",
"kubernetes"
] | /kind feature
/sig storage
/sig api
PVC Data Sources have been in beta since 1.16 and should be ready to be promoted to GA in the 1.18 release.
KEP: https://github.com/kubernetes/enhancements/issues/989 | Promote VolumePVCDataSource to GA in 1.18 | https://api.github.com/repos/kubernetes/kubernetes/issues/88814/comments | 1 | 2020-03-04T17:47:44Z | 2020-03-04T21:19:07Z | https://github.com/kubernetes/kubernetes/issues/88814 | 575,617,326 | 88,814 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
I have 3 nodes ... | preferredDuringSchedulingIgnoredDuringExecution Anti-Affinity rule Doesn't fully distribute pods after `kubectl uncordon <NODE>` | https://api.github.com/repos/kubernetes/kubernetes/issues/88809/comments | 8 | 2020-03-04T14:35:48Z | 2020-08-08T22:27:29Z | https://github.com/kubernetes/kubernetes/issues/88809 | 575,452,183 | 88,809 |
[
"kubernetes",
"kubernetes"
] | I want to use kubemark to test the cluster. But when I wanna to install it by source code, in the step of compiling, the error occured as follows:
```bash
archlab@GG-135:~/gocode/src/k8s.io/kubernetes$ KUBE_BUILD_PLATFORMS=linux/amd64 make kubemark GOFLAGS=-v GOGCFLAGS="-N -l"
Makefile:1: *** missing separator. St... | Makefile:1: *** missing separator. Stop. | https://api.github.com/repos/kubernetes/kubernetes/issues/88808/comments | 11 | 2020-03-04T14:35:36Z | 2024-12-02T00:55:41Z | https://github.com/kubernetes/kubernetes/issues/88808 | 575,452,007 | 88,808 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
`release-test (pull-release-test)`
**Since when has it been failing**:
`4th Match 03:30 PST`
**Testgrid link**:
https://testgrid.k8s.io/sig-release-misc#release-test
**Reason for failure**:
```console
FAIL: //pkg/notes/document:go_default_test (see /root/.cache/bazel/_bazel_roo... | [Failing Test] release-test (pull-release-test) | https://api.github.com/repos/kubernetes/kubernetes/issues/88807/comments | 7 | 2020-03-04T14:28:47Z | 2020-03-04T14:53:44Z | https://github.com/kubernetes/kubernetes/issues/88807 | 575,446,373 | 88,807 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
`ci-release-anago-stage (ci-release-anago-stage)`
**Testgrid link**:
https://testgrid.k8s.io/sig-release-releng-informing#ci-release-anago-stage
**Reason for failure**:
```console
gcbmgr: BEGIN main on 61c75765-5e0e-11ea-8376-ea577b796c7a Wed Mar 4 11:52:17 UTC 2020
Checking req... | [Failing Test] ci-release-anago-stage (ci-release-anago-stage) | https://api.github.com/repos/kubernetes/kubernetes/issues/88804/comments | 1 | 2020-03-04T12:49:25Z | 2020-03-04T22:42:40Z | https://github.com/kubernetes/kubernetes/issues/88804 | 575,374,855 | 88,804 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
kube-apiserver is not exposing etcd_helper_* metrics since Kubernetes version 1.16.
**What you expected to happen**:
Two options:
1. Annotate the metric deprecation in the right CHANGELOG.md file.
2. Get working these metrics again.
**How to reproduce it (as minimally and precisely as ... | Missing etcd_helper_* metrics >=1.16 | https://api.github.com/repos/kubernetes/kubernetes/issues/88803/comments | 5 | 2020-03-04T12:44:57Z | 2021-06-04T00:56:36Z | https://github.com/kubernetes/kubernetes/issues/88803 | 575,372,148 | 88,803 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
`ci-k8sio-backup (ci-k8sio-backup)`
**Since when has it been failing**:
`3rd March 18:30 PST`
**Testgrid link**:
https://testgrid.k8s.io/sig-release-misc#ci-k8sio-backup
**Reason for failure**:
```console
2020/03/04 11:46:26 asia.gcr.io/k8s-artifacts-prod-bak/2020/03/04/11/kub... | [Failing Test] ci-k8sio-backup (ci-k8sio-backup) | https://api.github.com/repos/kubernetes/kubernetes/issues/88802/comments | 14 | 2020-03-04T12:26:19Z | 2020-03-19T09:24:29Z | https://github.com/kubernetes/kubernetes/issues/88802 | 575,360,903 | 88,802 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I am creating k8s jobs in GKE cluster from python script.
```
api_response = api_instance.create_namespaced_job(
body=job,
pretty=True,
namespace=self.MY_NAMESPACE)
```
And checking their status with API calls.
` api_response = api... | k8s job success, even script inside is failed | https://api.github.com/repos/kubernetes/kubernetes/issues/88800/comments | 1 | 2020-03-04T09:53:22Z | 2020-03-10T10:22:10Z | https://github.com/kubernetes/kubernetes/issues/88800 | 575,269,350 | 88,800 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
heapster should be completely removed from codebase.
**Why is this needed**:
heapster was deprecated in v1.11 and remove in v1.13.
https://github.com/kubernetes-retired/heapster/blob/master/docs/depr... | heapster has not been completely removed from codebase | https://api.github.com/repos/kubernetes/kubernetes/issues/88797/comments | 17 | 2020-03-04T08:22:17Z | 2021-10-11T14:42:49Z | https://github.com/kubernetes/kubernetes/issues/88797 | 575,217,600 | 88,797 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
While fixing ... | "NonResourceURLs" is a misnomer, it holds path prefixes | https://api.github.com/repos/kubernetes/kubernetes/issues/88795/comments | 6 | 2020-03-04T05:13:42Z | 2020-08-01T08:30:03Z | https://github.com/kubernetes/kubernetes/issues/88795 | 575,142,642 | 88,795 |
[
"kubernetes",
"kubernetes"
] | <!--
[root@com-kube-master ~]# docker ps -a | grep apise
b4e59303c8f3 k8s.gcr.io/pause:3.1 "/pause" 3 minutes ago Up 3 minutes k8s_P... | The connection to the server 10.190.67.31:6443 was refused - did you specify the right host or port? | https://api.github.com/repos/kubernetes/kubernetes/issues/88793/comments | 5 | 2020-03-04T02:22:20Z | 2020-04-12T21:39:20Z | https://github.com/kubernetes/kubernetes/issues/88793 | 575,089,237 | 88,793 |
[
"kubernetes",
"kubernetes"
] | How to get the command of interaction between user and pod after kubectl Exec?We want to monitor the interaction instructions between users and pod to prevent users from entering unsafe instructions, which will have a bad impact on the host. Is there any way to do this? Thank you for your help. | How to get the command of interaction between user and pod after kubectl Exec | https://api.github.com/repos/kubernetes/kubernetes/issues/88791/comments | 10 | 2020-03-04T01:50:32Z | 2021-04-12T09:49:06Z | https://github.com/kubernetes/kubernetes/issues/88791 | 575,079,958 | 88,791 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Add `SO_REUSEPORT` Linux socket option, when binding ports in `kube-apiserver`.
**Why is this needed**:
That will allow to run multiple instances of `kube-apiserver` on a single host, which makes boot... | Make kube-apiserver use SO_REUSEPORT to enable graceful bootstrapping and upgrades of self-hosted kube-apiserver | https://api.github.com/repos/kubernetes/kubernetes/issues/88785/comments | 13 | 2020-03-03T23:54:00Z | 2020-03-18T02:28:12Z | https://github.com/kubernetes/kubernetes/issues/88785 | 575,035,032 | 88,785 |
[
"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**:
Setup a kuber... | IPv6 dual stack: error log flooding when using "ipvs" mode in kube-proxy | https://api.github.com/repos/kubernetes/kubernetes/issues/88784/comments | 13 | 2020-03-03T23:42:31Z | 2020-03-10T19:43:38Z | https://github.com/kubernetes/kubernetes/issues/88784 | 575,031,138 | 88,784 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
We are usin... | Proxying websocket to http2 capable server failed with malformed response | https://api.github.com/repos/kubernetes/kubernetes/issues/88782/comments | 3 | 2020-03-03T23:09:18Z | 2020-03-06T16:43:25Z | https://github.com/kubernetes/kubernetes/issues/88782 | 575,019,151 | 88,782 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
When configur... | IPv6 dual stack: Failed to execute iptables-restore when using iptables mode with kube-proxy | https://api.github.com/repos/kubernetes/kubernetes/issues/88780/comments | 8 | 2020-03-03T22:31:41Z | 2020-03-04T18:48:34Z | https://github.com/kubernetes/kubernetes/issues/88780 | 574,997,776 | 88,780 |
[
"kubernetes",
"kubernetes"
] | If the kubelet Run method panics (e.g. https://github.com/kubernetes/kubernetes/pull/88915) Run gets called multiple times:
https://github.com/kubernetes/kubernetes/blob/cb3856042212fcc85ea12c95e5d17ab7f6c286c8/cmd/kubelet/app/server.go#L1131-L1134
That would start multiple goroutines calling relist() concurrent... | Panic in kubelet Run does not exit, creates multiple parallel Run goroutines | https://api.github.com/repos/kubernetes/kubernetes/issues/88779/comments | 26 | 2020-03-03T22:25:04Z | 2020-03-13T22:28:36Z | https://github.com/kubernetes/kubernetes/issues/88779 | 574,993,812 | 88,779 |
[
"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**:
Have been usi... | E0303: API Server unable to authenticate requests | https://api.github.com/repos/kubernetes/kubernetes/issues/88772/comments | 5 | 2020-03-03T19:24:32Z | 2022-05-09T07:34:38Z | https://github.com/kubernetes/kubernetes/issues/88772 | 574,887,253 | 88,772 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
kubelet pod... | Kublet calls to du can hang indefinitely | https://api.github.com/repos/kubernetes/kubernetes/issues/88767/comments | 8 | 2020-03-03T16:06:33Z | 2020-08-15T05:54:26Z | https://github.com/kubernetes/kubernetes/issues/88767 | 574,774,136 | 88,767 |
[
"kubernetes",
"kubernetes"
] | If a pod is created and then deleted quickly, volume teardown and the container runtime can race in a way that causes the container runtime to fail to start the container and then report an error. This is because the teardown and container start happen in parallel and cannot synchronize (container start is a call to t... | Volume teardown and container start can race while a pod is being deleted and report an error | https://api.github.com/repos/kubernetes/kubernetes/issues/88766/comments | 17 | 2020-03-03T15:50:31Z | 2024-11-02T21:30:02Z | https://github.com/kubernetes/kubernetes/issues/88766 | 574,763,175 | 88,766 |
[
"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've been abl... | Kubelet build fails with local golang installation | https://api.github.com/repos/kubernetes/kubernetes/issues/88764/comments | 27 | 2020-03-03T14:15:23Z | 2020-03-13T15:26:25Z | https://github.com/kubernetes/kubernetes/issues/88764 | 574,698,465 | 88,764 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are flaking**:
gce-cos-master-alpha-features
**Which test(s) are flaking**:
[sig-storage] CSI Volumes [Driver: pd.csi.storage.gke.io][Serial] [Testpattern: Dynamic PV (default fs)] provisioning should provision storage with snapshot data source [Feature:VolumeSnapshotDataSource]
**Testgrid link**:
... | GCE PD snapshot tests are flaky | https://api.github.com/repos/kubernetes/kubernetes/issues/88762/comments | 10 | 2020-03-03T13:55:10Z | 2020-03-05T17:08:52Z | https://github.com/kubernetes/kubernetes/issues/88762 | 574,685,036 | 88,762 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
After upgrading kubernetes cluster to v1.17.3 (from 1.14.6) my `kubectl set image xxx --v=9` command throws error `Error from server (NotFound): the server could not find the requested resource` because `apps` in `v1beta1` version does not exist and so request to ***xxx/apps/v1beta1/xxx*** returns 4... | [v1.7.3/linux/amd64] kubectl set uses API apps/v1beta1 even if its not present | https://api.github.com/repos/kubernetes/kubernetes/issues/88757/comments | 2 | 2020-03-03T11:15:17Z | 2020-03-03T14:56:01Z | https://github.com/kubernetes/kubernetes/issues/88757 | 574,594,693 | 88,757 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
It would be nice to have a advanced 'display' filed in the CRD's 'spec.names'
**Why is this needed**:
Often, the CRD 'kind' or 'singular' names are not enough to deeply display and describe a Custom Re... | Add 'display' filed to the CRD's 'spec.names' to be able advanced display capabilities | https://api.github.com/repos/kubernetes/kubernetes/issues/88756/comments | 5 | 2020-03-03T08:42:17Z | 2020-03-03T19:16:05Z | https://github.com/kubernetes/kubernetes/issues/88756 | 574,504,336 | 88,756 |
[
"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**:
custom seccom... | Seccomp custom profile no such file or directory | https://api.github.com/repos/kubernetes/kubernetes/issues/88755/comments | 2 | 2020-03-03T08:29:20Z | 2020-03-10T05:41:57Z | https://github.com/kubernetes/kubernetes/issues/88755 | 574,498,063 | 88,755 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
During execut... | Resource consumer controller does not respect configured dns domain | https://api.github.com/repos/kubernetes/kubernetes/issues/88752/comments | 10 | 2020-03-03T01:59:09Z | 2020-11-23T15:04:18Z | https://github.com/kubernetes/kubernetes/issues/88752 | 574,364,893 | 88,752 |
[
"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 get ... | kubectl get events does not show how long events are kept | https://api.github.com/repos/kubernetes/kubernetes/issues/88748/comments | 5 | 2020-03-02T22:19:54Z | 2020-04-12T21:39:45Z | https://github.com/kubernetes/kubernetes/issues/88748 | 574,286,360 | 88,748 |
[
"kubernetes",
"kubernetes"
] | I have been using `make bazel-test` locally for awhile now but recently it has started throwing:
```
ERROR: The project you're trying to build requires Bazel 0.23.2 (specified in /home/hekumar/redhat/kubernetes/.bazelversion), but it wasn't found in /usr/bin.
Bazel binaries for all official releases can be downl... | make bazel-test throws version error | https://api.github.com/repos/kubernetes/kubernetes/issues/88742/comments | 6 | 2020-03-02T19:32:34Z | 2020-06-22T17:04:08Z | https://github.com/kubernetes/kubernetes/issues/88742 | 574,197,027 | 88,742 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Support `kubectl scale --dry-run=server|client`.
**Why is this needed**:
Dry-running a `kubectl scale` command is helpful for validating that a scale request will succeed or fail.
The values `--dry... | Add --dry-run=server|client to kubectl scale | https://api.github.com/repos/kubernetes/kubernetes/issues/88740/comments | 3 | 2020-03-02T19:18:36Z | 2020-04-11T17:45:48Z | https://github.com/kubernetes/kubernetes/issues/88740 | 574,189,534 | 88,740 |
[
"kubernetes",
"kubernetes"
] | Recently, I tried to create an HPA object with an empty value for the `autoscaling.alpha.kubernetes.io/conditions` annotation and even though the response from apiserver is a 500, the object itself still got created (I verified this by querying for the key from the etcd). And since then `kubectl get/list hpa` calls are... | Missing validation for HPA annotation | https://api.github.com/repos/kubernetes/kubernetes/issues/88738/comments | 19 | 2020-03-02T19:08:06Z | 2020-04-09T21:15:49Z | https://github.com/kubernetes/kubernetes/issues/88738 | 574,183,787 | 88,738 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
https://k8s-testgrid.appspot.com/sig-storage-kubernetes#gce-alpha-features
These tests failed consistently:
```
[sig-storage] CSI Volumes [Driver: pd.csi.storage.gke.io][Serial] [Testpattern: Dynamic PV (block volmode)] provisioning should provision storage with snapshot data source [Feature:Vo... | Snapshot tests fail with block volumes | https://api.github.com/repos/kubernetes/kubernetes/issues/88726/comments | 3 | 2020-03-02T13:44:44Z | 2020-03-02T19:43:38Z | https://github.com/kubernetes/kubernetes/issues/88726 | 573,984,549 | 88,726 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Coredns failed to start in 1.17 deployment when it tried to retain a backed up Corefile with error message: Caddyfile via flag: open /etc/coredns/Corefile: no such file or directory
**What you expected to happen**:
Coredns starts normally with the backed-up Corefile
**How to reproduce it (as ... | Coredns fails to start if Corefile migration fails | https://api.github.com/repos/kubernetes/kubernetes/issues/88725/comments | 3 | 2020-03-02T13:34:28Z | 2020-03-18T02:27:19Z | https://github.com/kubernetes/kubernetes/issues/88725 | 573,978,183 | 88,725 |
[
"kubernetes",
"kubernetes"
] | **Feature where kubectl and oc (or any other distribution) commands can be used alternatively. Users can configure the kubectl in such way that it can accept other commands and automatically convert it.**
Each time we move from one orchestration service to another we have to learn the distribution-specific commands.... | Kubectl using OC commands | https://api.github.com/repos/kubernetes/kubernetes/issues/88724/comments | 5 | 2020-03-02T12:44:57Z | 2020-07-30T14:49:23Z | https://github.com/kubernetes/kubernetes/issues/88724 | 573,949,920 | 88,724 |
[
"kubernetes",
"kubernetes"
] | Kubernetes dashboard not accessible
I have changed Dashboard service from CLusterIP to NodePort. Because of the thsis, I am able to access Dashboard using url: <masternode_IP>:<Node_Port_assigned>
But this is working only in the master node.
When I try to access outside from a machine in the same LAN, I am ge... | Kubernetes service not accessible | https://api.github.com/repos/kubernetes/kubernetes/issues/88720/comments | 8 | 2020-03-02T10:13:04Z | 2020-04-02T22:56:58Z | https://github.com/kubernetes/kubernetes/issues/88720 | 573,863,155 | 88,720 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
https://github.com/kubernetes/kubernetes/blob/master/pkg/controller/job/job_controller.go#L61
In this code, I think `MaxJobBackOff` value in job_controller.go should be redefined when needed.
**Why is... | MaxJobBackOff value in job_controller.go should be redefined when needed. | https://api.github.com/repos/kubernetes/kubernetes/issues/88718/comments | 4 | 2020-03-02T08:37:48Z | 2020-06-03T13:25:06Z | https://github.com/kubernetes/kubernetes/issues/88718 | 573,804,379 | 88,718 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Set the time dynamically for the initialDelaySeconds parameter of the health check.
**Why is this needed**:
1. Different types of apps have different startup times;
2. Same type of apps have di... | Set the time dynamically for the initialDelaySeconds parameter of the health check | https://api.github.com/repos/kubernetes/kubernetes/issues/88711/comments | 6 | 2020-03-02T06:04:01Z | 2020-03-24T23:18:20Z | https://github.com/kubernetes/kubernetes/issues/88711 | 573,739,978 | 88,711 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
A new API resource to reference files, something like:
```yaml
apiVersion: apps/v1
kind: File
metadata:
name: promotheus-config-file
spec:
type: http
url: https://raw.githubusercontent.com/prometheus/prometheus/release-2.16/documentation/examples/prometheus.yml
dig... | New API Resource: File (or BinaryData) | https://api.github.com/repos/kubernetes/kubernetes/issues/88709/comments | 37 | 2020-03-01T20:09:08Z | 2024-01-19T02:09:12Z | https://github.com/kubernetes/kubernetes/issues/88709 | 573,606,673 | 88,709 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
`gce-cos-master-alpha-features (ci-kubernetes-e2e-gci-gce-alpha-features)`
**Which test(s) are failing**:
```
[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (block volmode)] provisioning should provision storage with snapshot data source [Feature:VolumeSnapsh... | [Failing Test] gce-cos-master-alpha-features (ci-kubernetes-e2e-gci-gce-alpha-features) | https://api.github.com/repos/kubernetes/kubernetes/issues/88707/comments | 11 | 2020-03-01T19:09:49Z | 2020-03-19T16:21:14Z | https://github.com/kubernetes/kubernetes/issues/88707 | 573,598,266 | 88,707 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
- Created an EKS cluster with Terraform
- Created a service with type `LoadBalancer`
- Deleted the created service
- Trying to delete the EKS cluster with Terraform failed due to an existing Security Group that had to be deleted manually
**What you expected to happen**:
When deleting the ... | ELB SecurityGroup of Kubernetes Service does not get delete after `kubectl delete -f service.yaml` | https://api.github.com/repos/kubernetes/kubernetes/issues/88701/comments | 7 | 2020-03-01T10:43:54Z | 2020-03-18T09:48:48Z | https://github.com/kubernetes/kubernetes/issues/88701 | 573,524,631 | 88,701 |
[
"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 applyi... | loadBalancerSourceRanges not properly applied using IPVS | https://api.github.com/repos/kubernetes/kubernetes/issues/88698/comments | 37 | 2020-02-29T23:53:13Z | 2021-01-14T19:33:10Z | https://github.com/kubernetes/kubernetes/issues/88698 | 573,433,371 | 88,698 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
> Pods sometime intermittently not connect to the external reachable system.
**What you expected to happen**:
> The application pod should always able to reachable to external reachable system.
**How to reproduce it (as minimally and precisely as possible)**:
> Install kubernetes versi... | 1.17.0: Pod sometime intermittently not connect to the external reachable system | https://api.github.com/repos/kubernetes/kubernetes/issues/88696/comments | 6 | 2020-02-29T14:29:07Z | 2020-04-12T21:38:33Z | https://github.com/kubernetes/kubernetes/issues/88696 | 573,304,907 | 88,696 |
[
"kubernetes",
"kubernetes"
] | Hello everyone,
I'm writing my custom cni plugin with bash . I successfully updated my configs and my nodes are on Ready state .
But I'm getting issue while connecting pod network namespace veth to the device interface with those commands :
```
$ ip link add $CNI_IFNAME type veth peer name $HOST_INTERFACE
``... | Custom CNI RTNETLINK answers: File exists Issue | https://api.github.com/repos/kubernetes/kubernetes/issues/88694/comments | 7 | 2020-02-29T13:39:39Z | 2020-03-06T00:17:12Z | https://github.com/kubernetes/kubernetes/issues/88694 | 573,297,568 | 88,694 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Constraints for scaling for pod set resources
**Why is this needed**:
Prevent pods set resources from being horizontally scaled to configurations which either do not make sense, are unsupported by the ... | Pod set resources provide replica count constraints | https://api.github.com/repos/kubernetes/kubernetes/issues/88692/comments | 6 | 2020-02-29T10:14:27Z | 2020-08-08T18:23:26Z | https://github.com/kubernetes/kubernetes/issues/88692 | 573,267,508 | 88,692 |
[
"kubernetes",
"kubernetes"
] | admin.conf compromise, how to generate a new admin.conf to replace the old admin.conf | https://api.github.com/repos/kubernetes/kubernetes/issues/88688/comments | 5 | 2020-02-29T07:27:25Z | 2020-03-03T18:30:20Z | https://github.com/kubernetes/kubernetes/issues/88688 | 573,233,053 | 88,688 | |
[
"kubernetes",
"kubernetes"
] | **What happened**:
- Create a PVC using a StorageClass with Retain policy and allowVolumeExpansion.
- Create a Pod to use the PVC. Check the filesystem size.
- Start volume expansion by modifying the PVC size. After PV and the associated volume is expanded to the new size, PVC size is unchanged and it is in Filesys... | Filesystem resize skipped if original PVC is deleted when FilesystemResizePending but PV is retained | https://api.github.com/repos/kubernetes/kubernetes/issues/88683/comments | 13 | 2020-02-29T02:46:13Z | 2021-03-09T19:05:18Z | https://github.com/kubernetes/kubernetes/issues/88683 | 573,123,093 | 88,683 |
[
"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**:
[sig-scheduling] SchedulerPreemption [Serial] PodTopologySpread Preemption validates proper pods are preempted
**Which test(s) ar... | [sig-scheduling] SchedulerPreemption [Serial] PodTopologySpread Preemption validates proper pods are preempted | https://api.github.com/repos/kubernetes/kubernetes/issues/88680/comments | 1 | 2020-02-29T01:33:05Z | 2020-03-03T08:17:39Z | https://github.com/kubernetes/kubernetes/issues/88680 | 573,097,136 | 88,680 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
## Proposal
Kubernetes scheduler component provides enhanced advanced scheduling configuration of required relationships between numbers of scheduled pods of different types within a given topologyKey th... | RFE: Pod Topology Spread Constraints enhancement (advanced scheduling) | https://api.github.com/repos/kubernetes/kubernetes/issues/88677/comments | 13 | 2020-02-29T00:12:49Z | 2020-08-03T00:09:08Z | https://github.com/kubernetes/kubernetes/issues/88677 | 573,075,727 | 88,677 |
[
"kubernetes",
"kubernetes"
] | I want to change the default IP address from 10.96.0.1 to another IP address. Where and exactly would I be able to do this?
Every help is appreciated.
sig/network | How do I change the default api-server ip address? | https://api.github.com/repos/kubernetes/kubernetes/issues/88672/comments | 4 | 2020-02-28T19:33:44Z | 2020-02-29T23:17:08Z | https://github.com/kubernetes/kubernetes/issues/88672 | 572,961,098 | 88,672 |
[
"kubernetes",
"kubernetes"
] | Hello,
I suggest deleting wildcards support from `kubectl cp`, recursion should suffice.
This functionality is not very well implemented, we are facing many bugs because of it (#88630 and #78854) .
Attempts to correct / reimplement it require major changes and can introduces security issues (path traversal, etc... | delete wildcards support from kubectl cp (buggy and not neccesary) | https://api.github.com/repos/kubernetes/kubernetes/issues/88670/comments | 6 | 2020-02-28T17:19:00Z | 2020-07-27T19:43:57Z | https://github.com/kubernetes/kubernetes/issues/88670 | 572,891,731 | 88,670 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
This issue is to add a feature to pass parameters to SnapshotClass in e2e test via `FromFile` option.
[Similar feature for StorageClass](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/storage/external/external.go#L64) already exists, and this feature is described as... | E2E storage: SnapshotClass needs FromFile to pass parameters | https://api.github.com/repos/kubernetes/kubernetes/issues/88668/comments | 1 | 2020-02-28T16:10:15Z | 2020-03-04T09:10:02Z | https://github.com/kubernetes/kubernetes/issues/88668 | 572,850,012 | 88,668 |
[
"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 you create... | Pulling/Extracting docker image continues after removing the pod | https://api.github.com/repos/kubernetes/kubernetes/issues/88662/comments | 20 | 2020-02-28T14:34:22Z | 2024-12-09T11:44:39Z | https://github.com/kubernetes/kubernetes/issues/88662 | 572,793,843 | 88,662 |
[
"kubernetes",
"kubernetes"
] | **Which jobs are failing**:
`gce-windows-2019-master (ci-kubernetes-e2e-windows-gce-2019)`
**Which test(s) are failing**:
```
[sig-cli] Kubectl client Guestbook application should create and stop a working application [Conformance]
```
**Testgrid link**:
https://testgrid.k8s.io/sig-release-master-informing#g... | [Failing Test] gce-windows-2019-master (ci-kubernetes-e2e-windows-gce-2019) | https://api.github.com/repos/kubernetes/kubernetes/issues/88659/comments | 10 | 2020-02-28T13:10:54Z | 2020-03-18T16:38:57Z | https://github.com/kubernetes/kubernetes/issues/88659 | 572,746,326 | 88,659 |
[
"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**:
kube-proxy ... | kube-proxy doesn't validate IPVS tcp, tcpfin and udp timeouts | https://api.github.com/repos/kubernetes/kubernetes/issues/88656/comments | 2 | 2020-02-28T11:04:00Z | 2020-03-02T22:50:17Z | https://github.com/kubernetes/kubernetes/issues/88656 | 572,685,085 | 88,656 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
The current documention explains what to do to define a pod to one of these classes: https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/. But nowhere is written what these clas... | Documentation: Explain Quality of Service classes | https://api.github.com/repos/kubernetes/kubernetes/issues/88651/comments | 8 | 2020-02-28T10:05:53Z | 2020-11-18T16:07:44Z | https://github.com/kubernetes/kubernetes/issues/88651 | 572,652,827 | 88,651 |
[
"kubernetes",
"kubernetes"
] | The IP address of the k8s master should be updated as we moved to a different network.How to update that instead of completely resetting the kubeadm. As there are many nodes, it is pathetic to join them again. | How to update k8s server IP address | https://api.github.com/repos/kubernetes/kubernetes/issues/88648/comments | 20 | 2020-02-28T07:05:44Z | 2021-03-05T22:59:43Z | https://github.com/kubernetes/kubernetes/issues/88648 | 572,568,689 | 88,648 |
[
"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**:
`ownerRefer... | Wrong ownerReferences.apiversion created by using kubectl create job --from=cronjob command | https://api.github.com/repos/kubernetes/kubernetes/issues/88645/comments | 4 | 2020-02-28T05:51:45Z | 2020-03-19T05:22:58Z | https://github.com/kubernetes/kubernetes/issues/88645 | 572,536,372 | 88,645 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
When I use ... | Use intree-rbd to expand pvc failed | https://api.github.com/repos/kubernetes/kubernetes/issues/88643/comments | 11 | 2020-02-28T03:50:45Z | 2020-06-11T07:37:16Z | https://github.com/kubernetes/kubernetes/issues/88643 | 572,502,683 | 88,643 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
When using sonobuoy to run some community tests, I realized that ginkgo was not invoked properly. More precisely, when invoking sonobuoy like this:
```
sonobuoy run --wait --kube-conformance-image-version v1.18.0-beta.0 --e2e-focus '\[Feature:NetworkPolicy\]' --e2e-skip '' --e2e-parallel y
```
I... | defaultFocus and serialTestsRegexp when building ginkgo command for conformance tests are incorrect | https://api.github.com/repos/kubernetes/kubernetes/issues/88640/comments | 2 | 2020-02-28T00:47:39Z | 2020-03-10T06:33:36Z | https://github.com/kubernetes/kubernetes/issues/88640 | 572,450,039 | 88,640 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Allow any custom resource to be the data source of a PVC.
**Why is this needed**:
See this KEP:
https://github.com/kubernetes/enhancements/blob/master/keps/sig-storage/20200120-generic-data-populators.md | Allow generic data sources | https://api.github.com/repos/kubernetes/kubernetes/issues/88635/comments | 1 | 2020-02-27T21:36:04Z | 2020-03-05T04:13:29Z | https://github.com/kubernetes/kubernetes/issues/88635 | 572,374,561 | 88,635 |
[
"kubernetes",
"kubernetes"
] | As noted in https://github.com/kubernetes/kubernetes/pull/88540, currently the `extender/v1` API in the scheduler is missing a couple things:
* internal version or conversion methods
* typemeta on objects
* json tags on types
Since we can't make these changes to the current version of the type without potentially... | Update scheduler extender API to be better defined | https://api.github.com/repos/kubernetes/kubernetes/issues/88634/comments | 22 | 2020-02-27T20:37:19Z | 2022-09-20T16:14:22Z | https://github.com/kubernetes/kubernetes/issues/88634 | 572,344,656 | 88,634 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Attempting to `kubectl cp` a directory of files from local machine to remote pod. One of the files inside the directory contains square brackets in the name (e.g. `broken[.txt`)
**What you expected to happen**:
File should appear in remote pod at `/tmp/test/broken[.txt`
**How to reproduce... | kubectl cp chokes on files with square brackets | https://api.github.com/repos/kubernetes/kubernetes/issues/88630/comments | 9 | 2020-02-27T19:43:51Z | 2020-12-01T17:00:48Z | https://github.com/kubernetes/kubernetes/issues/88630 | 572,313,895 | 88,630 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
We have a very structured test for testing the throughput to a service running on k8s.
The test is expected to drive a sustained message rate of 10,000 msg/sec (100 byte msg) to/from the service.
A successful run of the test is shown below.
 | https://api.github.com/repos/kubernetes/kubernetes/issues/88606/comments | 1 | 2020-02-27T07:45:36Z | 2020-04-23T19:32:07Z | https://github.com/kubernetes/kubernetes/issues/88606 | 571,884,195 | 88,606 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.