Binyang Li

Results 37 comments of Binyang Li

How do you deploy the k8s cluster. Using IP addr or nodename. If you are using IP address. IP changes may cause worker lose or services can not access k8s...

We don't know the base image for Kunpeng CPUs. If you want to build image for Kunpeng manually, you need to change `https://github.com/microsoft/pai/blob/master/src//build/.common.dockerfile`. And change the `FROM ...` sentence. Since...

please refer this line https://github.com/microsoft/pai/blob/8449892080abb949d481965d1520dcf34a75331e/tests/jenkins/stage_build.sh#L29

From my point of view, there may be two use cases for traefik in k8s. 1. certs are stored in a **single** namespace and a centralized auth server does the...

You are correct, I revisit the ingress spec and find it can only reference the secret in the same namespace. It's not a easy work. BTW: remove secrets list permission...

CSI will be merge into Alluxio repo, please refer: https://github.com/Alluxio/alluxio/pull/13435