- Linux Host OS (Kylin 4.0.2, GNU/Linux 4.4.58, aarch64)
- User SSH Key (~/.ssh/id_rsa & ~/.ssh/id_rsa.pub)
- Product installation package (includes images like hyperkube-arm64:v1.15.3 and the deployment scripts,etc.)
Upload cke installation package to master1 node which will run ansible scripts on.
scp products.tar.gz master1:/root/
tar -zvxf products.tar.gz
Navigate to the deploy folder
cd /root/products/kubernetes-deploy
Custom your inventory config file
vi my_inventory/my_inventory.cfg
Config the parameters for cluster deployment in all.yaml
vi my_inventory/group_vars/all.yml
Run install scripts
./install.sh
Check out the installation logs
tail –f /var/log/clustermanage.log
This installation should complete without error.
Wait for the cluster and all worker nodes to reach running
state then follow the
test instructions
to run the conformance tests.