Skip to content

Instantly share code, notes, and snippets.

View jldec's full-sized avatar

Jürgen Leschner jldec

View GitHub Profile
@jldec
jldec / riff-v05-snapshot-streaming-demo.md
Last active November 26, 2019 21:39
riff v0.5-snapshot streaming demo

install riff using kapp

riff-kapp-install.sh

install a snapshot build of riff cli

make clean build install
@jldec
jldec / riff-kapp-install.sh
Created November 26, 2019 16:39
riff v0.5-snapshot install (with istio on nodeport) using kapp and ytt
set -euo pipefail
set -x
# version and namespace
riff_version=0.5.0-snapshot
kubectl create ns apps || true
# build
kapp deploy -y -n apps -a cert-manager -f https://storage.googleapis.com/projectriff/charts/uncharted/${riff_version}/cert-manager.yaml
kapp deploy -y -n apps -a kpack -f https://storage.googleapis.com/projectriff/charts/uncharted/${riff_version}/kpack.yaml
cd ~/riff/hello-node
kubectl apply k8s-config/

install latest Knative

riff system install --manifest latest --node-port