Pengfei Ni

Results 14 issues of Pengfei Ni

Kubernetes expects pods running in kubelet-managed cgroups, it's better to support pod cgroups for better resource management in frakti. Some thoughts: - For libvirt, the cgroup partition could be customed...

class:feature
topic:metrics

Kubelet is adding container metrics (CPU, memory and filesystem usage) in CRI (https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto#L1019-L1093), we should consider if and how to support this. ```proto // ContainerAttributes provides basic information of the...

class:feature
topic:metrics

Kubelet has already added image metrics API in CRI (see [here](https://github.com/kubernetes/kubernetes/blob/e472a758c77e686e0849587b2b4eba0807e1f312/pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto#L992-L1017)), we should decide how to support it. ```proto // StorageIdentifier uniquely identify the storage.. message StorageIdentifier{ // UUID of...

class:feature
topic:metrics

Hyper should setup hostname and its real ip in `/etc/hosts`, or there are problems for hostname-based services.

class:enhancement

The hyper client code should be separated from hyper CLI. And we should also add an optional gRPC api to improve performance. - [x] Separate client code and api code...

class:enhancement
topic:api

#### What would you like to be added: Only single stack service (either ipv4 or ipv6) is supported today as `service.Spec.ClusterIP` is used to determine the public IP family. We...

kind/feature

**Is your feature request related to a problem? Please describe.** VMSS provides flexible orchestration, which would have different behavior from current uniform orchestration. Some changes are required inside cloud provider...

kind/feature

#### What would you like to be added: Add support for https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class: > FEATURE STATE: Kubernetes v1.22 [beta] > spec.loadBalancerClass enables you to use a load balancer implementation other than...

kind/feature

**Is your feature request related to a problem?/Why is this needed** This is a new feature request to add support for HA mode on standard load balancer via service annotation....

kind/feature
lifecycle/frozen

per the AAD docs [here](https://docs.microsoft.com/en-us/azure/active-directory/develop/msal-migration), we should migrate ADAL to MSAL: > Q: Is ADAL being deprecated? > A: Yes. Starting June 30th, 2020, we will no longer add new...