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"
] | Adding hostpath example pod [example](https://kubernetes.io/docs/concepts/storage/volumes/#hostpath):
Error in "Events":
`MountVolume.SetUp failed for volume "test-volume" : hostPath type check failed: /data is not a directory`
/sig storage
Update(side question): I dont know how to add a label for SIG?
Pod... | hostpath : MountVolume.SetUp failed for volume "test-volume" : hostPath type check failed: /data is not a directory | https://api.github.com/repos/kubernetes/kubernetes/issues/90263/comments | 10 | 2020-04-18T13:18:19Z | 2021-04-03T20:21:07Z | https://github.com/kubernetes/kubernetes/issues/90263 | 602,458,692 | 90,263 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
I want to add custom resource list function as options to SharedInformer, just like [WithCustomResync](https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/client-go/informers/factory.go#L71)
for example:
```
func WithCustomResourceListFunc(funcs map[v1.Obj... | Add custom resource list func to SharedInformerOption | https://api.github.com/repos/kubernetes/kubernetes/issues/90262/comments | 17 | 2020-04-18T13:10:14Z | 2021-01-07T18:43:38Z | https://github.com/kubernetes/kubernetes/issues/90262 | 602,457,089 | 90,262 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
`net.ipv4.conf.all.route_localnet=1` is set by `kube-proxy` in both iptables and ipvs mode. This causes a security issue;
A host on the local segment can actually route 127.0.0.1 to a k8s-node and access ports that really should be local.
Linux doc;
```
route_localnet - BOOLEAN
Do... | net.ipv4.conf.all.route_localnet=1 opens security issue | https://api.github.com/repos/kubernetes/kubernetes/issues/90259/comments | 32 | 2020-04-18T09:00:46Z | 2021-03-13T21:57:39Z | https://github.com/kubernetes/kubernetes/issues/90259 | 602,414,486 | 90,259 |
[
"kubernetes",
"kubernetes"
] | I have a k8s cluster with 2 nodes ( master 10.6.185.50 and worker 10.6.185.55 ) ,
api-server is running on master with endpoint ip 10.6.185.50:6443 and cluster ip 172.31.0.1:443
firstly , I can see some process on worker node set up tcp connection with api-server by its endpoint ip , and some forwarded connection... | connection time out for cluster ip of api-server by accident | https://api.github.com/repos/kubernetes/kubernetes/issues/90258/comments | 14 | 2020-04-18T05:03:56Z | 2020-10-18T18:03:54Z | https://github.com/kubernetes/kubernetes/issues/90258 | 602,379,791 | 90,258 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
```
I0413 23:43:23.093843 1 event.go:258] Event(v1.ObjectReference{Kind:"Service", Namespace:"default", Name:"<masked>", UID:"c0ff52a2-0d03-11ea-8b08-4a49efaa031a", APIVersion:"v1", ResourceVersion... | [Azure] when controller manager fails to add VMs to backend pool due to 403, event doesn't have the detail | https://api.github.com/repos/kubernetes/kubernetes/issues/90255/comments | 7 | 2020-04-18T00:58:06Z | 2020-09-19T01:28:25Z | https://github.com/kubernetes/kubernetes/issues/90255 | 602,345,164 | 90,255 |
[
"kubernetes",
"kubernetes"
] | With the `IPv6DualStack` feature gate disabled, kube-controller-manager accepts a `--node-cidr-mask-size` argument, but with `IPv6DualStack` enabled, it only accepts `--node-cidr-mask-size-ipv4` and `--node-cidr-mask-size-ipv6` and rejects `--node-cidr-mask-size`.
This blocks moving dual-stack to beta, since switchi... | DualStack: IPv6DualStack feature gate causes kube-controller-manager API break | https://api.github.com/repos/kubernetes/kubernetes/issues/90251/comments | 7 | 2020-04-17T19:23:18Z | 2020-09-11T02:34:15Z | https://github.com/kubernetes/kubernetes/issues/90251 | 602,184,081 | 90,251 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
**Which jobs are flaking**:
https://storage.googleapis.com/k8s-gubernator/triage/index.html?pr=1&test=CSI%20mock%20volume%20storage%20capacity%20exhausted%2C%20la... | [Flaky] CSI mock volume storage capacity exhausted, late binding, with topology | https://api.github.com/repos/kubernetes/kubernetes/issues/90250/comments | 4 | 2020-04-17T18:40:23Z | 2020-05-27T16:44:35Z | https://github.com/kubernetes/kubernetes/issues/90250 | 602,162,764 | 90,250 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
Official website docs date error
URL:
https://kubernetes.io/zh/docs/concepts/workloads/controllers/deployment/#%E6%9C%80%E5%A4%A7%E5%A2%9E%E9%87%8F
**What you expected to happen**:
例如,当此值设置为 30 时,启动滚动更新后,会立即展开新的 ReplicaSet ,以便新旧 Pod 的总数不超过所需的 130%。一旦旧 Pods 被杀死,新的 ReplicaSet 可以进一步扩展,确保更新... | Official website docs error | https://api.github.com/repos/kubernetes/kubernetes/issues/90245/comments | 4 | 2020-04-17T15:34:36Z | 2020-04-18T06:13:27Z | https://github.com/kubernetes/kubernetes/issues/90245 | 602,061,306 | 90,245 |
[
"kubernetes",
"kubernetes"
] | Refer: https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/#create-a-certificate-signing-request-object-to-send-to-the-kubernetes-api
Doc says :
```
apiVersion: certificates.k8s.io/v1beta1
kind: CertificateSigningRequest
metadata:
name: hari
spec:
request: $(cat akshay.csr | base64 | tr -d '\n'... | csr generation not working as per doc | https://api.github.com/repos/kubernetes/kubernetes/issues/90240/comments | 3 | 2020-04-17T12:37:57Z | 2020-04-24T16:56:38Z | https://github.com/kubernetes/kubernetes/issues/90240 | 601,946,097 | 90,240 |
[
"kubernetes",
"kubernetes"
] | Refer: https://kubernetes.io/docs/tasks/tls/managing-tls-in-a-cluster/#create-a-certificate-signing-request-object-to-send-to-the-kubernetes-api
Doc says :
```
apiVersion: certificates.k8s.io/v1beta1
kind: CertificateSigningRequest
metadata:
name: hari
spec:
request: $(cat akshay.csr | base64 | tr -d '\n'... | Unable to create csr as per documentation | https://api.github.com/repos/kubernetes/kubernetes/issues/90239/comments | 5 | 2020-04-17T12:28:32Z | 2021-05-31T04:51:23Z | https://github.com/kubernetes/kubernetes/issues/90239 | 601,941,006 | 90,239 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Created a deployment with 2 nginx replicas, which has intense rediness probe. The probe when the pod is running is working well, I can see the requests in the log.
When I kill one of the nodes which has one of the pods I expect the service will route the traffic shortly (after the readinessprobe ... | ReadinessProbe slowly marks the pod unready | https://api.github.com/repos/kubernetes/kubernetes/issues/90238/comments | 9 | 2020-04-17T12:20:07Z | 2020-10-10T12:51:48Z | https://github.com/kubernetes/kubernetes/issues/90238 | 601,935,986 | 90,238 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Occasionally when pods with EBS backed PVC are deleted the mount paths cannot be cleaned by kubelet. Following is the sample of the logs:
```
nestedpendingoperations.go:270] Operation for \"\\\"kubernetes.io/aws-ebs/aws://eu-central-1b/vol-010d10a33ed919507\\\"\" failed. No retries permitted until... | Pod staying in Terminating state because mounted EBS volumes are not cleaned up correctly | https://api.github.com/repos/kubernetes/kubernetes/issues/90237/comments | 9 | 2020-04-17T10:47:02Z | 2021-04-12T16:47:46Z | https://github.com/kubernetes/kubernetes/issues/90237 | 601,882,275 | 90,237 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Access via `[::1]:nodeport` does not work in ipv6-only or dual-stack clusters.
**What you expected to happen**:
Access should work or the limitation should be documented.
**How to reproduce it (as minimally and precisely as possible)**:
* Bring up a ipv6-only or dual-stack cluster, pro... | Connect to [::1]:nodeport does not work | https://api.github.com/repos/kubernetes/kubernetes/issues/90236/comments | 16 | 2020-04-17T09:52:32Z | 2021-03-13T21:59:15Z | https://github.com/kubernetes/kubernetes/issues/90236 | 601,847,347 | 90,236 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
kube-proxy logs error msg "Failed to delete stale service IP"

**What you expected to happen**:
No error logs
**How to reproduce it (as minimally and precisely as possible)**:
Not clear for now
**Anything else we nee... | kube-proxy Error: Failed to delete stale service IP | https://api.github.com/repos/kubernetes/kubernetes/issues/90228/comments | 9 | 2020-04-17T02:03:00Z | 2020-05-06T02:45:24Z | https://github.com/kubernetes/kubernetes/issues/90228 | 601,649,567 | 90,228 |
[
"kubernetes",
"kubernetes"
] | Example: https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-windows-gce-1909/1250897317888790529 has artifacts from the master and the two Linux worker nodes, but not the three Windows worker nodes. The artifacts should include log files and other critical information for debugging failures.
This... | GCE Windows e2e tests: artifacts are not being collected from Windows nodes | https://api.github.com/repos/kubernetes/kubernetes/issues/90224/comments | 11 | 2020-04-16T23:49:51Z | 2021-02-20T02:40:23Z | https://github.com/kubernetes/kubernetes/issues/90224 | 601,601,897 | 90,224 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
In pkg/kubelet/remote/remote_runtime.go, there is mismatch between method name and the method in logs. e.g. RemoteRuntimeService#Attach has the following:
```
klog.Errorf("Exec failed: %s", errorMessage)
```
**What you expected to happen**:
The method names should be consistent ... | Incorrect method name in log of remote_runtime.go | https://api.github.com/repos/kubernetes/kubernetes/issues/90221/comments | 3 | 2020-04-16T20:29:54Z | 2020-04-21T16:17:30Z | https://github.com/kubernetes/kubernetes/issues/90221 | 601,439,421 | 90,221 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
Create a webhook with:
- `FailurePolicy: Ignore`
- match rule that matches all CREATE and UPDATE operation
- a service that times out
```
...
failurePolicy: Ignore
...
rules:
- apiGroups:
- '*'
apiVersions:
- '*'
operations:
- CREATE
- UPDATE
... | Webhook with FailurePolicy: Ignore that applies to controller manager leases breaks clusters | https://api.github.com/repos/kubernetes/kubernetes/issues/90217/comments | 8 | 2020-04-16T17:05:02Z | 2020-09-18T22:25:40Z | https://github.com/kubernetes/kubernetes/issues/90217 | 601,251,058 | 90,217 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
The `agnhost` image used in E2E tests is used for testing a wide variety of OS-agnostic features. One of these is `netexec`, which runs an HTTP server with various endpoints that can be used to validate... | agnhost/netexec test image supports HTTPS | https://api.github.com/repos/kubernetes/kubernetes/issues/90211/comments | 1 | 2020-04-16T14:41:41Z | 2020-05-06T01:01:10Z | https://github.com/kubernetes/kubernetes/issues/90211 | 601,117,853 | 90,211 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
My (valid) regu... | Ingress with working regular expression fails validation | https://api.github.com/repos/kubernetes/kubernetes/issues/90210/comments | 8 | 2020-04-16T13:58:06Z | 2020-06-03T16:47:11Z | https://github.com/kubernetes/kubernetes/issues/90210 | 601,078,087 | 90,210 |
[
"kubernetes",
"kubernetes"
] | from: https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/90183/pull-kubernetes-verify/1250761092716564483
```
Errors from staticcheck:
cmd/kubeadm/app/preflight/checks.go:806:12: possible nil pointer dereference (SA5011)
cmd/kubeadm/app/preflight/checks.go:808:7: this check suggests that the pointer can b... | Fix staticcheck failures | https://api.github.com/repos/kubernetes/kubernetes/issues/90208/comments | 9 | 2020-04-16T13:34:41Z | 2020-06-23T02:11:09Z | https://github.com/kubernetes/kubernetes/issues/90208 | 601,059,219 | 90,208 |
[
"kubernetes",
"kubernetes"
] | I know that upgrading from 1.8 to 1.16 is very risky.
Because the `extensions/v1beta1` apiVersion we used was deprecated in 1.16, We reused the deprecated API by specifying the --runtime-config parameter of the API server, as follows
```shell
--runtime-config=extensions/v1beta1/daemonsets=true,extensions/v1beta... | kube-apiserver rolls back from 1.16 to 1.8 with `Error from server: no kind "Deployment" is registered for version "apps/v1"` | https://api.github.com/repos/kubernetes/kubernetes/issues/90205/comments | 4 | 2020-04-16T12:36:53Z | 2020-04-17T03:42:20Z | https://github.com/kubernetes/kubernetes/issues/90205 | 601,014,715 | 90,205 |
[
"kubernetes",
"kubernetes"
] | This is a discussion thread followed from Topology Manager KEP's PR #1674:
https://github.com/kubernetes/enhancements/pull/1674
**Description of a problem:**
A scheduler is not NUMA aware and can schedule a pod to the node where the topology requirement of resources won't be satisfied and a pod will result in `Te... | NUMA-aware scheduling (integration with Topology Manager) | https://api.github.com/repos/kubernetes/kubernetes/issues/90204/comments | 10 | 2020-04-16T10:25:46Z | 2020-09-22T14:51:58Z | https://github.com/kubernetes/kubernetes/issues/90204 | 600,927,082 | 90,204 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
The semantics and operation on starting a stopped pod/container.
**Why is this needed**:
restartPolicy includes 3 strategies Never, OnFailure and Always.
Although most of time it's recommended to ... | Start a stopped pod/container manually on local dev environment | https://api.github.com/repos/kubernetes/kubernetes/issues/90202/comments | 4 | 2020-04-16T08:35:10Z | 2020-04-16T14:09:03Z | https://github.com/kubernetes/kubernetes/issues/90202 | 600,851,651 | 90,202 |
[
"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 runnin... | all pods in a machine stucked in container creating state | https://api.github.com/repos/kubernetes/kubernetes/issues/90197/comments | 6 | 2020-04-16T06:55:12Z | 2020-11-06T10:22:32Z | https://github.com/kubernetes/kubernetes/issues/90197 | 600,793,259 | 90,197 |
[
"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 500 ... | Pod deletion is very slow | https://api.github.com/repos/kubernetes/kubernetes/issues/90195/comments | 7 | 2020-04-16T06:49:08Z | 2020-09-14T23:53:59Z | https://github.com/kubernetes/kubernetes/issues/90195 | 600,790,489 | 90,195 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
When I troubleshot the cluster network, I found that I can't access one pod via its IP, so I went into this pod and run the following command `ifconfig`,
```
/app # ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MT... | Pod is running normally, but there is no eth0 network interface in it. | https://api.github.com/repos/kubernetes/kubernetes/issues/90194/comments | 4 | 2020-04-16T06:28:58Z | 2020-04-16T20:23:41Z | https://github.com/kubernetes/kubernetes/issues/90194 | 600,781,380 | 90,194 |
[
"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... | Changed the format of kubectl get but did not take effect | https://api.github.com/repos/kubernetes/kubernetes/issues/90192/comments | 4 | 2020-04-16T03:30:51Z | 2020-04-16T13:37:23Z | https://github.com/kubernetes/kubernetes/issues/90192 | 600,721,460 | 90,192 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
1. Below is t... | kube-proxy ipvs mode does not configure rs server as expect during rolling upgrade | https://api.github.com/repos/kubernetes/kubernetes/issues/90188/comments | 11 | 2020-04-16T02:58:10Z | 2020-05-07T16:12:01Z | https://github.com/kubernetes/kubernetes/issues/90188 | 600,710,570 | 90,188 |
[
"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**:
Service IP to... | DualStack: incorrect service state after pod deletion | https://api.github.com/repos/kubernetes/kubernetes/issues/90186/comments | 28 | 2020-04-16T00:38:52Z | 2021-04-22T13:25:45Z | https://github.com/kubernetes/kubernetes/issues/90186 | 600,669,064 | 90,186 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
Please see https://github.com/kubernetes/kubernetes/pull/90057#discussion_r408929994
Implement Instances::NodeAddresses so it doesn't ignore the node input.
**Why is this needed**:
The current implementation assumes it will be *only* run on the Kubelet.
That is no longer a va... | gce Instances::NodeAddresses assumes it is run from the relevant instance. | https://api.github.com/repos/kubernetes/kubernetes/issues/90185/comments | 5 | 2020-04-15T21:45:37Z | 2020-06-03T02:44:31Z | https://github.com/kubernetes/kubernetes/issues/90185 | 600,607,173 | 90,185 |
[
"kubernetes",
"kubernetes"
] | The current watch cache requires apiserver hold at least every item in a collection in memory (otherwise it cannot serve lists from the cache), and more (a history window). This is a large amount of memory consumed.
There's an alternative design that IIRC wasn't possible with etcd2 but should now be possible: catch-... | idea: More memory efficient watch cache | https://api.github.com/repos/kubernetes/kubernetes/issues/90179/comments | 23 | 2020-04-15T16:46:02Z | 2021-09-20T21:07:10Z | https://github.com/kubernetes/kubernetes/issues/90179 | 600,441,137 | 90,179 |
[
"kubernetes",
"kubernetes"
] | According to documentation https://kubernetes.io/docs/concepts/workloads/pods/init-containers/#resources
> The Pod’s effective request/limit for a resource is the higher of:
> - the sum of all app containers request/limit for a resource
> - the effective init request/limit for a resource
We are respecting this ... | Scheduler not always taking into account init containers | https://api.github.com/repos/kubernetes/kubernetes/issues/90177/comments | 4 | 2020-04-15T15:42:27Z | 2020-04-15T18:24:28Z | https://github.com/kubernetes/kubernetes/issues/90177 | 600,396,895 | 90,177 |
[
"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**:
Unable to bin... | Reuse existing Persistent Volume (GlusterFS) | https://api.github.com/repos/kubernetes/kubernetes/issues/90176/comments | 7 | 2020-04-15T14:50:14Z | 2020-12-11T18:09:01Z | https://github.com/kubernetes/kubernetes/issues/90176 | 600,357,241 | 90,176 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
A `leader-election-kubeconfig` flag for control-plane components (e.g., kube-controller-manager, cloud-controller-manager) to optionally practice leader-election on another cluster .
**Why is this ne... | Point Leaderelection to another cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/90169/comments | 4 | 2020-04-15T10:47:52Z | 2020-09-12T12:56:14Z | https://github.com/kubernetes/kubernetes/issues/90169 | 600,204,215 | 90,169 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
EventBroadcaster should allow to log only those events which aren't skipped by the correlator and are actually passed to sinks.
**Why is this needed**:
`NewBroadcasterWithCorrelatorOptions()` allows creating a broadcaster with rate-limiting options. However, those options only ... | Add the option to log not-skipped events only to EventBroadcaster | https://api.github.com/repos/kubernetes/kubernetes/issues/90168/comments | 23 | 2020-04-15T10:45:32Z | 2021-05-19T05:15:23Z | https://github.com/kubernetes/kubernetes/issues/90168 | 600,202,875 | 90,168 |
[
"kubernetes",
"kubernetes"
] | Currently, (best-effort) watch bookmarks are sent just right before the given watch is supposed to timeout:
https://github.com/kubernetes/kubernetes/blob/3b00d7dce51b3833815e2459e3a92ed917402170/staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go#L1243
In https://github.com/kubernetes/kubernetes/pull/90091 we... | Adjust watch bookmark policy to match watch-cache size policy | https://api.github.com/repos/kubernetes/kubernetes/issues/90160/comments | 4 | 2020-04-15T06:06:43Z | 2020-05-01T07:41:10Z | https://github.com/kubernetes/kubernetes/issues/90160 | 600,044,868 | 90,160 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
a mechanism to provide high availability of KMS plugin.
**Why is this needed**:
Nowadays, apiserver communicate with KMS-plugin via a domain socket, however, if the KMS-plugin has crashed accidentall... | high availability of KMS plugin | https://api.github.com/repos/kubernetes/kubernetes/issues/90159/comments | 14 | 2020-04-15T03:25:30Z | 2021-02-05T04:50:41Z | https://github.com/kubernetes/kubernetes/issues/90159 | 599,991,210 | 90,159 |
[
"kubernetes",
"kubernetes"
] | Packages are missing! 4/14/2020 10:17 PM US Central Time
**What happened**:
https://packages.cloud.google.com/yum/repos/kubernetes-el7-x86_64/Packages directory is empty???
**What you expected to happen**:
To see packages in there.
**How to reproduce it (as minimally and precisely as possible)**:
Open url https:/... | kubernetes-el7-x86_64/Packages are missing | https://api.github.com/repos/kubernetes/kubernetes/issues/90158/comments | 12 | 2020-04-15T03:16:47Z | 2022-03-16T12:01:35Z | https://github.com/kubernetes/kubernetes/issues/90158 | 599,988,398 | 90,158 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
An nginx deployment exists with three replicas on a three node cluster. An
anti-affinity policy exists that requires each nginx pod to be on its own
node. A PodDisruptionBudget exists that permits `MinAvailable: 1` for `app:
nginx` label.
After an edit to the nginx deployment's pod template ... | Anti-affinity prevents pod restart with PodDisruptionBudget | https://api.github.com/repos/kubernetes/kubernetes/issues/90151/comments | 4 | 2020-04-15T00:17:48Z | 2020-04-16T19:03:11Z | https://github.com/kubernetes/kubernetes/issues/90151 | 599,935,468 | 90,151 |
[
"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 notice w... | Loadbalancer service sometimes cannot be deleted with annotation "azure-shared-securityrule" in Azure | https://api.github.com/repos/kubernetes/kubernetes/issues/90150/comments | 7 | 2020-04-14T23:48:52Z | 2021-02-26T18:23:14Z | https://github.com/kubernetes/kubernetes/issues/90150 | 599,925,719 | 90,150 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
After server-side apply with `kubectl apply --server-side` is used on an object, then client-side apply with `kubectl apply` should conflict.
**Why is this needed**:
Once a resource is being manag... | downgrade from client-side apply to server-side apply should fail with a conflict | https://api.github.com/repos/kubernetes/kubernetes/issues/90146/comments | 6 | 2020-04-14T20:05:19Z | 2020-07-09T18:08:57Z | https://github.com/kubernetes/kubernetes/issues/90146 | 599,826,322 | 90,146 |
[
"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**:
My `dns-con... | Failed to join 127.0.0. on dns-controller after update | https://api.github.com/repos/kubernetes/kubernetes/issues/90145/comments | 14 | 2020-04-14T20:02:20Z | 2020-11-14T16:33:38Z | https://github.com/kubernetes/kubernetes/issues/90145 | 599,824,745 | 90,145 |
[
"kubernetes",
"kubernetes"
] | This issue will be used to facilitate discussion around clarifying/documents Windows OS version support and will result in documentation PRs reflecting the outcomes of this discussion.
Current Kubernetes documentation only claims to support Windows Server 2019 (https://kubernetes.io/docs/setup/production-environment... | Clarify and document Windows OS version support | https://api.github.com/repos/kubernetes/kubernetes/issues/90142/comments | 8 | 2020-04-14T18:59:29Z | 2020-08-13T18:10:29Z | https://github.com/kubernetes/kubernetes/issues/90142 | 599,790,758 | 90,142 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Right now, we have `kubectl create`, which will create _but not replace_ a resource, and `kubectl replace`, which will replace _but not create_ a resource.
One or other (maybe both?) of them really sho... | kubectl create needs a create-or-replace option | https://api.github.com/repos/kubernetes/kubernetes/issues/90141/comments | 6 | 2020-04-14T17:03:33Z | 2020-11-29T16:26:28Z | https://github.com/kubernetes/kubernetes/issues/90141 | 599,722,092 | 90,141 |
[
"kubernetes",
"kubernetes"
] | When using the `k8s.io/component-base/version/verflag` package, one can easily add a `--version` flag to a CLI tool. However, the output of invocation with `--version` is hard-coded to `Kubernetes ...`. As such, the package is not very usable in non-Kubernetes projects.
/wg component-standard
/assign @NicolasT | component-base: program name in `verflag` output hard-coded to `Kubernetes` | https://api.github.com/repos/kubernetes/kubernetes/issues/90138/comments | 0 | 2020-04-14T16:12:52Z | 2020-04-29T21:36:21Z | https://github.com/kubernetes/kubernetes/issues/90138 | 599,691,210 | 90,138 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
Former discussion at https://github.com/kubernetes/kubernetes/pull/90111#discussion_r407776222
As more and more k8s components are going to be ~~out-of-tree~~ staging to reduce dependencies on k8s core. One problem is that how to deal with f... | How to deal with feature gates for staging components | https://api.github.com/repos/kubernetes/kubernetes/issues/90136/comments | 29 | 2020-04-14T15:43:18Z | 2021-10-01T22:02:36Z | https://github.com/kubernetes/kubernetes/issues/90136 | 599,670,812 | 90,136 |
[
"kubernetes",
"kubernetes"
] | The docs for the Watch interface are a little ambiguous: https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/watch/watch.go#L34-L37
"If an error occurs or Stop() is called, this channel will be closed, in which case the watch should be completely cleaned up."
That can be read ... | Watch interface docs ambiguous | https://api.github.com/repos/kubernetes/kubernetes/issues/90134/comments | 4 | 2020-04-14T11:50:44Z | 2020-04-22T16:50:08Z | https://github.com/kubernetes/kubernetes/issues/90134 | 599,512,905 | 90,134 |
[
"kubernetes",
"kubernetes"
] | Sorry for not following the template.
We experienced a performance degradation when running a single Cassandra instance inside kubeadm 1.14 in comparison with running the Docker container stand-alone.
A write-only workload (YCSB benchmark workload A - Load phase) using the following user table:
```
cqlsh>... | Benchmark performance difference between Docker and Kubernetes when running Cassandra:2.2.16 official Docker image | https://api.github.com/repos/kubernetes/kubernetes/issues/90133/comments | 13 | 2020-04-14T10:02:22Z | 2020-10-15T16:52:39Z | https://github.com/kubernetes/kubernetes/issues/90133 | 599,448,284 | 90,133 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
An annotation in the format of
`service.beta.kubernetes.io/aws-load-balancer-deletion-protection: [true|false]`
that will set the Deletion Protection of the ELB to True or False. (Default is False... | AWS NLB Deletion Protection | https://api.github.com/repos/kubernetes/kubernetes/issues/90132/comments | 14 | 2020-04-14T09:11:29Z | 2021-02-22T16:57:12Z | https://github.com/kubernetes/kubernetes/issues/90132 | 599,416,421 | 90,132 |
[
"kubernetes",
"kubernetes"
] | I'd like to limit the address of nodePorts of **some** services.
Thanks to `--bind-address` (#21070), I can serve the nodePorts of **all** services on some IPs (~network interfaces).
Is it possible to limit the address of some services (like `docker run -p 192.168.12.23:30080:80` of pure docker)? (Of course one ip ... | Only expose nodePorts on some IPs | https://api.github.com/repos/kubernetes/kubernetes/issues/90131/comments | 29 | 2020-04-14T07:52:00Z | 2024-07-01T07:19:23Z | https://github.com/kubernetes/kubernetes/issues/90131 | 599,369,251 | 90,131 |
[
"kubernetes",
"kubernetes"
] | /sig cloud-provider
/sig storage
Hi
We are trying to deploy a kubernetes cluster under vSphere with the CSI and CPI plugin.
The test environment is :
- 1 vCenter: v6.7.0 14792544
- 1 ESXi: v6.7.0 14320388
- 2 datastore: (no vSAN)
- Kubernetes: v1.18.1
- 3 master kubernetes
- 1 worker kubernetes
- ... | vSphere (CSI) plugin :Failed to get shared datastores in kubernetes cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/90130/comments | 3 | 2020-04-14T07:32:07Z | 2020-06-22T12:33:54Z | https://github.com/kubernetes/kubernetes/issues/90130 | 599,358,803 | 90,130 |
[
"kubernetes",
"kubernetes"
] | I have tried to do one deployments with replicas of 3 , also i have 2 worker nodes and one master node in my configuration but the issue is my all deployments is happening on worker node only and no instance is going on master node.
Also i am able to acccess my application with both worker node ip addresses.
Did i ... | Deployments not going on master node in kubernetes | https://api.github.com/repos/kubernetes/kubernetes/issues/90129/comments | 11 | 2020-04-14T05:59:34Z | 2020-10-10T10:49:47Z | https://github.com/kubernetes/kubernetes/issues/90129 | 599,317,346 | 90,129 |
[
"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 cust... | CRD validation message confused users. | https://api.github.com/repos/kubernetes/kubernetes/issues/90128/comments | 16 | 2020-04-14T05:26:50Z | 2020-11-09T15:18:28Z | https://github.com/kubernetes/kubernetes/issues/90128 | 599,306,658 | 90,128 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
batch/Job and apps/StatefulSet should report `JobPodFailure` in `status.conditions` when failing to create a pod, similar as how it's done in Deployment and ReplicaSet.
**Why is this needed**:
Wh... | batch/Job should report `JobPodFailure` in `status.conditions` when failing to create pod(s) | https://api.github.com/repos/kubernetes/kubernetes/issues/90124/comments | 9 | 2020-04-13T21:08:36Z | 2020-12-24T19:15:12Z | https://github.com/kubernetes/kubernetes/issues/90124 | 599,137,504 | 90,124 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
This defect is related to the solution chosen for a previous defect: https://github.com/kubernetes/kubernetes/issues/66323.
It appears the solution did not consider a use case our customer has which is described here.
The user wants to provision an NFS mount off of one of our arrays that support... | Problem with dynamic CSI provisioning when fsgroup is set for access type RWO | https://api.github.com/repos/kubernetes/kubernetes/issues/90123/comments | 12 | 2020-04-13T20:42:23Z | 2020-04-23T18:03:56Z | https://github.com/kubernetes/kubernetes/issues/90123 | 599,124,187 | 90,123 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
https://github.com/kubernetes/kubernetes/blob/master/build/dependencies.yaml#L28
shows only the docker minor version, omitting the patch version. e.g. `19.03`
Please add the patch version, e.g. `19.03.5`
**Why is this needed**:
All other dependencies are listed with... | dependencies.yaml : please add patch version for docker | https://api.github.com/repos/kubernetes/kubernetes/issues/90119/comments | 14 | 2020-04-13T18:22:18Z | 2021-03-25T10:43:45Z | https://github.com/kubernetes/kubernetes/issues/90119 | 599,050,655 | 90,119 |
[
"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**:
`kind-ipv6-master-parallel ( ci-kubernetes-kind-ipv6-e2e-parallel)`
**Which test(s) are flaking**:
`[sig-cli] Kubectl client S... | [Flaky Test] kind-ipv6-master-parallel ( ci-kubernetes-kind-ipv6-e2e-parallel) | https://api.github.com/repos/kubernetes/kubernetes/issues/90117/comments | 14 | 2020-04-13T16:30:05Z | 2020-05-18T17:25:52Z | https://github.com/kubernetes/kubernetes/issues/90117 | 598,988,503 | 90,117 |
[
"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 configur... | hostPort not work for windows cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/90116/comments | 14 | 2020-04-13T16:01:30Z | 2020-12-21T18:03:13Z | https://github.com/kubernetes/kubernetes/issues/90116 | 598,972,960 | 90,116 |
[
"kubernetes",
"kubernetes"
] | Hi! When starting the minikube, an error is returned.
Ubuntu 18.04 /Docker 19.03.8 / Kybernetes v1.18.0 / mini cube v1.9.0 / conntrack v1.4.4 is currently installed

| Error when starting the minikube | https://api.github.com/repos/kubernetes/kubernetes/issues/90114/comments | 3 | 2020-04-13T15:59:40Z | 2020-04-13T23:06:39Z | https://github.com/kubernetes/kubernetes/issues/90114 | 598,971,914 | 90,114 |
[
"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**:
Liveness prob... | Liveness probe periodSeconds is not honoured | https://api.github.com/repos/kubernetes/kubernetes/issues/90108/comments | 12 | 2020-04-13T12:31:45Z | 2020-04-30T20:59:40Z | https://github.com/kubernetes/kubernetes/issues/90108 | 598,863,363 | 90,108 |
[
"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**:
`kind-master-parallel (ci-kubernetes-kind-e2e-parallel)`
**Which test(s) are flaking**:
`[sig-storage] ConfigMap optional upda... | [Flaky Test] kind-master-parallel (ci-kubernetes-kind-e2e-parallel) | https://api.github.com/repos/kubernetes/kubernetes/issues/90107/comments | 6 | 2020-04-13T12:10:19Z | 2020-05-18T17:02:32Z | https://github.com/kubernetes/kubernetes/issues/90107 | 598,854,010 | 90,107 |
[
"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**:
Every time I ... | Kubernetes not terminating pods after the respective deployment has been deleted | https://api.github.com/repos/kubernetes/kubernetes/issues/90106/comments | 6 | 2020-04-13T11:55:02Z | 2020-09-16T03:20:36Z | https://github.com/kubernetes/kubernetes/issues/90106 | 598,847,891 | 90,106 |
[
"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... | Error occurred when calling Get() method in k8s.io/client-go/rest/request.go to get runtime.object | https://api.github.com/repos/kubernetes/kubernetes/issues/90102/comments | 14 | 2020-04-13T09:52:13Z | 2021-02-18T02:53:42Z | https://github.com/kubernetes/kubernetes/issues/90102 | 598,793,339 | 90,102 |
[
"kubernetes",
"kubernetes"
] | /sig Network
In previous release, a kubernetes service(type=NodePort) is listened on both IPv4 and IPv6.
Start from Kubernetes v1.18.0, an IPv4 service(type=NodePort) is listened on IPv4 only. And an IPv4 service(type=NodePort) is listened on IPv6 only too. see code commit https://github.com/kubernetes/kubernetes/com... | DualStack: Expose an IPv4 service and an IPv6 service to the same nodePort | https://api.github.com/repos/kubernetes/kubernetes/issues/90101/comments | 12 | 2020-04-13T06:46:19Z | 2020-07-19T18:58:47Z | https://github.com/kubernetes/kubernetes/issues/90101 | 598,709,412 | 90,101 |
[
"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 to get the value of contentType in the Result ? the Result in k8s.io/client-go/rest/resquest.go | https://api.github.com/repos/kubernetes/kubernetes/issues/90098/comments | 8 | 2020-04-13T02:52:44Z | 2020-09-10T05:02:48Z | https://github.com/kubernetes/kubernetes/issues/90098 | 598,637,845 | 90,098 |
[
"kubernetes",
"kubernetes"
] | **What would you like to be added**:
PodShareProcessNamespace is in GA.
The feature gate can be removed.
**Why is this needed**:
```
PodShareProcessNamespace: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.19
``` | Remove PodShareProcessNamespace feature gate | https://api.github.com/repos/kubernetes/kubernetes/issues/90096/comments | 4 | 2020-04-12T21:31:41Z | 2020-04-14T01:14:12Z | https://github.com/kubernetes/kubernetes/issues/90096 | 598,575,466 | 90,096 |
[
"kubernetes",
"kubernetes"
] | Hi Team,
we are trying to setup mysql server with below configurations.
3 mysql pods with sharing same persistence volume and data should be available across all pods and any pods can execute read and write requests and a load balancer to route the traffic to different pods based on load.
Hope service will take ... | MYSQL In Kubernetes | https://api.github.com/repos/kubernetes/kubernetes/issues/90092/comments | 3 | 2020-04-12T11:36:58Z | 2020-04-14T11:54:53Z | https://github.com/kubernetes/kubernetes/issues/90092 | 598,466,082 | 90,092 |
[
"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 to use kustomize in kubectl | https://api.github.com/repos/kubernetes/kubernetes/issues/90089/comments | 1 | 2020-04-12T08:00:21Z | 2020-05-05T14:31:57Z | https://github.com/kubernetes/kubernetes/issues/90089 | 598,432,884 | 90,089 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
In handler#handleSummary, return value from request.Request.ParseForm() is ignored.
**What you expected to happen**:
The error return should be checked.
| Error return from Request.ParseForm() shouldn't be ignored | https://api.github.com/repos/kubernetes/kubernetes/issues/90085/comments | 3 | 2020-04-12T02:11:51Z | 2020-05-10T05:07:51Z | https://github.com/kubernetes/kubernetes/issues/90085 | 598,391,358 | 90,085 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
flannel with backend vxlan
and pod with `hostnetwork:trut`
manifest from https://github.com/kubernetes/kubernetes/issues/87852
exec into pod and do
```dig @10.96.0.10 kubernetes.default.svc.cluster.local```
command failed with timeout
**What you expected to happen**:
should return
```
... | kube-proxy and vxlan - service net unavailable from pod with 'hostnetwork: true' | https://api.github.com/repos/kubernetes/kubernetes/issues/90084/comments | 8 | 2020-04-11T23:15:23Z | 2020-09-19T06:23:03Z | https://github.com/kubernetes/kubernetes/issues/90084 | 598,370,392 | 90,084 |
[
"kubernetes",
"kubernetes"
] | Hi everyone!
I'm a new user of Kubernetes, so obviously many errors can be caused by my misunderstanding of the documentation. My Kubernetes installation is based on `LXC` (not `LXD`) containers with privileged mode.
**What happened**: after installation of the `kube*` CLI tools and `kubeadm init` command executi... | kube-proxy and conntrack (or nf_conntrack) issue | https://api.github.com/repos/kubernetes/kubernetes/issues/90083/comments | 19 | 2020-04-11T21:38:28Z | 2020-05-15T00:21:43Z | https://github.com/kubernetes/kubernetes/issues/90083 | 598,356,148 | 90,083 |
[
"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/
-->
/sig storage
**What happened**:
I... | Timeout expired waiting for volumes to attach or mount for pod | https://api.github.com/repos/kubernetes/kubernetes/issues/90079/comments | 3 | 2020-04-11T12:53:44Z | 2020-06-28T18:45:09Z | https://github.com/kubernetes/kubernetes/issues/90079 | 598,260,449 | 90,079 |
[
"kubernetes",
"kubernetes"
] | I want to upgrade my cluster version from 1.15.10 to 1.16.7.
Prior to that I'm trying to update all the APIs.
Release notes to 1.16.0 state:
The following APIs are no longer served by default:
* All resources under `apps/v1beta1` and `apps/v1beta2` - use `apps/v1` instead
* `daemonsets`, `deployments`, `replica... | No matches for kind "Ingress" in version "networking.k8s.io/v1" | https://api.github.com/repos/kubernetes/kubernetes/issues/90077/comments | 30 | 2020-04-11T10:24:51Z | 2023-05-31T20:59:50Z | https://github.com/kubernetes/kubernetes/issues/90077 | 598,237,734 | 90,077 |
[
"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 4 no... | Statefulset pod is not assigned to the right node after replace failed node | https://api.github.com/repos/kubernetes/kubernetes/issues/90076/comments | 8 | 2020-04-11T09:25:11Z | 2020-04-16T17:57:14Z | https://github.com/kubernetes/kubernetes/issues/90076 | 598,228,641 | 90,076 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I am using a command like below in GitHub actions:
```
kubectl label --overwrite -f crd.yaml --local=true -o yaml app=mydb
```
I get the following error:
```
error: Missing or incomplete configuration info. Please point to an existing, complete config file:
1. Via the command-line ... | kubectl --local requires a valid kubeconfig file | https://api.github.com/repos/kubernetes/kubernetes/issues/90074/comments | 7 | 2020-04-11T06:37:44Z | 2021-09-01T20:39:02Z | https://github.com/kubernetes/kubernetes/issues/90074 | 598,203,904 | 90,074 |
[
"kubernetes",
"kubernetes"
] |
**What happened**:
Duplicate/overlap of IP on pods across different nodes
`NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
pod/http-app-5947d79757-4gwd6 1/1 Running 0 20s 10.4.192.2 w2.k8s.local ... | Weave: Duplicate/overlap of IP on pods across different nodes | https://api.github.com/repos/kubernetes/kubernetes/issues/90072/comments | 8 | 2020-04-11T01:14:51Z | 2020-05-15T08:43:09Z | https://github.com/kubernetes/kubernetes/issues/90072 | 598,160,431 | 90,072 |
[
"kubernetes",
"kubernetes"
] | Recently (1.18?) a new field was added to configs, managedFields. This is incredibly verbose, which makes kubectl commands like `-oyaml` and `edit` painful.
For example, on a random deployment I have looked at, the entire `kubectl get deployment -oyaml` is 640 lines. Managed fields is over half of that, with 358 lin... | managedFields options are very verbose, making kubectl usage a bit | https://api.github.com/repos/kubernetes/kubernetes/issues/90066/comments | 105 | 2020-04-10T23:10:29Z | 2022-10-25T16:11:24Z | https://github.com/kubernetes/kubernetes/issues/90066 | 598,134,631 | 90,066 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Show more resource configuration keys and values on `kubectl describe`.
**Why is this needed**:
Only `kubectl get -o yaml` is able to provide basic info like `imagePullPolicy`, where `kubectl desc... | Please show more configuration keys on `kubectl describe` | https://api.github.com/repos/kubernetes/kubernetes/issues/90065/comments | 8 | 2020-04-10T21:49:54Z | 2020-09-19T15:42:25Z | https://github.com/kubernetes/kubernetes/issues/90065 | 598,109,928 | 90,065 |
[
"kubernetes",
"kubernetes"
] | Currently, capacity for watchcache is a parameter at creation time and cannot be changed later:
https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go#L81
To make it scalable, we have a number of magic constants:
https://github.com/kubernetes/kubernetes/blob/ma... | Make watch-cache size dynamic and get rid of magic constants | https://api.github.com/repos/kubernetes/kubernetes/issues/90058/comments | 15 | 2020-04-10T17:36:19Z | 2020-06-19T02:04:42Z | https://github.com/kubernetes/kubernetes/issues/90058 | 598,005,327 | 90,058 |
[
"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://githu... | gcp cloud-controller-manager cannot initialize a new Node | https://api.github.com/repos/kubernetes/kubernetes/issues/90056/comments | 3 | 2020-04-10T16:05:06Z | 2021-09-02T17:20:29Z | https://github.com/kubernetes/kubernetes/issues/90056 | 597,965,250 | 90,056 |
[
"kubernetes",
"kubernetes"
] | Currently, -n can go adjacent to kubectl, but --all-namespaces can only go at the end of the subcommand | --all-namespaces should parse anywhere -n parses | https://api.github.com/repos/kubernetes/kubernetes/issues/90055/comments | 9 | 2020-04-10T14:50:01Z | 2020-10-14T17:30:15Z | https://github.com/kubernetes/kubernetes/issues/90055 | 597,927,764 | 90,055 |
[
"kubernetes",
"kubernetes"
] | <!-- Please only use this template for submitting enhancement requests -->
**What would you like to be added**:
Comment on the scope of --etcd-servers-overrides option in the generated documentation
**Why is this needed**:
The documentation does not say if the --etcd-servers-overrides option for kube-apiserver ... | Clarify scope of --etcd-servers-overrides option | https://api.github.com/repos/kubernetes/kubernetes/issues/90053/comments | 6 | 2020-04-10T14:31:15Z | 2021-02-16T21:45:06Z | https://github.com/kubernetes/kubernetes/issues/90053 | 597,918,673 | 90,053 |
[
"kubernetes",
"kubernetes"
] | Example failure:
https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gce-scale-correctness/1248219443285200896
Stacktrace:
```
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/network/service.go:3067
Test Panicked
/usr/local/go/src/runtime/panic.go:75
Panic: r... | ESIPP [Slow] should handle updates to ExternalTrafficPolicy field is failing in 5k-node tests | https://api.github.com/repos/kubernetes/kubernetes/issues/90047/comments | 25 | 2020-04-10T11:30:30Z | 2021-01-11T13:28:23Z | https://github.com/kubernetes/kubernetes/issues/90047 | 597,842,848 | 90,047 |
[
"kubernetes",
"kubernetes"
] | I have configured keycloak for Kubernetes RBAC.
- user having access to get pods
```
vagrant@haproxy:~/.kube$ kubectl auth can-i get pods --user=oidc
Warning: the server doesn't have a resource type 'pods'
yes
```
```
vagrant@haproxy:~/.kube$ kubectl get pods --user=oidc
error: You must be logged in to ... | Issue with RBAC | https://api.github.com/repos/kubernetes/kubernetes/issues/90044/comments | 3 | 2020-04-10T08:58:43Z | 2020-04-10T19:22:06Z | https://github.com/kubernetes/kubernetes/issues/90044 | 597,781,884 | 90,044 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
daemonset nodelocaldns with image gcr.io/google-containers/k8s-dns-node-cache:1.15.11
flood error log with message
```[ERROR] Error adding iptables rule {raw OUTPUT [-p tcp -s 169.254.25.10 --sport 53 -j NOTRACK]} - error checking rule: executable file not found in $PATH:
[ERROR] Error adding ipt... | nodelocal dns 1.15.11 cannot add iptables rules. executable file not found in $PATH | https://api.github.com/repos/kubernetes/kubernetes/issues/90043/comments | 12 | 2020-04-10T08:45:43Z | 2020-04-30T21:21:04Z | https://github.com/kubernetes/kubernetes/issues/90043 | 597,775,979 | 90,043 |
[
"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 use calico ... | Kube-proxy/ipvs;Frequently cannot simultaneous access clusterip and endpoint ip(real server) in pod | https://api.github.com/repos/kubernetes/kubernetes/issues/90042/comments | 52 | 2020-04-10T06:45:31Z | 2022-06-24T05:56:13Z | https://github.com/kubernetes/kubernetes/issues/90042 | 597,727,237 | 90,042 |
[
"kubernetes",
"kubernetes"
] | /sig scheduling
## Background
In the [draft proposal of scheduler preemption extension point](https://docs.google.com/document/d/1lBZOA-vjo2m52242q4dZ1L1W-RrNyr14F63PfQ5YUr8/view), we explored possible ways to define the Preemption extension point. Which are listed as below:
- Several Preemption extension poin... | Brainstorm on scheduler preemption extension point | https://api.github.com/repos/kubernetes/kubernetes/issues/90025/comments | 13 | 2020-04-09T20:06:34Z | 2020-05-15T19:23:49Z | https://github.com/kubernetes/kubernetes/issues/90025 | 597,522,517 | 90,025 |
[
"kubernetes",
"kubernetes"
] | /kind bug
**What happened**: We use the Server-Dry-Run to lint our kubernetes yaml files (make sure they pass our OPA/Gatekeeper restrictions etc). When trying this with a Job CRD we recieved an immutable object error, if you add the --force flag this will hang forever (or until timeout).
**What you expected to... | Server-Dry-Run with Force flag hangs forever if applied to an Immutable object | https://api.github.com/repos/kubernetes/kubernetes/issues/90017/comments | 12 | 2020-04-09T18:33:59Z | 2020-08-25T22:26:08Z | https://github.com/kubernetes/kubernetes/issues/90017 | 597,474,660 | 90,017 |
[
"kubernetes",
"kubernetes"
] | As an example (but there are probably other scenarios we need to investigate), events are recording the managedFields even though it's mostly irrelevant. As a consequence, events are much bigger and since they can be quite frequent, this can cause some problems.
A control to decide what is tracked or not can be cons... | Do not record managedFields for specific requests/object/types | https://api.github.com/repos/kubernetes/kubernetes/issues/90012/comments | 4 | 2020-04-09T16:40:14Z | 2020-07-16T17:01:43Z | https://github.com/kubernetes/kubernetes/issues/90012 | 597,410,166 | 90,012 |
[
"kubernetes",
"kubernetes"
] | I want to restart the pod if the init container can not execute nslookup successfully i.e. there is an issue with dns set up for the pod. I tried the below command for init-container to understand the behaviour. But, kubernetes just restart the container and not the pod.
command: ['sh', '-c', 'echo The app is runnin... | How to force restart a POD based on init-container | https://api.github.com/repos/kubernetes/kubernetes/issues/90011/comments | 12 | 2020-04-09T16:29:52Z | 2020-09-11T09:30:15Z | https://github.com/kubernetes/kubernetes/issues/90011 | 597,403,801 | 90,011 |
[
"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 configure... | static-pod cannot be normally registered in the cluster after setting the limitrange | https://api.github.com/repos/kubernetes/kubernetes/issues/90009/comments | 7 | 2020-04-09T15:39:29Z | 2020-09-06T20:43:46Z | https://github.com/kubernetes/kubernetes/issues/90009 | 597,372,198 | 90,009 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**: Kubernetes 1.1... | Wildcard unable to be converted in new ingress objects | https://api.github.com/repos/kubernetes/kubernetes/issues/90005/comments | 5 | 2020-04-09T12:18:14Z | 2020-04-09T13:01:56Z | https://github.com/kubernetes/kubernetes/issues/90005 | 597,241,872 | 90,005 |
[
"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-schedule... | kube-scheduler invalid memory address or nil pointer dereference | https://api.github.com/repos/kubernetes/kubernetes/issues/90004/comments | 6 | 2020-04-09T12:12:02Z | 2020-04-09T13:48:13Z | https://github.com/kubernetes/kubernetes/issues/90004 | 597,238,495 | 90,004 |
[
"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 e2e test ... | kubemark: e2e test case LocalStorageCapacityIsolation failed. | https://api.github.com/repos/kubernetes/kubernetes/issues/90003/comments | 2 | 2020-04-09T11:52:32Z | 2020-04-10T03:47:28Z | https://github.com/kubernetes/kubernetes/issues/90003 | 597,228,543 | 90,003 |
[
"kubernetes",
"kubernetes"
] | env
k8s: v1.14.3
kubectl: v1.14.3
After 3 seconds, pod auto exit when use kubectl enter pod.
```
time kubectl exec -it curl-79854fc947-2cwv8 /bin/bash
bash-5.0#
real 0m3.166s
user 0m0.063s
sys 0m0.047s
``` | How to extend the auto-exit time of POD entry? | https://api.github.com/repos/kubernetes/kubernetes/issues/89997/comments | 3 | 2020-04-09T08:48:11Z | 2020-04-10T20:53:12Z | https://github.com/kubernetes/kubernetes/issues/89997 | 597,125,172 | 89,997 |
[
"kubernetes",
"kubernetes"
] | If I have `startupProbe` probe and `readinessProbe` then all good. Previous version of the pod is terminated after startup probe success, but if `readinessProbe` wasn't specified the pod becomes ready immediately. It would be nice to add new state (for example starting) which would have pods until a `startupProbe` is ... | Unexpected startupProbe behavior. | https://api.github.com/repos/kubernetes/kubernetes/issues/89995/comments | 20 | 2020-04-09T08:23:25Z | 2020-07-10T12:26:46Z | https://github.com/kubernetes/kubernetes/issues/89995 | 597,110,197 | 89,995 |
[
"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 encountered som... | kube-controller-manager: "Unexpected EOF during watch stream event decoding" | https://api.github.com/repos/kubernetes/kubernetes/issues/89994/comments | 8 | 2020-04-09T05:58:55Z | 2020-09-13T22:29:14Z | https://github.com/kubernetes/kubernetes/issues/89994 | 597,041,667 | 89,994 |
[
"kubernetes",
"kubernetes"
] | **What happened**:
I have a kubernetes cluster on Goolge Compute Engine, its version is v1.18.0. It consists of three nodes: 1 master and 2 workers. I deploy a nginx service on it, and want to access it through server ip (cluster ip) on any node of the cluster. But it doesn't work properly. I have checked deployment... | Cannot access service using service ip from node of the cluster | https://api.github.com/repos/kubernetes/kubernetes/issues/89993/comments | 8 | 2020-04-09T04:20:21Z | 2020-04-09T08:00:10Z | https://github.com/kubernetes/kubernetes/issues/89993 | 597,009,397 | 89,993 |
[
"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**:
HostName miss... | HostName entry missing in node.addresses populated by legacy OpenStack cloud-provider | https://api.github.com/repos/kubernetes/kubernetes/issues/89987/comments | 10 | 2020-04-09T01:54:55Z | 2020-09-10T04:01:46Z | https://github.com/kubernetes/kubernetes/issues/89987 | 596,966,303 | 89,987 |
[
"kubernetes",
"kubernetes"
] | <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!
If the matter is security related, please disclose it privately via https://kubernetes.io/security/
-->
**What happened**:
```
mspreitz... | Update of a non-existent object returns 409 instead of 404 | https://api.github.com/repos/kubernetes/kubernetes/issues/89985/comments | 22 | 2020-04-09T00:30:39Z | 2021-01-17T17:36:15Z | https://github.com/kubernetes/kubernetes/issues/89985 | 596,942,072 | 89,985 |
Subsets and Splits
Unique Owner-Repo Count
Counts the number of unique owner-repos in the dataset, providing a basic understanding of diverse repositories.