You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 6, 2024. It is now read-only.
To add node to existing PAI cluster we need to do:
run ansible-playbook -i ${HOME}/pai-deploy/cluster-cfg/hosts.yml docker-runtime-setup.yml --limit=nodelist to change docker daemon config
run ansible-playbook -i inventory/pai/hosts.yml cluster.yml --become --become-user=root -e "@inventory/gcrv100/openpai.yml" --limit=node list to add node to k8s cluster.
If you encounter cert related error. Please make sure all etcd master node has: /usr/local/bin/etcd-scripts and has /etc/ssl/etcd/openssl.conf. If not, copy it from other etcd masters
After add node to k8s cluster, if you want to remove CNI, please follow doc to remove it
Change PAI layout.yaml to add node to layout.yaml. Change services-configuration.yaml to update hived config
Update pai config by ./paictl config push -p /udpated-config
run ./paictl service start -n cluster-configuration to update config