Thank you for the update on Cardano Node 10.1.2 and its compatibility with Ubuntu 20.04 and 22.04. The thorough testing and readiness for the Chang #2 hard fork are impressive!
I have a question regarding the environment: is it possible to run this release on other virtual machine (VM) environments, such as those using different Linux distributions or even non-Linux platforms? If so, are there any recommended configurations or considerations for ensuring optimal performance and compatibility?
Your guidance on this would be helpful for those of us working in diverse infrastructure setups. Thanks in advance!
These deployment scripts are designed and tested on Ubuntu 20.04/22.04 only. Theoretically, the Cardano node binary packaged by Intersect can run on any Linux distro as long as you have GHC 8.10.7/Cabal 3.8.1.0 versions installed. You can try the install-cardano-node-binaries.sh script on non-Ubuntu-based distros and make sure to have GHC 8.10.7/Cabal 3.8.1.0 dependencies installed . It should work as long as you don’t try to compile it from the source.
MO