Hello everyone, I am looking around the Kubernetes service for Cloudstack -> http://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-service.html
During installation this command is executed: # ./create-kubernetes-binaries-iso.sh OUTPUT_PATH KUBERNETES_VERSION CNI_VERSION CRICTL_VERSION WEAVENET_NETWORK_YAML_CONFIG DASHBOARD_YAML_CONFIG Which is exemplified as # ./create-kubernetes-binaries-iso.sh ./ 1.12.5 0.7.1 1.12.0 "https://cloud.weave.works/k8s/net?k8s-version=1.12.5" https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta1/aio/deploy/recommended.yaml My question is where do I collect the values for command attributes? and how should I find what is their configuration when it I files that should be pointed to? * CNI_VERSION * CRICTL_VERSION * WEAVENET_NETWORK_YAML_CONFIG * DASHBOARD_YAML_CONFIG Best regards, Jordan