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 would you like to be added**: I would like the default for `terminationMessagePolicy` changed to `FallbackToLogsOnError`. **Background**: Quoting from the docs for `terminationMessagePolicy`: > Indicate how the termination message should be populated. `File` will use the contents of `terminationMessagePath...
terminationMessagePolicy: FallbackToLogsOnError should be the default
https://api.github.com/repos/kubernetes/kubernetes/issues/78570/comments
10
2019-05-31T08:35:52Z
2022-02-09T12:13:28Z
https://github.com/kubernetes/kubernetes/issues/78570
450,682,034
78,570
[ "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 container...
The container running permission under Ubuntu system is always root
https://api.github.com/repos/kubernetes/kubernetes/issues/78566/comments
4
2019-05-31T08:23:07Z
2019-08-29T13:39:04Z
https://github.com/kubernetes/kubernetes/issues/78566
450,677,008
78,566
[ "kubernetes", "kubernetes" ]
**What happened**: I started a Windows pod that specified `dnsConfig.searches` in the pod spec but that setting seemed to be silently ignored. Running: ``` kubectl logs hello-6ddb6d69b-87j87 ``` Gave: ``` Resolve-DnsName : dns : DNS name does not exist At line:1 char:17 + Start-Sleep 60; Resolve-DnsName -...
Windows pods don't support dnsConfig.searches
https://api.github.com/repos/kubernetes/kubernetes/issues/78565/comments
10
2019-05-31T08:10:18Z
2019-11-11T14:05:05Z
https://github.com/kubernetes/kubernetes/issues/78565
450,671,996
78,565
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: like NEXT-SCHEDULE in the response from $ kubectl get cronjob myJob **Why is this needed**: this can help us judge we cron schedule is right this issue like https://github.com/kubernetes/kubernet...
add the next run jobs time to CronJobStatus
https://api.github.com/repos/kubernetes/kubernetes/issues/78564/comments
29
2019-05-31T08:05:54Z
2024-07-30T09:01:10Z
https://github.com/kubernetes/kubernetes/issues/78564
450,670,334
78,564
[ "kubernetes", "kubernetes" ]
Forked from https://github.com/kubernetes/kubernetes/issues/76579 COS version was bumped in this PR: https://github.com/kubernetes/kubernetes/pull/75149 and that results in increased Memory usage of CoreDNS. In the meantime the new CoreDNS version was released which reduced by by 2-3x, so it's no longer that big de...
Bump of cos version results in increased usage of CoreDNS
https://api.github.com/repos/kubernetes/kubernetes/issues/78562/comments
20
2019-05-31T06:15:47Z
2019-09-05T13:24:11Z
https://github.com/kubernetes/kubernetes/issues/78562
450,632,694
78,562
[ "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**: Otherwise t...
kubelet eviction should respect pod QoS
https://api.github.com/repos/kubernetes/kubernetes/issues/78561/comments
6
2019-05-31T04:22:35Z
2019-08-30T09:59:24Z
https://github.com/kubernetes/kubernetes/issues/78561
450,608,477
78,561
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: re-inplement ipset util via native netlink socket **Why is this needed**: - Reduce resource usage overhead of launching a child process to improve ipset kube-proxy performance - Remove dependency ...
native netlink socket ipset util
https://api.github.com/repos/kubernetes/kubernetes/issues/78560/comments
4
2019-05-31T03:30:14Z
2019-06-29T00:34:02Z
https://github.com/kubernetes/kubernetes/issues/78560
450,598,630
78,560
[ "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.exe's...
memory leak in Windows kubelet
https://api.github.com/repos/kubernetes/kubernetes/issues/78555/comments
2
2019-05-31T00:21:49Z
2019-06-03T11:40:21Z
https://github.com/kubernetes/kubernetes/issues/78555
450,561,378
78,555
[ "kubernetes", "kubernetes" ]
See: https://github.com/kubernetes/kubernetes/pull/78505#discussion_r289214592 https://github.com/kubernetes/kubernetes/pull/78505#discussion_r289217169 cc @liggitt /assign /sig api-machinery
Clean up ObjectSelector wiring
https://api.github.com/repos/kubernetes/kubernetes/issues/78554/comments
11
2019-05-31T00:19:16Z
2020-04-05T19:38:52Z
https://github.com/kubernetes/kubernetes/issues/78554
450,560,845
78,554
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: A feature to assign a static egress source IP for packets from a pod to outside k8s cluster. **Why is this needed**: In k8s, egress traffic has its source IP translated (SNAT) to appear as the node IP when it leaves the cluster. However, there are many devices and software t...
Egress source IP support
https://api.github.com/repos/kubernetes/kubernetes/issues/78550/comments
7
2019-05-30T22:14:27Z
2019-11-10T23:18:55Z
https://github.com/kubernetes/kubernetes/issues/78550
450,530,218
78,550
[ "kubernetes", "kubernetes" ]
/cleanup /sig network /sig cloud-provider **What happened**: Ref https://github.com/kubernetes/kubernetes/pull/78410. We added e2e tests for service load balancer finalizer, but there are some places needed fixup. Specifically: - We should use constant for the finalizer instead of hardcoding it in the test. Ref ...
Fix-up service load balandcer finalizer e2e tests
https://api.github.com/repos/kubernetes/kubernetes/issues/78549/comments
18
2019-05-30T20:56:09Z
2020-06-29T23:54:43Z
https://github.com/kubernetes/kubernetes/issues/78549
450,502,593
78,549
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: I would like a method of seeing more clear data while tests are running, e.g.: - How many tests will be run, have been run, have passed, have failed, etc. - Name of the tests passed/failed/skipped **Why is this needed**: While a run is going we _only_ have the output from s...
Improved test progress reporting
https://api.github.com/repos/kubernetes/kubernetes/issues/78535/comments
6
2019-05-30T17:00:56Z
2019-11-11T22:46:08Z
https://github.com/kubernetes/kubernetes/issues/78535
450,408,308
78,535
[ "kubernetes", "kubernetes" ]
Slack discussion: https://kubernetes.slack.com/archives/C13J86Z63/p1556823569185700 Was also discussed in the code-organization sub project of sig-arch. Note from @timothysc : ``` TL;DR again I won't care if APIs are flushed out and promoted. Biggest ones are ComponentConfig. Till then, nope ```
Moving kubeadm out of k/k repository
https://api.github.com/repos/kubernetes/kubernetes/issues/78534/comments
47
2019-05-30T16:56:43Z
2024-11-05T16:11:00Z
https://github.com/kubernetes/kubernetes/issues/78534
450,406,553
78,534
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: In Container spec, add an `imageFrom` field (similar to `envFrom`) so the image name can be set by updating a config map value referenced in this field. **Why is this needed**: It's a bad practice to use the same image name for different image versions, but it's also a poor...
Get image name from ConfigMap
https://api.github.com/repos/kubernetes/kubernetes/issues/78531/comments
9
2019-05-30T16:10:04Z
2020-05-25T03:57:37Z
https://github.com/kubernetes/kubernetes/issues/78531
450,384,491
78,531
[ "kubernetes", "kubernetes" ]
**What happened**: when running `hack/update-bazel.sh` integration tags were missing on `BUILD` files **What you expected to happen**: add the needed tags on test/integration `BUILD` files **How to reproduce it (as minimally and precisely as possible)**: add an integration test package under `test/integratio...
hack/update-bazel doesn't add integration tags
https://api.github.com/repos/kubernetes/kubernetes/issues/78527/comments
5
2019-05-30T15:24:08Z
2019-06-28T17:03:39Z
https://github.com/kubernetes/kubernetes/issues/78527
450,363,245
78,527
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: pull-kubernetes-integration **Which test(s) are failing**: TestStressingCascadingDeletion **Since when has it been failing**: Intermittently https://storage.googleapis.com/k8s-gubernator/triage/index.html?pr=1&test=TestStressingCascadingDeletion **Reason for failure**: **Anyt...
TestStressingCascadingDeletion flakes
https://api.github.com/repos/kubernetes/kubernetes/issues/78525/comments
15
2019-05-30T15:10:39Z
2020-03-10T08:18:57Z
https://github.com/kubernetes/kubernetes/issues/78525
450,356,447
78,525
[ "kubernetes", "kubernetes" ]
**What happened**: Some of the Azure CSI translation checks in `TranslateInTreePVToCSI` and `TranslateInTreeInlineVolumeToCSI` needs to perform NPE checks for pointer based fields as pointed out in https://github.com/kubernetes/kubernetes/pull/77703#pullrequestreview-243797085 and https://github.com/kubernetes/kuberne...
Need nil checks for Azure CSI translation checks
https://api.github.com/repos/kubernetes/kubernetes/issues/78524/comments
6
2019-05-30T15:00:29Z
2019-09-30T20:09:19Z
https://github.com/kubernetes/kubernetes/issues/78524
450,351,613
78,524
[ "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 PVC ...
StorageOS volumes do not register as mounted in StorageOS API
https://api.github.com/repos/kubernetes/kubernetes/issues/78517/comments
0
2019-05-30T12:28:45Z
2019-06-04T21:33:51Z
https://github.com/kubernetes/kubernetes/issues/78517
450,282,948
78,517
[ "kubernetes", "kubernetes" ]
Sample environment: DC Cluster [zone-a] (Cluster) Host1 (Host) DS1 (Datastore) Host2 DS2 Host3 DS3 With a node running under each host, PVC is created with StorageClass having allowedTopologies=zone-a. **What happened**: The volume creation might succeed on o...
In zoned environment, vSphere Cloud Provider might incorrectly succeed in volume creation though no shared datastore is available within the zone
https://api.github.com/repos/kubernetes/kubernetes/issues/78514/comments
1
2019-05-30T11:11:00Z
2019-08-15T18:06:36Z
https://github.com/kubernetes/kubernetes/issues/78514
450,254,666
78,514
[ "kubernetes", "kubernetes" ]
When I config the multiple cluster ,user,context , I facing an error when run command `kubectl --context=devcontext get pod` like below: Error from server (Forbidden): pods is forbidden: User "kubernetes" cannot list pods in the namespace "default" My k8s config like below: <img width="773" alt="image" src="http...
kubernets multiple cluster configuration issue.
https://api.github.com/repos/kubernetes/kubernetes/issues/78511/comments
2
2019-05-30T08:31:43Z
2019-06-10T01:44:40Z
https://github.com/kubernetes/kubernetes/issues/78511
450,192,233
78,511
[ "kubernetes", "kubernetes" ]
As pointed out by @liggitt in https://github.com/kubernetes/kubernetes/pull/78080#issuecomment-497203350 we don't require webhook names be unique within their configuration. We need to give them stable ids. /sig api-machinery
Admission Webhook Names are not guaranteed to be unique within their configuration
https://api.github.com/repos/kubernetes/kubernetes/issues/78510/comments
1
2019-05-30T05:50:42Z
2019-07-12T00:01:35Z
https://github.com/kubernetes/kubernetes/issues/78510
450,142,131
78,510
[ "kubernetes", "kubernetes" ]
a
a
https://api.github.com/repos/kubernetes/kubernetes/issues/78508/comments
5
2019-05-30T02:16:20Z
2019-12-18T04:49:15Z
https://github.com/kubernetes/kubernetes/issues/78508
450,097,372
78,508
[ "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**: Defaulter-gen...
Defaulter-gen doesn't overwrite generated file if the file already exists
https://api.github.com/repos/kubernetes/kubernetes/issues/78499/comments
16
2019-05-29T21:10:16Z
2021-02-08T05:01:31Z
https://github.com/kubernetes/kubernetes/issues/78499
450,022,049
78,499
[ "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 client...
OIDC cache returns old token even after the expiration of refresh token in k8s go-client oidc auth provider
https://api.github.com/repos/kubernetes/kubernetes/issues/78494/comments
20
2019-05-29T19:42:50Z
2023-09-26T09:14:53Z
https://github.com/kubernetes/kubernetes/issues/78494
449,987,242
78,494
[ "kubernetes", "kubernetes" ]
I am facing issues in creating a PVC in a different namespace and attaching it to PV.
PVC not getting binded to PV in different namespace
https://api.github.com/repos/kubernetes/kubernetes/issues/78492/comments
3
2019-05-29T19:37:12Z
2019-05-30T06:25:36Z
https://github.com/kubernetes/kubernetes/issues/78492
449,985,109
78,492
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **Why is this needed**: Today the struct lives here: https://github.com/kubernetes/kubernetes/blob/8765fa2e48974e005ad16e65cb5c3acf5acff17b/staging/src/k8s.io/legacy-cloud-providers/gce/gce.go#L155 But the struct used to parse /etc/gce.c...
GCP Cloud Provider - Move ConfigGlobal struct to a separate repo
https://api.github.com/repos/kubernetes/kubernetes/issues/78489/comments
5
2019-05-29T18:19:51Z
2020-01-03T19:22:21Z
https://github.com/kubernetes/kubernetes/issues/78489
449,953,135
78,489
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Ability to define current-context (that currently resides in kubeconfig) in another location. **Why is this needed**: When using Kubernetes with multiple contexts, and multiple files, the current-context value can be confusing. Consider the config files `config-one` and `con...
Proposal: Ability to define current-context elsewhere
https://api.github.com/repos/kubernetes/kubernetes/issues/78488/comments
4
2019-05-29T17:58:01Z
2019-10-26T20:25:48Z
https://github.com/kubernetes/kubernetes/issues/78488
449,943,955
78,488
[ "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 tried usi...
Could not create route for hollow node in kubemark
https://api.github.com/repos/kubernetes/kubernetes/issues/78483/comments
7
2019-05-29T15:55:18Z
2020-10-21T07:21:52Z
https://github.com/kubernetes/kubernetes/issues/78483
449,890,077
78,483
[ "kubernetes", "kubernetes" ]
We should split metrics exposed from apiserver on code as well. E.g. the fact that 99% of requests are responded very quickly is not that interesting if those 99% are 429s. I'm not quite sure we want to have buckets for each error code, or each error code class (2xx, 3xx, 4xx, 5xx). Ones that I'm interested in are 2xx....
Split apiserver latency metrics on return code.
https://api.github.com/repos/kubernetes/kubernetes/issues/78481/comments
28
2019-05-29T13:14:14Z
2021-12-02T09:59:00Z
https://github.com/kubernetes/kubernetes/issues/78481
449,801,311
78,481
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Pod use cni c...
CNI fails when ipv6 is disabled
https://api.github.com/repos/kubernetes/kubernetes/issues/78480/comments
13
2019-05-29T13:07:29Z
2019-06-17T10:38:11Z
https://github.com/kubernetes/kubernetes/issues/78480
449,797,733
78,480
[ "kubernetes", "kubernetes" ]
**What happened**: I started a Windows pod that ran a command that made DNS requests. The initial DNS request(s) that it made timed out, and then DNS suddenly started working without me doing anything. Once DNS started working it was stable, and these results were repeatable across pod restarts, leading me to conc...
Windows pods don't have DNS networking when they start running
https://api.github.com/repos/kubernetes/kubernetes/issues/78479/comments
16
2019-05-29T12:58:56Z
2020-06-19T14:51:53Z
https://github.com/kubernetes/kubernetes/issues/78479
449,793,226
78,479
[ "kubernetes", "kubernetes" ]
**What happened**: The name of an arbitrarily supplied URL parameter is copied into the HTML document as plain text between tags. The payload cfk88<script>alert(1)</script>y9rri was submitted in the name of an arbitrarily supplied URL parameter. This input was echoed unmodified in the application's response. This...
Cross Site Scripting (Reflected) vulnerability in kube-apiserver proxy
https://api.github.com/repos/kubernetes/kubernetes/issues/78467/comments
15
2019-05-29T07:17:55Z
2021-02-18T15:33:52Z
https://github.com/kubernetes/kubernetes/issues/78467
449,637,774
78,467
[ "kubernetes", "kubernetes" ]
client-go verison is 9.0.0 1. get endpoints use CoreV1 from api server is ok, set timeout 5s 2. apply iptables rule `sudo iptables -A INPUT -s k8scluter -p tcp -j REJECT --reject-with tcp-reset` 3. wait about 15s 4. remove iptables rule after that, client-go can't communicate with api-server, always get `Get...
API client can't recover when tcp-reset happens
https://api.github.com/repos/kubernetes/kubernetes/issues/82428/comments
8
2019-05-29T03:05:30Z
2020-06-26T02:59:26Z
https://github.com/kubernetes/kubernetes/issues/82428
490,393,460
82,428
[ "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**: Running "go t...
Cannot run go tests in legacy-cloud-provider/gce
https://api.github.com/repos/kubernetes/kubernetes/issues/78456/comments
9
2019-05-28T22:45:36Z
2019-05-29T04:47:13Z
https://github.com/kubernetes/kubernetes/issues/78456
449,510,411
78,456
[ "kubernetes", "kubernetes" ]
**What happened**: I think this causes no problem for now but it seems to me [`labelsMatch`](https://github.com/kubernetes/kubernetes/blob/4fed75302a869c1c633e482af5e9d5fa3966fba6/staging/src/k8s.io/apiserver/pkg/admission/metrics/testutil_test.go#L26) method has wrong logic because it returns true if there is no comm...
`labelsMatch` method for admission metrics tests has wrong logic
https://api.github.com/repos/kubernetes/kubernetes/issues/78454/comments
15
2019-05-28T21:18:08Z
2020-04-28T14:28:00Z
https://github.com/kubernetes/kubernetes/issues/78454
449,482,059
78,454
[ "kubernetes", "kubernetes" ]
**What happened**: When I open a large number (in the 100s) of concurrent long-running HTTP requests against a port-forwarded pod that is running on GKE 1.13.6-gke.0 which I then interrupt/cancel, I observe timeout errors being reported by `kubectl port-forward pod/[pod_name] 8000:8000`. Eventually, the forwarded port...
kubectl port-forward doesn't properly recover from interrupted connection errors
https://api.github.com/repos/kubernetes/kubernetes/issues/78446/comments
57
2019-05-28T14:42:47Z
2024-10-23T23:01:39Z
https://github.com/kubernetes/kubernetes/issues/78446
449,311,244
78,446
[ "kubernetes", "kubernetes" ]
On some systems, iptables-save outputs the following warning to stderr: ``` # Warning: iptables-legacy tables present, use iptables-legacy-save to see them ``` Note that the error message includes a newline. Because kube-proxy captures both stdout and stderr when calling `iptables-save`, the newline might ca...
kube-proxy panics when parsing iptables-save output
https://api.github.com/repos/kubernetes/kubernetes/issues/78443/comments
8
2019-05-28T12:41:09Z
2019-06-01T06:23:01Z
https://github.com/kubernetes/kubernetes/issues/78443
449,246,477
78,443
[ "kubernetes", "kubernetes" ]
I want to start a Pod after checking some service is running already.But I try many methods but can't make it. Here is my yaml file: ``` apiVersion: v1 kind: Pod metadata: name: myweb labels: name: myweb namespace: edl spec: containers: - name: myweb image: kubeguide/tomcat-app:v1 po...
Dose it support multiple commands in readiness health check
https://api.github.com/repos/kubernetes/kubernetes/issues/78436/comments
12
2019-05-28T11:36:10Z
2023-02-06T17:20:28Z
https://github.com/kubernetes/kubernetes/issues/78436
449,218,941
78,436
[ "kubernetes", "kubernetes" ]
Currently there are a lot of dependencies that we use picked from random SHA(s). There's a script that computes newer dependencies based on newer released versions/tags at: https://gist.github.com/dims/c0857b86441442b15852a4c2355db130#file-gomod_staleness-py The script generates a github markdown table, we look thr...
Ensure that go.mod uses vendored dependencies with release tags
https://api.github.com/repos/kubernetes/kubernetes/issues/78434/comments
4
2019-05-28T11:22:05Z
2019-07-11T18:29:23Z
https://github.com/kubernetes/kubernetes/issues/78434
449,213,122
78,434
[ "kubernetes", "kubernetes" ]
**What happened**: I am using GKE Identity-aware proxy > L7 load balancer > Custom host and path rules. It works fine for the root-path. But it does not work for custom paths. ``` apiVersion: extensions/v1beta1 kind: Ingress metadata: name: basic-ingress annotations: kubernetes.io/ingress.global-sta...
GKE: IAP > L7 > custom host and path rules > Error code 11
https://api.github.com/repos/kubernetes/kubernetes/issues/78433/comments
7
2019-05-28T10:51:00Z
2019-06-04T10:56:27Z
https://github.com/kubernetes/kubernetes/issues/78433
449,200,156
78,433
[ "kubernetes", "kubernetes" ]
I get the following error while running conformance tests using kubetest. error during ./cluster/log-dump/log-dump.sh /builds/atd/oci_k8s_conformance_tests/conformance/k8s_release_stable-1.13/generated/_artifacts: exit status 1 The test suite passed but the log collection step failed, quick look into code does su...
error during ./cluster/log-dump/log-dump.sh exit status 1
https://api.github.com/repos/kubernetes/kubernetes/issues/78432/comments
11
2019-05-28T10:43:02Z
2019-05-31T03:58:25Z
https://github.com/kubernetes/kubernetes/issues/78432
449,196,640
78,432
[ "kubernetes", "kubernetes" ]
**What happened**: Pods on Windows nodes are stuck in status ContainerCreating. Failed create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container "5b5faf43641d153cd967acc3f07b3d0358d7870a57d9a2d3818eddb131483050" network for pod "phoenix-695b5bdff8-zzbq6": NetworkPlugin cni failed to set...
network: failed to parse Kubernetes args: pod does not have label vpc.amazonaws.com/PrivateIPv4Address
https://api.github.com/repos/kubernetes/kubernetes/issues/78429/comments
11
2019-05-28T09:54:42Z
2021-01-06T02:57:43Z
https://github.com/kubernetes/kubernetes/issues/78429
449,174,440
78,429
[ "kubernetes", "kubernetes" ]
**What happened**: The status of a poddisruptionbudget is shown as ``` Status: Allowed disruptions: 0 Current: 0 Desired: 0 Total: 0 ``` (all 0) under the following circumstances: The PDB uses a label that matches a replicaset and two single pods (wi...
PDB fails to show status in some cases
https://api.github.com/repos/kubernetes/kubernetes/issues/78427/comments
8
2019-05-28T09:37:48Z
2019-06-05T12:21:39Z
https://github.com/kubernetes/kubernetes/issues/78427
449,165,923
78,427
[ "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 using pa...
Service TargetPort defaults incorrectly
https://api.github.com/repos/kubernetes/kubernetes/issues/78425/comments
2
2019-05-28T09:21:24Z
2019-05-28T09:47:09Z
https://github.com/kubernetes/kubernetes/issues/78425
449,157,816
78,425
[ "kubernetes", "kubernetes" ]
**What happened**: kube-proxy with mode ipvs can not clean up inactive svc ip rules, when svc is deleted, the rules about this svc ip is still present. when delete the svc, ```kube-proxy``` logs show (```10.67.20.73``` is svc ip, ```10.67.6.65```is backend pod ip): ``` I0528 17:17:01.065539 4637 service.go:35...
kube-proxy with mode ipvs can not clean up svc ip rules when svc is deleted
https://api.github.com/repos/kubernetes/kubernetes/issues/78421/comments
12
2019-05-28T07:47:33Z
2019-08-26T17:35:39Z
https://github.com/kubernetes/kubernetes/issues/78421
449,113,579
78,421
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: After deletin...
The env of statefulset's container is incorrectly upgrade when deleting a pod and scaling the statefulset simultaneously
https://api.github.com/repos/kubernetes/kubernetes/issues/78420/comments
10
2019-05-28T07:21:44Z
2019-06-30T03:43:22Z
https://github.com/kubernetes/kubernetes/issues/78420
449,102,969
78,420
[ "kubernetes", "kubernetes" ]
**What happened**: We've seen instances where a node will go into DiskPressure, but for some reason a pod is still scheduled to the node that is in DiskPressure. The kubelet will then not admit the pod to the node. We've created a timeline of events when this occurs: Time | Component | Event ------------ | --...
Delay from DiskPressure condition being reported from node
https://api.github.com/repos/kubernetes/kubernetes/issues/78416/comments
25
2019-05-28T06:48:04Z
2020-12-09T11:15:41Z
https://github.com/kubernetes/kubernetes/issues/78416
449,091,265
78,416
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add a informer-fed cache for v1.Node to aws.go **Why is this needed**: Currently in aws library, we are making a lot of `DescribeInstances()` calls with query filters to cloud provider directly, whi...
Introduce node cache to aws library
https://api.github.com/repos/kubernetes/kubernetes/issues/78409/comments
7
2019-05-28T00:28:10Z
2020-03-07T04:04:36Z
https://github.com/kubernetes/kubernetes/issues/78409
449,018,221
78,409
[ "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 a back...
[Gcloud] ERROR in command precedence: Gcloud dashboard/ Gcloud compute update Vs kubectl apply -f
https://api.github.com/repos/kubernetes/kubernetes/issues/78407/comments
4
2019-05-27T19:09:48Z
2019-10-24T21:39:41Z
https://github.com/kubernetes/kubernetes/issues/78407
448,968,160
78,407
[ "kubernetes", "kubernetes" ]
**What happened**: Kops runs `kube-proxy` from a pod manifest stored on the node, having the `scheduler.alpha.kubernetes.io/critical-pod` annotation. We've experienced the case where the cluster autoscaler turned on a new node and, once the node has been added to the cluster, application pods have been admitted b...
Failed to admit critical pod due to "timeout waiting to kill pod" while handling admission failure
https://api.github.com/repos/kubernetes/kubernetes/issues/78405/comments
11
2019-05-27T17:27:29Z
2019-06-14T11:09:01Z
https://github.com/kubernetes/kubernetes/issues/78405
448,946,735
78,405
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: **Why is this needed**:
Drain node via new pod creation for deployments
https://api.github.com/repos/kubernetes/kubernetes/issues/78402/comments
1
2019-05-27T15:30:49Z
2019-05-27T15:30:55Z
https://github.com/kubernetes/kubernetes/issues/78402
448,913,339
78,402
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs --> **Which jobs are failing**: https://github.com/kubernetes/kubernetes/pull/78248 **Which test(s) are failing**: pull-kubernetes-kubemark-e2e-gce-big pull-kubernetes-integration **Since when has it bee...
pull-kubernetes-kubemark-e2e-gce-big pull-kubernetes-integration failed frequently
https://api.github.com/repos/kubernetes/kubernetes/issues/78401/comments
3
2019-05-27T15:29:03Z
2019-05-31T02:38:37Z
https://github.com/kubernetes/kubernetes/issues/78401
448,912,595
78,401
[ "kubernetes", "kubernetes" ]
i can't Filtering pods with two labels ``` [root@k8s-master ~]# kubectl get pods --show-labels NAME READY STATUS RESTARTS AGE LABELS httpd-deploy-6876b4f86f-svdg8 1/1 Running 1 26h app=httpd-deploy,pod-template-hash=6876b4f86f my-nginx-cf4b...
kubectl get pods -l app=httpd-deploy,run=my-nginx No resources found.
https://api.github.com/repos/kubernetes/kubernetes/issues/78398/comments
8
2019-05-27T14:16:19Z
2019-12-09T18:34:08Z
https://github.com/kubernetes/kubernetes/issues/78398
448,879,942
78,398
[ "kubernetes", "kubernetes" ]
**What happened**: The externalName of a Service is not allowed to end with a trailing dot. **What you expected to happen**: The externalName of a Service should allow a trailing dot. This is very useful to denote a fully qualified value of the CNAME record created by the service and prevent DNS-trial-and-erro...
validation: Service rejects externalName with trailing dot
https://api.github.com/repos/kubernetes/kubernetes/issues/78384/comments
2
2019-05-27T10:07:32Z
2019-05-28T22:53:50Z
https://github.com/kubernetes/kubernetes/issues/78384
448,774,088
78,384
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: Pod with p...
Pod with priorityClass system-node-critical cluster-node-critical should be forbidden when submitted not in the namespace 'kube-system'
https://api.github.com/repos/kubernetes/kubernetes/issues/78383/comments
13
2019-05-27T09:44:35Z
2021-03-25T05:18:36Z
https://github.com/kubernetes/kubernetes/issues/78383
448,763,869
78,383
[ "kubernetes", "kubernetes" ]
**What happened**: apiservers cert expired and I ran kubeadm alpha cert renew all. The files seems to have updated (pki directory) but when restarting kubelet it still says its expired **What you expected to happen**: That it would have updated the pki so kubelet would start. But I would also expected that it upda...
apiservers pki expired on the master and renew does not seem to take effect
https://api.github.com/repos/kubernetes/kubernetes/issues/78382/comments
3
2019-05-27T09:42:01Z
2019-05-27T17:13:29Z
https://github.com/kubernetes/kubernetes/issues/78382
448,762,673
78,382
[ "kubernetes", "kubernetes" ]
**What happened**: With the backofflimit set to N and OnFailure set as the retry policy, the Nth retry was terminated at the beginning of that retry after whatever value is set for terminationGracePeriodSeconds. **What you expected to happen**: I expected the Nth retry should work as normal. That said, I expected ...
Pod is incorrectly terminated at the beginning of the last retry
https://api.github.com/repos/kubernetes/kubernetes/issues/78377/comments
13
2019-05-27T05:22:36Z
2019-11-07T23:08:53Z
https://github.com/kubernetes/kubernetes/issues/78377
448,670,165
78,377
[ "kubernetes", "kubernetes" ]
In minikube environment, first I use fabric8io client to create a pod A and it is success. kubectl get pods: `NAME READY STATUS RESTARTS AGE ` `flink-session-cluster-899fabec-e285-4af7-bd4a-897d8d1f06f4 1/1 Running 0 13s` then I use f...
Mount cannot be satisfied for container xxx, because the volume is missing or the volume mounter is nil
https://api.github.com/repos/kubernetes/kubernetes/issues/78376/comments
3
2019-05-27T03:48:37Z
2021-05-15T10:24:25Z
https://github.com/kubernetes/kubernetes/issues/78376
448,653,855
78,376
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Use merge sort in containerGC#evictContainers **Why is this needed**: Currently when numContainers > gcPolicy.MaxContainers, we flatten evictUnits and sort the flattened array with byCreated. Since cgc.evictableContainers has already done sorting per key, we can use merge so...
Use merge sort in containerGC#evictContainers
https://api.github.com/repos/kubernetes/kubernetes/issues/78367/comments
6
2019-05-26T21:35:14Z
2019-10-24T02:20:57Z
https://github.com/kubernetes/kubernetes/issues/78367
448,608,887
78,367
[ "kubernetes", "kubernetes" ]
Deployment rolling parameter validation: If the readiness probe is configured, can minReadyseconds be set to 0? Deployment is still based on the readiness probe detection result at this time. The old instance will be logged off immediately after the detection of ready without waiting for the interval of minreadysecon...
deployment rollingupdate readiness minReadyseconds
https://api.github.com/repos/kubernetes/kubernetes/issues/78360/comments
6
2019-05-26T15:58:51Z
2019-10-25T23:04:45Z
https://github.com/kubernetes/kubernetes/issues/78360
448,581,065
78,360
[ "kubernetes", "kubernetes" ]
After systemd-journal restart,kubelet will restart I got this: https://github.com/moby/moby/pull/22460 . Docker ignore SIGPIPE events to fix it. Does kubelet also need this fix? /sig node
After systemd-journal stop and start,kubelet will restart
https://api.github.com/repos/kubernetes/kubernetes/issues/78358/comments
8
2019-05-26T15:14:01Z
2020-01-11T05:16:10Z
https://github.com/kubernetes/kubernetes/issues/78358
448,576,994
78,358
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add a certificatesExpiry option in kubeadm config file to sign certificates with longer expiration time. ```yaml apiServerCertSANs: - x.x.x.x - x.x.x.x - x.x.x.x apiServerExtraArgs: apiserver...
add certificatesExpiry option to kubeadm
https://api.github.com/repos/kubernetes/kubernetes/issues/78355/comments
3
2019-05-26T10:25:13Z
2019-05-27T17:16:06Z
https://github.com/kubernetes/kubernetes/issues/78355
448,551,927
78,355
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The Spanish i18n strings for `kubectl`. **Why is this needed**: To make `kubectl` more friendly to Spanish speakers. /assign @raelga /sig cli /kind feature
Add Spanish i18n strings to kubectl
https://api.github.com/repos/kubernetes/kubernetes/issues/78352/comments
23
2019-05-26T08:09:51Z
2021-12-16T10:51:56Z
https://github.com/kubernetes/kubernetes/issues/78352
448,541,005
78,352
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: TestSelectNodesForPreemption should assign pod.Status.StartTime for test Pod **Why is this needed**: We can see the following in the output of TestSelectNodesForPreemption: ``` E0525 20:52:18.093682 17 utils.go:79] pod.Status.StartTime is nil for pod a. Should not reach ...
TestSelectNodesForPreemption should assign pod.Status.StartTime for test Pod
https://api.github.com/repos/kubernetes/kubernetes/issues/78348/comments
2
2019-05-25T21:13:03Z
2019-06-28T15:05:40Z
https://github.com/kubernetes/kubernetes/issues/78348
448,503,101
78,348
[ "kubernetes", "kubernetes" ]
I want to atomically delete an object and know it's last configuration. `DELETE api/v1/pod/NAME` already returns the json, so please allow passing it back to the user. @kubernetes/sig-cli-feature-requests
make kubectl delete pod busybox -o json work
https://api.github.com/repos/kubernetes/kubernetes/issues/78343/comments
5
2019-05-25T17:35:54Z
2019-06-04T17:49:35Z
https://github.com/kubernetes/kubernetes/issues/78343
448,486,102
78,343
[ "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**: CLone the repo...
Unable to execute Make command after cloning the repository
https://api.github.com/repos/kubernetes/kubernetes/issues/78342/comments
7
2019-05-25T16:33:41Z
2019-05-29T01:24:10Z
https://github.com/kubernetes/kubernetes/issues/78342
448,480,759
78,342
[ "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**: CLone the repo...
Repo needs a code fix
https://api.github.com/repos/kubernetes/kubernetes/issues/78341/comments
7
2019-05-25T16:23:11Z
2019-05-27T18:13:23Z
https://github.com/kubernetes/kubernetes/issues/78341
448,479,815
78,341
[ "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**: Kubeproxy doe...
unable to create proxier: source-vip flag not set - Kubeproxy doesn't start on windows node
https://api.github.com/repos/kubernetes/kubernetes/issues/78338/comments
10
2019-05-25T12:51:26Z
2019-12-19T07:15:56Z
https://github.com/kubernetes/kubernetes/issues/78338
448,462,017
78,338
[ "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**: VCP zone-loca...
VSphere cloud provider zone-local volume provisioning does not support multiple vcenters inventory
https://api.github.com/repos/kubernetes/kubernetes/issues/78336/comments
12
2019-05-25T10:57:27Z
2020-03-09T22:09:39Z
https://github.com/kubernetes/kubernetes/issues/78336
448,453,545
78,336
[ "kubernetes", "kubernetes" ]
**What happened**: When writing a custom plugin application for use with kubectl for authentication (https://kubernetes.io/docs/reference/access-authn-authz/authentication/#client-go-credential-plugins), any failures of the application result in 5 consecutive retries from `kubectl`. **What you expected to happen**:...
go-client credentials plugin can be retried on failures/errors
https://api.github.com/repos/kubernetes/kubernetes/issues/78321/comments
12
2019-05-24T22:06:42Z
2022-07-10T10:59:57Z
https://github.com/kubernetes/kubernetes/issues/78321
448,369,250
78,321
[ "kubernetes", "kubernetes" ]
**What happened**: As part of [adding skew testing for serialized API responses](https://github.com/kubernetes/kubernetes/pull/78309), we discovered a diff in serialized proto responses when roundtripping data from 1.14: ``` --- FAIL: TestRoundTripExternalTypes/.v1.Status (0.02s) --- FAIL: TestRoundTr...
RemainingItemCount is serialized in proto messages even when unset
https://api.github.com/repos/kubernetes/kubernetes/issues/78318/comments
2
2019-05-24T21:31:15Z
2019-05-29T14:59:30Z
https://github.com/kubernetes/kubernetes/issues/78318
448,360,279
78,318
[ "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...
feature.FeatureGate.Add undefined building Kubernetes client for windows
https://api.github.com/repos/kubernetes/kubernetes/issues/78312/comments
1
2019-05-24T17:37:37Z
2019-05-24T17:39:19Z
https://github.com/kubernetes/kubernetes/issues/78312
448,280,952
78,312
[ "kubernetes", "kubernetes" ]
[CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L](https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L), 4.9 (medium) In kubelet v1.13.6 and v1.14.2, containers for pods that do not specify an explicit `runAsUser` attempt to run as uid 0 (root) on container restart, or if the image was...
CVE-2019-11245: v1.14.2, v1.13.6: container uid changes to root after first restart or if image is already pulled to the node
https://api.github.com/repos/kubernetes/kubernetes/issues/78308/comments
18
2019-05-24T16:14:49Z
2022-10-14T02:07:10Z
https://github.com/kubernetes/kubernetes/issues/78308
448,249,782
78,308
[ "kubernetes", "kubernetes" ]
Hello, We would like either : - Either prevent user to specify / or change ExternalIPs inside service LoadBalancer - Or, have more fined grained permissions RBAC (Allow a user to create ClusterIP services but not LoadBalancer Services for example) We would like to avoid user to specify manually an externalIPs...
Fine grained permissions |or| assign IP range to services
https://api.github.com/repos/kubernetes/kubernetes/issues/78307/comments
5
2019-05-24T15:27:36Z
2019-05-25T16:49:15Z
https://github.com/kubernetes/kubernetes/issues/78307
448,229,333
78,307
[ "kubernetes", "kubernetes" ]
what happened: Can't connect to pod in other nodes Kubenetes version ``` Client Version: version.Info{Major:"1", Minor:"12", GitVersion:"v1.12.0", GitCommit:"0ed33881dc4355495f623c6f22e7dd0b7632b7c0", GitTreeState:"clean", BuildDate:"2018-09-27T17:05:32Z", GoVersion:"go1.10.4", Compiler:"gc", Platform:"linux/am...
kube-proxy not transpond cidr
https://api.github.com/repos/kubernetes/kubernetes/issues/78299/comments
2
2019-05-24T13:56:15Z
2019-05-25T00:37:38Z
https://github.com/kubernetes/kubernetes/issues/78299
448,185,251
78,299
[ "kubernetes", "kubernetes" ]
The flag has been deprecated for many releases and can be removed. The depreciation guide specifies that admin-only CLI flags can be removed after 6 months: https://kubernetes.io/docs/reference/using-api/deprecation-policy/ /kind cleanup /sig network /priority backlog
Remove deprecated kube-proxy flag --conntrack-max
https://api.github.com/repos/kubernetes/kubernetes/issues/78296/comments
8
2019-05-24T11:36:06Z
2019-06-02T00:26:15Z
https://github.com/kubernetes/kubernetes/issues/78296
448,123,723
78,296
[ "kubernetes", "kubernetes" ]
The flag has been deprecated for many releases and can be removed. The depreciation guide specifies that admin-only CLI flags can be removed after 6 months: https://kubernetes.io/docs/reference/using-api/deprecation-policy/ /kind cleanup /sig network /priority backlog
Remove deprecated kube-proxy flag —cleanup-iptables
https://api.github.com/repos/kubernetes/kubernetes/issues/78295/comments
5
2019-05-24T11:34:27Z
2019-06-01T06:22:48Z
https://github.com/kubernetes/kubernetes/issues/78295
448,123,126
78,295
[ "kubernetes", "kubernetes" ]
I am trying to update Kubernetes Cluster from version 13.2 to 14.2 . i started with first two master nodes and it worked . when trying on the third it is giving me error ``` [upgrade] Reading configuration from the cluster... [upgrade] FYI: You can look at this config file with 'kubectl -n kube-system get cm kube...
unable to fetch the kubeadm-config ConfigMap: failed to getAPIEndpoint: failed to get APIEndpoint information for this node
https://api.github.com/repos/kubernetes/kubernetes/issues/78293/comments
6
2019-05-24T10:48:56Z
2019-05-26T09:13:56Z
https://github.com/kubernetes/kubernetes/issues/78293
448,105,108
78,293
[ "kubernetes", "kubernetes" ]
I defined a headless service with spec: ``` spec: clusterIP: None selector: app: elasticsearch role: master ports: - port: 9300 name: node-to-node ``` And the pods it should select have readiness probe: ``` readinessProbe: httpGet: path: / port: 9200 initialDelaySeco...
Pods not selected by headless service
https://api.github.com/repos/kubernetes/kubernetes/issues/78290/comments
5
2019-05-24T10:17:34Z
2019-05-27T05:51:15Z
https://github.com/kubernetes/kubernetes/issues/78290
448,091,983
78,290
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Support scripting besides yaml as resource/task descriptor. **Why is this needed**: yaml, or xml, json etc, is suitable for static setting, but not flexible and powerful for dynamic controlling. T...
support script
https://api.github.com/repos/kubernetes/kubernetes/issues/78288/comments
5
2019-05-24T10:07:43Z
2019-10-21T12:20:14Z
https://github.com/kubernetes/kubernetes/issues/78288
448,087,623
78,288
[ "kubernetes", "kubernetes" ]
The —resource-container flag has been deprecated for many releases and can be removed. (TODO add full context)
Remove deprecated kube-proxy flag —resource-container
https://api.github.com/repos/kubernetes/kubernetes/issues/78287/comments
5
2019-05-24T09:37:39Z
2019-06-22T07:38:13Z
https://github.com/kubernetes/kubernetes/issues/78287
448,073,437
78,287
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Execution of the HTTP type postStart container lifecycle hook should be considered to have failed after connecting succeeds and a non-success HTTP status code is returned or a post-connection failure occurs such as premature closing of the TCP connection. Failure to connect should ...
httpGet postStart hook should retry on connection refused/timeout
https://api.github.com/repos/kubernetes/kubernetes/issues/78286/comments
15
2019-05-24T08:49:21Z
2020-09-05T16:15:46Z
https://github.com/kubernetes/kubernetes/issues/78286
448,051,466
78,286
[ "kubernetes", "kubernetes" ]
kube-proxy contains a comment that "all flags below are deprecated", but many non-deprecated flags are in that comment block. https://github.com/kubernetes/kubernetes/blob/48848731605845c129945f1de146507ca2e5d8cb/cmd/kube-proxy/app/server.go#L149 Please minimally rearrange the flags, so that deprecated & non-depr...
kube-proxy depricated flags are misorganized
https://api.github.com/repos/kubernetes/kubernetes/issues/78285/comments
6
2019-05-24T08:42:24Z
2019-05-29T12:33:30Z
https://github.com/kubernetes/kubernetes/issues/78285
448,048,532
78,285
[ "kubernetes", "kubernetes" ]
![image](https://user-images.githubusercontent.com/6026899/58296174-36276b00-7e05-11e9-9e8f-b0dc52bbb0d5.png)
pod:prometheus-k8s-0 is already Terminating
https://api.github.com/repos/kubernetes/kubernetes/issues/78274/comments
6
2019-05-24T01:20:50Z
2019-10-28T09:01:13Z
https://github.com/kubernetes/kubernetes/issues/78274
447,937,510
78,274
[ "kubernetes", "kubernetes" ]
I am interested in reducing the memory footprint of kubernetes if possible. From what I gather, by default, kubernetes runs with plugins for all cloud providers. I’ve looked into https://k3s.io/ and it mentions that it removes unnecessary in-tree cloud providers and storage drivers. However, it doesn’t offer other im...
Reduce memory footprint by removing unnecessary cloud provider plugins at runtime
https://api.github.com/repos/kubernetes/kubernetes/issues/78271/comments
15
2019-05-24T00:11:53Z
2020-04-12T21:33:18Z
https://github.com/kubernetes/kubernetes/issues/78271
447,924,527
78,271
[ "kubernetes", "kubernetes" ]
It looks like writer pod uses very different permissions than reader pod - https://github.com/kubernetes/kubernetes/blob/master/test/e2e/framework/volume/fixtures.go#L645 and as a result on SELinux enabled distros the reader pod can't read file written by writer pod. /sig storage cc @bertinatto @jsafrane
Reader and writer pods for volume e2es should use same security Contexts
https://api.github.com/repos/kubernetes/kubernetes/issues/78268/comments
5
2019-05-23T22:48:27Z
2019-10-21T01:09:14Z
https://github.com/kubernetes/kubernetes/issues/78268
447,905,892
78,268
[ "kubernetes", "kubernetes" ]
**What happened**: `kubectl apply` allows Deployments with volumes with the same `name` to be created. If the duplicate volume is then removed through a subsequent `kubectl apply`, this fails with an error. **What you expected to happen**: `kubectly apply` should reject the Deployment with duplicate volume nam...
kubectl apply admits Deployment with duplicate volumes then fails when renaming duplicate
https://api.github.com/repos/kubernetes/kubernetes/issues/78266/comments
6
2019-05-23T20:47:15Z
2019-10-21T16:28:05Z
https://github.com/kubernetes/kubernetes/issues/78266
447,866,034
78,266
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Put non-ignorable extenders ahead of ignorable extenders in genericScheduler#extenders **Why is this needed**: In genericScheduler#processPreemptionWithExtenders, we iterate over genericScheduler#extenders. If an ignorable extender gives error, the error is ignored and loop co...
Put non-ignorable extenders ahead of ignorable extenders
https://api.github.com/repos/kubernetes/kubernetes/issues/78258/comments
1
2019-05-23T17:40:39Z
2019-05-23T23:36:19Z
https://github.com/kubernetes/kubernetes/issues/78258
447,790,640
78,258
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: DaemonStatefulSet type, Automatic Node Labels **Why is this needed**: I have a situation where I need the numbered pod states that come from a statefulset, but is also one per node. Pretty much each pod needs a `process_number` argument so pod-1 needs to put in `process_number...
I need a statefulset that is also a daemonset - Proposal for a DaemonStatefulSet
https://api.github.com/repos/kubernetes/kubernetes/issues/78256/comments
6
2019-05-23T17:29:10Z
2019-09-07T12:01:08Z
https://github.com/kubernetes/kubernetes/issues/78256
447,785,964
78,256
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: reach inside vpc a NodePort service type with a dns name .. that load balancer between pods on different nodes **Why is this needed**: avoid billings costs on data transfer of internal load bal...
reach service NodePort with a dns name
https://api.github.com/repos/kubernetes/kubernetes/issues/78254/comments
11
2019-05-23T15:25:54Z
2019-05-31T20:00:46Z
https://github.com/kubernetes/kubernetes/issues/78254
447,729,191
78,254
[ "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 apply...
kubectl apply deployment doesn't update the existing one and creates a new one
https://api.github.com/repos/kubernetes/kubernetes/issues/78253/comments
6
2019-05-23T14:55:36Z
2019-05-24T13:48:36Z
https://github.com/kubernetes/kubernetes/issues/78253
447,711,961
78,253
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: kube api server should be able to understand the 'x-forwarded-client-certificate' header. **Why is this needed**: This would allow to run the kube api server behind an envoy proxy and to let that ...
Make kube api server understand XFCC header
https://api.github.com/repos/kubernetes/kubernetes/issues/78252/comments
22
2019-05-23T14:04:03Z
2021-10-26T06:40:18Z
https://github.com/kubernetes/kubernetes/issues/78252
447,682,528
78,252
[ "kubernetes", "kubernetes" ]
Failure from a test PR - https://storage.googleapis.com/kubernetes-jenkins/pr-logs/pull/78221/pull-kubernetes-e2e-containerd-gce/1131363976186171392/build-log.txt ``` I0523 01:36:21.321] • Failure [344.849 seconds] I0523 01:36:21.321] [sig-node] RuntimeClass I0523 01:36:21.321] test/e2e/common...
PreconfiguredRuntimeHandler e2e test fails in pull-kubernetes-e2e-containerd-gce CI job
https://api.github.com/repos/kubernetes/kubernetes/issues/78249/comments
9
2019-05-23T11:14:51Z
2019-12-13T03:52:21Z
https://github.com/kubernetes/kubernetes/issues/78249
447,594,737
78,249
[ "kubernetes", "kubernetes" ]
I believe that many companies are facing similar problems with me, and the problem of 'ClusterIP' that k8s faces in the existing business is not easy to use. ## `ClusterIP is not easy to use.` * First of all, the company's relatively old network infrastructure, there is no VPC product solution similar to the publ...
a out-bound `ClusterIP` ip allocator
https://api.github.com/repos/kubernetes/kubernetes/issues/78243/comments
3
2019-05-23T08:36:04Z
2019-05-24T08:22:08Z
https://github.com/kubernetes/kubernetes/issues/78243
447,519,086
78,243
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: This is a screencapture of the error message. ![error message](https://t1.daumcdn.net/cfile/tistory/99719A435CE60CF22B) I think it will be better if the feedback for the error is modified in a more det...
minikube start error with same IP of VM in VirtualBox.
https://api.github.com/repos/kubernetes/kubernetes/issues/78241/comments
2
2019-05-23T07:24:16Z
2019-05-23T12:15:37Z
https://github.com/kubernetes/kubernetes/issues/78241
447,490,495
78,241
[ "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**: An error occu...
Cannot specify multiple node names for DaemonSet in matchFields selector
https://api.github.com/repos/kubernetes/kubernetes/issues/78238/comments
4
2019-05-23T06:39:36Z
2019-05-23T20:29:26Z
https://github.com/kubernetes/kubernetes/issues/78238
447,475,066
78,238
[ "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...
How is globalTimeout handled when draining a node
https://api.github.com/repos/kubernetes/kubernetes/issues/78236/comments
4
2019-05-23T05:57:42Z
2019-05-24T00:52:54Z
https://github.com/kubernetes/kubernetes/issues/78236
447,463,356
78,236
[ "kubernetes", "kubernetes" ]
This is my environment (I used Ubuntu 16.04) ~# kubectl version Client Version: version.Info{Major:"1", Minor:"14", GitVersion:"v1.14.2", GitCommit:"66049e3b21efe110454d67df4fa62b08ea79a19b", GitTreeState:"clean", BuildDate:"2019-05-16T16:23:09Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"} At fir...
unable to create/update the DNS service: Service "kube-dns" is invalid: spec.clusterIP: Invalid value: "10.96.0.10": field is immutable
https://api.github.com/repos/kubernetes/kubernetes/issues/78235/comments
9
2019-05-23T05:11:13Z
2022-07-08T07:45:18Z
https://github.com/kubernetes/kubernetes/issues/78235
447,453,157
78,235
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Additional functions on the ScaleClient interface that accepts full group/version/resource instead of just group/resource. **Why is this needed**: The ScaleClient currently accept GroupResource and th...
ScaleClient should accept full group/version/resource
https://api.github.com/repos/kubernetes/kubernetes/issues/78231/comments
6
2019-05-23T03:24:19Z
2019-10-20T22:06:16Z
https://github.com/kubernetes/kubernetes/issues/78231
447,433,036
78,231
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: run kubetest ...
kubetest failed ,density.go:554 report error
https://api.github.com/repos/kubernetes/kubernetes/issues/78228/comments
6
2019-05-23T01:51:07Z
2019-11-15T11:03:52Z
https://github.com/kubernetes/kubernetes/issues/78228
447,413,618
78,228