Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 2.39 KB

kubernetes-deploy-qna.md

File metadata and controls

33 lines (22 loc) · 2.39 KB

What will pai do on your host when deploying or adding new k8s nodes?

Kubernetes Disk Pressure Status

Unable to start kubelet

  1. Please ensure whether you could access to gcr.io or not. If you couldn't access to gcr.io, you will failed to pull kubernetes image.

    • In the kubernetes-configuration.yaml, you could find a field docker-registry. This field is set the docker registry used in the k8s deployment. To use the official k8s Docker images, set this field to gcr.io/google_containers, the deployment process will pull Kubernetes component's image from gcr.io/google_containers/hyperkube. But if you can't access to it, you can also set the docker registry to docker.io/openpai, which is maintained by pai.
  2. Known Issue 813