Pengfei Ni

Results 76 comments of Pengfei Ni

I think it should be ok, but are there any concerns keeping the old branch name? It seems the branch name in other projects are not renamed yet.

Hi, @f0o, please refer https://docs.hypernetes.com/admin/deploy.html for deployments. Specifically, you need to configure kubestack (`/etc/kubestack.conf`) and set `--network-provider` for kubelet/controller-manager.

@f0o Kubestack is not a neutron plugin, it doesn't register itself to neutron. And it doesn't watch neutron changes either. Instead, you need to create a network with kubectl: ```...

Let's close this one as there are no updates for a long time. /close

Thanks for the discussions. We should fix this and I have added it to v1.28 milestone. We would discuss and add a new design for the enhancement. /assign @nilo19

It seems the path of ca.crt is not correct. Are you using helm chart to deploy the cloud provider, or just running it as a host process?

Thanks for the contribution! But I'm a little concerned on this PR as it would impact all of the VM types. Could you share the logs of CCM on VMSS...

Thanks for the feedback. This couldn't be supported with current LoadBalancer sku as lots of resources are shared, but it is under the plan with container native LoadBalancer (which is...

Confirmed this is an issue caused by old Azure SDK vendors. It doesn't support `DestinationPortRanges`. Kubernetes v1.7.X has been deprecated (refer support timeframes [here](https://kubernetes.io/docs/setup/independent/create-cluster-kubeadm/#support-timeframes)) since v1.10 has been released. Could...