Found 0 result in total
Content is empty
If you don't find the content you expect, please try another search term
Last updated:2021-08-04 11:26:31
When a custom image is used, it is recommended that you install the cloud-init service on the instance running the image to ensure that the instance can be successfully initialized.
Currently, only Linux KEC instances support the installation of the cloud-init service.
root
account. For Ubuntu systems, you need to change to the root
account.rpm -e cloud-init
rm -rf /etc/conf/cloud/*
rm -rf /var/lib/cloud/*
apt-get purge cloud-init
rm /usr/bin/cloud-init*
tar -xvf cloudinit-1.0.1-3.tar.bz2 -C /opt/
cd /opt/cloud-init
Install cloud-init based on the independent Python environment.
./tools/cloud-init-helper install -c
Set the cloud-init service to start automatically upon instance startup.
/opt/cloud-init/python/bin/cloud-init-helper enable
Pure Mode