diff --git a/deploy/install_knative.sh b/deploy/install_knative.sh index 0aadc7a..e521605 100644 --- a/deploy/install_knative.sh +++ b/deploy/install_knative.sh @@ -46,3 +46,5 @@ kubectl apply --selector knative.dev/crd-install=true \ kubectl apply --filename https://github.com/knative/serving/releases/download/v0.9.0/serving.yaml \ --filename https://github.com/knative/eventing/releases/download/v0.9.0/release.yaml + +kubectl apply --filename https://github.com/knative/serving/releases/download/v0.12.0/monitoring-metrics-prometheus.yaml