Open guri-s opened 5 years ago
@guri-s We don't have an official helm chart release(will be in the future). But yes rio install --yaml
is the intended way to install rio using kubernetes manifest.
To standby for now (need UI) then needs testing then merge before Rancher 2.4.0
Hi,
I wanted to know whether if there is a helm chart available to install Rio? I got the yaml by using the command
rio install --disable-features grafana,istio,kiali,letsencrypt,mixer,prometheus,rdns --yaml
And then I created the helm chart as below:Chart.yaml
Values.yaml
clusterrole.yaml
clusterrolebinding.yaml
deployment.yaml
namespace.yaml
service.yaml
serviceaccount.yaml
This does install Rio without
grafana,istio,kiali,letsencrypt,mixer,prometheus,rdns
and I can run services on top of it. But I wanted to check if this is a recommended way to install rio?I have tested this on minikube only for test and wanted to check if there are any possible concerns if I use this on GKE for our workloads?.
Thanks