https://rancher.com/ logo
Title
b

broad-bird-4347

03/13/2023, 9:35 AM
Hi Team, I am currently exploring around creating custom cluster through Rancher. Provided the cluster name and wanted to bring up the cluster with my own CNI which is not present in the list provided by Rancher. Using “Edit as YAML” option, modified the value of plugin “*plugin: none”* and added the list of yaml files using addons_include option: addons_include: - /home/ubuntu/cm.yaml - - The above yaml files are the ones required to bring up my custom CNI. But observing an issue in the provision logs [ERROR] [addons] Unable to determine if /home/ubuntu/cm.yaml is a file path or url, skipping The yaml files are present in the VM where the Rancher docker image is spawned up. Please help me in fixing this issue to deploy the yaml files.