issue_owner_repo
listlengths
2
2
issue_body
stringlengths
0
261k
issue_title
stringlengths
1
925
issue_comments_url
stringlengths
56
81
issue_comments_count
int64
0
2.5k
issue_created_at
stringlengths
20
20
issue_updated_at
stringlengths
20
20
issue_html_url
stringlengths
37
62
issue_github_id
int64
387k
2.91B
issue_number
int64
1
131k
[ "kubernetes", "kubernetes" ]
**What happened**: hollow nodes were running with no errors, but all nodes suddenly run into `CrashLoopBack` status for several minutes (maybe 10min+), and then recover. From the logs, I observed a panic ``` I0225 12:00:09.730501 6 eviction_manager.go:230] eviction manager: synchronize housekeeping E0225 ...
[kubemark] kubemark hollow nodes panic on starts
https://api.github.com/repos/kubernetes/kubernetes/issues/88604/comments
7
2020-02-27T03:49:22Z
2020-03-09T07:53:41Z
https://github.com/kubernetes/kubernetes/issues/88604
571,802,368
88,604
[ "kubernetes", "kubernetes" ]
Request for info: **Goal:** To manage 50K to 100K nodes using kubernetes for applying daemonsets A possibility: - To manage this scale, we need around 5K to 10K of controllers/masters. - Nodes can add labels that describe self as static & dynamic data Static data: e.g. clustername, platform, HWSKU, ... ...
Applying a daemonset to thousands of controllers
https://api.github.com/repos/kubernetes/kubernetes/issues/88583/comments
7
2020-02-26T16:10:15Z
2020-08-01T15:36:55Z
https://github.com/kubernetes/kubernetes/issues/88583
571,495,727
88,583
[ "kubernetes", "kubernetes" ]
I find method `Merge` in `pkg/scheduler/framework/v1alpha1/interface.go` implementation has a problem that the variable `finalStatus.code` is assigned repeatedly. Why to design it in this way? Can we remove duplicate? ``` func (p PluginToStatus) Merge() *Status { if len(p) == 0 { return nil } finalStatu...
Implementation of merge in `scheduler/framework/v1alpha1/interface` should be more concise?
https://api.github.com/repos/kubernetes/kubernetes/issues/88581/comments
11
2020-02-26T15:43:15Z
2020-07-06T07:00:43Z
https://github.com/kubernetes/kubernetes/issues/88581
571,477,380
88,581
[ "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 have one v...
Doesn't distributed send traffic to pod when using ipvs
https://api.github.com/repos/kubernetes/kubernetes/issues/88580/comments
9
2020-02-26T15:00:16Z
2020-03-23T07:05:17Z
https://github.com/kubernetes/kubernetes/issues/88580
571,447,162
88,580
[ "kubernetes", "kubernetes" ]
Here is an example PR (https://github.com/kubernetes/kubernetes/pull/87650) where kubemark presubmit was failing with strange symptoms. Hollow-nodes weren't registering and the hollow-node logs were almost empty, e.g. ``` Log file created at: 2020/02/18 12:19:38 Running on machine: hollow-node-4rdb5 Binary: Built ...
[kubemark] Hollow-node logs are not collected on kubelet panic
https://api.github.com/repos/kubernetes/kubernetes/issues/88575/comments
4
2020-02-26T12:55:08Z
2020-07-25T14:52:27Z
https://github.com/kubernetes/kubernetes/issues/88575
571,335,397
88,575
[ "kubernetes", "kubernetes" ]
I was told that this is correct issue tracker for my problem. Previously I've post this issue [here ](https://github.com/kubernetes/kubeadm/issues/2041) ## Environment ``` mcajkovs@ubuntu:~$ cat /etc/os-release NAME="Ubuntu" VERSION="18.04.3 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu ...
etcd and kube-apiserver does not start after incorrect machine shutdown
https://api.github.com/repos/kubernetes/kubernetes/issues/88574/comments
53
2020-02-26T12:47:51Z
2025-02-14T06:42:42Z
https://github.com/kubernetes/kubernetes/issues/88574
571,329,456
88,574
[ "kubernetes", "kubernetes" ]
**What happened**: I have the same problem as issue [#72181](https://github.com/kubernetes/kubernetes/issues/72181). When I use 1 node cluster. I create a statefulset with some pvcs,then delete the sts, and fail to detach volume because of some reasons,then we re-create the sts in ExponentialBackoff duration, the pod...
If detaching failed while deleting statefulset, we re-create the statefulset and the pods are schedulerd on the same node, pod will be "ContainerCreating" because of attach failed
https://api.github.com/repos/kubernetes/kubernetes/issues/88565/comments
10
2020-02-26T07:09:44Z
2020-10-24T09:15:42Z
https://github.com/kubernetes/kubernetes/issues/88565
571,115,017
88,565
[ "kubernetes", "kubernetes" ]
**What happened**: Kubectl/Kubernetes API server silently fails parsing numeric annotation values. If one field value is invalid, all annotations are skipped. For example, given the following my-pod.yaml, `invalid: 123` is an invalid field (or causes the problem, at least) ``` $ cat my-pod.yaml kind: Pod apiVe...
kubectl silently fails parsing annotations when passing numeric value
https://api.github.com/repos/kubernetes/kubernetes/issues/88564/comments
3
2020-02-26T06:23:16Z
2020-02-26T12:19:36Z
https://github.com/kubernetes/kubernetes/issues/88564
571,097,795
88,564
[ "kubernetes", "kubernetes" ]
Hi. I'm trying to cluster the required Turn servers with WebRTC using the [Coturn](https://github.com/coturn/coturn) project. Turn server supports TCP / UDP based turn protocol. Therefore, we want to provide Service Entrypoint by opening TCP / UDP based port as Loadbalancer type in kubernetes. I thought it wo...
Turn/Stun protocol support
https://api.github.com/repos/kubernetes/kubernetes/issues/88561/comments
7
2020-02-26T05:06:07Z
2021-06-30T18:02:36Z
https://github.com/kubernetes/kubernetes/issues/88561
571,072,493
88,561
[ "kubernetes", "kubernetes" ]
It appears that if a k8s cluster has been provisioned with vcenter credentials that has insufficient permissions, storage features of cluster breaks in weird ways and kinda hard to debug. There are various problems with how vsphere cloudprovider handles this: 1. Outgoing calls to vcenter are issued with a context...
vsphere insufficient permission problems
https://api.github.com/repos/kubernetes/kubernetes/issues/88560/comments
8
2020-02-26T04:01:15Z
2020-07-25T20:57:57Z
https://github.com/kubernetes/kubernetes/issues/88560
571,053,869
88,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**: ``` Readines...
Readiness probe failed: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
https://api.github.com/repos/kubernetes/kubernetes/issues/88555/comments
10
2020-02-26T00:50:55Z
2021-11-24T10:41:56Z
https://github.com/kubernetes/kubernetes/issues/88555
570,968,361
88,555
[ "kubernetes", "kubernetes" ]
**What happened**: This to track there is a followup PR to https://github.com/kubernetes/kubernetes/pull/80917 to introduce e2e tests for Windows. **What you expected to happen**: e2e tests get written (fine if it exercises a fake plugin). **How to reproduce it (as minimally and precisely as possible)**: **A...
Add e2e tests for Windows Device Manager
https://api.github.com/repos/kubernetes/kubernetes/issues/88554/comments
31
2020-02-25T23:56:25Z
2021-02-08T07:37:28Z
https://github.com/kubernetes/kubernetes/issues/88554
570,934,817
88,554
[ "kubernetes", "kubernetes" ]
- it's tough to maintain 2 things in parallel and keep them in sync - with the switch to go modules/cache, most of the reasons why bazel was used (speed up compilations) are gone - gets in the way in multiple ways (example, update of golang versions) - etc...
Please remove bazel based build infrastructure
https://api.github.com/repos/kubernetes/kubernetes/issues/88553/comments
73
2020-02-25T23:52:20Z
2021-03-01T17:55:27Z
https://github.com/kubernetes/kubernetes/issues/88553
570,932,247
88,553
[ "kubernetes", "kubernetes" ]
**What happened**: In one recent e2e [flake](https://prow.k8s.io/view/gcs/kubernetes-jenkins/logs/ci-kubernetes-e2e-gci-gce-serial/1231581843564793859), it turns out a plain Pod was updated to set its `ownerReference` to a ReplicaSet, whose labelSelector happens to match the Pod's labels. Afterwards, plain Pod gets ...
ReplicaSet controller incorrectly claim a plain Pod as its orphans
https://api.github.com/repos/kubernetes/kubernetes/issues/88550/comments
2
2020-02-25T23:10:21Z
2020-02-25T23:27:09Z
https://github.com/kubernetes/kubernetes/issues/88550
570,905,274
88,550
[ "kubernetes", "kubernetes" ]
**What happened**: created a stateful set with 5 replicas. it takes 30 mins for all 5 to come up with each one taking forever to connect to the ebs volumes. most of the time it times out and never recovers and i have to delete the pod. sometimes it timesout and then recovers and starts. i've checked log files on the n...
ebs pvc connection times out or takes forever to connect
https://api.github.com/repos/kubernetes/kubernetes/issues/88548/comments
5
2020-02-25T22:47:37Z
2020-07-26T01:01:59Z
https://github.com/kubernetes/kubernetes/issues/88548
570,890,366
88,548
[ "kubernetes", "kubernetes" ]
Once we upgrade to go1.14, we can use the new CipherSuites and InsecureCipherSuites functions and CipherSuiteName function to build the supported cipher suite flags. - https://golang.org/pkg/crypto/tls/#CipherSuites - https://golang.org/pkg/crypto/tls/#InsecureCipherSuites - https://golang.org/pkg/crypto/tls/#Ciph...
Switch to go1.14 tls cipher suite helper methods
https://api.github.com/repos/kubernetes/kubernetes/issues/88547/comments
10
2020-02-25T22:43:10Z
2021-09-21T18:56:43Z
https://github.com/kubernetes/kubernetes/issues/88547
570,887,469
88,547
[ "kubernetes", "kubernetes" ]
It would be very useful to have a library or util function that can cap the number of times per second a log message is printed. Something like [this](https://github.com/kubernetes/kubernetes/blob/b5e95fc73dafc92b8e94f5f5a53e5fea7b15ee6f/staging/src/k8s.io/client-go/rest/request.go#L565-L590) but more general. /sig ...
[FR] Rate limited logging util
https://api.github.com/repos/kubernetes/kubernetes/issues/88546/comments
12
2020-02-25T22:43:05Z
2020-08-16T22:34:30Z
https://github.com/kubernetes/kubernetes/issues/88546
570,887,408
88,546
[ "kubernetes", "kubernetes" ]
- [x] [APISnoop PR](https://github.com/cncf/apisnoop/pull/290) - [ ] [PR](https://github.com/kubernetes/kubernetes/pull/89453) # Identify an untested feature Using APISnoop According to this APIsnoop query, there are still some remaining Pod endpoints which are untested. ```sql-mode SELECT operation_id, ...
Write CoreV1Pod and CoreV1PodStatus lifecycle test+promote - +4 coverage
https://api.github.com/repos/kubernetes/kubernetes/issues/88545/comments
4
2020-02-25T22:41:52Z
2020-05-09T21:30:11Z
https://github.com/kubernetes/kubernetes/issues/88545
570,886,633
88,545
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I would like to make kubelet wait for CNI resources to be completely cleaned before deleting the pod from the apiserver. Currently it just waits for containers to be deleted and volumes to be unmounted. ...
Kubelet deletes the pod before cleaning the CNI resources
https://api.github.com/repos/kubernetes/kubernetes/issues/88543/comments
24
2020-02-25T20:38:27Z
2023-09-14T22:56:51Z
https://github.com/kubernetes/kubernetes/issues/88543
570,817,581
88,543
[ "kubernetes", "kubernetes" ]
The types for sending/receiving requests between the scheduler and the extenders currently exist in pkg/scheduler/apis/v1/extender, and so extender developers have to import the kubernetes package to access those types, which brings with it many unneeded dependencies. To be consistent with the way we handle componen...
Move Scheduler Extender API to staging
https://api.github.com/repos/kubernetes/kubernetes/issues/88536/comments
0
2020-02-25T18:31:37Z
2020-02-28T04:20:52Z
https://github.com/kubernetes/kubernetes/issues/88536
570,751,809
88,536
[ "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 created ...
Zero-disruption PDB with custom controller emits confusing status/errors
https://api.github.com/repos/kubernetes/kubernetes/issues/88535/comments
10
2020-02-25T18:12:59Z
2023-02-06T18:55:36Z
https://github.com/kubernetes/kubernetes/issues/88535
570,741,350
88,535
[ "kubernetes", "kubernetes" ]
As `AlgorithmSource` is going away from the scheduler component config #87999, there will be no way for users to specify Extenders in this version. Now that we have scheduling profiles #88087, we have some options: 1. Add `Extenders []Extender` to `KubeSchedulerConfiguration`. This implies that all profiles will ...
Add Extenders to v1alpha2 Component Config
https://api.github.com/repos/kubernetes/kubernetes/issues/88529/comments
14
2020-02-25T16:13:04Z
2020-03-24T11:21:00Z
https://github.com/kubernetes/kubernetes/issues/88529
570,682,983
88,529
[ "kubernetes", "kubernetes" ]
**What happened**: In kubernetes 1.14, `kubectl config unset "users.${user}"` sets the users field in the `kubeconfig` to `[]` in case there is only one user, but in more recent versions of kubernetes it sets the value to `null`. It's unclear to me in which version the change was made, but it can potentially break ...
Kubectl config unset behaviour changed (setting value to null)
https://api.github.com/repos/kubernetes/kubernetes/issues/88524/comments
9
2020-02-25T14:07:16Z
2020-05-28T15:26:37Z
https://github.com/kubernetes/kubernetes/issues/88524
570,595,407
88,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**: see https:...
Preemption: should not return directly when removePod failed
https://api.github.com/repos/kubernetes/kubernetes/issues/88523/comments
9
2020-02-25T13:54:42Z
2020-10-26T05:46:20Z
https://github.com/kubernetes/kubernetes/issues/88523
570,587,752
88,523
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: A section within the documentation regarding a POD's behavior during an OOM event - _especially when running child-processes._ This could be added here: https://kubernetes.io/docs/concepts/configurati...
Improve documentation on POD behavior during OOM event with child processes
https://api.github.com/repos/kubernetes/kubernetes/issues/88522/comments
4
2020-02-25T13:47:20Z
2020-02-29T13:26:35Z
https://github.com/kubernetes/kubernetes/issues/88522
570,583,303
88,522
[ "kubernetes", "kubernetes" ]
**What happened**: I am seeing some weird issues where writes are seemingly being dropped with the fake client. I am not sure if I am doing something wrong here or if this is unexpected. Basically doing `write(x); read(x)` and the read fails. **What you expected to happen**: I can read some item after I have ...
client-go fake seems to be dropping writes
https://api.github.com/repos/kubernetes/kubernetes/issues/88508/comments
15
2020-02-25T05:19:47Z
2020-10-06T16:13:25Z
https://github.com/kubernetes/kubernetes/issues/88508
570,319,198
88,508
[ "kubernetes", "kubernetes" ]
**What happened**: The cluster master in a Kubernetes v1.14.10 cluster was upgraded to V1.16.7. The process of upgrading nodes is under way and has been spread over a week so far. The cluster owner reported seeing a high percentage of pod status PATCH failures. The apiserver logs show errors like: ``` I0223 20:...
Daemonset pod status PATCH errors after upgrading cluster from 1.14 to 1.16
https://api.github.com/repos/kubernetes/kubernetes/issues/88494/comments
6
2020-02-24T22:15:49Z
2020-03-03T00:16:37Z
https://github.com/kubernetes/kubernetes/issues/88494
570,181,101
88,494
[ "kubernetes", "kubernetes" ]
Hello, I'm trying to launch k8s with kops, but I have some errors. Firstly, I installed kops, then kubectl. Then I created a dns name in aws, a S3 bucket. Then, I launched theses commands: `kops create cluster --name=kubernetes.newtech.academy --state=s3://kops-state-b3110b --zones=eu-central-1a --node-count=...
kops nodes errors
https://api.github.com/repos/kubernetes/kubernetes/issues/88483/comments
4
2020-02-24T19:36:28Z
2020-04-12T21:38:38Z
https://github.com/kubernetes/kubernetes/issues/88483
570,088,172
88,483
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: None, test is excluded **Which test(s) are failing**: `[sig-windows] [Feature:Windows] Memory Limits [Serial] [Slow] attempt to deploy past allocatable memory lim...
Failing test: Memory Limits [Serial] [Slow] attempt to deploy past allocatable memory limits
https://api.github.com/repos/kubernetes/kubernetes/issues/88481/comments
1
2020-02-24T19:22:24Z
2020-03-03T00:16:28Z
https://github.com/kubernetes/kubernetes/issues/88481
570,077,814
88,481
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: ``` gce-windows-2019-containerd-master (ci-kubernetes-e2e-windows-containerd-gce) ``` **Which test(s) are failing**: **Since when has it been failing**: 18th F...
[Failing Test] gce-windows-2019-containerd-master (ci-kubernetes-e2e-windows-containerd-gce)
https://api.github.com/repos/kubernetes/kubernetes/issues/88478/comments
4
2020-02-24T18:36:39Z
2020-02-25T07:05:33Z
https://github.com/kubernetes/kubernetes/issues/88478
570,047,539
88,478
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: `gce-cos-master-seria (ci-kubernetes-e2e-gci-gce-serial) ` **Which test(s) are failing**: ``` sig-scheduling] SchedulerPreemption [Serial] validates basic preempti...
[Failing Test] gce-cos-master-seria (ci-kubernetes-e2e-gci-gce-serial)
https://api.github.com/repos/kubernetes/kubernetes/issues/88475/comments
5
2020-02-24T18:21:26Z
2020-02-25T11:22:15Z
https://github.com/kubernetes/kubernetes/issues/88475
570,038,859
88,475
[ "kubernetes", "kubernetes" ]
**What happened**: I am seeing `metadata.generation` incrementing for non-Spec changes in the CRD. **What you expected to happen**: I expect `metadata.generation` to change for ONLY spec changes. **How to reproduce it (as minimally and precisely as possible)**: Steps: 1. Install the CRD 2. Install the ...
Unexpected CRD Generation increments
https://api.github.com/repos/kubernetes/kubernetes/issues/88473/comments
8
2020-02-24T17:47:24Z
2020-03-10T16:43:36Z
https://github.com/kubernetes/kubernetes/issues/88473
570,016,676
88,473
[ "kubernetes", "kubernetes" ]
v1.18.0-beta.0 introduces an API change in the generated client-go code where `ctx` is required now as the first parameter. As a mitigation strategy a `deprecated` client has been created for people unable/unwilling to change to the new API. This works fine for code that one controls, but it does not work for transit...
Strategy to deal with transitive depencencies on client-go <1.18
https://api.github.com/repos/kubernetes/kubernetes/issues/88472/comments
12
2020-02-24T17:21:16Z
2020-10-12T12:38:44Z
https://github.com/kubernetes/kubernetes/issues/88472
570,002,779
88,472
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI --> **Which jobs are failing**: All the v1.18 / master jobs in: https://testgrid.k8s.io/sig-windows **Which test(s) are failing**: [sig-windows] Hybrid cluster network for all supported CNIs s...
test failure: should have stable networking for Linux and Windows pods
https://api.github.com/repos/kubernetes/kubernetes/issues/88470/comments
0
2020-02-24T16:41:11Z
2020-02-26T02:32:53Z
https://github.com/kubernetes/kubernetes/issues/88470
569,978,920
88,470
[ "kubernetes", "kubernetes" ]
**Which jobs are flaking**: pull-kubernetes-integration **Which test(s) are flaking**: TestCoSchedulingWithPermitPlugin **Testgrid link**: https://prow.k8s.io/view/gcs/kubernetes-jenkins/pr-logs/pull/88087/pull-kubernetes-integration/1231953671323914243 **Reason for failure**: ``` framework_test....
TestCoSchedulingWithPermitPlugin is flaky
https://api.github.com/repos/kubernetes/kubernetes/issues/88469/comments
17
2020-02-24T16:04:28Z
2020-03-05T01:26:38Z
https://github.com/kubernetes/kubernetes/issues/88469
569,956,027
88,469
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: The ability to pass usb devices to a VM started by Kubevirt. That way the VM can be interfaced by USB devices hooked up directly to the node that is running the VM. **Why is this needed**: When a GPU is passed through to a VM and the VM now has direct access to a physical m...
usb passthrough to VMs spun up using kubevirt
https://api.github.com/repos/kubernetes/kubernetes/issues/88468/comments
3
2020-02-24T15:00:06Z
2020-02-24T15:17:34Z
https://github.com/kubernetes/kubernetes/issues/88468
569,912,705
88,468
[ "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**: There are f...
net.Listen listens on all available unicast and anycast IP addresses regarding the IP family
https://api.github.com/repos/kubernetes/kubernetes/issues/88458/comments
12
2020-02-24T11:24:04Z
2020-12-12T14:03:26Z
https://github.com/kubernetes/kubernetes/issues/88458
569,793,826
88,458
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: When an imagePullSecret is added to a ServiceAccount, this secret is automatically added to all the Pods using this SA. In the [documentation](https://kubernetes.io/docs/tasks/configure-pod-container/c...
Propagate imagePullSecrets from ServiceAccount to Pod
https://api.github.com/repos/kubernetes/kubernetes/issues/88456/comments
8
2020-02-24T09:32:12Z
2024-06-14T05:46:24Z
https://github.com/kubernetes/kubernetes/issues/88456
569,732,812
88,456
[ "kubernetes", "kubernetes" ]
**What happened**: I am trying to create deployment using command `kubectl create deployment snowflake --image=k8s.gcr.io/serve_hostname` . But when I execute this command, I am getting below error: `The Deployment "snowflake" is invalid: spec.template.spec.containers[0].name: Invalid value: "serve_hostname": a DNS-1...
Create deployment is failing for image having underscore in their name
https://api.github.com/repos/kubernetes/kubernetes/issues/88454/comments
7
2020-02-24T08:55:10Z
2021-03-21T06:41:37Z
https://github.com/kubernetes/kubernetes/issues/88454
569,715,407
88,454
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: ``` [control-plane] Using manifest folder "/etc/kubernetes/manifests" [control-plane] Creating static Pod manifest for "kube-apiserver" [controlplane] Adding extra host path mount "enc-config" to "kube...
need to clean up kubeadm init log
https://api.github.com/repos/kubernetes/kubernetes/issues/88452/comments
5
2020-02-24T07:23:47Z
2020-02-24T19:03:16Z
https://github.com/kubernetes/kubernetes/issues/88452
569,676,988
88,452
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add option in kube apiserver to allow insecure tls access to oidc server. Example implementation ``` spec: containers: - command: - kube-apiserver - --oidc-insecure-skip-tls-verify=true...
[OIDC] Add insecure-skip-tls-verify for oidc server in apiserver args
https://api.github.com/repos/kubernetes/kubernetes/issues/88449/comments
3
2020-02-24T06:41:52Z
2020-02-25T03:57:36Z
https://github.com/kubernetes/kubernetes/issues/88449
569,663,808
88,449
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: The `kubectl cluster-info dump` command should support (at least some of) the same options as `kubectl logs`. **Why is this needed**: Collecting all of the logs from a whole cluster can take a lot of ...
cluster-info dump should include options for collected logs similar to kubectl logs
https://api.github.com/repos/kubernetes/kubernetes/issues/88446/comments
5
2020-02-24T02:38:42Z
2020-07-23T04:55:49Z
https://github.com/kubernetes/kubernetes/issues/88446
569,607,837
88,446
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: https://git...
Scheduler framework: Perfilter did not return a FitError
https://api.github.com/repos/kubernetes/kubernetes/issues/88445/comments
9
2020-02-24T02:36:28Z
2020-07-09T00:59:22Z
https://github.com/kubernetes/kubernetes/issues/88445
569,607,431
88,445
[ "kubernetes", "kubernetes" ]
**What would you like to be amended**: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/ lists: > `--healthz-bind-address` `0.0.0.0` Default: `0.0.0.0:10256` > > The IP address for the health check server to serve on (set to `0.0.0.0` for all IPv4 interfaces and `::` for all IPv6 i...
Fix confusing default for kube-proxy healthz bind address
https://api.github.com/repos/kubernetes/kubernetes/issues/88443/comments
5
2020-02-23T23:59:42Z
2020-03-02T22:49:54Z
https://github.com/kubernetes/kubernetes/issues/88443
569,581,834
88,443
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `gce-cos-master-serial (ci-kubernetes-e2e-gci-gce-serial)` **Which test(s) are failing**: ``` [sig-scheduling] SchedulerPreemption [Serial] validates basic preemption works ``` ``` [sig-scheduling] SchedulerPreemption [Serial] validates lower priority pod preemption by critical pod ...
[Failing Test] gce-cos-master-serial (ci-kubernetes-e2e-gci-gce-serial)
https://api.github.com/repos/kubernetes/kubernetes/issues/88441/comments
8
2020-02-23T20:10:42Z
2020-03-03T18:16:10Z
https://github.com/kubernetes/kubernetes/issues/88441
569,550,557
88,441
[ "kubernetes", "kubernetes" ]
Hey guys, I hvae a simple question, just wannna know which one is stable version(the branch release-1.17 or the tags v1.17.3 in github), in other words, if I wanna build kubernetes using source code, which branch is better Appreciate it!
kubernetes version of release
https://api.github.com/repos/kubernetes/kubernetes/issues/88430/comments
5
2020-02-22T17:28:47Z
2020-02-23T02:55:04Z
https://github.com/kubernetes/kubernetes/issues/88430
569,365,672
88,430
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> ## Benefits 1. The name `PluginConfig` sometimes is easy to confuse with the config of enabling and disabling of plugins. At lease, I think `PluginArgs` would be a better name. 2. Move `PluginConfig` to `Plugin` seems to be more natural, as i...
[Scheduler Framework] Move `PluginConfig` to `Plugin` struct.
https://api.github.com/repos/kubernetes/kubernetes/issues/88427/comments
4
2020-02-22T11:08:19Z
2020-03-04T10:46:38Z
https://github.com/kubernetes/kubernetes/issues/88427
569,319,568
88,427
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: Track some issues from https://github.com/kubernetes/kubernetes/pull/88311: - Migrate metrics to component-base as per https://github.com/kubernetes/kubernetes/pull/88311#pullrequestreview-362971729. - Correct metrics names as per https://github.com/kubernetes/kubernetes/pull/883...
track: Migrate metrics to component-base
https://api.github.com/repos/kubernetes/kubernetes/issues/88426/comments
1
2020-02-22T08:51:45Z
2020-03-03T01:32:20Z
https://github.com/kubernetes/kubernetes/issues/88426
569,304,653
88,426
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> I have a unique use-case that seems like it should be supported by Kubernetes (It would really open up the number of problems Kubernetes could solve). I have posted a full write-up here: https://stackoverflow.com/questions/60346568/kubernet...
Kubernetes Stateful Sets - Mapping existing IDs to persistent/stateful pods
https://api.github.com/repos/kubernetes/kubernetes/issues/88423/comments
14
2020-02-22T00:55:56Z
2020-07-21T12:17:04Z
https://github.com/kubernetes/kubernetes/issues/88423
569,254,056
88,423
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Add impersonation flags to ExecCredential status field. **Why is this needed**: This would be great to be able to allow the plugin to pass other parameters such as impersonate user, group or extra fie...
Add impersonation flags to ExecCredential status field
https://api.github.com/repos/kubernetes/kubernetes/issues/88422/comments
10
2020-02-22T00:18:29Z
2020-09-03T14:26:51Z
https://github.com/kubernetes/kubernetes/issues/88422
569,246,772
88,422
[ "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 installed 4...
Can't get logs from new nodes
https://api.github.com/repos/kubernetes/kubernetes/issues/88410/comments
3
2020-02-21T15:24:55Z
2020-02-25T13:51:07Z
https://github.com/kubernetes/kubernetes/issues/88410
569,020,448
88,410
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `build-packages-debs (ci-release-build-packages-debs)` **Since when has it been failing**: `18th Feb 12:40 PST` **Testgrid link**: https://testgrid.k8s.io/sig-release-master-informing#build-packages-debs **Reason for failure**: ```console curl -sSL --fail --retry 5 \ "https:...
[Flaky Test] build-packages-debs (ci-release-build-packages-debs)
https://api.github.com/repos/kubernetes/kubernetes/issues/88408/comments
14
2020-02-21T13:31:04Z
2020-06-28T16:06:14Z
https://github.com/kubernetes/kubernetes/issues/88408
568,956,534
88,408
[ "kubernetes", "kubernetes" ]
**What happened**: I have two container running. When deleting the pod containing them, both containers remain in state _running_ until the last one has exited. **What you expected to happen**: The first container to shutdown gracefully should be marked as completed as soon as it exits. **How to reproduce it (a...
Deleting pod: exited containers marked as running until last one exits
https://api.github.com/repos/kubernetes/kubernetes/issues/88406/comments
16
2020-02-21T13:19:28Z
2021-11-22T08:55:03Z
https://github.com/kubernetes/kubernetes/issues/88406
568,950,695
88,406
[ "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**: Firstly, th...
kubelet fails to delete static pods after updating its configuration to apiserver and restart.
https://api.github.com/repos/kubernetes/kubernetes/issues/88402/comments
9
2020-02-21T10:30:10Z
2020-08-03T18:26:56Z
https://github.com/kubernetes/kubernetes/issues/88402
568,870,726
88,402
[ "kubernetes", "kubernetes" ]
I use kubernetes V1.17.3 ```#Bash kubectl get nodes -n elastic-system -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME k8s-master Ready master 14h v1.17.3 192.168.1.148 <none> CentOS ...
dns work will in pod which in master node, but dns appeared timeout issue in pod which in normal node
https://api.github.com/repos/kubernetes/kubernetes/issues/88400/comments
7
2020-02-21T08:30:35Z
2020-02-21T18:23:34Z
https://github.com/kubernetes/kubernetes/issues/88400
568,810,095
88,400
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: A useful addition to the horizonalautoscaler object (hpa) would be a status for the amount of replicas it has computed to be required based on its metrics. **Why is this needed**: The hpa object provides the `desiredReplicas` as a status field. But the minimum value of this fi...
provide computed replica count status for hpa objects
https://api.github.com/repos/kubernetes/kubernetes/issues/88397/comments
17
2020-02-21T07:00:10Z
2021-12-11T19:34:45Z
https://github.com/kubernetes/kubernetes/issues/88397
568,771,836
88,397
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Global Access for GCE internal load-balancers allows clients to access backends of the load-balancer from any region. The feature is already using GCE compute beta API. This is to bump the API to use GA v...
Promote GlobalAccess for GCE Internal Loadbalancers to GA
https://api.github.com/repos/kubernetes/kubernetes/issues/88390/comments
3
2020-02-21T00:49:36Z
2020-05-13T17:22:27Z
https://github.com/kubernetes/kubernetes/issues/88390
568,669,375
88,390
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: ```bash # kubectl get volumeattachment --field-selector="spec.nodename=mynode" Error from server (BadRequest): Unable to find "storage.k8s.io/v1, Resource=volumeattachments" that match label selector ...
field selector "spec.nodeName" for volumeattachments
https://api.github.com/repos/kubernetes/kubernetes/issues/88387/comments
8
2020-02-20T23:58:22Z
2020-08-23T12:07:01Z
https://github.com/kubernetes/kubernetes/issues/88387
568,653,583
88,387
[ "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/ --> ```kubectl get componentstatuses```...
```kubectl get componentstatuses``` issue in v1.17.3 and v1.16.7
https://api.github.com/repos/kubernetes/kubernetes/issues/88380/comments
7
2020-02-20T21:15:30Z
2020-04-12T21:37:49Z
https://github.com/kubernetes/kubernetes/issues/88380
568,576,881
88,380
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: 1. Currently we are using default bucket for many histograms inside kubelet, however, for stats that can span mostly from seconds to minutes, we can have different buckets to make numbers more meaningful ...
Kubelet metrics improvement
https://api.github.com/repos/kubernetes/kubernetes/issues/88378/comments
7
2020-02-20T19:56:57Z
2020-11-19T19:34:37Z
https://github.com/kubernetes/kubernetes/issues/88378
568,534,625
88,378
[ "kubernetes", "kubernetes" ]
I'm not seeing any tags on staging repos like github.com/kubernetes/api newer than v0.18.0-alpha.2. Specifically I'm looking for v0.18.0-beta.0.
No new tags on staging repos after v0.18.0-alpha.2
https://api.github.com/repos/kubernetes/kubernetes/issues/88376/comments
8
2020-02-20T17:12:29Z
2020-02-24T17:17:39Z
https://github.com/kubernetes/kubernetes/issues/88376
568,449,317
88,376
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: It looks like there's an asymmetry for ingres vs egress testing in our network-policy suite. We have several different permutations of ingress tests (for example, - namedport - namedport + namespace - namespace && pod - namespace || pod but for egress we only have 3 te...
Missing Egress NetworkPolicy tests
https://api.github.com/repos/kubernetes/kubernetes/issues/88375/comments
18
2020-02-20T16:44:18Z
2020-12-31T13:55:03Z
https://github.com/kubernetes/kubernetes/issues/88375
568,430,142
88,375
[ "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**: check disk st...
check disk status before delete azure disk
https://api.github.com/repos/kubernetes/kubernetes/issues/88368/comments
0
2020-02-20T11:16:59Z
2020-02-24T14:42:48Z
https://github.com/kubernetes/kubernetes/issues/88368
568,228,065
88,368
[ "kubernetes", "kubernetes" ]
Many jobs are failing because of ```console I0220 10:10:17.124] Will download and extract kubernetes-test tarball(s) from https://storage.googleapis.com/kubernetes-release-dev/ci/v1.19.0-alpha.0.64+937008e3aca75c I0220 10:10:17.124] https://www.googleapis.com/auth/cloud-platform W0220 10:10:17.225] % Total %...
Will download and extract kubernetes-test tarball(s) - curl: (22) The requested URL returned error: 403
https://api.github.com/repos/kubernetes/kubernetes/issues/88367/comments
23
2020-02-20T11:09:46Z
2020-02-25T19:20:10Z
https://github.com/kubernetes/kubernetes/issues/88367
568,223,928
88,367
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: In the priority part of schedule framework, we want to add pod info besides node scores as the input values for additional user-defined plugin. **Why is this needed**: we want to leverage the scores inf...
scheduler framework need more values for additional user-defined plugin
https://api.github.com/repos/kubernetes/kubernetes/issues/88365/comments
9
2020-02-20T10:16:31Z
2020-05-25T14:36:00Z
https://github.com/kubernetes/kubernetes/issues/88365
568,192,387
88,365
[ "kubernetes", "kubernetes" ]
**What would you like to be added**: I want to add the feature which can manages the order of Pod booting. e.g. I would like to guarantee that Pod2 starts boot after Pod1 becomes "ready" status. in case of multiple pods are contained in one yaml file and user apply this file by kubectl, these pods are booting ...
Manage the order of Pod booting
https://api.github.com/repos/kubernetes/kubernetes/issues/88362/comments
5
2020-02-20T08:19:06Z
2020-02-26T06:54:07Z
https://github.com/kubernetes/kubernetes/issues/88362
568,127,327
88,362
[ "kubernetes", "kubernetes" ]
I ran k8s 1.13.7 with options: apiserver KUBE_APISERVER_OPTS="--logtostderr=true \ --v=2 \ --etcd-servers=https://X.X.X.X:2379 \ --bind-address=0.0.0.0 \ --secure-port=6443 \ --advertise-address=X.X.X.X \ --allow-privileged=true \ --service-cluster-ip-range=X.X.X.X/24 \ --enable-admission-plugins=NamespaceLi...
csi driver is not enabled in kube-apiserver
https://api.github.com/repos/kubernetes/kubernetes/issues/88361/comments
6
2020-02-20T07:44:47Z
2020-02-21T07:18:53Z
https://github.com/kubernetes/kubernetes/issues/88361
568,111,460
88,361
[ "kubernetes", "kubernetes" ]
# Identify an untested feature Using APISnoop According to this APIsnoop query, there are still some remaining Node endpoints which are untested. ```sql-mode SELECT operation_id, -- k8s_action, path, description FROM untested_stable_core_endpoints where path not like '%volume%' and path not ...
Write CoreV1NodeStatus mock test - +2 coverage
https://api.github.com/repos/kubernetes/kubernetes/issues/88358/comments
5
2020-02-20T03:49:38Z
2020-05-09T21:54:38Z
https://github.com/kubernetes/kubernetes/issues/88358
568,032,002
88,358
[ "kubernetes", "kubernetes" ]
**What happened**: package `pkg/controller/volume/scheduling` are only used by scheduler rather than controller-manager, I think it reasonable to move it to `pkg/scheduling/framework/plugins/volumebinding`. By the way, we can merge [nodevolumelimits.InTreeToCSITranslator](https://github.com/kubernetes/kubernetes/bl...
move pkg/controller/volume/scheduling to scheduler
https://api.github.com/repos/kubernetes/kubernetes/issues/88357/comments
7
2020-02-20T03:33:58Z
2020-02-26T04:12:39Z
https://github.com/kubernetes/kubernetes/issues/88357
568,027,903
88,357
[ "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**: Since #87258 was merged, storage e2e tests were leaking ~1 PD ~40% of the time. The PR has since been reverted (#87664) See https://gi...
storage e2e tests: Leaking PDs due to #87258
https://api.github.com/repos/kubernetes/kubernetes/issues/88355/comments
6
2020-02-20T02:52:29Z
2020-03-25T20:32:20Z
https://github.com/kubernetes/kubernetes/issues/88355
568,016,191
88,355
[ "kubernetes", "kubernetes" ]
A security issue was discovered in ingress-nginx versions older than v0.28.0. The issue is of medium severity, and upgrading is encouraged to fix the vulnerability. **Am I vulnerable?** The vulnerability exists only if the annotation [nginx.ingress.kubernetes.io/auth-type: basic](https://kubernetes.github.io/ingr...
CVE-2020-8553: ingress-nginx auth-type basic annotation vulnerability
https://api.github.com/repos/kubernetes/kubernetes/issues/126818/comments
7
2020-02-19T19:00:32Z
2024-08-20T17:54:47Z
https://github.com/kubernetes/kubernetes/issues/126818
2,475,652,594
126,818
[ "kubernetes", "kubernetes" ]
Need to push the latest CoreDNS image to gcr.io The 1.6.7 image is available in docker coredns/coredns:1.6.7 This is the script used for pushing the image: ``` #!/bin/sh if [ -z "$1" -o -z "$2" -o -z "$3" -o -z "$4" ]; then echo "usage: $0 <src-reg> <image> <tag> <dst-reg>" > /dev/stderr echo "e...
Push the CoreDNS 1.6.7 image in gcr.io
https://api.github.com/repos/kubernetes/kubernetes/issues/88343/comments
6
2020-02-19T18:47:39Z
2020-02-20T16:21:08Z
https://github.com/kubernetes/kubernetes/issues/88343
567,767,676
88,343
[ "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**: A NetworkPolicy test in `test/e2e/network/network_policy.go`, not run in Kubernetes CI. **Which test(s) are flaking**: `[sig-netwo...
[Flaky test] [sig-network] should enforce egress policy allowing traffic to a server in a different namespace based on PodSelector and NamespaceSelector
https://api.github.com/repos/kubernetes/kubernetes/issues/88340/comments
3
2020-02-19T16:46:26Z
2020-02-20T00:12:13Z
https://github.com/kubernetes/kubernetes/issues/88340
567,691,132
88,340
[ "kubernetes", "kubernetes" ]
This issue is used to track the enhancements we plan to make to PodOverhead in the 1.18 timeframe. As part of the 1.18 release, we plan to graduate `PodOverhead` feature to beta. - [x] - update KEP beta criteria: https://github.com/kubernetes/enhancements/pull/1526 - [x] - scheduler e2e test: https://github.com/k...
Tracking PodOverhead graduation to beta for 1.18 release
https://api.github.com/repos/kubernetes/kubernetes/issues/88339/comments
2
2020-02-19T16:29:24Z
2020-04-16T03:44:21Z
https://github.com/kubernetes/kubernetes/issues/88339
567,679,749
88,339
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `kubeadm-kinder-upgrade-1-17-master (ci-kubernetes-e2e-kubeadm-kinder-upgrade-1-17-master)` **Since when has it been failing**: `18th Feb 10:53 PST` https://github.com/kubernetes/kubernetes/compare/2e5d5ebf5...1e12d92a5 **Testgrid link**: https://testgrid.k8s.io/sig-release-master-i...
[Failing Test] kubeadm-kinder-upgrade-1-17-master (ci-kubernetes-e2e-kubeadm-kinder-upgrade-1-17-master)
https://api.github.com/repos/kubernetes/kubernetes/issues/88336/comments
5
2020-02-19T15:13:07Z
2020-02-21T06:40:35Z
https://github.com/kubernetes/kubernetes/issues/88336
567,639,409
88,336
[ "kubernetes", "kubernetes" ]
**Which jobs are failing**: `skew-cluster-latest-kubectl-stable1-gce (ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew)` **Which test(s) are failing**: `[sig-cli] Kubectl client kubectl get output should contain custom columns for each resource` **Since when has it been failing**: `18th Feb 15:58 PST` **Te...
[Failing Test] skew-cluster-latest-kubectl-stable1-gce (ci-kubernetes-e2e-gce-master-new-gci-kubectl-skew)
https://api.github.com/repos/kubernetes/kubernetes/issues/88335/comments
18
2020-02-19T15:06:21Z
2020-03-14T20:59:10Z
https://github.com/kubernetes/kubernetes/issues/88335
567,634,575
88,335
[ "kubernetes", "kubernetes" ]
**What happened**: HPA says > Warning FailedComputeMetricsReplicas 40m (x12 over 42m) horizontal-pod-autoscaler failed to get memory utilization: missing request for memory > Warning FailedGetResourceMetric 2m49s (x160 over 42m) horizontal-pod-autoscaler missing request for memory **What you...
One more Warning FailedGetResourceMetric horizontal-pod-autoscaler missing request for cpu
https://api.github.com/repos/kubernetes/kubernetes/issues/88333/comments
5
2020-02-19T14:49:13Z
2022-12-14T21:46:39Z
https://github.com/kubernetes/kubernetes/issues/88333
567,622,235
88,333
[ "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**: Pipeline occas...
Intermittent problem with pipeline
https://api.github.com/repos/kubernetes/kubernetes/issues/88330/comments
4
2020-02-19T14:25:40Z
2020-02-28T17:27:23Z
https://github.com/kubernetes/kubernetes/issues/88330
567,606,580
88,330
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI --> **Which jobs are flaking**: pull-kubernetes-bazel-test **Which test(s) are flaking**: pkg/scheduler/internal/queue **Testgrid link**: **Reason for failu...
Data races in scheduler unit tests
https://api.github.com/repos/kubernetes/kubernetes/issues/88327/comments
2
2020-02-19T13:44:36Z
2020-02-20T00:11:58Z
https://github.com/kubernetes/kubernetes/issues/88327
567,580,129
88,327
[ "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**: error: unable...
k8s 1.14.8 error: unable to retrieve the complete list of server APIs: admissionregistration.k8s.io/v1alpha1: the server could not find the requested resource
https://api.github.com/repos/kubernetes/kubernetes/issues/88326/comments
7
2020-02-19T13:25:27Z
2020-02-19T16:56:57Z
https://github.com/kubernetes/kubernetes/issues/88326
567,567,905
88,326
[ "kubernetes", "kubernetes" ]
Kubernetes version - 1.16.3 helm version - 2.16.1 ubuntu - 16.04.5 (server version) deploying using kubespray and helm. Deployed pod using PV with local persistent claim (underlying disk is sdb1). Performed some test cases. one of the test cases is removing/un mounting the underlying disk used by pod and observ...
Kubernetes pods is still running even after local disk used by that pod is unmounted
https://api.github.com/repos/kubernetes/kubernetes/issues/88325/comments
8
2020-02-19T13:07:50Z
2020-07-19T14:32:29Z
https://github.com/kubernetes/kubernetes/issues/88325
567,557,737
88,325
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Hi, I have followed this document to setup a cluster successfully on fedora coreos (container linux) https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ The follow...
document for container linux need to update
https://api.github.com/repos/kubernetes/kubernetes/issues/88322/comments
8
2020-02-19T12:49:27Z
2020-02-21T07:00:55Z
https://github.com/kubernetes/kubernetes/issues/88322
567,547,436
88,322
[ "kubernetes", "kubernetes" ]
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately via https://kubernetes.io/security/ --> **What happened**: We want to ex...
kube-proxy of ipv4-only cluster reports error in processing ipv6 address of NAT64 load balancer
https://api.github.com/repos/kubernetes/kubernetes/issues/88316/comments
9
2020-02-19T10:21:29Z
2020-02-20T10:23:25Z
https://github.com/kubernetes/kubernetes/issues/88316
567,464,162
88,316
[ "kubernetes", "kubernetes" ]
Assuming the IP dual stack is at 1.19 GA, will this part of the code be merged into an earlier version (such as 1.17 or 1.16), because it is not easy to upgrade a large version during the operation, or is there any good way to smooth it Upgrade large version?
Will the dual stack GA be merged in 1.17?
https://api.github.com/repos/kubernetes/kubernetes/issues/88312/comments
4
2020-02-19T08:49:29Z
2020-02-20T11:53:52Z
https://github.com/kubernetes/kubernetes/issues/88312
567,408,654
88,312
[ "kubernetes", "kubernetes" ]
**What happened**: Ran kubectl cluster-info dump to collect all logs For logs with initContainer, the logs for initContainers are not included in the dump. **What you expected to happen**: Get all logs for running pods, including logs for initContainers even if they are already done. *How to reproduce it (as m...
kubectl cluster-info dump does not include initContainers logs
https://api.github.com/repos/kubernetes/kubernetes/issues/88310/comments
5
2020-02-19T08:11:35Z
2020-06-18T11:44:08Z
https://github.com/kubernetes/kubernetes/issues/88310
567,389,474
88,310
[ "kubernetes", "kubernetes" ]
Events: Type Reason Age From Message ---- ------ ---- ---- ------- Normal Scheduled 2m39s default-scheduler Successfully assigned public-service/es-0 to 192.168.2.1...
have a question,tell the path not exist,but i am sure the path is exist.
https://api.github.com/repos/kubernetes/kubernetes/issues/88305/comments
3
2020-02-19T04:24:16Z
2020-02-19T04:32:14Z
https://github.com/kubernetes/kubernetes/issues/88305
567,306,684
88,305
[ "kubernetes", "kubernetes" ]
When one node is low on resource, some pods will be evicted to other nodes, but the pod with evicted status is still in this node and created more and more pods in this node. Before the resource pressure resolved, hundreds of pods with evicted status could be created. ``` NAME ...
Too many evicted pods in nodes with low resource
https://api.github.com/repos/kubernetes/kubernetes/issues/88304/comments
7
2020-02-19T03:35:47Z
2020-07-23T09:00:22Z
https://github.com/kubernetes/kubernetes/issues/88304
567,294,036
88,304
[ "kubernetes", "kubernetes" ]
**What happened**: There are 3 pods in deployment, but there are 5 endpoints. Two endpoints can not be found in the cluster. The 3 pods ``` kubectl get pod -n openstack -o wide| grep keystone-api keystone-api-69f9f4655-5d9rp 2/2 Running 0 11d 100.101.62.84 mgt06 <n...
The number of endpoints is greater than the number of pods
https://api.github.com/repos/kubernetes/kubernetes/issues/88303/comments
4
2020-02-19T03:35:29Z
2020-03-05T23:06:47Z
https://github.com/kubernetes/kubernetes/issues/88303
567,293,972
88,303
[ "kubernetes", "kubernetes" ]
- [x] [APISnoop mock ticket](https://github.com/cncf/apisnoop/pull/289) - [x] [mock template ticket](#) - [x] [PR](https://github.com/kubernetes/kubernetes/pull/88588) - [ ] [update and improve](https://github.com/kubernetes/kubernetes/pull/89746) # Identify an untested feature Using APISnoop According to this...
Write CoreV1ReplicationController lifecycle test+promote - +7 coverage
https://api.github.com/repos/kubernetes/kubernetes/issues/88302/comments
8
2020-02-19T03:16:14Z
2020-05-08T03:36:59Z
https://github.com/kubernetes/kubernetes/issues/88302
567,288,191
88,302
[ "kubernetes", "kubernetes" ]
**What happened**: A missing test case was found for NetworkPolicy with Except clause **What you expected to happen**: Expect Except clause test to be covered
NetworkPolicy e2e tests is missing Except clause test
https://api.github.com/repos/kubernetes/kubernetes/issues/88300/comments
3
2020-02-19T03:11:37Z
2020-02-21T00:30:42Z
https://github.com/kubernetes/kubernetes/issues/88300
567,286,738
88,300
[ "kubernetes", "kubernetes" ]
/assign @ZeroMagic /kind test /priority important-soon /sig cloud-provider /area provider/azure
Create Azure Disk Fake operations for testing
https://api.github.com/repos/kubernetes/kubernetes/issues/88298/comments
2
2020-02-19T01:36:14Z
2020-02-20T16:27:09Z
https://github.com/kubernetes/kubernetes/issues/88298
567,260,444
88,298
[ "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 upgra...
--shutdown-delay-duration causes kube-apiserver to shut down shortly after startup if set to 20s or more
https://api.github.com/repos/kubernetes/kubernetes/issues/88293/comments
25
2020-02-19T00:05:53Z
2021-08-18T23:56:06Z
https://github.com/kubernetes/kubernetes/issues/88293
567,233,806
88,293
[ "kubernetes", "kubernetes" ]
_Originally posted by @liggitt in https://github.com/kubernetes/kubernetes/pull/88281_ /kind cleanup
The COS versions at image-config.yaml are really old
https://api.github.com/repos/kubernetes/kubernetes/issues/88284/comments
11
2020-02-18T21:39:14Z
2020-07-26T03:03:56Z
https://github.com/kubernetes/kubernetes/issues/88284
567,174,602
88,284
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: To allow the volume directory (currently hard coded as "kubevols") in https://github.com/kubernetes/kubernetes/blob/ed8a260fb3ff03843e3e29bc8e0f24fe4bfb7ab4/staging/src/k8s.io/legacy-cloud-providers/vsphe...
Allow configuration for kubevols directory in vsphere cloud provider
https://api.github.com/repos/kubernetes/kubernetes/issues/88283/comments
8
2020-02-18T20:35:19Z
2020-07-17T23:54:28Z
https://github.com/kubernetes/kubernetes/issues/88283
567,142,507
88,283
[ "kubernetes", "kubernetes" ]
https://github.com/kubernetes/kubernetes/blob/c93dffdfc44b3a1259129a7d925e588fa9fe40f1/test/e2e/scheduling/preemption.go#L425 now is separately organized as top-level SIGDescribe. However, it's better folded into the existing top-level `SchedulerPreemption [Serial]` SIGDescribe, and it can be refactored as a `ginkgo...
Reorganize scheduling e2e test PreemptionExecutionPath
https://api.github.com/repos/kubernetes/kubernetes/issues/88280/comments
11
2020-02-18T19:22:43Z
2020-02-27T08:15:49Z
https://github.com/kubernetes/kubernetes/issues/88280
567,105,712
88,280
[ "kubernetes", "kubernetes" ]
The branch [`release-1.18`][branch] was just created. Please update the [publishing-bot's configuration][config] to also publish this new branch. [branch]: https://github.com/kubernetes/kubernetes/tree/release-1.18 [config]: https://github.com/kubernetes/kubernetes/tree/master/staging/publishing <!-- no assignments ...
Update publishing-bot for release-1.18
https://api.github.com/repos/kubernetes/kubernetes/issues/88277/comments
0
2020-02-18T18:57:02Z
2020-02-23T08:32:48Z
https://github.com/kubernetes/kubernetes/issues/88277
567,092,541
88,277
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: It would be great if Context and Options could be passed for the Scale subresource client in client-go. https://github.com/kubernetes/client-go/blob/0ff5a65499e672956d25228b15354d4083973fe7/scale/inter...
Support passing Context and Options for client-go non-generated Scale client
https://api.github.com/repos/kubernetes/kubernetes/issues/88274/comments
8
2020-02-18T17:15:49Z
2020-03-06T22:10:58Z
https://github.com/kubernetes/kubernetes/issues/88274
567,039,899
88,274
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: I don't know if this feature already exists but I would be great to have a way to debug what are the HTTP requests that a pod is receiving. I was thinking about if cAdvisor or another pod is able to e...
K8s services/pods HTTP requests debugging
https://api.github.com/repos/kubernetes/kubernetes/issues/88273/comments
6
2020-02-18T16:36:21Z
2020-03-29T15:01:48Z
https://github.com/kubernetes/kubernetes/issues/88273
567,015,256
88,273
[ "kubernetes", "kubernetes" ]
<!-- Please only use this template for submitting enhancement requests --> **What would you like to be added**: Pod affinity/anti-affinity rules provide a lot of power in scheduling pods, but must be defined per-pod. In our case, we have a dedicated namespace (e.g. `kube-addons`) where we run utility-type services...
Ability to define pod affinity on namespace level
https://api.github.com/repos/kubernetes/kubernetes/issues/88272/comments
9
2020-02-18T15:21:06Z
2020-10-05T11:23:29Z
https://github.com/kubernetes/kubernetes/issues/88272
566,966,180
88,272
[ "kubernetes", "kubernetes" ]
**What happened**: `BootstrapArguments` only allows `=` (equal) sign when used with `--register-with-taints`. `--register-with-taints=\"node.kubernetes.io=unschedulable:NoSchedule\"` is allowed. `--register-with-taints=\"node.kubernetes.io/unschedulable:NoSchedule\"` is not allowed. **What you expected to happe...
BootstrapArguments only allows = sign in --register-with-taints option.
https://api.github.com/repos/kubernetes/kubernetes/issues/88271/comments
8
2020-02-18T15:12:52Z
2020-02-20T11:37:07Z
https://github.com/kubernetes/kubernetes/issues/88271
566,960,512
88,271