Binyang Li

Results 37 comments of Binyang Li

Maybe we could deploy a simple cni, such as kubenet https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#kubenet. More refer: https://docs.microsoft.com/en-us/azure/aks/configure-kubenet I'm not sure if this could solve our issue

kubespry doesn't support it... https://github.com/kubernetes-sigs/kubespray/blob/daed3e5b6a085ac99e076b51d314fcf76e4127b4/roles/kubernetes/preinstall/tasks/0020-verify-settings.yml#L33 But it support a plugin called cni https://github.com/kubernetes-sigs/kubespray/blob/master/docs/cni.md. It only unpack cni binaries into /opt/cni/bin. Then we can customize kubelet to use kubenet. Seems it...

In previous version. When container is reserved for debug purpose, the job still in RUNNING status. It cause a lot of confusing for admin & users. To add this feature...

Can you check the docker log to provide more information? you can use `journalctl -u docker` to get the docker log

Can you give some examples why one SKU per VC can not fit your demands In current design, we only support one SKU per VC. Maybe there is other workaround...

Thanks @JosephKang & @siaimes For current design, we fix the SKU size to reduce external fragment and provide guarantee for each VC resource. To use different SKU in same vc...

@siaimes For v1.7.0, we only allow user to customize the resource when using default scheduler (which don't have vc concept). If you choose Hived as the scheduler, user can only...

Are you using https? k8s dashboard can only be accessed via https