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 has been 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
Restart rest-server, hived, job-exporter
The text was updated successfully, but these errors were encountered:
Binyang2014
changed the title
Add manual for adding node in PAI cluster
Add manual for adding node to existing PAI cluster
Jan 27, 2021
To add node to existing PAI cluster we need to do:
ansible-playbook -i ${HOME}/pai-deploy/cluster-cfg/hosts.yml docker-runtime-setup.yml --limit=nodelist
to change docker daemon configansible-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./usr/local/bin/etcd-scripts
and has/etc/ssl/etcd/openssl.conf
. If not, copy it from other etcd masters./paictl service start -n cluster-configuration
to update configThe text was updated successfully, but these errors were encountered: