haji-haji-haji
haji-haji-haji
@Madhu-1 No the file exists: [root@lab-sdn-tungsten01 gkdeploy]# ls gk-deploy kube-templates [root@lab-sdn-tungsten01 gkdeploy]# cd kube-templates/ [root@lab-sdn-tungsten01 kube-templates]# ls topology.json [root@lab-sdn-tungsten01 kube-templates]# kube-templates is the default directory for template storage.
@Madhu-1, Found a bug in the code, its not even looking into the directory that it should. Preformed a strace on gk-depoy and found this: stat("topology.json", 0x7ffcfa04c260) = -1 ENOENT...
Actually the --h states the following: -t TEMPLATES, --templates_dir TEMPLATES Location of directory containing the heketi templates for the various resources. Defaults are: * For Kubernetes: '${KUBE_TEMPLATES_DEFAULT}'. * For OpenShift:...
Hi @vishnoisuresh, Just wondering if you have had a chance to see this? Is it something simple that can be fixed? Kind regards, Haji
Hey @vishnoisuresh, Thank you for your reply, highly appreciated! [netbox.txt](https://github.com/vishnoisuresh/netbox-kubernetes/files/2731442/netbox.txt) attached are the results of your request :) Please let me know your thoughts? Kind regards, Haji
Hey @vishnoisuresh, Thanks for that, actually they are running on a proper K8's cluster, what modifications are required to the files and I will make it happen :) Kind regards,...
Okay I pinned it with nodeName: ${node_name} this got both containers to spin but they are stuck with the storage right now: [root@lab-sdn-tungsten01 netbox-kubernetes]# kubectl describe pvc -n netbox Name:...
Hey @vishnoisuresh , Thank you for your assistance on this, its all resolved now. one last quick question, if I wanted to integrate napalm into your container what is required....
Hi @vishnoisuresh, Any updates here please? Is it something I can assist with? As to build manually and add other components are mostly pip and apk commands that I have...
No problem @vishnoisuresh, I will do. Please share where and how you define the image to be downloaded from the repo.