knative-report/deploy/install_riff.sh

17 lines
570 B
Bash

#!/bin/bash
#Install riff cli
curl -Lo riff-linux-amd64.tgz https://github.com/projectriff/cli/releases/download/v0.4.0/riff-linux-amd64.tgz
tar xvzf riff-linux-amd64.tgz
mv riff /usr/local/bin/
#Install riff
helm repo add projectriff https://projectriff.storage.googleapis.com/charts/releases
helm repo update
helm install projectriff/istio --name istio --version 0.4.x --namespace istio-system --set gateways.istio-ingressgateway.type=NodePort --wait
helm install projectriff/riff --name riff --version 0.4.x --set knative.enabled=true
#Verify Install
riff doctor