From 15b752dc59660aa60ba573e7d877cf4120c2d76c Mon Sep 17 00:00:00 2001 From: actions Date: Fri, 9 Apr 2021 23:52:21 +0000 Subject: [PATCH] Merge pull request #1099 from brendarearden/istio-192 Add Istio 192 & 184 --- .../rancher-istio-1.8.400-rc01.tgz | Bin 0 -> 19394 bytes .../rancher-istio-1.9.200-rc01.tgz | Bin 0 -> 19397 bytes ...rancher-kiali-server-crd-1.29.100-rc01.tgz | Bin 0 -> 564 bytes .../rancher-tracing-1.20.100-rc01.tgz | Bin 0 -> 3698 bytes .../rancher-istio/1.8.400-rc01/Chart.yaml | 21 ++ .../rancher-istio/1.8.400-rc01/README.md | 69 +++++++ .../rancher-istio/1.8.400-rc01/app-readme.md | 45 ++++ .../1.8.400-rc01/charts/kiali/Chart.yaml | 31 +++ .../charts/kiali/templates/NOTES.txt | 5 + .../charts/kiali/templates/_helpers.tpl | 192 ++++++++++++++++++ .../charts/kiali/templates/cabundle.yaml | 13 ++ .../charts/kiali/templates/configmap.yaml | 24 +++ .../kiali/templates/dashboards/envoy.yaml | 55 +++++ .../charts/kiali/templates/dashboards/go.yaml | 66 ++++++ .../kiali/templates/dashboards/kiali.yaml | 43 ++++ .../dashboards/micrometer-1.0.6-jvm-pool.yaml | 42 ++++ .../dashboards/micrometer-1.0.6-jvm.yaml | 64 ++++++ .../dashboards/micrometer-1.1-jvm.yaml | 67 ++++++ .../dashboards/microprofile-1.1.yaml | 58 ++++++ .../dashboards/microprofile-x.y.yaml | 37 ++++ .../kiali/templates/dashboards/nodejs.yaml | 58 ++++++ .../kiali/templates/dashboards/quarkus.yaml | 32 +++ .../dashboards/springboot-jvm-pool.yaml | 15 ++ .../templates/dashboards/springboot-jvm.yaml | 15 ++ .../dashboards/springboot-tomcat.yaml | 15 ++ .../kiali/templates/dashboards/thorntail.yaml | 21 ++ .../kiali/templates/dashboards/tomcat.yaml | 66 ++++++ .../templates/dashboards/vertx-client.yaml | 59 ++++++ .../templates/dashboards/vertx-eventbus.yaml | 58 ++++++ .../kiali/templates/dashboards/vertx-jvm.yaml | 15 ++ .../templates/dashboards/vertx-pool.yaml | 67 ++++++ .../templates/dashboards/vertx-server.yaml | 61 ++++++ .../charts/kiali/templates/deployment.yaml | 174 ++++++++++++++++ .../charts/kiali/templates/hpa.yaml | 17 ++ .../charts/kiali/templates/ingress.yaml | 40 ++++ .../charts/kiali/templates/oauth.yaml | 17 ++ .../charts/kiali/templates/psp.yaml | 67 ++++++ .../kiali/templates/role-controlplane.yaml | 15 ++ .../charts/kiali/templates/role-viewer.yaml | 96 +++++++++ .../charts/kiali/templates/role.yaml | 107 ++++++++++ .../templates/rolebinding-controlplane.yaml | 17 ++ .../charts/kiali/templates/rolebinding.yaml | 20 ++ .../charts/kiali/templates/route.yaml | 30 +++ .../charts/kiali/templates/service.yaml | 40 ++++ .../kiali/templates/serviceaccount.yaml | 9 + .../kiali/templates/validate-install-crd.yaml | 14 ++ .../kiali/templates/web-root-configmap.yaml | 12 ++ .../1.8.400-rc01/charts/kiali/values.yaml | 93 +++++++++ .../1.8.400-rc01/charts/tracing/.helmignore | 23 +++ .../1.8.400-rc01/charts/tracing/Chart.yaml | 12 ++ .../1.8.400-rc01/charts/tracing/README.md | 5 + .../charts/tracing/templates/_affinity.tpl | 92 +++++++++ .../charts/tracing/templates/_helpers.tpl | 32 +++ .../charts/tracing/templates/deployment.yaml | 86 ++++++++ .../charts/tracing/templates/psp.yaml | 86 ++++++++ .../charts/tracing/templates/pvc.yaml | 16 ++ .../charts/tracing/templates/service.yaml | 63 ++++++ .../1.8.400-rc01/charts/tracing/values.yaml | 44 ++++ .../1.8.400-rc01/configs/istio-base.yaml | 89 ++++++++ .../1.8.400-rc01/requirements.yaml | 17 ++ .../1.8.400-rc01/samples/overlay-example.yaml | 37 ++++ .../1.8.400-rc01/templates/_helpers.tpl | 12 ++ .../1.8.400-rc01/templates/admin-role.yaml | 43 ++++ .../templates/base-config-map.yaml | 7 + .../1.8.400-rc01/templates/clusterrole.yaml | 120 +++++++++++ .../templates/clusterrolebinding.yaml | 12 ++ .../1.8.400-rc01/templates/edit-role.yaml | 43 ++++ .../1.8.400-rc01/templates/istio-cni-psp.yaml | 51 +++++ .../templates/istio-install-job.yaml | 50 +++++ .../templates/istio-install-psp.yaml | 30 +++ .../1.8.400-rc01/templates/istio-psp.yaml | 81 ++++++++ .../templates/istio-uninstall-job.yaml | 45 ++++ .../templates/overlay-config-map.yaml | 9 + .../templates/service-monitors.yaml | 51 +++++ .../templates/serviceaccount.yaml | 5 + .../1.8.400-rc01/templates/view-role.yaml | 41 ++++ .../rancher-istio/1.8.400-rc01/values.yaml | 95 +++++++++ .../rancher-istio/1.9.200-rc01/Chart.yaml | 21 ++ .../rancher-istio/1.9.200-rc01/README.md | 69 +++++++ .../rancher-istio/1.9.200-rc01/app-readme.md | 45 ++++ .../1.9.200-rc01/charts/kiali/Chart.yaml | 31 +++ .../charts/kiali/templates/NOTES.txt | 5 + .../charts/kiali/templates/_helpers.tpl | 192 ++++++++++++++++++ .../charts/kiali/templates/cabundle.yaml | 13 ++ .../charts/kiali/templates/configmap.yaml | 24 +++ .../kiali/templates/dashboards/envoy.yaml | 55 +++++ .../charts/kiali/templates/dashboards/go.yaml | 66 ++++++ .../kiali/templates/dashboards/kiali.yaml | 43 ++++ .../dashboards/micrometer-1.0.6-jvm-pool.yaml | 42 ++++ .../dashboards/micrometer-1.0.6-jvm.yaml | 64 ++++++ .../dashboards/micrometer-1.1-jvm.yaml | 67 ++++++ .../dashboards/microprofile-1.1.yaml | 58 ++++++ .../dashboards/microprofile-x.y.yaml | 37 ++++ .../kiali/templates/dashboards/nodejs.yaml | 58 ++++++ .../kiali/templates/dashboards/quarkus.yaml | 32 +++ .../dashboards/springboot-jvm-pool.yaml | 15 ++ .../templates/dashboards/springboot-jvm.yaml | 15 ++ .../dashboards/springboot-tomcat.yaml | 15 ++ .../kiali/templates/dashboards/thorntail.yaml | 21 ++ .../kiali/templates/dashboards/tomcat.yaml | 66 ++++++ .../templates/dashboards/vertx-client.yaml | 59 ++++++ .../templates/dashboards/vertx-eventbus.yaml | 58 ++++++ .../kiali/templates/dashboards/vertx-jvm.yaml | 15 ++ .../templates/dashboards/vertx-pool.yaml | 67 ++++++ .../templates/dashboards/vertx-server.yaml | 61 ++++++ .../charts/kiali/templates/deployment.yaml | 174 ++++++++++++++++ .../charts/kiali/templates/hpa.yaml | 17 ++ .../charts/kiali/templates/ingress.yaml | 40 ++++ .../charts/kiali/templates/oauth.yaml | 17 ++ .../charts/kiali/templates/psp.yaml | 67 ++++++ .../kiali/templates/role-controlplane.yaml | 15 ++ .../charts/kiali/templates/role-viewer.yaml | 96 +++++++++ .../charts/kiali/templates/role.yaml | 107 ++++++++++ .../templates/rolebinding-controlplane.yaml | 17 ++ .../charts/kiali/templates/rolebinding.yaml | 20 ++ .../charts/kiali/templates/route.yaml | 30 +++ .../charts/kiali/templates/service.yaml | 40 ++++ .../kiali/templates/serviceaccount.yaml | 9 + .../kiali/templates/validate-install-crd.yaml | 14 ++ .../kiali/templates/web-root-configmap.yaml | 12 ++ .../1.9.200-rc01/charts/kiali/values.yaml | 93 +++++++++ .../1.9.200-rc01/charts/tracing/.helmignore | 23 +++ .../1.9.200-rc01/charts/tracing/Chart.yaml | 12 ++ .../1.9.200-rc01/charts/tracing/README.md | 5 + .../charts/tracing/templates/_affinity.tpl | 92 +++++++++ .../charts/tracing/templates/_helpers.tpl | 32 +++ .../charts/tracing/templates/deployment.yaml | 86 ++++++++ .../charts/tracing/templates/psp.yaml | 86 ++++++++ .../charts/tracing/templates/pvc.yaml | 16 ++ .../charts/tracing/templates/service.yaml | 63 ++++++ .../1.9.200-rc01/charts/tracing/values.yaml | 44 ++++ .../1.9.200-rc01/configs/istio-base.yaml | 89 ++++++++ .../1.9.200-rc01/requirements.yaml | 17 ++ .../1.9.200-rc01/samples/overlay-example.yaml | 37 ++++ .../1.9.200-rc01/templates/_helpers.tpl | 12 ++ .../1.9.200-rc01/templates/admin-role.yaml | 43 ++++ .../templates/base-config-map.yaml | 7 + .../1.9.200-rc01/templates/clusterrole.yaml | 120 +++++++++++ .../templates/clusterrolebinding.yaml | 12 ++ .../1.9.200-rc01/templates/edit-role.yaml | 43 ++++ .../1.9.200-rc01/templates/istio-cni-psp.yaml | 51 +++++ .../templates/istio-install-job.yaml | 50 +++++ .../templates/istio-install-psp.yaml | 30 +++ .../1.9.200-rc01/templates/istio-psp.yaml | 81 ++++++++ .../templates/istio-uninstall-job.yaml | 45 ++++ .../templates/overlay-config-map.yaml | 9 + .../templates/service-monitors.yaml | 51 +++++ .../templates/serviceaccount.yaml | 5 + .../1.9.200-rc01/templates/view-role.yaml | 41 ++++ .../rancher-istio/1.9.200-rc01/values.yaml | 95 +++++++++ .../1.29.100-rc01/Chart.yaml | 7 + .../1.29.100-rc01/README.md | 2 + .../1.29.100-rc01/templates/crds.yaml | 18 ++ .../rancher-tracing/1.20.100-rc01/.helmignore | 23 +++ .../rancher-tracing/1.20.100-rc01/Chart.yaml | 12 ++ .../rancher-tracing/1.20.100-rc01/README.md | 5 + .../1.20.100-rc01/templates/_affinity.tpl | 92 +++++++++ .../1.20.100-rc01/templates/_helpers.tpl | 32 +++ .../1.20.100-rc01/templates/deployment.yaml | 86 ++++++++ .../1.20.100-rc01/templates/psp.yaml | 86 ++++++++ .../1.20.100-rc01/templates/pvc.yaml | 16 ++ .../1.20.100-rc01/templates/service.yaml | 63 ++++++ .../rancher-tracing/1.20.100-rc01/values.yaml | 44 ++++ index.yaml | 92 +++++++++ 164 files changed, 7336 insertions(+) create mode 100755 assets/rancher-istio-1.8/rancher-istio-1.8.400-rc01.tgz create mode 100755 assets/rancher-istio-1.9/rancher-istio-1.9.200-rc01.tgz create mode 100755 assets/rancher-kiali-server/rancher-kiali-server-crd-1.29.100-rc01.tgz create mode 100755 assets/rancher-tracing/rancher-tracing-1.20.100-rc01.tgz create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/Chart.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/README.md create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/app-readme.md create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/Chart.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/NOTES.txt create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/_helpers.tpl create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/cabundle.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/configmap.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/envoy.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/go.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/kiali.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm-pool.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.1-jvm.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/microprofile-1.1.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/microprofile-x.y.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/nodejs.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/quarkus.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-jvm-pool.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-jvm.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-tomcat.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/thorntail.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/tomcat.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-client.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-eventbus.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-jvm.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-pool.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-server.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/deployment.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/hpa.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/ingress.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/oauth.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/psp.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role-controlplane.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role-viewer.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/rolebinding-controlplane.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/rolebinding.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/route.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/service.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/serviceaccount.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/validate-install-crd.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/web-root-configmap.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/values.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/.helmignore create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/Chart.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/README.md create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/_affinity.tpl create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/_helpers.tpl create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/deployment.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/psp.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/pvc.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/service.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/values.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/configs/istio-base.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/requirements.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/samples/overlay-example.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/_helpers.tpl create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/admin-role.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/base-config-map.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/clusterrole.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/clusterrolebinding.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/edit-role.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-cni-psp.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-install-job.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-install-psp.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-psp.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-uninstall-job.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/overlay-config-map.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/service-monitors.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/serviceaccount.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/view-role.yaml create mode 100755 charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/values.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/Chart.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/README.md create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/app-readme.md create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/Chart.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/NOTES.txt create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/_helpers.tpl create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/cabundle.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/configmap.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/envoy.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/go.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/kiali.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm-pool.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.1-jvm.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/microprofile-1.1.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/microprofile-x.y.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/nodejs.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/quarkus.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-jvm-pool.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-jvm.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-tomcat.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/thorntail.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/tomcat.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-client.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-eventbus.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-jvm.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-pool.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-server.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/deployment.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/hpa.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/ingress.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/oauth.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/psp.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role-controlplane.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role-viewer.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/rolebinding-controlplane.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/rolebinding.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/route.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/service.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/serviceaccount.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/validate-install-crd.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/web-root-configmap.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/values.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/.helmignore create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/Chart.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/README.md create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/_affinity.tpl create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/_helpers.tpl create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/deployment.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/psp.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/pvc.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/service.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/values.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/configs/istio-base.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/requirements.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/samples/overlay-example.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/_helpers.tpl create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/admin-role.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/base-config-map.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/clusterrole.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/clusterrolebinding.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/edit-role.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-cni-psp.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-install-job.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-install-psp.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-psp.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-uninstall-job.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/overlay-config-map.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/service-monitors.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/serviceaccount.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/view-role.yaml create mode 100755 charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/values.yaml create mode 100755 charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/Chart.yaml create mode 100755 charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/README.md create mode 100755 charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/templates/crds.yaml create mode 100755 charts/rancher-tracing/rancher-tracing/1.20.100-rc01/.helmignore create mode 100755 charts/rancher-tracing/rancher-tracing/1.20.100-rc01/Chart.yaml create mode 100755 charts/rancher-tracing/rancher-tracing/1.20.100-rc01/README.md create mode 100755 charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/_affinity.tpl create mode 100755 charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/_helpers.tpl create mode 100755 charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/deployment.yaml create mode 100755 charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/psp.yaml create mode 100755 charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/pvc.yaml create mode 100755 charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/service.yaml create mode 100755 charts/rancher-tracing/rancher-tracing/1.20.100-rc01/values.yaml diff --git a/assets/rancher-istio-1.8/rancher-istio-1.8.400-rc01.tgz b/assets/rancher-istio-1.8/rancher-istio-1.8.400-rc01.tgz new file mode 100755 index 0000000000000000000000000000000000000000..0a0455c07b56a62890b7e96950d7d614412ab8ab GIT binary patch literal 19394 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 literal 0 HcmV?d00001 diff --git a/assets/rancher-kiali-server/rancher-kiali-server-crd-1.29.100-rc01.tgz b/assets/rancher-kiali-server/rancher-kiali-server-crd-1.29.100-rc01.tgz new file mode 100755 index 0000000000000000000000000000000000000000..93fd3469bc33bf243bc681c0428852c65f7d13cd GIT binary patch literal 564 zcmV-40?Yj$iwG0|00000|0w_~VMtOiV@ORlOnEsqVl!4SWK%V1T2nbTPgYhoO;>Dc zVQyr3R8em|NM&qo0PI#lZ`(W!&Dp;~=y$d%rT&u5w<76b*t$awyE76S3y~#3qJ!n% z53;>`bmE)m3uxH#AGub_Rvnn4KGsJ^;l_ncMo>1Qs5D5Daxc<=Z7=s3%N!ZuhSOt&iPbdeCe z#sAr~I^zF)R>_h7*Fag8e{mXu!JmXKuM*#WN?8MTa*YJC*czv6w&)W1c7@4zQQ;Dw zj59q&TO`mxkcDL6ck7)YAC22+NX^wAT?Bi&$lf6tx9KdzlP(2gN%^c&-*Z_36lU8&rus6= z!z=70*wBC+f@X^8nq@g14CEth@L=JbUsco2@_+SkzkGb)t-d_RTl|;RtNA~jS0n$g zf&b3W;Cr?jwwTKQf{Yp@Y{h2xc-uD|ZV#J6Mr|~NQ0RR7dfG7O`5C8xO C+ZE0L literal 0 HcmV?d00001 diff --git a/assets/rancher-tracing/rancher-tracing-1.20.100-rc01.tgz b/assets/rancher-tracing/rancher-tracing-1.20.100-rc01.tgz new file mode 100755 index 0000000000000000000000000000000000000000..b4c02403b140c92032a26f6ce775b576a5bfb438 GIT binary patch literal 3698 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 **Note:** The following configuration options assume you have installed the dependecies for Kiali. Please ensure you have Promtheus in your cluster before proceeding. + +The Monitoring app sets `prometheus.prometheusSpec.ignoreNamespaceSelectors=false` which means all namespaces will be scraped by Prometheus by default. This ensures you can view traffic, metrics and graphs for resources deployed in other namespaces. + +To limit scraping to specific namespaces, set `prometheus.prometheusSpec.ignoreNamespaceSelectors=true` and add one of the following configurations to ensure you can continue to view traffic, metrics and graphs for your deployed resources. + +1. Add a Service Monitor or Pod Monitor in the namespace with the targets you want to scrape. +1. Add an additionalScrapeConfig to your rancher-monitoring instance to scrape all targets in all namespaces. + +#### External Services + +##### Prometheus +The `kiali.external_services.prometheus` url is set in the values.yaml: +``` +http://{{ .Values.nameOverride }}-prometheus.{{ .Values.namespaceOverride }}.svc:{{ prometheus.service.port }} +``` +The url depends on the default values for `nameOverride`, `namespaceOverride`, and `prometheus.service.port` being set in your rancher-monitoring or other monitoring instance. + +##### Grafana +The `kiali.external_services.grafana` url is set in the values.yaml: +``` +http://{{ .Values.nameOverride }}-grafana.{{ .Values.namespaceOverride }}.svc:{{ grafana.service.port }} +``` +The url depends on the default values for `nameOverride`, `namespaceOverride`, and `grafana.service.port` being set in your rancher-monitoring or other monitoring instance. + +##### Tracing +The `kiali.external_services.tracing` url and `.Values.tracing.contextPath` is set in the rancher-istio values.yaml: +``` +http://tracing.{{ .Values.namespaceOverride }}.svc:{{ .Values.service.externalPort }}/{{ .Values.tracing.contextPath }} +``` +The url depends on the default values for `namespaceOverride`, and `.Values.service.externalPort` being set in your rancher-tracing or other tracing instance. + +## Jaeger + +Jaeger allows you to trace and monitor distributed microservices. + +> **Note:** This addon is using the all-in-one Jaeger installation which is not qualified for production. Use the [Jaeger Tracing](https://www.jaegertracing.io/docs/1.21/getting-started/) documentation to determine which installation you will need for your production needs. + +# Installation +``` +helm install rancher-istio . --create-namespace -n istio-system +``` \ No newline at end of file diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/app-readme.md b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/app-readme.md new file mode 100755 index 000000000..0e42df083 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/app-readme.md @@ -0,0 +1,45 @@ +# Rancher Istio + +Our [Istio](https://istio.io/) installer wraps the istioctl binary commands in a handy helm chart, including an overlay file option to allow complex customization. It also includes: +* **[Kiali](https://kiali.io/)**: Used for graphing traffic flow throughout the mesh +* **[Jaeger](https://www.jaegertracing.io/)**: A quick start, all-in-one installation used for tracing distributed systemm. This is not production qualified, please refer to jaeger documentation to determine which installation you may need instead. + +### Dependencies + +**Rancher Monitoring or other Prometheus installation** + +The Prometheus CRDs are required for installing Kiali which is enabled by default. If you do not have Prometheus installed your Istio installation will fail. If you do not plan on using Kiali, set `kiali.enabled=false` to bypass this requirement. + +### Customization + +**Rancher Monitoring** + +The Rancher Monitoring app sets `prometheus.prometheusSpec.ignoreNamespaceSelectors=false` which means all namespaces will be scraped by Prometheus by default. This ensures you can view traffic, metrics and graphs for resources deployed in other namespaces. + +To limit scraping to specific namespaces, set `prometheus.prometheusSpec.ignoreNamespaceSelectors=true` and add one of the following configurations to ensure you can continue to view traffic, metrics and graphs for your deployed resources. + +1. Add a Service Monitor or Pod Monitor in the namespace with the targets you want to scrape. +1. Add an additionalScrapeConfig to your rancher-monitoring instance to scrape all targets in all namespaces. + +**Custom Prometheus Installation with Kiali** + +To use a custom Monitoring installation, set the `kiali.external_services.prometheus` url in the values.yaml. This url depends on the values for `nameOverride`, `namespaceOverride`, and `prometheus.service.port` in your rancher-monitoring or other monitoring instance: +``` +http://{{ .Values.nameOverride }}-prometheus.{{ .Values.namespaceOverride }}.svc:{{ prometheus.service.port }} +``` +**Custom Grafana Installation with Kiali** + +To use a custom Grafana installation, set the `kiali.external_services.grafana` url in the values.yaml. This url depends on the values for `nameOverride`, `namespaceOverride`, and `granfa.service.port` in your rancher-monitoring or other grafana instance: +``` +http://{{ .Values.nameOverride }}-grafana.{{ .Values.namespaceOverride }}.svc:{{ grafana.service.port }} +``` +**Custom Tracing Installation with Kiali** + +To use a custom Tracing installation, set the `kiali.external_services.tracing` url and update the `.Values.tracing.contextPath` in the rancher-istio values.yaml. + +This url depends on the values for `namespaceOverride`, and `.Values.service.externalPort` in your rancher-tracing or other tracing instance.: +``` +http://tracing.{{ .Values.namespaceOverride }}.svc:{{ .Values.service.externalPort }}/{{ .Values.tracing.contextPath }} +``` + +For more information on how to use the feature, refer to our [docs](https://rancher.com/docs/rancher/v2.x/en/istio/v2.5/). diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/Chart.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/Chart.yaml new file mode 100755 index 000000000..3225c111e --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=match + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: monitoringdashboards.monitoring.kiali.io/v1alpha1 + catalog.cattle.io/requires-gvr: monitoring.coreos.com.prometheus/v1 + catalog.rancher.io/namespace: cattle-istio-system + catalog.rancher.io/release-name: rancher-kiali-server +apiVersion: v2 +appVersion: v1.29.0 +description: Kiali is an open source project for service mesh observability, refer + to https://www.kiali.io for details. This is installed as sub-chart with customized + values in Rancher's Istio. +home: https://github.com/kiali/kiali +icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png +keywords: +- istio +- kiali +- networking +- infrastructure +maintainers: +- email: kiali-users@googlegroups.com + name: Kiali + url: https://kiali.io +name: kiali +sources: +- https://github.com/kiali/kiali +- https://github.com/kiali/kiali-ui +- https://github.com/kiali/kiali-operator +- https://github.com/kiali/helm-charts +version: 1.29.1 diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/NOTES.txt b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/NOTES.txt new file mode 100755 index 000000000..751019401 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/NOTES.txt @@ -0,0 +1,5 @@ +Welcome to Kiali! For more details on Kiali, see: https://kiali.io + +The Kiali Server [{{ .Chart.AppVersion }}] has been installed in namespace [{{ .Release.Namespace }}]. It will be ready soon. + +(Helm: Chart=[{{ .Chart.Name }}], Release=[{{ .Release.Name }}], Version=[{{ .Chart.Version }}]) diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/_helpers.tpl b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/_helpers.tpl new file mode 100755 index 000000000..dd33bbe48 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/_helpers.tpl @@ -0,0 +1,192 @@ +{{/* vim: set filetype=mustache: */}} + +{{/* +Expand the name of the chart. +*/}} +{{- define "kiali-server.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "kiali-server.fullname" -}} +{{- if .Values.fullnameOverride }} + {{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} +{{- else }} + {{- $name := default .Chart.Name .Values.nameOverride }} + {{- printf "%s" $name | trunc 63 | trimSuffix "-" }} +{{- end }} +{{- end }} + +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "kiali-server.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Identifies the log_level with the old verbose_mode and the new log_level considered. +*/}} +{{- define "kiali-server.logLevel" -}} +{{- if .Values.deployment.verbose_mode -}} +{{- .Values.deployment.verbose_mode -}} +{{- else -}} +{{- .Values.deployment.logger.log_level -}} +{{- end -}} +{{- end }} + +{{/* +Common labels +*/}} +{{- define "kiali-server.labels" -}} +helm.sh/chart: {{ include "kiali-server.chart" . }} +app: {{ include "kiali-server.name" . }} +{{ include "kiali-server.selectorLabels" . }} +version: {{ .Values.deployment.version_label | default .Chart.AppVersion | quote }} +app.kubernetes.io/version: {{ .Values.deployment.version_label | default .Chart.AppVersion | quote }} +app.kubernetes.io/managed-by: {{ .Release.Service }} +app.kubernetes.io/part-of: "kiali" +{{- end }} + +{{/* +Selector labels +*/}} +{{- define "kiali-server.selectorLabels" -}} +app.kubernetes.io/name: {{ include "kiali-server.name" . }} +app.kubernetes.io/instance: {{ .Release.Name }} +{{- end }} + +{{/* +Used to determine if a custom dashboard (defined in .Template.Name) should be deployed. +*/}} +{{- define "kiali-server.isDashboardEnabled" -}} +{{- if .Values.external_services.custom_dashboards.enabled }} + {{- $includere := "" }} + {{- range $_, $s := .Values.deployment.custom_dashboards.includes }} + {{- if $s }} + {{- if $includere }} + {{- $includere = printf "%s|^%s$" $includere ($s | replace "*" ".*" | replace "?" ".") }} + {{- else }} + {{- $includere = printf "^%s$" ($s | replace "*" ".*" | replace "?" ".") }} + {{- end }} + {{- end }} + {{- end }} + {{- $excludere := "" }} + {{- range $_, $s := .Values.deployment.custom_dashboards.excludes }} + {{- if $s }} + {{- if $excludere }} + {{- $excludere = printf "%s|^%s$" $excludere ($s | replace "*" ".*" | replace "?" ".") }} + {{- else }} + {{- $excludere = printf "^%s$" ($s | replace "*" ".*" | replace "?" ".") }} + {{- end }} + {{- end }} + {{- end }} + {{- if (and (mustRegexMatch (default "no-matches" $includere) (base .Template.Name)) (not (mustRegexMatch (default "no-matches" $excludere) (base .Template.Name)))) }} + {{- print "enabled" }} + {{- else }} + {{- print "" }} + {{- end }} +{{- else }} + {{- print "" }} +{{- end }} +{{- end }} + +{{/* +Determine the default login token signing key. +*/}} +{{- define "kiali-server.login_token.signing_key" -}} +{{- if .Values.login_token.signing_key }} + {{- .Values.login_token.signing_key }} +{{- else }} + {{- randAlphaNum 16 }} +{{- end }} +{{- end }} + +{{/* +Determine the default web root. +*/}} +{{- define "kiali-server.server.web_root" -}} +{{- if .Values.server.web_root }} + {{- .Values.server.web_root | trimSuffix "/" }} +{{- else }} + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + {{- "/" }} + {{- else }} + {{- "/kiali" }} + {{- end }} +{{- end }} +{{- end }} + +{{/* +Determine the default identity cert file. There is no default if on k8s; only on OpenShift. +*/}} +{{- define "kiali-server.identity.cert_file" -}} +{{- if hasKey .Values.identity "cert_file" }} + {{- .Values.identity.cert_file }} +{{- else }} + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + {{- "/kiali-cert/tls.crt" }} + {{- else }} + {{- "" }} + {{- end }} +{{- end }} +{{- end }} + +{{/* +Determine the default identity private key file. There is no default if on k8s; only on OpenShift. +*/}} +{{- define "kiali-server.identity.private_key_file" -}} +{{- if hasKey .Values.identity "private_key_file" }} + {{- .Values.identity.private_key_file }} +{{- else }} + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + {{- "/kiali-cert/tls.key" }} + {{- else }} + {{- "" }} + {{- end }} +{{- end }} +{{- end }} + +{{/* +Determine the istio namespace - default is where Kiali is installed. +*/}} +{{- define "kiali-server.istio_namespace" -}} +{{- if .Values.istio_namespace }} + {{- .Values.istio_namespace }} +{{- else }} + {{- .Release.Namespace }} +{{- end }} +{{- end }} + +{{/* +Determine the auth strategy to use - default is "token" on Kubernetes and "openshift" on OpenShift. +*/}} +{{- define "kiali-server.auth.strategy" -}} +{{- if .Values.auth.strategy }} + {{- if (and (eq .Values.auth.strategy "openshift") (not .Values.kiali_route_url)) }} + {{- fail "You did not define what the Kiali Route URL will be (--set kiali_route_url=...). Without this set, the openshift auth strategy will not work. Either set that or use a different auth strategy via the --set auth.strategy=... option." }} + {{- end }} + {{- .Values.auth.strategy }} +{{- else }} + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + {{- if not .Values.kiali_route_url }} + {{- fail "You did not define what the Kiali Route URL will be (--set kiali_route_url=...). Without this set, the openshift auth strategy will not work. Either set that or explicitly indicate another auth strategy you want via the --set auth.strategy=... option." }} + {{- end }} + {{- "openshift" }} + {{- else }} + {{- "token" }} + {{- end }} +{{- end }} +{{- end }} + +{{- define "system_default_registry" -}} +{{- if .Values.global.cattle.systemDefaultRegistry -}} +{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}} +{{- else -}} +{{- "" -}} +{{- end -}} +{{- end -}} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/cabundle.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/cabundle.yaml new file mode 100755 index 000000000..7462b95a7 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/cabundle.yaml @@ -0,0 +1,13 @@ +{{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "kiali-server.fullname" . }}-cabundle + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} + annotations: + service.beta.openshift.io/inject-cabundle: "true" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/configmap.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/configmap.yaml new file mode 100755 index 000000000..b1bf53173 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/configmap.yaml @@ -0,0 +1,24 @@ +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +data: + config.yaml: | + {{- /* Most of .Values is simply the ConfigMap - strip out the keys that are not part of the ConfigMap */}} + {{- $cm := omit .Values "nameOverride" "fullnameOverride" "kiali_route_url" }} + {{- /* The helm chart defines namespace for us, but pass it to the ConfigMap in case the server needs it */}} + {{- $_ := set $cm.deployment "namespace" .Release.Namespace }} + {{- /* Some values of the ConfigMap are generated, but might not be identical, from .Values */}} + {{- $_ := set $cm "istio_namespace" (include "kiali-server.istio_namespace" .) }} + {{- $_ := set $cm.auth "strategy" (include "kiali-server.auth.strategy" .) }} + {{- $_ := set $cm.auth.openshift "client_id_prefix" (include "kiali-server.fullname" .) }} + {{- $_ := set $cm.identity "cert_file" (include "kiali-server.identity.cert_file" .) }} + {{- $_ := set $cm.identity "private_key_file" (include "kiali-server.identity.private_key_file" .) }} + {{- $_ := set $cm.login_token "signing_key" (include "kiali-server.login_token.signing_key" .) }} + {{- $_ := set $cm.server "web_root" (include "kiali-server.server.web_root" .) }} + {{- toYaml $cm | nindent 4 }} +... diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/envoy.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/envoy.yaml new file mode 100755 index 000000000..8d961b848 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/envoy.yaml @@ -0,0 +1,55 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: envoy + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: Envoy Metrics +# discoverOn: "envoy_server_uptime" + items: + - chart: + name: "Pods uptime" + spans: 4 + metricName: "envoy_server_uptime" + dataType: "raw" + - chart: + name: "Allocated memory" + unit: "bytes" + spans: 4 + metricName: "envoy_server_memory_allocated" + dataType: "raw" + min: 0 + - chart: + name: "Heap size" + unit: "bytes" + spans: 4 + metricName: "envoy_server_memory_heap_size" + dataType: "raw" + min: 0 + - chart: + name: "Upstream active connections" + spans: 6 + metricName: "envoy_cluster_upstream_cx_active" + dataType: "raw" + - chart: + name: "Upstream total requests" + spans: 6 + metricName: "envoy_cluster_upstream_rq_total" + unit: "rps" + dataType: "rate" + - chart: + name: "Downstream active connections" + spans: 6 + metricName: "envoy_listener_downstream_cx_active" + dataType: "raw" + - chart: + name: "Downstream HTTP requests" + spans: 6 + metricName: "envoy_listener_http_downstream_rq" + unit: "rps" + dataType: "rate" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/go.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/go.yaml new file mode 100755 index 000000000..01ebed7b5 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/go.yaml @@ -0,0 +1,66 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: go + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: Go Metrics + runtime: Go + discoverOn: "go_info" + items: + - chart: + name: "CPU ratio" + spans: 6 + metricName: "process_cpu_seconds_total" + dataType: "rate" + aggregations: + - label: "pod_name" + displayName: "Pod" + - chart: + name: "RSS Memory" + unit: "bytes" + spans: 6 + metricName: "process_resident_memory_bytes" + dataType: "raw" + aggregations: + - label: "pod_name" + displayName: "Pod" + - chart: + name: "Goroutines" + spans: 6 + metricName: "go_goroutines" + dataType: "raw" + aggregations: + - label: "pod_name" + displayName: "Pod" + - chart: + name: "Heap allocation rate" + unit: "bytes/s" + spans: 6 + metricName: "go_memstats_alloc_bytes_total" + dataType: "rate" + aggregations: + - label: "pod_name" + displayName: "Pod" + - chart: + name: "GC rate" + spans: 6 + metricName: "go_gc_duration_seconds_count" + dataType: "rate" + aggregations: + - label: "pod_name" + displayName: "Pod" + - chart: + name: "Next GC" + unit: "bytes" + spans: 6 + metricName: "go_memstats_next_gc_bytes" + dataType: "raw" + aggregations: + - label: "pod_name" + displayName: "Pod" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/kiali.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/kiali.yaml new file mode 100755 index 000000000..0d5b5caa2 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/kiali.yaml @@ -0,0 +1,43 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: kiali + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: Kiali Internal Metrics + items: + - chart: + name: "API processing duration" + unit: "seconds" + spans: 6 + metricName: "kiali_api_processing_duration_seconds" + dataType: "histogram" + aggregations: + - label: "route" + displayName: "Route" + - chart: + name: "Functions processing duration" + unit: "seconds" + spans: 6 + metricName: "kiali_go_function_processing_duration_seconds" + dataType: "histogram" + aggregations: + - label: "function" + displayName: "Function" + - label: "package" + displayName: "Package" + - chart: + name: "Failures" + spans: 12 + metricName: "kiali_go_function_failures_total" + dataType: "raw" + aggregations: + - label: "function" + displayName: "Function" + - label: "package" + displayName: "Package" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm-pool.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm-pool.yaml new file mode 100755 index 000000000..e89e1200c --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm-pool.yaml @@ -0,0 +1,42 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: micrometer-1.0.6-jvm-pool + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: JVM + title: JVM Pool Metrics + discoverOn: "jvm_buffer_total_capacity_bytes" + items: + - chart: + name: "Pool buffer memory used" + unit: "bytes" + spans: 4 + metricName: "jvm_buffer_memory_used_bytes" + dataType: "raw" + aggregations: + - label: "id" + displayName: "Pool" + - chart: + name: "Pool buffer capacity" + unit: "bytes" + spans: 4 + metricName: "jvm_buffer_total_capacity_bytes" + dataType: "raw" + aggregations: + - label: "id" + displayName: "Pool" + - chart: + name: "Pool buffer count" + unit: "bytes" + spans: 4 + metricName: "jvm_buffer_count" + dataType: "raw" + aggregations: + - label: "id" + displayName: "Pool" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm.yaml new file mode 100755 index 000000000..ab487dccc --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm.yaml @@ -0,0 +1,64 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: micrometer-1.0.6-jvm + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: JVM + title: JVM Metrics + discoverOn: "jvm_threads_live" + items: + - chart: + name: "Total live threads" + spans: 4 + metricName: "jvm_threads_live" + dataType: "raw" + - chart: + name: "Daemon threads" + spans: 4 + metricName: "jvm_threads_daemon" + dataType: "raw" + - chart: + name: "Loaded classes" + spans: 4 + metricName: "jvm_classes_loaded" + dataType: "raw" + + - chart: + name: "Memory used" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_used_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" + - chart: + name: "Memory commited" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_committed_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" + - chart: + name: "Memory max" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_max_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.1-jvm.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.1-jvm.yaml new file mode 100755 index 000000000..d7014951d --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/micrometer-1.1-jvm.yaml @@ -0,0 +1,67 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: micrometer-1.1-jvm + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: JVM + title: JVM Metrics + discoverOn: "jvm_threads_live_threads" + items: + - chart: + name: "Memory used" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_used_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" + - chart: + name: "Memory commited" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_committed_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" + - chart: + name: "Memory max" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_max_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" + + - chart: + name: "Total live threads" + spans: 4 + metricName: "jvm_threads_live_threads" + dataType: "raw" + - chart: + name: "Daemon threads" + spans: 4 + metricName: "jvm_threads_daemon_threads" + dataType: "raw" + - chart: + name: "Threads states" + spans: 4 + metricName: "jvm_threads_states_threads" + dataType: "raw" + aggregations: + - label: "state" + displayName: "State" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/microprofile-1.1.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/microprofile-1.1.yaml new file mode 100755 index 000000000..c00446c10 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/microprofile-1.1.yaml @@ -0,0 +1,58 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: microprofile-1.1 + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: MicroProfile Metrics + runtime: MicroProfile + discoverOn: "base:thread_count" + items: + - chart: + name: "Current loaded classes" + spans: 6 + metricName: "base:classloader_current_loaded_class_count" + dataType: "raw" + - chart: + name: "Unloaded classes" + spans: 6 + metricName: "base:classloader_total_unloaded_class_count" + dataType: "raw" + - chart: + name: "Thread count" + spans: 4 + metricName: "base:thread_count" + dataType: "raw" + - chart: + name: "Thread max count" + spans: 4 + metricName: "base:thread_max_count" + dataType: "raw" + - chart: + name: "Thread daemon count" + spans: 4 + metricName: "base:thread_daemon_count" + dataType: "raw" + - chart: + name: "Committed heap" + unit: "bytes" + spans: 4 + metricName: "base:memory_committed_heap_bytes" + dataType: "raw" + - chart: + name: "Max heap" + unit: "bytes" + spans: 4 + metricName: "base:memory_max_heap_bytes" + dataType: "raw" + - chart: + name: "Used heap" + unit: "bytes" + spans: 4 + metricName: "base:memory_used_heap_bytes" + dataType: "raw" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/microprofile-x.y.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/microprofile-x.y.yaml new file mode 100755 index 000000000..d15f527d9 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/microprofile-x.y.yaml @@ -0,0 +1,37 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: microprofile-x.y + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: MicroProfile Metrics + runtime: MicroProfile + discoverOn: "base:gc_complete_scavenger_count" + items: + - chart: + name: "Young GC time" + unit: "seconds" + spans: 3 + metricName: "base:gc_young_generation_scavenger_time_seconds" + dataType: "raw" + - chart: + name: "Young GC count" + spans: 3 + metricName: "base:gc_young_generation_scavenger_count" + dataType: "raw" + - chart: + name: "Total GC time" + unit: "seconds" + spans: 3 + metricName: "base:gc_complete_scavenger_time_seconds" + dataType: "raw" + - chart: + name: "Total GC count" + spans: 3 + metricName: "base:gc_complete_scavenger_count" + dataType: "raw" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/nodejs.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/nodejs.yaml new file mode 100755 index 000000000..d772a16c0 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/nodejs.yaml @@ -0,0 +1,58 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: nodejs + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Node.js + title: Node.js Metrics + discoverOn: "nodejs_active_handles_total" + items: + - chart: + name: "Active handles" + spans: 4 + metricName: "nodejs_active_handles_total" + dataType: "raw" + - chart: + name: "Active requests" + spans: 4 + metricName: "nodejs_active_requests_total" + dataType: "raw" + - chart: + name: "Event loop lag" + unit: "seconds" + spans: 4 + metricName: "nodejs_eventloop_lag_seconds" + dataType: "raw" + - chart: + name: "Total heap size" + unit: "bytes" + spans: 12 + metricName: "nodejs_heap_space_size_total_bytes" + dataType: "raw" + aggregations: + - label: "space" + displayName: "Space" + - chart: + name: "Used heap size" + unit: "bytes" + spans: 6 + metricName: "nodejs_heap_space_size_used_bytes" + dataType: "raw" + aggregations: + - label: "space" + displayName: "Space" + - chart: + name: "Available heap size" + unit: "bytes" + spans: 6 + metricName: "nodejs_heap_space_size_available_bytes" + dataType: "raw" + aggregations: + - label: "space" + displayName: "Space" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/quarkus.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/quarkus.yaml new file mode 100755 index 000000000..4fc3e9ac0 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/quarkus.yaml @@ -0,0 +1,32 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: quarkus + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: Quarkus Metrics + runtime: Quarkus + items: + - chart: + name: "Thread count" + spans: 4 + metricName: "vendor:thread_count" + dataType: "raw" + - chart: + name: "Used heap" + unit: "bytes" + spans: 4 + metricName: "vendor:memory_heap_usage_bytes" + dataType: "raw" + - chart: + name: "Used non-heap" + unit: "bytes" + spans: 4 + metricName: "vendor:memory_non_heap_usage_bytes" + dataType: "raw" + - include: "microprofile-x.y" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-jvm-pool.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-jvm-pool.yaml new file mode 100755 index 000000000..2ff4ae576 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-jvm-pool.yaml @@ -0,0 +1,15 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: springboot-jvm-pool + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Spring Boot + title: JVM Pool Metrics + items: + - include: "micrometer-1.0.6-jvm-pool" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-jvm.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-jvm.yaml new file mode 100755 index 000000000..8bd43055b --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-jvm.yaml @@ -0,0 +1,15 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: springboot-jvm + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Spring Boot + title: JVM Metrics + items: + - include: "micrometer-1.0.6-jvm" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-tomcat.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-tomcat.yaml new file mode 100755 index 000000000..4b27aee4f --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/springboot-tomcat.yaml @@ -0,0 +1,15 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: springboot-tomcat + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Spring Boot + title: Tomcat Metrics + items: + - include: "tomcat" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/thorntail.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/thorntail.yaml new file mode 100755 index 000000000..513488df4 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/thorntail.yaml @@ -0,0 +1,21 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: thorntail + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Thorntail + title: Thorntail Metrics + discoverOn: "vendor:loaded_modules" + items: + - include: "microprofile-1.1" + - chart: + name: "Loaded modules" + spans: 6 + metricName: "vendor:loaded_modules" + dataType: "raw" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/tomcat.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/tomcat.yaml new file mode 100755 index 000000000..28fd7f1cc --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/tomcat.yaml @@ -0,0 +1,66 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: tomcat + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Tomcat + title: Tomcat Metrics + discoverOn: "tomcat_sessions_created_total" + items: + - chart: + name: "Sessions created" + spans: 4 + metricName: "tomcat_sessions_created_total" + dataType: "raw" + - chart: + name: "Active sessions" + spans: 4 + metricName: "tomcat_sessions_active_current" + dataType: "raw" + - chart: + name: "Sessions rejected" + spans: 4 + metricName: "tomcat_sessions_rejected_total" + dataType: "raw" + + - chart: + name: "Bytes sent" + unit: "bitrate" + spans: 6 + metricName: "tomcat_global_sent_bytes_total" + dataType: "rate" + aggregations: + - label: "name" + displayName: "Name" + - chart: + name: "Bytes received" + unit: "bitrate" + spans: 6 + metricName: "tomcat_global_received_bytes_total" + dataType: "rate" + aggregations: + - label: "name" + displayName: "Name" + + - chart: + name: "Global errors" + spans: 6 + metricName: "tomcat_global_error_total" + dataType: "raw" + aggregations: + - label: "name" + displayName: "Name" + - chart: + name: "Servlet errors" + spans: 6 + metricName: "tomcat_servlet_error_total" + dataType: "raw" + aggregations: + - label: "name" + displayName: "Name" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-client.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-client.yaml new file mode 100755 index 000000000..17392d87f --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-client.yaml @@ -0,0 +1,59 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: vertx-client + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Vert.x + title: Vert.x Client Metrics + discoverOn: "vertx_http_client_connections" + items: + - chart: + name: "Client response time" + unit: "seconds" + spans: 6 + metricName: "vertx_http_client_responseTime_seconds" + dataType: "histogram" + aggregations: + - label: "path" + displayName: "Path" + - label: "method" + displayName: "Method" + - chart: + name: "Client request count rate" + unit: "ops" + spans: 6 + metricName: "vertx_http_client_requestCount_total" + dataType: "rate" + aggregations: + - label: "path" + displayName: "Path" + - label: "method" + displayName: "Method" + - chart: + name: "Client active connections" + spans: 6 + metricName: "vertx_http_client_connections" + dataType: "raw" + - chart: + name: "Client active websockets" + spans: 6 + metricName: "vertx_http_client_wsConnections" + dataType: "raw" + - chart: + name: "Client bytes sent" + unit: "bytes" + spans: 6 + metricName: "vertx_http_client_bytesSent" + dataType: "histogram" + - chart: + name: "Client bytes received" + unit: "bytes" + spans: 6 + metricName: "vertx_http_client_bytesReceived" + dataType: "histogram" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-eventbus.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-eventbus.yaml new file mode 100755 index 000000000..fa659b55c --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-eventbus.yaml @@ -0,0 +1,58 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: vertx-eventbus + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Vert.x + title: Vert.x Eventbus Metrics + discoverOn: "vertx_eventbus_handlers" + items: + - chart: + name: "Event bus handlers" + spans: 6 + metricName: "vertx_eventbus_handlers" + dataType: "raw" + aggregations: + - label: "address" + displayName: "Eventbus address" + - chart: + name: "Event bus pending messages" + spans: 6 + metricName: "vertx_eventbus_pending" + dataType: "raw" + aggregations: + - label: "address" + displayName: "Eventbus address" + - chart: + name: "Event bus processing time" + unit: "seconds" + spans: 6 + metricName: "vertx_eventbus_processingTime_seconds" + dataType: "histogram" + aggregations: + - label: "address" + displayName: "Eventbus address" + - chart: + name: "Event bus bytes read" + unit: "bytes" + spans: 6 + metricName: "vertx_eventbus_bytesRead" + dataType: "histogram" + aggregations: + - label: "address" + displayName: "Eventbus address" + - chart: + name: "Event bus bytes written" + unit: "bytes" + spans: 6 + metricName: "vertx_eventbus_bytesWritten" + dataType: "histogram" + aggregations: + - label: "address" + displayName: "Eventbus address" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-jvm.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-jvm.yaml new file mode 100755 index 000000000..ac03ea2e0 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-jvm.yaml @@ -0,0 +1,15 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: vertx-jvm + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Vert.x + title: JVM Metrics + items: + - include: "micrometer-1.1-jvm" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-pool.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-pool.yaml new file mode 100755 index 000000000..3715e9c10 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-pool.yaml @@ -0,0 +1,67 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: vertx-pool + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Vert.x + title: Vert.x Pools Metrics + discoverOn: "vertx_pool_ratio" + items: + - chart: + name: "Usage duration" + unit: "seconds" + spans: 6 + metricName: "vertx_pool_usage_seconds" + dataType: "histogram" + aggregations: + - label: "pool_name" + displayName: "Name" + - label: "pool_type" + displayName: "Type" + - chart: + name: "Usage ratio" + spans: 6 + metricName: "vertx_pool_ratio" + dataType: "raw" + aggregations: + - label: "pool_name" + displayName: "Name" + - label: "pool_type" + displayName: "Type" + - chart: + name: "Queue size" + spans: 6 + metricName: "vertx_pool_queue_size" + dataType: "raw" + aggregations: + - label: "pool_name" + displayName: "Name" + - label: "pool_type" + displayName: "Type" + - chart: + name: "Time in queue" + unit: "seconds" + spans: 6 + metricName: "vertx_pool_queue_delay_seconds" + dataType: "histogram" + aggregations: + - label: "pool_name" + displayName: "Name" + - label: "pool_type" + displayName: "Type" + - chart: + name: "Resources used" + spans: 6 + metricName: "vertx_pool_inUse" + dataType: "raw" + aggregations: + - label: "pool_name" + displayName: "Name" + - label: "pool_type" + displayName: "Type" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-server.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-server.yaml new file mode 100755 index 000000000..686295468 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/dashboards/vertx-server.yaml @@ -0,0 +1,61 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: vertx-server + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Vert.x + title: Vert.x Server Metrics + discoverOn: "vertx_http_server_connections" + items: + - chart: + name: "Server response time" + unit: "seconds" + spans: 6 + metricName: "vertx_http_server_responseTime_seconds" + dataType: "histogram" + aggregations: + - label: "path" + displayName: "Path" + - label: "method" + displayName: "Method" + - chart: + name: "Server request count rate" + unit: "ops" + spans: 6 + metricName: "vertx_http_server_requestCount_total" + dataType: "rate" + aggregations: + - label: "code" + displayName: "Error code" + - label: "path" + displayName: "Path" + - label: "method" + displayName: "Method" + - chart: + name: "Server active connections" + spans: 6 + metricName: "vertx_http_server_connections" + dataType: "raw" + - chart: + name: "Server active websockets" + spans: 6 + metricName: "vertx_http_server_wsConnections" + dataType: "raw" + - chart: + name: "Server bytes sent" + unit: "bytes" + spans: 6 + metricName: "vertx_http_server_bytesSent" + dataType: "histogram" + - chart: + name: "Server bytes received" + unit: "bytes" + spans: 6 + metricName: "vertx_http_server_bytesReceived" + dataType: "histogram" +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/deployment.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/deployment.yaml new file mode 100755 index 000000000..de5ae7ebe --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/deployment.yaml @@ -0,0 +1,174 @@ +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + replicas: {{ .Values.deployment.replicas }} + selector: + matchLabels: + {{- include "kiali-server.selectorLabels" . | nindent 6 }} + strategy: + rollingUpdate: + maxSurge: 1 + maxUnavailable: 1 + type: RollingUpdate + template: + metadata: + name: {{ include "kiali-server.fullname" . }} + labels: + {{- include "kiali-server.labels" . | nindent 8 }} + {{- if .Values.deployment.pod_labels }} + {{- toYaml .Values.deployment.pod_labels | nindent 8 }} + {{- end }} + annotations: + {{- if .Values.server.metrics_enabled }} + prometheus.io/scrape: "true" + prometheus.io/port: {{ .Values.server.metrics_port | quote }} + {{- else }} + prometheus.io/scrape: "false" + prometheus.io/port: null + {{- end }} + kiali.io/runtimes: go,kiali + {{- if .Values.deployment.pod_annotations }} + {{- toYaml .Values.deployment.pod_annotations | nindent 8 }} + {{- end }} + spec: + serviceAccountName: {{ include "kiali-server.fullname" . }} + {{- if .Values.deployment.priority_class_name }} + priorityClassName: {{ .Values.deployment.priority_class_name | quote }} + {{- end }} + {{- if .Values.deployment.image_pull_secrets }} + imagePullSecrets: + {{- range .Values.deployment.image_pull_secrets }} + - name: {{ . }} + {{- end }} + {{- end }} + containers: + - image: "{{ template "system_default_registry" . }}{{ .Values.deployment.repository }}:{{ .Values.deployment.tag }}" + imagePullPolicy: {{ .Values.deployment.image_pull_policy | default "Always" }} + name: {{ include "kiali-server.fullname" . }} + command: + - "/opt/kiali/kiali" + - "-config" + - "/kiali-configuration/config.yaml" + ports: + - name: api-port + containerPort: {{ .Values.server.port | default 20001 }} + {{- if .Values.server.metrics_enabled }} + - name: http-metrics + containerPort: {{ .Values.server.metrics_port | default 9090 }} + {{- end }} + readinessProbe: + httpGet: + path: {{ include "kiali-server.server.web_root" . | trimSuffix "/" }}/healthz + port: api-port + {{- if (include "kiali-server.identity.cert_file" .) }} + scheme: HTTPS + {{- else }} + scheme: HTTP + {{- end }} + initialDelaySeconds: 5 + periodSeconds: 30 + livenessProbe: + httpGet: + path: {{ include "kiali-server.server.web_root" . | trimSuffix "/" }}/healthz + port: api-port + {{- if (include "kiali-server.identity.cert_file" .) }} + scheme: HTTPS + {{- else }} + scheme: HTTP + {{- end }} + initialDelaySeconds: 5 + periodSeconds: 30 + env: + - name: ACTIVE_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + - name: LOG_LEVEL + value: "{{ include "kiali-server.logLevel" . }}" + - name: LOG_FORMAT + value: "{{ .Values.deployment.logger.log_format }}" + - name: LOG_TIME_FIELD_FORMAT + value: "{{ .Values.deployment.logger.time_field_format }}" + - name: LOG_SAMPLER_RATE + value: "{{ .Values.deployment.logger.sampler_rate }}" + volumeMounts: + {{- if .Values.web_root_override }} + - name: kiali-console + subPath: env.js + mountPath: /opt/kiali/console/env.js + {{- end }} + - name: {{ include "kiali-server.fullname" . }}-configuration + mountPath: "/kiali-configuration" + - name: {{ include "kiali-server.fullname" . }}-cert + mountPath: "/kiali-cert" + - name: {{ include "kiali-server.fullname" . }}-secret + mountPath: "/kiali-secret" + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + - name: {{ include "kiali-server.fullname" . }}-cabundle + mountPath: "/kiali-cabundle" + {{- end }} + {{- if .Values.deployment.resources }} + resources: + {{- toYaml .Values.deployment.resources | nindent 10 }} + {{- end }} + volumes: + {{- if .Values.web_root_override }} + - name: kiali-console + configMap: + name: kiali-console + items: + - key: env.js + path: env.js + {{- end }} + - name: {{ include "kiali-server.fullname" . }}-configuration + configMap: + name: {{ include "kiali-server.fullname" . }} + - name: {{ include "kiali-server.fullname" . }}-cert + secret: + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + secretName: {{ include "kiali-server.fullname" . }}-cert-secret + {{- else }} + secretName: istio.{{ include "kiali-server.fullname" . }}-service-account + {{- end }} + {{- if not (include "kiali-server.identity.cert_file" .) }} + optional: true + {{- end }} + - name: {{ include "kiali-server.fullname" . }}-secret + secret: + secretName: {{ .Values.deployment.secret_name }} + optional: true + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + - name: {{ include "kiali-server.fullname" . }}-cabundle + configMap: + name: {{ include "kiali-server.fullname" . }}-cabundle + {{- end }} + {{- if or (.Values.deployment.affinity.node) (or (.Values.deployment.pod) (.Values.deployment.pod_anti)) }} + affinity: + {{- if .Values.deployment.affinity.node }} + nodeAffinity: + {{- toYaml .Values.deployment.affinity.node | nindent 10 }} + {{- end }} + {{- if .Values.deployment.affinity.pod }} + podAffinity: + {{- toYaml .Values.deployment.affinity.pod | nindent 10 }} + {{- end }} + {{- if .Values.deployment.affinity.pod_anti }} + podAntiAffinity: + {{- toYaml .Values.deployment.affinity.pod_anti | nindent 10 }} + {{- end }} + {{- end }} + {{- if .Values.deployment.tolerations }} + tolerations: + {{- toYaml .Values.deployment.tolerations | nindent 8 }} + {{- end }} + {{- if .Values.deployment.node_selector }} + nodeSelector: + {{- toYaml .Values.deployment.node_selector | nindent 8 }} + {{- end }} +... diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/hpa.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/hpa.yaml new file mode 100755 index 000000000..934c4c1e9 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/hpa.yaml @@ -0,0 +1,17 @@ +{{- if .Values.deployment.hpa.spec }} +--- +apiVersion: {{ .Values.deployment.hpa.api_version }} +kind: HorizontalPodAutoscaler +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + scaleTargetRef: + apiVersion: apps/v1 + kind: Deployment + name: {{ include "kiali-server.fullname" . }} + {{- toYaml .Values.deployment.hpa.spec | nindent 2 }} +... +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/ingress.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/ingress.yaml new file mode 100755 index 000000000..e4c98db1b --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/ingress.yaml @@ -0,0 +1,40 @@ +{{- if not (.Capabilities.APIVersions.Has "route.openshift.io/v1") }} +{{- if .Values.deployment.ingress_enabled }} +--- +apiVersion: networking.k8s.io/v1beta1 +kind: Ingress +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} + annotations: + {{- if hasKey .Values.deployment.override_ingress_yaml.metadata "annotations" }} + {{- toYaml .Values.deployment.override_ingress_yaml.metadata.annotations | nindent 4 }} + {{- else }} + # For ingress-nginx versions older than 0.20.0 use secure-backends. + # (see: https://github.com/kubernetes/ingress-nginx/issues/3416#issuecomment-438247948) + # For ingress-nginx versions 0.20.0 and later use backend-protocol. + {{- if (include "kiali-server.identity.cert_file" .) }} + nginx.ingress.kubernetes.io/secure-backends: "true" + nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" + {{- else }} + nginx.ingress.kubernetes.io/secure-backends: "false" + nginx.ingress.kubernetes.io/backend-protocol: "HTTP" + {{- end }} + {{- end }} +spec: + {{- if hasKey .Values.deployment.override_ingress_yaml "spec" }} + {{- toYaml .Values.deployment.override_ingress_yaml.spec | nindent 2 }} + {{- else }} + rules: + - http: + paths: + - path: {{ include "kiali-server.server.web_root" . }} + backend: + serviceName: {{ include "kiali-server.fullname" . }} + servicePort: {{ .Values.server.port }} + {{- end }} +... +{{- end }} +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/oauth.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/oauth.yaml new file mode 100755 index 000000000..a178bb85e --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/oauth.yaml @@ -0,0 +1,17 @@ +{{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} +{{- if .Values.kiali_route_url }} +--- +apiVersion: oauth.openshift.io/v1 +kind: OAuthClient +metadata: + name: {{ include "kiali-server.fullname" . }}-{{ .Release.Namespace }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +redirectURIs: +- {{ .Values.kiali_route_url }} +grantMethod: auto +allowAnyScope: true +... +{{- end }} +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/psp.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/psp.yaml new file mode 100755 index 000000000..f891892cc --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/psp.yaml @@ -0,0 +1,67 @@ +{{- if .Values.global.rbac.pspEnabled }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: {{ include "kiali-server.fullname" . }}-psp + namespace: {{ .Release.Namespace }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: {{ include "kiali-server.fullname" . }}-psp +subjects: + - kind: ServiceAccount + name: kiali +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: {{ include "kiali-server.fullname" . }}-psp + namespace: {{ .Release.Namespace }} +rules: +- apiGroups: + - policy + resourceNames: + - {{ include "kiali-server.fullname" . }}-psp + resources: + - podsecuritypolicies + verbs: + - use +--- +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: {{ include "kiali-server.fullname" . }}-psp + namespace: {{ .Release.Namespace }} +spec: + allowPrivilegeEscalation: false + forbiddenSysctls: + - '*' + fsGroup: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + requiredDropCapabilities: + - ALL + runAsUser: + rule: MustRunAsNonRoot + runAsGroup: + rule: MustRunAs + ranges: + - min: 1 + max: 65535 + seLinux: + rule: RunAsAny + supplementalGroups: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + volumes: + - configMap + - emptyDir + - projected + - secret + - downwardAPI + - persistentVolumeClaim +{{- end }} \ No newline at end of file diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role-controlplane.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role-controlplane.yaml new file mode 100755 index 000000000..a22c76756 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role-controlplane.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: {{ include "kiali-server.fullname" . }}-controlplane + namespace: {{ include "kiali-server.istio_namespace" . }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +rules: +- apiGroups: [""] + resources: + - secrets + verbs: + - list +... diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role-viewer.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role-viewer.yaml new file mode 100755 index 000000000..a496c0828 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role-viewer.yaml @@ -0,0 +1,96 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: {{ include "kiali-server.fullname" . }}-viewer + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +rules: +- apiGroups: [""] + resources: + - configmaps + - endpoints + - namespaces + - nodes + - pods + - pods/log + - pods/proxy + - replicationcontrollers + - services + verbs: + - get + - list + - watch +- apiGroups: [""] + resources: + - pods/portforward + verbs: + - create + - post +- apiGroups: ["extensions", "apps"] + resources: + - deployments + - replicasets + - statefulsets + verbs: + - get + - list + - watch +- apiGroups: ["autoscaling"] + resources: + - horizontalpodautoscalers + verbs: + - get + - list + - watch +- apiGroups: ["batch"] + resources: + - cronjobs + - jobs + verbs: + - get + - list + - watch +- apiGroups: + - networking.istio.io + - security.istio.io + resources: ["*"] + verbs: + - get + - list + - watch +- apiGroups: ["apps.openshift.io"] + resources: + - deploymentconfigs + verbs: + - get + - list + - watch +- apiGroups: ["project.openshift.io"] + resources: + - projects + verbs: + - get +- apiGroups: ["route.openshift.io"] + resources: + - routes + verbs: + - get +- apiGroups: ["monitoring.kiali.io"] + resources: + - monitoringdashboards + verbs: + - get + - list +- apiGroups: ["iter8.tools"] + resources: + - experiments + verbs: + - get + - list +- apiGroups: ["authentication.k8s.io"] + resources: + - tokenreviews + verbs: + - create +... diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role.yaml new file mode 100755 index 000000000..bd51e8d5e --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/role.yaml @@ -0,0 +1,107 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: {{ include "kiali-server.fullname" . }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +rules: +- apiGroups: [""] + resources: + - configmaps + - endpoints + - namespaces + - nodes + - pods + - pods/log + - pods/proxy + - replicationcontrollers + - services + verbs: + - get + - list + - patch + - watch +- apiGroups: [""] + resources: + - pods/portforward + verbs: + - create + - post +- apiGroups: ["extensions", "apps"] + resources: + - deployments + - replicasets + - statefulsets + verbs: + - get + - list + - patch + - watch +- apiGroups: ["autoscaling"] + resources: + - horizontalpodautoscalers + verbs: + - get + - list + - watch +- apiGroups: ["batch"] + resources: + - cronjobs + - jobs + verbs: + - get + - list + - patch + - watch +- apiGroups: + - networking.istio.io + - security.istio.io + resources: ["*"] + verbs: + - create + - delete + - get + - list + - patch + - watch +- apiGroups: ["apps.openshift.io"] + resources: + - deploymentconfigs + verbs: + - get + - list + - patch + - watch +- apiGroups: ["project.openshift.io"] + resources: + - projects + verbs: + - get +- apiGroups: ["route.openshift.io"] + resources: + - routes + verbs: + - get +- apiGroups: ["monitoring.kiali.io"] + resources: + - monitoringdashboards + verbs: + - get + - list +- apiGroups: ["iter8.tools"] + resources: + - experiments + verbs: + - create + - delete + - get + - list + - patch + - watch +- apiGroups: ["authentication.k8s.io"] + resources: + - tokenreviews + verbs: + - create +... diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/rolebinding-controlplane.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/rolebinding-controlplane.yaml new file mode 100755 index 000000000..fcd8fd579 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/rolebinding-controlplane.yaml @@ -0,0 +1,17 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: {{ include "kiali-server.fullname" . }}-controlplane + namespace: {{ include "kiali-server.istio_namespace" . }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: kiali-controlplane +subjects: +- kind: ServiceAccount + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} +... diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/rolebinding.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/rolebinding.yaml new file mode 100755 index 000000000..1eaabd65f --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/rolebinding.yaml @@ -0,0 +1,20 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: {{ include "kiali-server.fullname" . }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + {{- if .Values.deployment.view_only_mode }} + name: {{ include "kiali-server.fullname" . }}-viewer + {{- else }} + name: {{ include "kiali-server.fullname" . }} + {{- end }} +subjects: +- kind: ServiceAccount + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} +... diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/route.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/route.yaml new file mode 100755 index 000000000..27940dc96 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/route.yaml @@ -0,0 +1,30 @@ +{{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} +{{- if .Values.deployment.ingress_enabled }} +# As of OpenShift 4.5, need to use --disable-openapi-validation when installing via Helm +--- +apiVersion: route.openshift.io/v1 +kind: Route +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} + {{- if hasKey .Values.deployment.override_ingress_yaml.metadata "annotations" }}} + annotations: + {{- toYaml .Values.deployment.override_ingress_yaml.metadata.annotations | nindent 4 }} + {{- end }} +spec: + {{- if hasKey .Values.deployment.override_ingress_yaml "spec" }} + {{- toYaml .Values.deployment.override_ingress_yaml.spec | nindent 2 }} + {{- else }} + tls: + termination: reencrypt + insecureEdgeTerminationPolicy: Redirect + to: + kind: Service + targetPort: {{ .Values.server.port }} + name: {{ include "kiali-server.fullname" . }} + {{- end }} +... +{{- end }} +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/service.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/service.yaml new file mode 100755 index 000000000..69dc395d1 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/service.yaml @@ -0,0 +1,40 @@ +--- +apiVersion: v1 +kind: Service +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} + annotations: + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + service.beta.openshift.io/serving-cert-secret-name: {{ include "kiali-server.fullname" . }}-cert-secret + {{- end }} + kiali.io/api-spec: https://kiali.io/api + kiali.io/api-type: rest + {{- if .Values.deployment.service_annotations }} + {{- toYaml .Values.deployment.service_annotations | nindent 4 }} + {{- end }} +spec: + {{- if .Values.deployment.service_type }} + type: {{ .Values.deployment.service_type }} + {{- end }} + ports: + {{- if (include "kiali-server.identity.cert_file" .) }} + - name: tcp + {{- else }} + - name: http + {{- end }} + protocol: TCP + port: {{ .Values.server.port }} + {{- if .Values.server.metrics_enabled }} + - name: http-metrics + protocol: TCP + port: {{ .Values.server.metrics_port }} + {{- end }} + selector: + {{- include "kiali-server.selectorLabels" . | nindent 4 }} + {{- if .Values.deployment.additional_service_yaml }} + {{- toYaml .Values.deployment.additional_service_yaml | nindent 2 }} + {{- end }} +... diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/serviceaccount.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/serviceaccount.yaml new file mode 100755 index 000000000..9151b6f6a --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/serviceaccount.yaml @@ -0,0 +1,9 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +... diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/validate-install-crd.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/validate-install-crd.yaml new file mode 100755 index 000000000..b42eeb266 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/validate-install-crd.yaml @@ -0,0 +1,14 @@ +#{{- if gt (len (lookup "rbac.authorization.k8s.io/v1" "ClusterRole" "" "")) 0 -}} +# {{- $found := dict -}} +# {{- set $found "monitoring.kiali.io/v1alpha1/MonitoringDashboard" false -}} +# {{- range .Capabilities.APIVersions -}} +# {{- if hasKey $found (toString .) -}} +# {{- set $found (toString .) true -}} +# {{- end -}} +# {{- end -}} +# {{- range $_, $exists := $found -}} +# {{- if (eq $exists false) -}} +# {{- required "Required CRDs are missing. Please install the corresponding CRD chart before installing this chart." "" -}} +# {{- end -}} +# {{- end -}} +#{{- end -}} \ No newline at end of file diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/web-root-configmap.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/web-root-configmap.yaml new file mode 100755 index 000000000..970d4e4f5 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/templates/web-root-configmap.yaml @@ -0,0 +1,12 @@ +{{- if .Values.web_root_override }} +apiVersion: v1 +kind: ConfigMap +metadata: + name: kiali-console + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +data: + env.js: | + window.WEB_ROOT='/k8s/clusters/{{ .Values.global.cattle.clusterId }}/api/v1/namespaces/{{ .Release.Namespace }}/services/http:kiali:20001/proxy/kiali'; +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/values.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/values.yaml new file mode 100755 index 000000000..39255bc38 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/kiali/values.yaml @@ -0,0 +1,93 @@ +nameOverride: "kiali" +fullnameOverride: "kiali" + +# This is required for "openshift" auth strategy. +# You have to know ahead of time what your Route URL will be because +# right now the helm chart can't figure this out at runtime (it would +# need to wait for the Kiali Route to be deployed and for OpenShift +# to start it up). If someone knows how to update this helm chart to +# do this, a PR would be welcome. +kiali_route_url: "" + +# rancher specific override that allows proxy access to kiali url +web_root_override: true + +# +# Settings that mimic the Kiali CR which are placed in the ConfigMap. +# Note that only those values used by the Helm Chart will be here. +# + +istio_namespace: "" # default is where Kiali is installed + +auth: + openid: {} + openshift: {} + strategy: "" + +deployment: + # This only limits what Kiali will attempt to see, but Kiali Service Account has permissions to see everything. + # For more control over what the Kial Service Account can see, use the Kiali Operator + accessible_namespaces: + - "**" + additional_service_yaml: {} + affinity: + node: {} + pod: {} + pod_anti: {} + custom_dashboards: + excludes: [''] + includes: ['*'] + hpa: + api_version: "autoscaling/v2beta2" + spec: {} + repository: rancher/mirrored-kiali-kiali + image_pull_policy: "Always" + image_pull_secrets: [] + tag: v1.29.0 + ingress_enabled: true + logger: + log_format: "text" + log_level: "info" + time_field_format: "2006-01-02T15:04:05Z07:00" + sampler_rate: "1" + node_selector: {} + override_ingress_yaml: + metadata: {} + pod_annotations: {} + pod_labels: {} + priority_class_name: "" + replicas: 1 + resources: {} + secret_name: "kiali" + service_annotations: {} + service_type: "" + tolerations: [] + version_label: v1.29.0 + view_only_mode: false + +external_services: + custom_dashboards: + enabled: true + +identity: {} + #cert_file: + #private_key_file: + +login_token: + signing_key: "" + +server: + port: 20001 + metrics_enabled: true + metrics_port: 9090 + web_root: "" + +# Common settings used among istio subcharts. +global: + # Specify rancher clusterId of external tracing config + # https://github.com/istio/istio.io/issues/4146#issuecomment-493543032 + cattle: + systemDefaultRegistry: "" + clusterId: + rbac: + pspEnabled: false diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/.helmignore b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/.helmignore new file mode 100755 index 000000000..0e8a0eb36 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/Chart.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/Chart.yaml new file mode 100755 index 000000000..6e368616d --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/Chart.yaml @@ -0,0 +1,12 @@ +annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: istio-system + catalog.rancher.io/release-name: rancher-tracing +apiVersion: v1 +appVersion: 1.20.0 +description: A quick start Jaeger Tracing installation using the all-in-one demo. + This is not production qualified. Refer to https://www.jaegertracing.io/ for details. +name: tracing +version: 1.20.1 diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/README.md b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/README.md new file mode 100755 index 000000000..25534c628 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/README.md @@ -0,0 +1,5 @@ +# Jaeger + +A Rancher chart based on the Jaeger all-in-one quick installation option. This chart will allow you to trace and monitor distributed microservices. + +> **Note:** The basic all-in-one Jaeger installation which is not qualified for production. Use the [Jaeger Tracing](https://www.jaegertracing.io) documentation to determine which installation you will need for your production needs. diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/_affinity.tpl b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/_affinity.tpl new file mode 100755 index 000000000..bf6a9aee5 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/_affinity.tpl @@ -0,0 +1,92 @@ +{{/* affinity - https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ */}} +{{- define "nodeAffinity" }} + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + {{- include "nodeAffinityRequiredDuringScheduling" . }} + preferredDuringSchedulingIgnoredDuringExecution: + {{- include "nodeAffinityPreferredDuringScheduling" . }} +{{- end }} + +{{- define "nodeAffinityRequiredDuringScheduling" }} + nodeSelectorTerms: + - matchExpressions: + - key: beta.kubernetes.io/arch + operator: In + values: + {{- range $key, $val := .Values.global.arch }} + {{- if gt ($val | int) 0 }} + - {{ $key | quote }} + {{- end }} + {{- end }} + {{- $nodeSelector := default .Values.global.defaultNodeSelector .Values.nodeSelector -}} + {{- range $key, $val := $nodeSelector }} + - key: {{ $key }} + operator: In + values: + - {{ $val | quote }} + {{- end }} +{{- end }} + +{{- define "nodeAffinityPreferredDuringScheduling" }} + {{- range $key, $val := .Values.global.arch }} + {{- if gt ($val | int) 0 }} + - weight: {{ $val | int }} + preference: + matchExpressions: + - key: beta.kubernetes.io/arch + operator: In + values: + - {{ $key | quote }} + {{- end }} + {{- end }} +{{- end }} + +{{- define "podAntiAffinity" }} +{{- if or .Values.podAntiAffinityLabelSelector .Values.podAntiAffinityTermLabelSelector}} + podAntiAffinity: + {{- if .Values.podAntiAffinityLabelSelector }} + requiredDuringSchedulingIgnoredDuringExecution: + {{- include "podAntiAffinityRequiredDuringScheduling" . }} + {{- end }} + {{- if or .Values.podAntiAffinityTermLabelSelector}} + preferredDuringSchedulingIgnoredDuringExecution: + {{- include "podAntiAffinityPreferredDuringScheduling" . }} + {{- end }} +{{- end }} +{{- end }} + +{{- define "podAntiAffinityRequiredDuringScheduling" }} + {{- range $index, $item := .Values.podAntiAffinityLabelSelector }} + - labelSelector: + matchExpressions: + - key: {{ $item.key }} + operator: {{ $item.operator }} + {{- if $item.values }} + values: + {{- $vals := split "," $item.values }} + {{- range $i, $v := $vals }} + - {{ $v | quote }} + {{- end }} + {{- end }} + topologyKey: {{ $item.topologyKey }} + {{- end }} +{{- end }} + +{{- define "podAntiAffinityPreferredDuringScheduling" }} + {{- range $index, $item := .Values.podAntiAffinityTermLabelSelector }} + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: {{ $item.key }} + operator: {{ $item.operator }} + {{- if $item.values }} + values: + {{- $vals := split "," $item.values }} + {{- range $i, $v := $vals }} + - {{ $v | quote }} + {{- end }} + {{- end }} + topologyKey: {{ $item.topologyKey }} + weight: 100 + {{- end }} +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/_helpers.tpl b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/_helpers.tpl new file mode 100755 index 000000000..56cfa7335 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/_helpers.tpl @@ -0,0 +1,32 @@ +{{- define "system_default_registry" -}} +{{- if .Values.global.cattle.systemDefaultRegistry -}} +{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}} +{{- else -}} +{{- "" -}} +{{- end -}} +{{- end -}} + +{{/* +Expand the name of the chart. +*/}} +{{- define "tracing.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "tracing.fullname" -}} +{{- if .Values.fullnameOverride -}} +{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- $name := default .Chart.Name .Values.nameOverride -}} +{{- if contains $name .Release.Name -}} +{{- .Release.Name | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} +{{- end -}} +{{- end -}} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/deployment.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/deployment.yaml new file mode 100755 index 000000000..25bb67fd3 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/deployment.yaml @@ -0,0 +1,86 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + selector: + matchLabels: + app: {{ .Values.provider }} + template: + metadata: + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} + annotations: + sidecar.istio.io/inject: "false" + prometheus.io/scrape: "true" + prometheus.io/port: "14269" +{{- if .Values.jaeger.podAnnotations }} +{{ toYaml .Values.jaeger.podAnnotations | indent 8 }} +{{- end }} + spec: + containers: + - name: jaeger + image: "{{ template "system_default_registry" . }}{{ .Values.jaeger.repository }}:{{ .Values.jaeger.tag }}" + imagePullPolicy: {{ .Values.global.imagePullPolicy }} + env: + {{- if eq .Values.jaeger.spanStorageType "badger" }} + - name: BADGER_EPHEMERAL + value: "false" + - name: SPAN_STORAGE_TYPE + value: "badger" + - name: BADGER_DIRECTORY_VALUE + value: "/badger/data" + - name: BADGER_DIRECTORY_KEY + value: "/badger/key" + {{- end }} + - name: COLLECTOR_ZIPKIN_HTTP_PORT + value: "9411" + - name: MEMORY_MAX_TRACES + value: "{{ .Values.jaeger.memory.max_traces }}" + - name: QUERY_BASE_PATH + value: {{ if .Values.contextPath }} {{ .Values.contextPath }} {{ else }} /{{ .Values.provider }} {{ end }} + livenessProbe: + httpGet: + path: / + port: 14269 + readinessProbe: + httpGet: + path: / + port: 14269 +{{- if eq .Values.jaeger.spanStorageType "badger" }} + volumeMounts: + - name: data + mountPath: /badger +{{- end }} + resources: +{{- if .Values.jaeger.resources }} +{{ toYaml .Values.jaeger.resources | indent 12 }} +{{- else }} +{{ toYaml .Values.global.defaultResources | indent 12 }} +{{- end }} + affinity: + {{- include "nodeAffinity" . | indent 6 }} + {{- include "podAntiAffinity" . | indent 6 }} + {{- if .Values.global.rbac.pspEnabled }} + securityContext: + runAsNonRoot: true + runAsUser: 1000 + serviceAccountName: {{ include "tracing.fullname" . }} + {{- end }} +{{- if eq .Values.jaeger.spanStorageType "badger" }} + volumes: + - name: data +{{- if .Values.jaeger.persistentVolumeClaim.enabled }} + persistentVolumeClaim: + claimName: istio-jaeger-pvc +{{- else }} + emptyDir: {} +{{- end }} +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/psp.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/psp.yaml new file mode 100755 index 000000000..44b230492 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/psp.yaml @@ -0,0 +1,86 @@ +{{- if .Values.global.rbac.pspEnabled }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: {{ include "tracing.fullname" . }} +subjects: + - kind: ServiceAccount + name: {{ include "tracing.fullname" . }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +rules: +- apiGroups: + - policy + resourceNames: + - {{ include "tracing.fullname" . }} + resources: + - podsecuritypolicies + verbs: + - use +--- +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + allowPrivilegeEscalation: false + forbiddenSysctls: + - '*' + fsGroup: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + requiredDropCapabilities: + - ALL + runAsUser: + rule: MustRunAsNonRoot + runAsGroup: + rule: MustRunAs + ranges: + - min: 1 + max: 65535 + seLinux: + rule: RunAsAny + supplementalGroups: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + volumes: + - emptyDir + - secret + - persistentVolumeClaim +{{- end }} \ No newline at end of file diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/pvc.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/pvc.yaml new file mode 100755 index 000000000..9b4c55e4f --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/pvc.yaml @@ -0,0 +1,16 @@ +{{- if .Values.jaeger.persistentVolumeClaim.enabled }} +kind: PersistentVolumeClaim +apiVersion: v1 +metadata: + name: istio-jaeger-pvc + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} +spec: + storageClassName: {{ .Values.jaeger.storageClassName }} + accessModes: + - {{ .Values.jaeger.accessMode }} + resources: + requests: + storage: {{.Values.jaeger.persistentVolumeClaim.storage }} +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/service.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/service.yaml new file mode 100755 index 000000000..4210a9b5f --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/templates/service.yaml @@ -0,0 +1,63 @@ +apiVersion: v1 +kind: Service +metadata: + name: tracing + namespace: {{ .Release.Namespace }} + annotations: + {{- range $key, $val := .Values.service.annotations }} + {{ $key }}: {{ $val | quote }} + {{- end }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + type: {{ .Values.service.type }} + ports: + - name: {{ .Values.service.name }} + port: {{ .Values.service.externalPort }} + protocol: TCP + targetPort: 16686 + selector: + app: {{ .Values.provider }} +--- +# Jaeger implements the Zipkin API. To support swapping out the tracing backend, we use a Service named Zipkin. +apiVersion: v1 +kind: Service +metadata: + name: zipkin + namespace: {{ .Release.Namespace }} + labels: + name: zipkin + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + ports: + - name: {{ .Values.service.name }} + port: {{ .Values.zipkin.queryPort }} + targetPort: {{ .Values.zipkin.queryPort }} + selector: + app: {{ .Values.provider }} +--- +apiVersion: v1 +kind: Service +metadata: + name: jaeger-collector + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + type: ClusterIP + ports: + - name: jaeger-collector-http + port: 14268 + targetPort: 14268 + protocol: TCP + - name: jaeger-collector-grpc + port: 14250 + targetPort: 14250 + protocol: TCP + selector: + app: {{ .Values.provider }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/values.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/values.yaml new file mode 100755 index 000000000..18ff81c3c --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/charts/tracing/values.yaml @@ -0,0 +1,44 @@ +provider: jaeger +contextPath: "" +nodeSelector: {} +podAntiAffinityLabelSelector: [] +podAntiAffinityTermLabelSelector: [] +nameOverride: "" +fullnameOverride: "" + +global: + cattle: + systemDefaultRegistry: "" + defaultResources: {} + imagePullPolicy: IfNotPresent + imagePullSecrets: [] + arch: + amd64: 2 + s390x: 2 + ppc64le: 2 + defaultNodeSelector: {} + rbac: + pspEnabled: false + +jaeger: + repository: rancher/mirrored-jaegertracing-all-in-one + tag: 1.20.0 + # spanStorageType value can be "memory" and "badger" for all-in-one image + spanStorageType: badger + resources: + requests: + cpu: 10m + persistentVolumeClaim: + enabled: false + storage: 5Gi + storageClassName: "" + accessMode: ReadWriteMany + memory: + max_traces: 50000 +zipkin: + queryPort: 9411 +service: + annotations: {} + name: http-query + type: ClusterIP + externalPort: 16686 diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/configs/istio-base.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/configs/istio-base.yaml new file mode 100755 index 000000000..7ff972e2d --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/configs/istio-base.yaml @@ -0,0 +1,89 @@ +apiVersion: install.istio.io/v1alpha1 +kind: IstioOperator +spec: + addonComponents: + istiocoredns: + enabled: {{ .Values.istiocoredns.enabled }} + components: + base: + enabled: {{ .Values.base.enabled }} + cni: + enabled: {{ .Values.cni.enabled }} + egressGateways: + - enabled: {{ .Values.egressGateways.enabled }} + name: istio-egressgateway + ingressGateways: + - enabled: {{ .Values.ingressGateways.enabled }} + name: istio-ingressgateway + k8s: + service: + ports: + - name: status-port + port: 15021 + targetPort: 15021 + - name: http2 + port: 80 + targetPort: 8080 + nodePort: 31380 + - name: https + port: 443 + targetPort: 8443 + nodePort: 31390 + - name: tcp + port: 31400 + targetPort: 31400 + nodePort: 31400 + - name: tls + port: 15443 + targetPort: 15443 + istiodRemote: + enabled: {{ .Values.istiodRemote.enabled }} + pilot: + enabled: {{ .Values.pilot.enabled }} + hub: {{ .Values.systemDefaultRegistry | default "docker.io" }} + profile: default + tag: {{ .Values.tag }} + revision: {{ .Values.revision }} + meshConfig: + defaultConfig: + proxyMetadata: + {{- if .Values.dns.enabled }} + ISTIO_META_DNS_CAPTURE: "true" + {{- end }} + values: + gateways: + istio-egressgateway: + name: istio-egressgateway + type: {{ .Values.egressGateways.type }} + istio-ingressgateway: + name: istio-ingressgateway + type: {{ .Values.ingressGateways.type }} + global: + istioNamespace: {{ template "istio.namespace" . }} + proxy: + image: {{ template "system_default_registry" . }}{{ .Values.global.proxy.repository }}:{{ .Values.global.proxy.tag }} + proxy_init: + image: {{ template "system_default_registry" . }}{{ .Values.global.proxy_init.repository }}:{{ .Values.global.proxy_init.tag }} + {{- if .Values.global.defaultPodDisruptionBudget.enabled }} + defaultPodDisruptionBudget: + enabled: {{ .Values.global.defaultPodDisruptionBudget.enabled }} + {{- end }} + istiocoredns: + coreDNSImage: {{ template "system_default_registry" . }}{{ .Values.istiocoredns.image.repository }} + coreDNSPluginImage: {{ template "system_default_registry" . }}{{ .Values.istiocoredns.pluginImage.repository }}:{{ .Values.istiocoredns.pluginImage.tag }} + coreDNSTag: {{ .Values.istiocoredns.image.tag }} + {{- if .Values.pilot.enabled }} + pilot: + image: {{ template "system_default_registry" . }}{{ .Values.pilot.repository }}:{{ .Values.pilot.tag }} + {{- end }} + telemetry: + enabled: {{ .Values.telemetry.enabled }} + v2: + enabled: {{ .Values.telemetry.v2.enabled }} + {{- if .Values.cni.enabled }} + cni: + image: {{ template "system_default_registry" . }}{{ .Values.cni.repository }}:{{ .Values.cni.tag }} + excludeNamespaces: + {{- toYaml .Values.cni.excludeNamespaces | nindent 8 }} + logLevel: {{ .Values.cni.logLevel }} + {{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/requirements.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/requirements.yaml new file mode 100755 index 000000000..b60745780 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/requirements.yaml @@ -0,0 +1,17 @@ +dependencies: +- name: kiali + version: "" + repository: file://./charts/kiali + condition: kiali.enabled + tags: [] + enabled: false + importvalues: [] + alias: "" +- name: tracing + version: "" + repository: file://./charts/tracing + condition: tracing.enabled + tags: [] + enabled: false + importvalues: [] + alias: "" diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/samples/overlay-example.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/samples/overlay-example.yaml new file mode 100755 index 000000000..5cf3cf3b0 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/samples/overlay-example.yaml @@ -0,0 +1,37 @@ +apiVersion: install.istio.io/v1alpha1 +kind: IstioOperator +spec: + components: + ingressGateways: + - enabled: true + name: ilb-gateway + namespace: user-ingressgateway-ns + k8s: + resources: + requests: + cpu: 200m + service: + ports: + - name: tcp-citadel-grpc-tls + port: 8060 + targetPort: 8060 + - name: tcp-dns + port: 5353 + serviceAnnotations: + cloud.google.com/load-balancer-type: internal + - enabled: true + name: other-gateway + namespace: cattle-istio-system + k8s: + resources: + requests: + cpu: 200m + service: + ports: + - name: tcp-citadel-grpc-tls + port: 8060 + targetPort: 8060 + - name: tcp-dns + port: 5353 + serviceAnnotations: + cloud.google.com/load-balancer-type: internal diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/_helpers.tpl b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/_helpers.tpl new file mode 100755 index 000000000..3f7af953a --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/_helpers.tpl @@ -0,0 +1,12 @@ +{{/* Ensure namespace is set the same everywhere */}} +{{- define "istio.namespace" -}} + {{- .Release.Namespace | default "istio-system" -}} +{{- end -}} + +{{- define "system_default_registry" -}} +{{- if .Values.global.cattle.systemDefaultRegistry -}} +{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}} +{{- else -}} +{{- "" -}} +{{- end -}} +{{- end -}} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/admin-role.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/admin-role.yaml new file mode 100755 index 000000000..ad1313c4f --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/admin-role.yaml @@ -0,0 +1,43 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + rbac.authorization.k8s.io/aggregate-to-admin: "true" + name: istio-admin + namespace: {{ template "istio.namespace" . }} +rules: + - apiGroups: + - config.istio.io + resources: + - adapters + - attributemanifests + - handlers + - httpapispecbindings + - httpapispecs + - instances + - quotaspecbindings + - quotaspecs + - rules + - templates + verbs: ["get", "watch", "list"] + - apiGroups: + - networking.istio.io + resources: + - destinationrules + - envoyfilters + - gateways + - serviceentries + - sidecars + - virtualservices + - workloadentries + verbs: + - '*' + - apiGroups: + - security.istio.io + resources: + - authorizationpolicies + - peerauthentications + - requestauthentications + verbs: + - '*' diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/base-config-map.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/base-config-map.yaml new file mode 100755 index 000000000..5323917bc --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/base-config-map.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: istio-installer-base + namespace: {{ template "istio.namespace" . }} +data: +{{ tpl (.Files.Glob "configs/*").AsConfig . | indent 2 }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/clusterrole.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/clusterrole.yaml new file mode 100755 index 000000000..a93b3df95 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/clusterrole.yaml @@ -0,0 +1,120 @@ +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: istio-installer +rules: +# istio groups +- apiGroups: + - authentication.istio.io + resources: + - '*' + verbs: + - '*' +- apiGroups: + - config.istio.io + resources: + - '*' + verbs: + - '*' +- apiGroups: + - install.istio.io + resources: + - '*' + verbs: + - '*' +- apiGroups: + - networking.istio.io + resources: + - '*' + verbs: + - '*' +- apiGroups: + - rbac.istio.io + resources: + - '*' + verbs: + - '*' +- apiGroups: + - security.istio.io + resources: + - '*' + verbs: + - '*' +# k8s groups +- apiGroups: + - admissionregistration.k8s.io + resources: + - mutatingwebhookconfigurations + - validatingwebhookconfigurations + verbs: + - '*' +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions.apiextensions.k8s.io + - customresourcedefinitions + verbs: + - '*' +- apiGroups: + - apps + - extensions + resources: + - daemonsets + - deployments + - deployments/finalizers + - ingresses + - replicasets + - statefulsets + verbs: + - '*' +- apiGroups: + - autoscaling + resources: + - horizontalpodautoscalers + verbs: + - '*' +- apiGroups: + - monitoring.coreos.com + resources: + - servicemonitors + verbs: + - get + - create +- apiGroups: + - policy + resources: + - poddisruptionbudgets + verbs: + - '*' +- apiGroups: + - rbac.authorization.k8s.io + resources: + - clusterrolebindings + - clusterroles + - roles + - rolebindings + verbs: + - '*' +- apiGroups: + - "" + resources: + - configmaps + - endpoints + - events + - namespaces + - pods + - pods/exec + - persistentvolumeclaims + - secrets + - services + - serviceaccounts + verbs: + - '*' +- apiGroups: + - policy + resourceNames: + - istio-installer + resources: + - podsecuritypolicies + verbs: + - use diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/clusterrolebinding.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/clusterrolebinding.yaml new file mode 100755 index 000000000..9d74a0434 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/clusterrolebinding.yaml @@ -0,0 +1,12 @@ +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: istio-installer +subjects: +- kind: ServiceAccount + name: istio-installer + namespace: {{ template "istio.namespace" . }} +roleRef: + kind: ClusterRole + name: istio-installer + apiGroup: rbac.authorization.k8s.io diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/edit-role.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/edit-role.yaml new file mode 100755 index 000000000..d1059d58d --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/edit-role.yaml @@ -0,0 +1,43 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + rbac.authorization.k8s.io/aggregate-to-edit: "true" + namespace: {{ template "istio.namespace" . }} + name: istio-edit +rules: + - apiGroups: + - config.istio.io + resources: + - adapters + - attributemanifests + - handlers + - httpapispecbindings + - httpapispecs + - instances + - quotaspecbindings + - quotaspecs + - rules + - templates + verbs: ["get", "watch", "list"] + - apiGroups: + - networking.istio.io + resources: + - destinationrules + - envoyfilters + - gateways + - serviceentries + - sidecars + - virtualservices + - workloadentries + verbs: + - '*' + - apiGroups: + - security.istio.io + resources: + - authorizationpolicies + - peerauthentications + - requestauthentications + verbs: + - '*' diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-cni-psp.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-cni-psp.yaml new file mode 100755 index 000000000..5b94c8503 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-cni-psp.yaml @@ -0,0 +1,51 @@ +{{- if .Values.global.rbac.pspEnabled }} +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: psp-istio-cni + namespace: {{ template "istio.namespace" . }} +spec: + allowPrivilegeEscalation: true + fsGroup: + rule: RunAsAny + hostNetwork: true + runAsUser: + rule: RunAsAny + seLinux: + rule: RunAsAny + supplementalGroups: + rule: RunAsAny + volumes: + - secret + - configMap + - emptyDir + - hostPath +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: psp-istio-cni + namespace: {{ template "istio.namespace" . }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: psp-istio-cni +subjects: + - kind: ServiceAccount + name: istio-cni +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: psp-istio-cni + namespace: {{ template "istio.namespace" . }} +rules: +- apiGroups: + - policy + resourceNames: + - psp-istio-cni + resources: + - podsecuritypolicies + verbs: + - use +{{- end }} \ No newline at end of file diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-install-job.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-install-job.yaml new file mode 100755 index 000000000..9a13f5698 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-install-job.yaml @@ -0,0 +1,50 @@ +apiVersion: batch/v1 +kind: Job +metadata: + name: istioctl-installer + namespace: {{ template "istio.namespace" . }} + annotations: + "helm.sh/hook": post-install,post-upgrade + "helm.sh/hook-weight": "-5" + "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded +spec: + backoffLimit: 1 + template: + spec: + containers: + - name: istioctl-installer + image: {{ template "system_default_registry" . }}{{ .Values.installer.repository }}:{{ .Values.installer.tag }} + env: + - name: RELEASE_NAME + value: {{ .Release.Name }} + - name: ISTIO_NAMESPACE + value: {{ template "istio.namespace" . }} + - name: FORCE_INSTALL + value: {{ .Values.forceInstall | default "false" | quote }} + command: ["/bin/sh","-c"] + args: ["/usr/local/app/scripts/run.sh"] + volumeMounts: + - name: config-volume + mountPath: /app/istio-base.yaml + subPath: istio-base.yaml + {{- if .Values.overlayFile }} + - name: overlay-volume + mountPath: /app/overlay-config.yaml + subPath: overlay-config.yaml + {{- end }} + volumes: + - name: config-volume + configMap: + name: istio-installer-base + {{- if .Values.overlayFile }} + - name: overlay-volume + configMap: + name: istio-installer-overlay + {{- end }} + serviceAccountName: istio-installer + {{- if .Values.global.rbac.pspEnabled }} + securityContext: + runAsUser: 101 + runAsGroup: 101 + {{- end }} + restartPolicy: Never diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-install-psp.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-install-psp.yaml new file mode 100755 index 000000000..f0b5ee565 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-install-psp.yaml @@ -0,0 +1,30 @@ +{{- if .Values.global.rbac.pspEnabled }} +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: istio-installer + namespace: {{ template "istio.namespace" . }} +spec: + privileged: false + hostNetwork: false + hostIPC: false + hostPID: false + runAsUser: + rule: 'MustRunAsNonRoot' + seLinux: + rule: 'RunAsAny' + supplementalGroups: + rule: 'MustRunAs' + ranges: + - min: 1 + max: 65535 + fsGroup: + rule: 'MustRunAs' + ranges: + - min: 1 + max: 65535 + readOnlyRootFilesystem: false + volumes: + - 'configMap' + - 'secret' +{{- end }} \ No newline at end of file diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-psp.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-psp.yaml new file mode 100755 index 000000000..b3758b74f --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-psp.yaml @@ -0,0 +1,81 @@ +{{- if .Values.global.rbac.pspEnabled }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: istio-psp + namespace: {{ template "istio.namespace" . }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: istio-psp +subjects: + - kind: ServiceAccount + name: istio-egressgateway-service-account + - kind: ServiceAccount + name: istio-ingressgateway-service-account + - kind: ServiceAccount + name: istio-mixer-service-account + - kind: ServiceAccount + name: istio-operator-authproxy + - kind: ServiceAccount + name: istiod-service-account + - kind: ServiceAccount + name: istio-sidecar-injector-service-account + - kind: ServiceAccount + name: istiocoredns-service-account + - kind: ServiceAccount + name: default +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: istio-psp + namespace: {{ template "istio.namespace" . }} +rules: +- apiGroups: + - policy + resourceNames: + - istio-psp + resources: + - podsecuritypolicies + verbs: + - use +--- +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: istio-psp + namespace: {{ template "istio.namespace" . }} +spec: + allowPrivilegeEscalation: false + forbiddenSysctls: + - '*' + fsGroup: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + requiredDropCapabilities: + - ALL + runAsUser: + rule: MustRunAsNonRoot + runAsGroup: + rule: MustRunAs + ranges: + - min: 1 + max: 65535 + seLinux: + rule: RunAsAny + supplementalGroups: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + volumes: + - configMap + - emptyDir + - projected + - secret + - downwardAPI + - persistentVolumeClaim +{{- end }} \ No newline at end of file diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-uninstall-job.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-uninstall-job.yaml new file mode 100755 index 000000000..a7f156325 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/istio-uninstall-job.yaml @@ -0,0 +1,45 @@ +apiVersion: batch/v1 +kind: Job +metadata: + name: istioctl-uninstaller + namespace: {{ template "istio.namespace" . }} + annotations: + "helm.sh/hook": pre-delete + "helm.sh/hook-weight": "-5" + "helm.sh/hook-delete-policy": hook-succeeded +spec: + template: + spec: + containers: + - name: istioctl-uninstaller + image: {{ template "system_default_registry" . }}{{ .Values.installer.repository }}:{{ .Values.installer.tag }} + env: + - name: RELEASE_NAME + value: {{ .Release.Name }} + - name: ISTIO_NAMESPACE + value: {{ template "istio.namespace" . }} + command: ["/bin/sh","-c"] + args: ["/usr/local/app/scripts/uninstall_istio_system.sh"] + volumeMounts: + - name: config-volume + mountPath: /app/istio-base.yaml + subPath: istio-base.yaml + {{- if .Values.overlayFile }} + - name: overlay-volume + mountPath: /app/overlay-config.yaml + subPath: overlay-config.yaml + {{ end }} + volumes: + - name: config-volume + configMap: + name: istio-installer-base + {{- if .Values.overlayFile }} + - name: overlay-volume + configMap: + name: istio-installer-overlay + {{ end }} + serviceAccountName: istio-installer + securityContext: + runAsUser: 101 + runAsGroup: 101 + restartPolicy: OnFailure diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/overlay-config-map.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/overlay-config-map.yaml new file mode 100755 index 000000000..287d26b2c --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/overlay-config-map.yaml @@ -0,0 +1,9 @@ +{{- if .Values.overlayFile }} +apiVersion: v1 +kind: ConfigMap +metadata: + name: istio-installer-overlay + namespace: {{ template "istio.namespace" . }} +data: + overlay-config.yaml: {{ toYaml .Values.overlayFile | indent 2 }} +{{- end }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/service-monitors.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/service-monitors.yaml new file mode 100755 index 000000000..c3d60c4fc --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/service-monitors.yaml @@ -0,0 +1,51 @@ +{{- if .Values.kiali.enabled }} +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + name: envoy-stats-monitor + namespace: {{ template "istio.namespace" . }} + labels: + monitoring: istio-proxies +spec: + selector: + matchExpressions: + - {key: istio-prometheus-ignore, operator: DoesNotExist} + namespaceSelector: + any: true + jobLabel: envoy-stats + endpoints: + - path: /stats/prometheus + targetPort: 15090 + interval: 15s + relabelings: + - sourceLabels: [__meta_kubernetes_pod_container_port_name] + action: keep + regex: '.*-envoy-prom' + - action: labeldrop + regex: "__meta_kubernetes_pod_label_(.+)" + - sourceLabels: [__meta_kubernetes_namespace] + action: replace + targetLabel: namespace + - sourceLabels: [__meta_kubernetes_pod_name] + action: replace + targetLabel: pod_name +--- +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + name: istio-component-monitor + namespace: {{ template "istio.namespace" . }} + labels: + monitoring: istio-components +spec: + jobLabel: istio + targetLabels: [app] + selector: + matchExpressions: + - {key: istio, operator: In, values: [pilot]} + namespaceSelector: + any: true + endpoints: + - port: http-monitoring + interval: 15s +{{- end -}} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/serviceaccount.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/serviceaccount.yaml new file mode 100755 index 000000000..82b6cbb7e --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/serviceaccount.yaml @@ -0,0 +1,5 @@ +apiVersion: v1 +kind: ServiceAccount +metadata: + name: istio-installer + namespace: {{ template "istio.namespace" . }} diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/view-role.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/view-role.yaml new file mode 100755 index 000000000..5947d3eba --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/templates/view-role.yaml @@ -0,0 +1,41 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + rbac.authorization.k8s.io/aggregate-to-view: "true" + namespace: {{ template "istio.namespace" . }} + name: istio-view +rules: + - apiGroups: + - config.istio.io + resources: + - adapters + - attributemanifests + - handlers + - httpapispecbindings + - httpapispecs + - instances + - quotaspecbindings + - quotaspecs + - rules + - templates + verbs: ["get", "watch", "list"] + - apiGroups: + - networking.istio.io + resources: + - destinationrules + - envoyfilters + - gateways + - serviceentries + - sidecars + - virtualservices + - workloadentries + verbs: ["get", "watch", "list"] + - apiGroups: + - security.istio.io + resources: + - authorizationpolicies + - peerauthentications + - requestauthentications + verbs: ["get", "watch", "list"] diff --git a/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/values.yaml b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/values.yaml new file mode 100755 index 000000000..9a5ac0181 --- /dev/null +++ b/charts/rancher-istio-1.8/rancher-istio/1.8.400-rc01/values.yaml @@ -0,0 +1,95 @@ +overlayFile: "" +tag: 1.8.4 +##Setting forceInstall: true will remove the check for istio version < 1.6.x and will not analyze your install cluster prior to install +forceInstall: false + +installer: + repository: rancher/istio-installer + tag: 1.8.4-rancher1 + +##Deprecated as of 1.8, native support provided by enabling `dns.enabled=true` +istiocoredns: + enabled: false + image: + repository: rancher/mirrored-coredns-coredns + tag: 1.6.2 + pluginImage: + repository: rancher/mirrored-istio-coredns-plugin + tag: 0.2-istio-1.1 + +##Native support for dns added in 1.8 +dns: + enabled: false + +base: + enabled: true + +cni: + enabled: false + repository: rancher/mirrored-istio-install-cni + tag: 1.8.4 + logLevel: info + excludeNamespaces: + - istio-system + - kube-system + +egressGateways: + enabled: false + type: NodePort + +ingressGateways: + enabled: true + type: NodePort + +istiodRemote: + enabled: false + +pilot: + enabled: true + repository: rancher/mirrored-istio-pilot + tag: 1.8.4 + +telemetry: + enabled: true + v2: + enabled: true + +global: + cattle: + systemDefaultRegistry: "" + proxy: + repository: rancher/mirrored-istio-proxyv2 + tag: 1.8.4 + proxy_init: + repository: rancher/mirrored-istio-proxyv2 + tag: 1.8.4 + defaultPodDisruptionBudget: + enabled: true + rbac: + pspEnabled: false + +# Kiali subchart from rancher-kiali-server +kiali: + enabled: true + auth: + strategy: anonymous + deployment: + ingress_enabled: false + repository: rancher/mirrored-kiali-kiali + tag: v1.29.0 + external_services: + prometheus: + custom_metrics_url: "http://rancher-monitoring-prometheus.cattle-monitoring-system.svc:9090" + url: "http://rancher-monitoring-prometheus.cattle-monitoring-system.svc:9090" + tracing: + in_cluster_url: "http://tracing.istio-system.svc:16686/jaeger" + grafana: + in_cluster_url: "http://rancher-monitoring-grafana.cattle-monitoring-system.svc:80" + url: "http://rancher-monitoring-grafana.cattle-monitoring-system.svc:80" + +tracing: + enabled: false + contextPath: "/jaeger" + jaeger: + repository: rancher/mirrored-jaegertracing-all-in-one + tag: 1.20.0 diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/Chart.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/Chart.yaml new file mode 100755 index 000000000..c9737a035 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/Chart.yaml @@ -0,0 +1,21 @@ +annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.29.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio +apiVersion: v1 +appVersion: 1.9.2 +description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. +icon: https://charts.rancher.io/assets/logos/istio.svg +keywords: +- networking +- infrastructure +name: rancher-istio +version: 1.9.200-rc01 diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/README.md b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/README.md new file mode 100755 index 000000000..199e45312 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/README.md @@ -0,0 +1,69 @@ +# Rancher Istio Installers + +A Rancher created chart that packages the istioctl binary to install via a helm chart. + +# Installation Requirements + +## Chart Dependencies +- rancher-kiali-server-crd chart + +# Uninstallation Requirements +To ensure rancher-istio uninstalls correctly, you must uninstall rancher-istio prior to uninstalling chart dependencies (see installation requirements for chart dependencies). This is because all definitions need to be available in order to properly build the rancher-istio objects for removal. + +If you remove dependent CRD charts prior to removing rancher-istio, you may encounter the following error:: + +`Error: uninstallation completed with 1 error(s): unable to build kubernetes objects for delete: unable to recognize "": no matches for kind "MonitoringDashboard" in version "monitoring.kiali.io/v1alpha1"` + +# Addons + +## Kiali + +Kiali allows you to view and manage your istio-based service mesh through an easy to use dashboard. + +#### Dependencies +- rancher-monitoring chart or other Prometheus installation + +This dependecy installs the required CRDs for installing Kiali. Since Kiali is bundled in with Istio in this chart, if you do not have these dependencies installed, your Istio installation will fail. If you do not plan on using Kiali, set `kiali.enabled=false` when installing Istio for a succesful installation. + +> **Note:** The following configuration options assume you have installed the dependecies for Kiali. Please ensure you have Promtheus in your cluster before proceeding. + +The Monitoring app sets `prometheus.prometheusSpec.ignoreNamespaceSelectors=false` which means all namespaces will be scraped by Prometheus by default. This ensures you can view traffic, metrics and graphs for resources deployed in other namespaces. + +To limit scraping to specific namespaces, set `prometheus.prometheusSpec.ignoreNamespaceSelectors=true` and add one of the following configurations to ensure you can continue to view traffic, metrics and graphs for your deployed resources. + +1. Add a Service Monitor or Pod Monitor in the namespace with the targets you want to scrape. +1. Add an additionalScrapeConfig to your rancher-monitoring instance to scrape all targets in all namespaces. + +#### External Services + +##### Prometheus +The `kiali.external_services.prometheus` url is set in the values.yaml: +``` +http://{{ .Values.nameOverride }}-prometheus.{{ .Values.namespaceOverride }}.svc:{{ prometheus.service.port }} +``` +The url depends on the default values for `nameOverride`, `namespaceOverride`, and `prometheus.service.port` being set in your rancher-monitoring or other monitoring instance. + +##### Grafana +The `kiali.external_services.grafana` url is set in the values.yaml: +``` +http://{{ .Values.nameOverride }}-grafana.{{ .Values.namespaceOverride }}.svc:{{ grafana.service.port }} +``` +The url depends on the default values for `nameOverride`, `namespaceOverride`, and `grafana.service.port` being set in your rancher-monitoring or other monitoring instance. + +##### Tracing +The `kiali.external_services.tracing` url and `.Values.tracing.contextPath` is set in the rancher-istio values.yaml: +``` +http://tracing.{{ .Values.namespaceOverride }}.svc:{{ .Values.service.externalPort }}/{{ .Values.tracing.contextPath }} +``` +The url depends on the default values for `namespaceOverride`, and `.Values.service.externalPort` being set in your rancher-tracing or other tracing instance. + +## Jaeger + +Jaeger allows you to trace and monitor distributed microservices. + +> **Note:** This addon is using the all-in-one Jaeger installation which is not qualified for production. Use the [Jaeger Tracing](https://www.jaegertracing.io/docs/1.21/getting-started/) documentation to determine which installation you will need for your production needs. + +# Installation +``` +helm install rancher-istio . --create-namespace -n istio-system +``` \ No newline at end of file diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/app-readme.md b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/app-readme.md new file mode 100755 index 000000000..0e42df083 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/app-readme.md @@ -0,0 +1,45 @@ +# Rancher Istio + +Our [Istio](https://istio.io/) installer wraps the istioctl binary commands in a handy helm chart, including an overlay file option to allow complex customization. It also includes: +* **[Kiali](https://kiali.io/)**: Used for graphing traffic flow throughout the mesh +* **[Jaeger](https://www.jaegertracing.io/)**: A quick start, all-in-one installation used for tracing distributed systemm. This is not production qualified, please refer to jaeger documentation to determine which installation you may need instead. + +### Dependencies + +**Rancher Monitoring or other Prometheus installation** + +The Prometheus CRDs are required for installing Kiali which is enabled by default. If you do not have Prometheus installed your Istio installation will fail. If you do not plan on using Kiali, set `kiali.enabled=false` to bypass this requirement. + +### Customization + +**Rancher Monitoring** + +The Rancher Monitoring app sets `prometheus.prometheusSpec.ignoreNamespaceSelectors=false` which means all namespaces will be scraped by Prometheus by default. This ensures you can view traffic, metrics and graphs for resources deployed in other namespaces. + +To limit scraping to specific namespaces, set `prometheus.prometheusSpec.ignoreNamespaceSelectors=true` and add one of the following configurations to ensure you can continue to view traffic, metrics and graphs for your deployed resources. + +1. Add a Service Monitor or Pod Monitor in the namespace with the targets you want to scrape. +1. Add an additionalScrapeConfig to your rancher-monitoring instance to scrape all targets in all namespaces. + +**Custom Prometheus Installation with Kiali** + +To use a custom Monitoring installation, set the `kiali.external_services.prometheus` url in the values.yaml. This url depends on the values for `nameOverride`, `namespaceOverride`, and `prometheus.service.port` in your rancher-monitoring or other monitoring instance: +``` +http://{{ .Values.nameOverride }}-prometheus.{{ .Values.namespaceOverride }}.svc:{{ prometheus.service.port }} +``` +**Custom Grafana Installation with Kiali** + +To use a custom Grafana installation, set the `kiali.external_services.grafana` url in the values.yaml. This url depends on the values for `nameOverride`, `namespaceOverride`, and `granfa.service.port` in your rancher-monitoring or other grafana instance: +``` +http://{{ .Values.nameOverride }}-grafana.{{ .Values.namespaceOverride }}.svc:{{ grafana.service.port }} +``` +**Custom Tracing Installation with Kiali** + +To use a custom Tracing installation, set the `kiali.external_services.tracing` url and update the `.Values.tracing.contextPath` in the rancher-istio values.yaml. + +This url depends on the values for `namespaceOverride`, and `.Values.service.externalPort` in your rancher-tracing or other tracing instance.: +``` +http://tracing.{{ .Values.namespaceOverride }}.svc:{{ .Values.service.externalPort }}/{{ .Values.tracing.contextPath }} +``` + +For more information on how to use the feature, refer to our [docs](https://rancher.com/docs/rancher/v2.x/en/istio/v2.5/). diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/Chart.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/Chart.yaml new file mode 100755 index 000000000..3225c111e --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/Chart.yaml @@ -0,0 +1,31 @@ +annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=match + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: monitoringdashboards.monitoring.kiali.io/v1alpha1 + catalog.cattle.io/requires-gvr: monitoring.coreos.com.prometheus/v1 + catalog.rancher.io/namespace: cattle-istio-system + catalog.rancher.io/release-name: rancher-kiali-server +apiVersion: v2 +appVersion: v1.29.0 +description: Kiali is an open source project for service mesh observability, refer + to https://www.kiali.io for details. This is installed as sub-chart with customized + values in Rancher's Istio. +home: https://github.com/kiali/kiali +icon: https://raw.githubusercontent.com/kiali/kiali.io/master/themes/kiali/static/img/kiali_logo_masthead.png +keywords: +- istio +- kiali +- networking +- infrastructure +maintainers: +- email: kiali-users@googlegroups.com + name: Kiali + url: https://kiali.io +name: kiali +sources: +- https://github.com/kiali/kiali +- https://github.com/kiali/kiali-ui +- https://github.com/kiali/kiali-operator +- https://github.com/kiali/helm-charts +version: 1.29.1 diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/NOTES.txt b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/NOTES.txt new file mode 100755 index 000000000..751019401 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/NOTES.txt @@ -0,0 +1,5 @@ +Welcome to Kiali! For more details on Kiali, see: https://kiali.io + +The Kiali Server [{{ .Chart.AppVersion }}] has been installed in namespace [{{ .Release.Namespace }}]. It will be ready soon. + +(Helm: Chart=[{{ .Chart.Name }}], Release=[{{ .Release.Name }}], Version=[{{ .Chart.Version }}]) diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/_helpers.tpl b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/_helpers.tpl new file mode 100755 index 000000000..dd33bbe48 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/_helpers.tpl @@ -0,0 +1,192 @@ +{{/* vim: set filetype=mustache: */}} + +{{/* +Expand the name of the chart. +*/}} +{{- define "kiali-server.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "kiali-server.fullname" -}} +{{- if .Values.fullnameOverride }} + {{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" }} +{{- else }} + {{- $name := default .Chart.Name .Values.nameOverride }} + {{- printf "%s" $name | trunc 63 | trimSuffix "-" }} +{{- end }} +{{- end }} + +{{/* +Create chart name and version as used by the chart label. +*/}} +{{- define "kiali-server.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" }} +{{- end }} + +{{/* +Identifies the log_level with the old verbose_mode and the new log_level considered. +*/}} +{{- define "kiali-server.logLevel" -}} +{{- if .Values.deployment.verbose_mode -}} +{{- .Values.deployment.verbose_mode -}} +{{- else -}} +{{- .Values.deployment.logger.log_level -}} +{{- end -}} +{{- end }} + +{{/* +Common labels +*/}} +{{- define "kiali-server.labels" -}} +helm.sh/chart: {{ include "kiali-server.chart" . }} +app: {{ include "kiali-server.name" . }} +{{ include "kiali-server.selectorLabels" . }} +version: {{ .Values.deployment.version_label | default .Chart.AppVersion | quote }} +app.kubernetes.io/version: {{ .Values.deployment.version_label | default .Chart.AppVersion | quote }} +app.kubernetes.io/managed-by: {{ .Release.Service }} +app.kubernetes.io/part-of: "kiali" +{{- end }} + +{{/* +Selector labels +*/}} +{{- define "kiali-server.selectorLabels" -}} +app.kubernetes.io/name: {{ include "kiali-server.name" . }} +app.kubernetes.io/instance: {{ .Release.Name }} +{{- end }} + +{{/* +Used to determine if a custom dashboard (defined in .Template.Name) should be deployed. +*/}} +{{- define "kiali-server.isDashboardEnabled" -}} +{{- if .Values.external_services.custom_dashboards.enabled }} + {{- $includere := "" }} + {{- range $_, $s := .Values.deployment.custom_dashboards.includes }} + {{- if $s }} + {{- if $includere }} + {{- $includere = printf "%s|^%s$" $includere ($s | replace "*" ".*" | replace "?" ".") }} + {{- else }} + {{- $includere = printf "^%s$" ($s | replace "*" ".*" | replace "?" ".") }} + {{- end }} + {{- end }} + {{- end }} + {{- $excludere := "" }} + {{- range $_, $s := .Values.deployment.custom_dashboards.excludes }} + {{- if $s }} + {{- if $excludere }} + {{- $excludere = printf "%s|^%s$" $excludere ($s | replace "*" ".*" | replace "?" ".") }} + {{- else }} + {{- $excludere = printf "^%s$" ($s | replace "*" ".*" | replace "?" ".") }} + {{- end }} + {{- end }} + {{- end }} + {{- if (and (mustRegexMatch (default "no-matches" $includere) (base .Template.Name)) (not (mustRegexMatch (default "no-matches" $excludere) (base .Template.Name)))) }} + {{- print "enabled" }} + {{- else }} + {{- print "" }} + {{- end }} +{{- else }} + {{- print "" }} +{{- end }} +{{- end }} + +{{/* +Determine the default login token signing key. +*/}} +{{- define "kiali-server.login_token.signing_key" -}} +{{- if .Values.login_token.signing_key }} + {{- .Values.login_token.signing_key }} +{{- else }} + {{- randAlphaNum 16 }} +{{- end }} +{{- end }} + +{{/* +Determine the default web root. +*/}} +{{- define "kiali-server.server.web_root" -}} +{{- if .Values.server.web_root }} + {{- .Values.server.web_root | trimSuffix "/" }} +{{- else }} + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + {{- "/" }} + {{- else }} + {{- "/kiali" }} + {{- end }} +{{- end }} +{{- end }} + +{{/* +Determine the default identity cert file. There is no default if on k8s; only on OpenShift. +*/}} +{{- define "kiali-server.identity.cert_file" -}} +{{- if hasKey .Values.identity "cert_file" }} + {{- .Values.identity.cert_file }} +{{- else }} + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + {{- "/kiali-cert/tls.crt" }} + {{- else }} + {{- "" }} + {{- end }} +{{- end }} +{{- end }} + +{{/* +Determine the default identity private key file. There is no default if on k8s; only on OpenShift. +*/}} +{{- define "kiali-server.identity.private_key_file" -}} +{{- if hasKey .Values.identity "private_key_file" }} + {{- .Values.identity.private_key_file }} +{{- else }} + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + {{- "/kiali-cert/tls.key" }} + {{- else }} + {{- "" }} + {{- end }} +{{- end }} +{{- end }} + +{{/* +Determine the istio namespace - default is where Kiali is installed. +*/}} +{{- define "kiali-server.istio_namespace" -}} +{{- if .Values.istio_namespace }} + {{- .Values.istio_namespace }} +{{- else }} + {{- .Release.Namespace }} +{{- end }} +{{- end }} + +{{/* +Determine the auth strategy to use - default is "token" on Kubernetes and "openshift" on OpenShift. +*/}} +{{- define "kiali-server.auth.strategy" -}} +{{- if .Values.auth.strategy }} + {{- if (and (eq .Values.auth.strategy "openshift") (not .Values.kiali_route_url)) }} + {{- fail "You did not define what the Kiali Route URL will be (--set kiali_route_url=...). Without this set, the openshift auth strategy will not work. Either set that or use a different auth strategy via the --set auth.strategy=... option." }} + {{- end }} + {{- .Values.auth.strategy }} +{{- else }} + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + {{- if not .Values.kiali_route_url }} + {{- fail "You did not define what the Kiali Route URL will be (--set kiali_route_url=...). Without this set, the openshift auth strategy will not work. Either set that or explicitly indicate another auth strategy you want via the --set auth.strategy=... option." }} + {{- end }} + {{- "openshift" }} + {{- else }} + {{- "token" }} + {{- end }} +{{- end }} +{{- end }} + +{{- define "system_default_registry" -}} +{{- if .Values.global.cattle.systemDefaultRegistry -}} +{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}} +{{- else -}} +{{- "" -}} +{{- end -}} +{{- end -}} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/cabundle.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/cabundle.yaml new file mode 100755 index 000000000..7462b95a7 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/cabundle.yaml @@ -0,0 +1,13 @@ +{{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "kiali-server.fullname" . }}-cabundle + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} + annotations: + service.beta.openshift.io/inject-cabundle: "true" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/configmap.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/configmap.yaml new file mode 100755 index 000000000..b1bf53173 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/configmap.yaml @@ -0,0 +1,24 @@ +--- +apiVersion: v1 +kind: ConfigMap +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +data: + config.yaml: | + {{- /* Most of .Values is simply the ConfigMap - strip out the keys that are not part of the ConfigMap */}} + {{- $cm := omit .Values "nameOverride" "fullnameOverride" "kiali_route_url" }} + {{- /* The helm chart defines namespace for us, but pass it to the ConfigMap in case the server needs it */}} + {{- $_ := set $cm.deployment "namespace" .Release.Namespace }} + {{- /* Some values of the ConfigMap are generated, but might not be identical, from .Values */}} + {{- $_ := set $cm "istio_namespace" (include "kiali-server.istio_namespace" .) }} + {{- $_ := set $cm.auth "strategy" (include "kiali-server.auth.strategy" .) }} + {{- $_ := set $cm.auth.openshift "client_id_prefix" (include "kiali-server.fullname" .) }} + {{- $_ := set $cm.identity "cert_file" (include "kiali-server.identity.cert_file" .) }} + {{- $_ := set $cm.identity "private_key_file" (include "kiali-server.identity.private_key_file" .) }} + {{- $_ := set $cm.login_token "signing_key" (include "kiali-server.login_token.signing_key" .) }} + {{- $_ := set $cm.server "web_root" (include "kiali-server.server.web_root" .) }} + {{- toYaml $cm | nindent 4 }} +... diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/envoy.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/envoy.yaml new file mode 100755 index 000000000..8d961b848 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/envoy.yaml @@ -0,0 +1,55 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: envoy + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: Envoy Metrics +# discoverOn: "envoy_server_uptime" + items: + - chart: + name: "Pods uptime" + spans: 4 + metricName: "envoy_server_uptime" + dataType: "raw" + - chart: + name: "Allocated memory" + unit: "bytes" + spans: 4 + metricName: "envoy_server_memory_allocated" + dataType: "raw" + min: 0 + - chart: + name: "Heap size" + unit: "bytes" + spans: 4 + metricName: "envoy_server_memory_heap_size" + dataType: "raw" + min: 0 + - chart: + name: "Upstream active connections" + spans: 6 + metricName: "envoy_cluster_upstream_cx_active" + dataType: "raw" + - chart: + name: "Upstream total requests" + spans: 6 + metricName: "envoy_cluster_upstream_rq_total" + unit: "rps" + dataType: "rate" + - chart: + name: "Downstream active connections" + spans: 6 + metricName: "envoy_listener_downstream_cx_active" + dataType: "raw" + - chart: + name: "Downstream HTTP requests" + spans: 6 + metricName: "envoy_listener_http_downstream_rq" + unit: "rps" + dataType: "rate" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/go.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/go.yaml new file mode 100755 index 000000000..01ebed7b5 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/go.yaml @@ -0,0 +1,66 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: go + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: Go Metrics + runtime: Go + discoverOn: "go_info" + items: + - chart: + name: "CPU ratio" + spans: 6 + metricName: "process_cpu_seconds_total" + dataType: "rate" + aggregations: + - label: "pod_name" + displayName: "Pod" + - chart: + name: "RSS Memory" + unit: "bytes" + spans: 6 + metricName: "process_resident_memory_bytes" + dataType: "raw" + aggregations: + - label: "pod_name" + displayName: "Pod" + - chart: + name: "Goroutines" + spans: 6 + metricName: "go_goroutines" + dataType: "raw" + aggregations: + - label: "pod_name" + displayName: "Pod" + - chart: + name: "Heap allocation rate" + unit: "bytes/s" + spans: 6 + metricName: "go_memstats_alloc_bytes_total" + dataType: "rate" + aggregations: + - label: "pod_name" + displayName: "Pod" + - chart: + name: "GC rate" + spans: 6 + metricName: "go_gc_duration_seconds_count" + dataType: "rate" + aggregations: + - label: "pod_name" + displayName: "Pod" + - chart: + name: "Next GC" + unit: "bytes" + spans: 6 + metricName: "go_memstats_next_gc_bytes" + dataType: "raw" + aggregations: + - label: "pod_name" + displayName: "Pod" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/kiali.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/kiali.yaml new file mode 100755 index 000000000..0d5b5caa2 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/kiali.yaml @@ -0,0 +1,43 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: kiali + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: Kiali Internal Metrics + items: + - chart: + name: "API processing duration" + unit: "seconds" + spans: 6 + metricName: "kiali_api_processing_duration_seconds" + dataType: "histogram" + aggregations: + - label: "route" + displayName: "Route" + - chart: + name: "Functions processing duration" + unit: "seconds" + spans: 6 + metricName: "kiali_go_function_processing_duration_seconds" + dataType: "histogram" + aggregations: + - label: "function" + displayName: "Function" + - label: "package" + displayName: "Package" + - chart: + name: "Failures" + spans: 12 + metricName: "kiali_go_function_failures_total" + dataType: "raw" + aggregations: + - label: "function" + displayName: "Function" + - label: "package" + displayName: "Package" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm-pool.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm-pool.yaml new file mode 100755 index 000000000..e89e1200c --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm-pool.yaml @@ -0,0 +1,42 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: micrometer-1.0.6-jvm-pool + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: JVM + title: JVM Pool Metrics + discoverOn: "jvm_buffer_total_capacity_bytes" + items: + - chart: + name: "Pool buffer memory used" + unit: "bytes" + spans: 4 + metricName: "jvm_buffer_memory_used_bytes" + dataType: "raw" + aggregations: + - label: "id" + displayName: "Pool" + - chart: + name: "Pool buffer capacity" + unit: "bytes" + spans: 4 + metricName: "jvm_buffer_total_capacity_bytes" + dataType: "raw" + aggregations: + - label: "id" + displayName: "Pool" + - chart: + name: "Pool buffer count" + unit: "bytes" + spans: 4 + metricName: "jvm_buffer_count" + dataType: "raw" + aggregations: + - label: "id" + displayName: "Pool" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm.yaml new file mode 100755 index 000000000..ab487dccc --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.0.6-jvm.yaml @@ -0,0 +1,64 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: micrometer-1.0.6-jvm + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: JVM + title: JVM Metrics + discoverOn: "jvm_threads_live" + items: + - chart: + name: "Total live threads" + spans: 4 + metricName: "jvm_threads_live" + dataType: "raw" + - chart: + name: "Daemon threads" + spans: 4 + metricName: "jvm_threads_daemon" + dataType: "raw" + - chart: + name: "Loaded classes" + spans: 4 + metricName: "jvm_classes_loaded" + dataType: "raw" + + - chart: + name: "Memory used" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_used_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" + - chart: + name: "Memory commited" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_committed_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" + - chart: + name: "Memory max" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_max_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.1-jvm.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.1-jvm.yaml new file mode 100755 index 000000000..d7014951d --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/micrometer-1.1-jvm.yaml @@ -0,0 +1,67 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: micrometer-1.1-jvm + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: JVM + title: JVM Metrics + discoverOn: "jvm_threads_live_threads" + items: + - chart: + name: "Memory used" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_used_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" + - chart: + name: "Memory commited" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_committed_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" + - chart: + name: "Memory max" + unit: "bytes" + spans: 4 + metricName: "jvm_memory_max_bytes" + dataType: "raw" + aggregations: + - label: "area" + displayName: "Area" + - label: "id" + displayName: "Space" + + - chart: + name: "Total live threads" + spans: 4 + metricName: "jvm_threads_live_threads" + dataType: "raw" + - chart: + name: "Daemon threads" + spans: 4 + metricName: "jvm_threads_daemon_threads" + dataType: "raw" + - chart: + name: "Threads states" + spans: 4 + metricName: "jvm_threads_states_threads" + dataType: "raw" + aggregations: + - label: "state" + displayName: "State" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/microprofile-1.1.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/microprofile-1.1.yaml new file mode 100755 index 000000000..c00446c10 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/microprofile-1.1.yaml @@ -0,0 +1,58 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: microprofile-1.1 + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: MicroProfile Metrics + runtime: MicroProfile + discoverOn: "base:thread_count" + items: + - chart: + name: "Current loaded classes" + spans: 6 + metricName: "base:classloader_current_loaded_class_count" + dataType: "raw" + - chart: + name: "Unloaded classes" + spans: 6 + metricName: "base:classloader_total_unloaded_class_count" + dataType: "raw" + - chart: + name: "Thread count" + spans: 4 + metricName: "base:thread_count" + dataType: "raw" + - chart: + name: "Thread max count" + spans: 4 + metricName: "base:thread_max_count" + dataType: "raw" + - chart: + name: "Thread daemon count" + spans: 4 + metricName: "base:thread_daemon_count" + dataType: "raw" + - chart: + name: "Committed heap" + unit: "bytes" + spans: 4 + metricName: "base:memory_committed_heap_bytes" + dataType: "raw" + - chart: + name: "Max heap" + unit: "bytes" + spans: 4 + metricName: "base:memory_max_heap_bytes" + dataType: "raw" + - chart: + name: "Used heap" + unit: "bytes" + spans: 4 + metricName: "base:memory_used_heap_bytes" + dataType: "raw" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/microprofile-x.y.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/microprofile-x.y.yaml new file mode 100755 index 000000000..d15f527d9 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/microprofile-x.y.yaml @@ -0,0 +1,37 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: microprofile-x.y + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: MicroProfile Metrics + runtime: MicroProfile + discoverOn: "base:gc_complete_scavenger_count" + items: + - chart: + name: "Young GC time" + unit: "seconds" + spans: 3 + metricName: "base:gc_young_generation_scavenger_time_seconds" + dataType: "raw" + - chart: + name: "Young GC count" + spans: 3 + metricName: "base:gc_young_generation_scavenger_count" + dataType: "raw" + - chart: + name: "Total GC time" + unit: "seconds" + spans: 3 + metricName: "base:gc_complete_scavenger_time_seconds" + dataType: "raw" + - chart: + name: "Total GC count" + spans: 3 + metricName: "base:gc_complete_scavenger_count" + dataType: "raw" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/nodejs.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/nodejs.yaml new file mode 100755 index 000000000..d772a16c0 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/nodejs.yaml @@ -0,0 +1,58 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: nodejs + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Node.js + title: Node.js Metrics + discoverOn: "nodejs_active_handles_total" + items: + - chart: + name: "Active handles" + spans: 4 + metricName: "nodejs_active_handles_total" + dataType: "raw" + - chart: + name: "Active requests" + spans: 4 + metricName: "nodejs_active_requests_total" + dataType: "raw" + - chart: + name: "Event loop lag" + unit: "seconds" + spans: 4 + metricName: "nodejs_eventloop_lag_seconds" + dataType: "raw" + - chart: + name: "Total heap size" + unit: "bytes" + spans: 12 + metricName: "nodejs_heap_space_size_total_bytes" + dataType: "raw" + aggregations: + - label: "space" + displayName: "Space" + - chart: + name: "Used heap size" + unit: "bytes" + spans: 6 + metricName: "nodejs_heap_space_size_used_bytes" + dataType: "raw" + aggregations: + - label: "space" + displayName: "Space" + - chart: + name: "Available heap size" + unit: "bytes" + spans: 6 + metricName: "nodejs_heap_space_size_available_bytes" + dataType: "raw" + aggregations: + - label: "space" + displayName: "Space" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/quarkus.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/quarkus.yaml new file mode 100755 index 000000000..4fc3e9ac0 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/quarkus.yaml @@ -0,0 +1,32 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: quarkus + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + title: Quarkus Metrics + runtime: Quarkus + items: + - chart: + name: "Thread count" + spans: 4 + metricName: "vendor:thread_count" + dataType: "raw" + - chart: + name: "Used heap" + unit: "bytes" + spans: 4 + metricName: "vendor:memory_heap_usage_bytes" + dataType: "raw" + - chart: + name: "Used non-heap" + unit: "bytes" + spans: 4 + metricName: "vendor:memory_non_heap_usage_bytes" + dataType: "raw" + - include: "microprofile-x.y" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-jvm-pool.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-jvm-pool.yaml new file mode 100755 index 000000000..2ff4ae576 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-jvm-pool.yaml @@ -0,0 +1,15 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: springboot-jvm-pool + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Spring Boot + title: JVM Pool Metrics + items: + - include: "micrometer-1.0.6-jvm-pool" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-jvm.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-jvm.yaml new file mode 100755 index 000000000..8bd43055b --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-jvm.yaml @@ -0,0 +1,15 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: springboot-jvm + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Spring Boot + title: JVM Metrics + items: + - include: "micrometer-1.0.6-jvm" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-tomcat.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-tomcat.yaml new file mode 100755 index 000000000..4b27aee4f --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/springboot-tomcat.yaml @@ -0,0 +1,15 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: springboot-tomcat + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Spring Boot + title: Tomcat Metrics + items: + - include: "tomcat" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/thorntail.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/thorntail.yaml new file mode 100755 index 000000000..513488df4 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/thorntail.yaml @@ -0,0 +1,21 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: thorntail + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Thorntail + title: Thorntail Metrics + discoverOn: "vendor:loaded_modules" + items: + - include: "microprofile-1.1" + - chart: + name: "Loaded modules" + spans: 6 + metricName: "vendor:loaded_modules" + dataType: "raw" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/tomcat.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/tomcat.yaml new file mode 100755 index 000000000..28fd7f1cc --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/tomcat.yaml @@ -0,0 +1,66 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: tomcat + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Tomcat + title: Tomcat Metrics + discoverOn: "tomcat_sessions_created_total" + items: + - chart: + name: "Sessions created" + spans: 4 + metricName: "tomcat_sessions_created_total" + dataType: "raw" + - chart: + name: "Active sessions" + spans: 4 + metricName: "tomcat_sessions_active_current" + dataType: "raw" + - chart: + name: "Sessions rejected" + spans: 4 + metricName: "tomcat_sessions_rejected_total" + dataType: "raw" + + - chart: + name: "Bytes sent" + unit: "bitrate" + spans: 6 + metricName: "tomcat_global_sent_bytes_total" + dataType: "rate" + aggregations: + - label: "name" + displayName: "Name" + - chart: + name: "Bytes received" + unit: "bitrate" + spans: 6 + metricName: "tomcat_global_received_bytes_total" + dataType: "rate" + aggregations: + - label: "name" + displayName: "Name" + + - chart: + name: "Global errors" + spans: 6 + metricName: "tomcat_global_error_total" + dataType: "raw" + aggregations: + - label: "name" + displayName: "Name" + - chart: + name: "Servlet errors" + spans: 6 + metricName: "tomcat_servlet_error_total" + dataType: "raw" + aggregations: + - label: "name" + displayName: "Name" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-client.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-client.yaml new file mode 100755 index 000000000..17392d87f --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-client.yaml @@ -0,0 +1,59 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: vertx-client + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Vert.x + title: Vert.x Client Metrics + discoverOn: "vertx_http_client_connections" + items: + - chart: + name: "Client response time" + unit: "seconds" + spans: 6 + metricName: "vertx_http_client_responseTime_seconds" + dataType: "histogram" + aggregations: + - label: "path" + displayName: "Path" + - label: "method" + displayName: "Method" + - chart: + name: "Client request count rate" + unit: "ops" + spans: 6 + metricName: "vertx_http_client_requestCount_total" + dataType: "rate" + aggregations: + - label: "path" + displayName: "Path" + - label: "method" + displayName: "Method" + - chart: + name: "Client active connections" + spans: 6 + metricName: "vertx_http_client_connections" + dataType: "raw" + - chart: + name: "Client active websockets" + spans: 6 + metricName: "vertx_http_client_wsConnections" + dataType: "raw" + - chart: + name: "Client bytes sent" + unit: "bytes" + spans: 6 + metricName: "vertx_http_client_bytesSent" + dataType: "histogram" + - chart: + name: "Client bytes received" + unit: "bytes" + spans: 6 + metricName: "vertx_http_client_bytesReceived" + dataType: "histogram" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-eventbus.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-eventbus.yaml new file mode 100755 index 000000000..fa659b55c --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-eventbus.yaml @@ -0,0 +1,58 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: vertx-eventbus + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Vert.x + title: Vert.x Eventbus Metrics + discoverOn: "vertx_eventbus_handlers" + items: + - chart: + name: "Event bus handlers" + spans: 6 + metricName: "vertx_eventbus_handlers" + dataType: "raw" + aggregations: + - label: "address" + displayName: "Eventbus address" + - chart: + name: "Event bus pending messages" + spans: 6 + metricName: "vertx_eventbus_pending" + dataType: "raw" + aggregations: + - label: "address" + displayName: "Eventbus address" + - chart: + name: "Event bus processing time" + unit: "seconds" + spans: 6 + metricName: "vertx_eventbus_processingTime_seconds" + dataType: "histogram" + aggregations: + - label: "address" + displayName: "Eventbus address" + - chart: + name: "Event bus bytes read" + unit: "bytes" + spans: 6 + metricName: "vertx_eventbus_bytesRead" + dataType: "histogram" + aggregations: + - label: "address" + displayName: "Eventbus address" + - chart: + name: "Event bus bytes written" + unit: "bytes" + spans: 6 + metricName: "vertx_eventbus_bytesWritten" + dataType: "histogram" + aggregations: + - label: "address" + displayName: "Eventbus address" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-jvm.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-jvm.yaml new file mode 100755 index 000000000..ac03ea2e0 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-jvm.yaml @@ -0,0 +1,15 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: vertx-jvm + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Vert.x + title: JVM Metrics + items: + - include: "micrometer-1.1-jvm" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-pool.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-pool.yaml new file mode 100755 index 000000000..3715e9c10 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-pool.yaml @@ -0,0 +1,67 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: vertx-pool + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Vert.x + title: Vert.x Pools Metrics + discoverOn: "vertx_pool_ratio" + items: + - chart: + name: "Usage duration" + unit: "seconds" + spans: 6 + metricName: "vertx_pool_usage_seconds" + dataType: "histogram" + aggregations: + - label: "pool_name" + displayName: "Name" + - label: "pool_type" + displayName: "Type" + - chart: + name: "Usage ratio" + spans: 6 + metricName: "vertx_pool_ratio" + dataType: "raw" + aggregations: + - label: "pool_name" + displayName: "Name" + - label: "pool_type" + displayName: "Type" + - chart: + name: "Queue size" + spans: 6 + metricName: "vertx_pool_queue_size" + dataType: "raw" + aggregations: + - label: "pool_name" + displayName: "Name" + - label: "pool_type" + displayName: "Type" + - chart: + name: "Time in queue" + unit: "seconds" + spans: 6 + metricName: "vertx_pool_queue_delay_seconds" + dataType: "histogram" + aggregations: + - label: "pool_name" + displayName: "Name" + - label: "pool_type" + displayName: "Type" + - chart: + name: "Resources used" + spans: 6 + metricName: "vertx_pool_inUse" + dataType: "raw" + aggregations: + - label: "pool_name" + displayName: "Name" + - label: "pool_type" + displayName: "Type" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-server.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-server.yaml new file mode 100755 index 000000000..686295468 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/dashboards/vertx-server.yaml @@ -0,0 +1,61 @@ +{{- if (include "kiali-server.isDashboardEnabled" .) }} +--- +apiVersion: "monitoring.kiali.io/v1alpha1" +kind: MonitoringDashboard +metadata: + name: vertx-server + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + runtime: Vert.x + title: Vert.x Server Metrics + discoverOn: "vertx_http_server_connections" + items: + - chart: + name: "Server response time" + unit: "seconds" + spans: 6 + metricName: "vertx_http_server_responseTime_seconds" + dataType: "histogram" + aggregations: + - label: "path" + displayName: "Path" + - label: "method" + displayName: "Method" + - chart: + name: "Server request count rate" + unit: "ops" + spans: 6 + metricName: "vertx_http_server_requestCount_total" + dataType: "rate" + aggregations: + - label: "code" + displayName: "Error code" + - label: "path" + displayName: "Path" + - label: "method" + displayName: "Method" + - chart: + name: "Server active connections" + spans: 6 + metricName: "vertx_http_server_connections" + dataType: "raw" + - chart: + name: "Server active websockets" + spans: 6 + metricName: "vertx_http_server_wsConnections" + dataType: "raw" + - chart: + name: "Server bytes sent" + unit: "bytes" + spans: 6 + metricName: "vertx_http_server_bytesSent" + dataType: "histogram" + - chart: + name: "Server bytes received" + unit: "bytes" + spans: 6 + metricName: "vertx_http_server_bytesReceived" + dataType: "histogram" +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/deployment.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/deployment.yaml new file mode 100755 index 000000000..de5ae7ebe --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/deployment.yaml @@ -0,0 +1,174 @@ +--- +apiVersion: apps/v1 +kind: Deployment +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + replicas: {{ .Values.deployment.replicas }} + selector: + matchLabels: + {{- include "kiali-server.selectorLabels" . | nindent 6 }} + strategy: + rollingUpdate: + maxSurge: 1 + maxUnavailable: 1 + type: RollingUpdate + template: + metadata: + name: {{ include "kiali-server.fullname" . }} + labels: + {{- include "kiali-server.labels" . | nindent 8 }} + {{- if .Values.deployment.pod_labels }} + {{- toYaml .Values.deployment.pod_labels | nindent 8 }} + {{- end }} + annotations: + {{- if .Values.server.metrics_enabled }} + prometheus.io/scrape: "true" + prometheus.io/port: {{ .Values.server.metrics_port | quote }} + {{- else }} + prometheus.io/scrape: "false" + prometheus.io/port: null + {{- end }} + kiali.io/runtimes: go,kiali + {{- if .Values.deployment.pod_annotations }} + {{- toYaml .Values.deployment.pod_annotations | nindent 8 }} + {{- end }} + spec: + serviceAccountName: {{ include "kiali-server.fullname" . }} + {{- if .Values.deployment.priority_class_name }} + priorityClassName: {{ .Values.deployment.priority_class_name | quote }} + {{- end }} + {{- if .Values.deployment.image_pull_secrets }} + imagePullSecrets: + {{- range .Values.deployment.image_pull_secrets }} + - name: {{ . }} + {{- end }} + {{- end }} + containers: + - image: "{{ template "system_default_registry" . }}{{ .Values.deployment.repository }}:{{ .Values.deployment.tag }}" + imagePullPolicy: {{ .Values.deployment.image_pull_policy | default "Always" }} + name: {{ include "kiali-server.fullname" . }} + command: + - "/opt/kiali/kiali" + - "-config" + - "/kiali-configuration/config.yaml" + ports: + - name: api-port + containerPort: {{ .Values.server.port | default 20001 }} + {{- if .Values.server.metrics_enabled }} + - name: http-metrics + containerPort: {{ .Values.server.metrics_port | default 9090 }} + {{- end }} + readinessProbe: + httpGet: + path: {{ include "kiali-server.server.web_root" . | trimSuffix "/" }}/healthz + port: api-port + {{- if (include "kiali-server.identity.cert_file" .) }} + scheme: HTTPS + {{- else }} + scheme: HTTP + {{- end }} + initialDelaySeconds: 5 + periodSeconds: 30 + livenessProbe: + httpGet: + path: {{ include "kiali-server.server.web_root" . | trimSuffix "/" }}/healthz + port: api-port + {{- if (include "kiali-server.identity.cert_file" .) }} + scheme: HTTPS + {{- else }} + scheme: HTTP + {{- end }} + initialDelaySeconds: 5 + periodSeconds: 30 + env: + - name: ACTIVE_NAMESPACE + valueFrom: + fieldRef: + fieldPath: metadata.namespace + - name: LOG_LEVEL + value: "{{ include "kiali-server.logLevel" . }}" + - name: LOG_FORMAT + value: "{{ .Values.deployment.logger.log_format }}" + - name: LOG_TIME_FIELD_FORMAT + value: "{{ .Values.deployment.logger.time_field_format }}" + - name: LOG_SAMPLER_RATE + value: "{{ .Values.deployment.logger.sampler_rate }}" + volumeMounts: + {{- if .Values.web_root_override }} + - name: kiali-console + subPath: env.js + mountPath: /opt/kiali/console/env.js + {{- end }} + - name: {{ include "kiali-server.fullname" . }}-configuration + mountPath: "/kiali-configuration" + - name: {{ include "kiali-server.fullname" . }}-cert + mountPath: "/kiali-cert" + - name: {{ include "kiali-server.fullname" . }}-secret + mountPath: "/kiali-secret" + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + - name: {{ include "kiali-server.fullname" . }}-cabundle + mountPath: "/kiali-cabundle" + {{- end }} + {{- if .Values.deployment.resources }} + resources: + {{- toYaml .Values.deployment.resources | nindent 10 }} + {{- end }} + volumes: + {{- if .Values.web_root_override }} + - name: kiali-console + configMap: + name: kiali-console + items: + - key: env.js + path: env.js + {{- end }} + - name: {{ include "kiali-server.fullname" . }}-configuration + configMap: + name: {{ include "kiali-server.fullname" . }} + - name: {{ include "kiali-server.fullname" . }}-cert + secret: + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + secretName: {{ include "kiali-server.fullname" . }}-cert-secret + {{- else }} + secretName: istio.{{ include "kiali-server.fullname" . }}-service-account + {{- end }} + {{- if not (include "kiali-server.identity.cert_file" .) }} + optional: true + {{- end }} + - name: {{ include "kiali-server.fullname" . }}-secret + secret: + secretName: {{ .Values.deployment.secret_name }} + optional: true + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + - name: {{ include "kiali-server.fullname" . }}-cabundle + configMap: + name: {{ include "kiali-server.fullname" . }}-cabundle + {{- end }} + {{- if or (.Values.deployment.affinity.node) (or (.Values.deployment.pod) (.Values.deployment.pod_anti)) }} + affinity: + {{- if .Values.deployment.affinity.node }} + nodeAffinity: + {{- toYaml .Values.deployment.affinity.node | nindent 10 }} + {{- end }} + {{- if .Values.deployment.affinity.pod }} + podAffinity: + {{- toYaml .Values.deployment.affinity.pod | nindent 10 }} + {{- end }} + {{- if .Values.deployment.affinity.pod_anti }} + podAntiAffinity: + {{- toYaml .Values.deployment.affinity.pod_anti | nindent 10 }} + {{- end }} + {{- end }} + {{- if .Values.deployment.tolerations }} + tolerations: + {{- toYaml .Values.deployment.tolerations | nindent 8 }} + {{- end }} + {{- if .Values.deployment.node_selector }} + nodeSelector: + {{- toYaml .Values.deployment.node_selector | nindent 8 }} + {{- end }} +... diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/hpa.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/hpa.yaml new file mode 100755 index 000000000..934c4c1e9 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/hpa.yaml @@ -0,0 +1,17 @@ +{{- if .Values.deployment.hpa.spec }} +--- +apiVersion: {{ .Values.deployment.hpa.api_version }} +kind: HorizontalPodAutoscaler +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +spec: + scaleTargetRef: + apiVersion: apps/v1 + kind: Deployment + name: {{ include "kiali-server.fullname" . }} + {{- toYaml .Values.deployment.hpa.spec | nindent 2 }} +... +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/ingress.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/ingress.yaml new file mode 100755 index 000000000..e4c98db1b --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/ingress.yaml @@ -0,0 +1,40 @@ +{{- if not (.Capabilities.APIVersions.Has "route.openshift.io/v1") }} +{{- if .Values.deployment.ingress_enabled }} +--- +apiVersion: networking.k8s.io/v1beta1 +kind: Ingress +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} + annotations: + {{- if hasKey .Values.deployment.override_ingress_yaml.metadata "annotations" }} + {{- toYaml .Values.deployment.override_ingress_yaml.metadata.annotations | nindent 4 }} + {{- else }} + # For ingress-nginx versions older than 0.20.0 use secure-backends. + # (see: https://github.com/kubernetes/ingress-nginx/issues/3416#issuecomment-438247948) + # For ingress-nginx versions 0.20.0 and later use backend-protocol. + {{- if (include "kiali-server.identity.cert_file" .) }} + nginx.ingress.kubernetes.io/secure-backends: "true" + nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" + {{- else }} + nginx.ingress.kubernetes.io/secure-backends: "false" + nginx.ingress.kubernetes.io/backend-protocol: "HTTP" + {{- end }} + {{- end }} +spec: + {{- if hasKey .Values.deployment.override_ingress_yaml "spec" }} + {{- toYaml .Values.deployment.override_ingress_yaml.spec | nindent 2 }} + {{- else }} + rules: + - http: + paths: + - path: {{ include "kiali-server.server.web_root" . }} + backend: + serviceName: {{ include "kiali-server.fullname" . }} + servicePort: {{ .Values.server.port }} + {{- end }} +... +{{- end }} +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/oauth.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/oauth.yaml new file mode 100755 index 000000000..a178bb85e --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/oauth.yaml @@ -0,0 +1,17 @@ +{{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} +{{- if .Values.kiali_route_url }} +--- +apiVersion: oauth.openshift.io/v1 +kind: OAuthClient +metadata: + name: {{ include "kiali-server.fullname" . }}-{{ .Release.Namespace }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +redirectURIs: +- {{ .Values.kiali_route_url }} +grantMethod: auto +allowAnyScope: true +... +{{- end }} +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/psp.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/psp.yaml new file mode 100755 index 000000000..f891892cc --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/psp.yaml @@ -0,0 +1,67 @@ +{{- if .Values.global.rbac.pspEnabled }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: {{ include "kiali-server.fullname" . }}-psp + namespace: {{ .Release.Namespace }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: {{ include "kiali-server.fullname" . }}-psp +subjects: + - kind: ServiceAccount + name: kiali +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: {{ include "kiali-server.fullname" . }}-psp + namespace: {{ .Release.Namespace }} +rules: +- apiGroups: + - policy + resourceNames: + - {{ include "kiali-server.fullname" . }}-psp + resources: + - podsecuritypolicies + verbs: + - use +--- +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: {{ include "kiali-server.fullname" . }}-psp + namespace: {{ .Release.Namespace }} +spec: + allowPrivilegeEscalation: false + forbiddenSysctls: + - '*' + fsGroup: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + requiredDropCapabilities: + - ALL + runAsUser: + rule: MustRunAsNonRoot + runAsGroup: + rule: MustRunAs + ranges: + - min: 1 + max: 65535 + seLinux: + rule: RunAsAny + supplementalGroups: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + volumes: + - configMap + - emptyDir + - projected + - secret + - downwardAPI + - persistentVolumeClaim +{{- end }} \ No newline at end of file diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role-controlplane.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role-controlplane.yaml new file mode 100755 index 000000000..a22c76756 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role-controlplane.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: {{ include "kiali-server.fullname" . }}-controlplane + namespace: {{ include "kiali-server.istio_namespace" . }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +rules: +- apiGroups: [""] + resources: + - secrets + verbs: + - list +... diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role-viewer.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role-viewer.yaml new file mode 100755 index 000000000..a496c0828 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role-viewer.yaml @@ -0,0 +1,96 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: {{ include "kiali-server.fullname" . }}-viewer + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +rules: +- apiGroups: [""] + resources: + - configmaps + - endpoints + - namespaces + - nodes + - pods + - pods/log + - pods/proxy + - replicationcontrollers + - services + verbs: + - get + - list + - watch +- apiGroups: [""] + resources: + - pods/portforward + verbs: + - create + - post +- apiGroups: ["extensions", "apps"] + resources: + - deployments + - replicasets + - statefulsets + verbs: + - get + - list + - watch +- apiGroups: ["autoscaling"] + resources: + - horizontalpodautoscalers + verbs: + - get + - list + - watch +- apiGroups: ["batch"] + resources: + - cronjobs + - jobs + verbs: + - get + - list + - watch +- apiGroups: + - networking.istio.io + - security.istio.io + resources: ["*"] + verbs: + - get + - list + - watch +- apiGroups: ["apps.openshift.io"] + resources: + - deploymentconfigs + verbs: + - get + - list + - watch +- apiGroups: ["project.openshift.io"] + resources: + - projects + verbs: + - get +- apiGroups: ["route.openshift.io"] + resources: + - routes + verbs: + - get +- apiGroups: ["monitoring.kiali.io"] + resources: + - monitoringdashboards + verbs: + - get + - list +- apiGroups: ["iter8.tools"] + resources: + - experiments + verbs: + - get + - list +- apiGroups: ["authentication.k8s.io"] + resources: + - tokenreviews + verbs: + - create +... diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role.yaml new file mode 100755 index 000000000..bd51e8d5e --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/role.yaml @@ -0,0 +1,107 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: {{ include "kiali-server.fullname" . }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +rules: +- apiGroups: [""] + resources: + - configmaps + - endpoints + - namespaces + - nodes + - pods + - pods/log + - pods/proxy + - replicationcontrollers + - services + verbs: + - get + - list + - patch + - watch +- apiGroups: [""] + resources: + - pods/portforward + verbs: + - create + - post +- apiGroups: ["extensions", "apps"] + resources: + - deployments + - replicasets + - statefulsets + verbs: + - get + - list + - patch + - watch +- apiGroups: ["autoscaling"] + resources: + - horizontalpodautoscalers + verbs: + - get + - list + - watch +- apiGroups: ["batch"] + resources: + - cronjobs + - jobs + verbs: + - get + - list + - patch + - watch +- apiGroups: + - networking.istio.io + - security.istio.io + resources: ["*"] + verbs: + - create + - delete + - get + - list + - patch + - watch +- apiGroups: ["apps.openshift.io"] + resources: + - deploymentconfigs + verbs: + - get + - list + - patch + - watch +- apiGroups: ["project.openshift.io"] + resources: + - projects + verbs: + - get +- apiGroups: ["route.openshift.io"] + resources: + - routes + verbs: + - get +- apiGroups: ["monitoring.kiali.io"] + resources: + - monitoringdashboards + verbs: + - get + - list +- apiGroups: ["iter8.tools"] + resources: + - experiments + verbs: + - create + - delete + - get + - list + - patch + - watch +- apiGroups: ["authentication.k8s.io"] + resources: + - tokenreviews + verbs: + - create +... diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/rolebinding-controlplane.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/rolebinding-controlplane.yaml new file mode 100755 index 000000000..fcd8fd579 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/rolebinding-controlplane.yaml @@ -0,0 +1,17 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: {{ include "kiali-server.fullname" . }}-controlplane + namespace: {{ include "kiali-server.istio_namespace" . }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: kiali-controlplane +subjects: +- kind: ServiceAccount + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} +... diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/rolebinding.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/rolebinding.yaml new file mode 100755 index 000000000..1eaabd65f --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/rolebinding.yaml @@ -0,0 +1,20 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: {{ include "kiali-server.fullname" . }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + {{- if .Values.deployment.view_only_mode }} + name: {{ include "kiali-server.fullname" . }}-viewer + {{- else }} + name: {{ include "kiali-server.fullname" . }} + {{- end }} +subjects: +- kind: ServiceAccount + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} +... diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/route.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/route.yaml new file mode 100755 index 000000000..27940dc96 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/route.yaml @@ -0,0 +1,30 @@ +{{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} +{{- if .Values.deployment.ingress_enabled }} +# As of OpenShift 4.5, need to use --disable-openapi-validation when installing via Helm +--- +apiVersion: route.openshift.io/v1 +kind: Route +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} + {{- if hasKey .Values.deployment.override_ingress_yaml.metadata "annotations" }}} + annotations: + {{- toYaml .Values.deployment.override_ingress_yaml.metadata.annotations | nindent 4 }} + {{- end }} +spec: + {{- if hasKey .Values.deployment.override_ingress_yaml "spec" }} + {{- toYaml .Values.deployment.override_ingress_yaml.spec | nindent 2 }} + {{- else }} + tls: + termination: reencrypt + insecureEdgeTerminationPolicy: Redirect + to: + kind: Service + targetPort: {{ .Values.server.port }} + name: {{ include "kiali-server.fullname" . }} + {{- end }} +... +{{- end }} +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/service.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/service.yaml new file mode 100755 index 000000000..69dc395d1 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/service.yaml @@ -0,0 +1,40 @@ +--- +apiVersion: v1 +kind: Service +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} + annotations: + {{- if .Capabilities.APIVersions.Has "route.openshift.io/v1" }} + service.beta.openshift.io/serving-cert-secret-name: {{ include "kiali-server.fullname" . }}-cert-secret + {{- end }} + kiali.io/api-spec: https://kiali.io/api + kiali.io/api-type: rest + {{- if .Values.deployment.service_annotations }} + {{- toYaml .Values.deployment.service_annotations | nindent 4 }} + {{- end }} +spec: + {{- if .Values.deployment.service_type }} + type: {{ .Values.deployment.service_type }} + {{- end }} + ports: + {{- if (include "kiali-server.identity.cert_file" .) }} + - name: tcp + {{- else }} + - name: http + {{- end }} + protocol: TCP + port: {{ .Values.server.port }} + {{- if .Values.server.metrics_enabled }} + - name: http-metrics + protocol: TCP + port: {{ .Values.server.metrics_port }} + {{- end }} + selector: + {{- include "kiali-server.selectorLabels" . | nindent 4 }} + {{- if .Values.deployment.additional_service_yaml }} + {{- toYaml .Values.deployment.additional_service_yaml | nindent 2 }} + {{- end }} +... diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/serviceaccount.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/serviceaccount.yaml new file mode 100755 index 000000000..9151b6f6a --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/serviceaccount.yaml @@ -0,0 +1,9 @@ +--- +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ include "kiali-server.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +... diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/validate-install-crd.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/validate-install-crd.yaml new file mode 100755 index 000000000..b42eeb266 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/validate-install-crd.yaml @@ -0,0 +1,14 @@ +#{{- if gt (len (lookup "rbac.authorization.k8s.io/v1" "ClusterRole" "" "")) 0 -}} +# {{- $found := dict -}} +# {{- set $found "monitoring.kiali.io/v1alpha1/MonitoringDashboard" false -}} +# {{- range .Capabilities.APIVersions -}} +# {{- if hasKey $found (toString .) -}} +# {{- set $found (toString .) true -}} +# {{- end -}} +# {{- end -}} +# {{- range $_, $exists := $found -}} +# {{- if (eq $exists false) -}} +# {{- required "Required CRDs are missing. Please install the corresponding CRD chart before installing this chart." "" -}} +# {{- end -}} +# {{- end -}} +#{{- end -}} \ No newline at end of file diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/web-root-configmap.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/web-root-configmap.yaml new file mode 100755 index 000000000..970d4e4f5 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/templates/web-root-configmap.yaml @@ -0,0 +1,12 @@ +{{- if .Values.web_root_override }} +apiVersion: v1 +kind: ConfigMap +metadata: + name: kiali-console + namespace: {{ .Release.Namespace }} + labels: + {{- include "kiali-server.labels" . | nindent 4 }} +data: + env.js: | + window.WEB_ROOT='/k8s/clusters/{{ .Values.global.cattle.clusterId }}/api/v1/namespaces/{{ .Release.Namespace }}/services/http:kiali:20001/proxy/kiali'; +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/values.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/values.yaml new file mode 100755 index 000000000..39255bc38 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/kiali/values.yaml @@ -0,0 +1,93 @@ +nameOverride: "kiali" +fullnameOverride: "kiali" + +# This is required for "openshift" auth strategy. +# You have to know ahead of time what your Route URL will be because +# right now the helm chart can't figure this out at runtime (it would +# need to wait for the Kiali Route to be deployed and for OpenShift +# to start it up). If someone knows how to update this helm chart to +# do this, a PR would be welcome. +kiali_route_url: "" + +# rancher specific override that allows proxy access to kiali url +web_root_override: true + +# +# Settings that mimic the Kiali CR which are placed in the ConfigMap. +# Note that only those values used by the Helm Chart will be here. +# + +istio_namespace: "" # default is where Kiali is installed + +auth: + openid: {} + openshift: {} + strategy: "" + +deployment: + # This only limits what Kiali will attempt to see, but Kiali Service Account has permissions to see everything. + # For more control over what the Kial Service Account can see, use the Kiali Operator + accessible_namespaces: + - "**" + additional_service_yaml: {} + affinity: + node: {} + pod: {} + pod_anti: {} + custom_dashboards: + excludes: [''] + includes: ['*'] + hpa: + api_version: "autoscaling/v2beta2" + spec: {} + repository: rancher/mirrored-kiali-kiali + image_pull_policy: "Always" + image_pull_secrets: [] + tag: v1.29.0 + ingress_enabled: true + logger: + log_format: "text" + log_level: "info" + time_field_format: "2006-01-02T15:04:05Z07:00" + sampler_rate: "1" + node_selector: {} + override_ingress_yaml: + metadata: {} + pod_annotations: {} + pod_labels: {} + priority_class_name: "" + replicas: 1 + resources: {} + secret_name: "kiali" + service_annotations: {} + service_type: "" + tolerations: [] + version_label: v1.29.0 + view_only_mode: false + +external_services: + custom_dashboards: + enabled: true + +identity: {} + #cert_file: + #private_key_file: + +login_token: + signing_key: "" + +server: + port: 20001 + metrics_enabled: true + metrics_port: 9090 + web_root: "" + +# Common settings used among istio subcharts. +global: + # Specify rancher clusterId of external tracing config + # https://github.com/istio/istio.io/issues/4146#issuecomment-493543032 + cattle: + systemDefaultRegistry: "" + clusterId: + rbac: + pspEnabled: false diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/.helmignore b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/.helmignore new file mode 100755 index 000000000..0e8a0eb36 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/Chart.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/Chart.yaml new file mode 100755 index 000000000..6e368616d --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/Chart.yaml @@ -0,0 +1,12 @@ +annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: istio-system + catalog.rancher.io/release-name: rancher-tracing +apiVersion: v1 +appVersion: 1.20.0 +description: A quick start Jaeger Tracing installation using the all-in-one demo. + This is not production qualified. Refer to https://www.jaegertracing.io/ for details. +name: tracing +version: 1.20.1 diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/README.md b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/README.md new file mode 100755 index 000000000..25534c628 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/README.md @@ -0,0 +1,5 @@ +# Jaeger + +A Rancher chart based on the Jaeger all-in-one quick installation option. This chart will allow you to trace and monitor distributed microservices. + +> **Note:** The basic all-in-one Jaeger installation which is not qualified for production. Use the [Jaeger Tracing](https://www.jaegertracing.io) documentation to determine which installation you will need for your production needs. diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/_affinity.tpl b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/_affinity.tpl new file mode 100755 index 000000000..bf6a9aee5 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/_affinity.tpl @@ -0,0 +1,92 @@ +{{/* affinity - https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ */}} +{{- define "nodeAffinity" }} + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + {{- include "nodeAffinityRequiredDuringScheduling" . }} + preferredDuringSchedulingIgnoredDuringExecution: + {{- include "nodeAffinityPreferredDuringScheduling" . }} +{{- end }} + +{{- define "nodeAffinityRequiredDuringScheduling" }} + nodeSelectorTerms: + - matchExpressions: + - key: beta.kubernetes.io/arch + operator: In + values: + {{- range $key, $val := .Values.global.arch }} + {{- if gt ($val | int) 0 }} + - {{ $key | quote }} + {{- end }} + {{- end }} + {{- $nodeSelector := default .Values.global.defaultNodeSelector .Values.nodeSelector -}} + {{- range $key, $val := $nodeSelector }} + - key: {{ $key }} + operator: In + values: + - {{ $val | quote }} + {{- end }} +{{- end }} + +{{- define "nodeAffinityPreferredDuringScheduling" }} + {{- range $key, $val := .Values.global.arch }} + {{- if gt ($val | int) 0 }} + - weight: {{ $val | int }} + preference: + matchExpressions: + - key: beta.kubernetes.io/arch + operator: In + values: + - {{ $key | quote }} + {{- end }} + {{- end }} +{{- end }} + +{{- define "podAntiAffinity" }} +{{- if or .Values.podAntiAffinityLabelSelector .Values.podAntiAffinityTermLabelSelector}} + podAntiAffinity: + {{- if .Values.podAntiAffinityLabelSelector }} + requiredDuringSchedulingIgnoredDuringExecution: + {{- include "podAntiAffinityRequiredDuringScheduling" . }} + {{- end }} + {{- if or .Values.podAntiAffinityTermLabelSelector}} + preferredDuringSchedulingIgnoredDuringExecution: + {{- include "podAntiAffinityPreferredDuringScheduling" . }} + {{- end }} +{{- end }} +{{- end }} + +{{- define "podAntiAffinityRequiredDuringScheduling" }} + {{- range $index, $item := .Values.podAntiAffinityLabelSelector }} + - labelSelector: + matchExpressions: + - key: {{ $item.key }} + operator: {{ $item.operator }} + {{- if $item.values }} + values: + {{- $vals := split "," $item.values }} + {{- range $i, $v := $vals }} + - {{ $v | quote }} + {{- end }} + {{- end }} + topologyKey: {{ $item.topologyKey }} + {{- end }} +{{- end }} + +{{- define "podAntiAffinityPreferredDuringScheduling" }} + {{- range $index, $item := .Values.podAntiAffinityTermLabelSelector }} + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: {{ $item.key }} + operator: {{ $item.operator }} + {{- if $item.values }} + values: + {{- $vals := split "," $item.values }} + {{- range $i, $v := $vals }} + - {{ $v | quote }} + {{- end }} + {{- end }} + topologyKey: {{ $item.topologyKey }} + weight: 100 + {{- end }} +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/_helpers.tpl b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/_helpers.tpl new file mode 100755 index 000000000..56cfa7335 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/_helpers.tpl @@ -0,0 +1,32 @@ +{{- define "system_default_registry" -}} +{{- if .Values.global.cattle.systemDefaultRegistry -}} +{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}} +{{- else -}} +{{- "" -}} +{{- end -}} +{{- end -}} + +{{/* +Expand the name of the chart. +*/}} +{{- define "tracing.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "tracing.fullname" -}} +{{- if .Values.fullnameOverride -}} +{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- $name := default .Chart.Name .Values.nameOverride -}} +{{- if contains $name .Release.Name -}} +{{- .Release.Name | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} +{{- end -}} +{{- end -}} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/deployment.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/deployment.yaml new file mode 100755 index 000000000..25bb67fd3 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/deployment.yaml @@ -0,0 +1,86 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + selector: + matchLabels: + app: {{ .Values.provider }} + template: + metadata: + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} + annotations: + sidecar.istio.io/inject: "false" + prometheus.io/scrape: "true" + prometheus.io/port: "14269" +{{- if .Values.jaeger.podAnnotations }} +{{ toYaml .Values.jaeger.podAnnotations | indent 8 }} +{{- end }} + spec: + containers: + - name: jaeger + image: "{{ template "system_default_registry" . }}{{ .Values.jaeger.repository }}:{{ .Values.jaeger.tag }}" + imagePullPolicy: {{ .Values.global.imagePullPolicy }} + env: + {{- if eq .Values.jaeger.spanStorageType "badger" }} + - name: BADGER_EPHEMERAL + value: "false" + - name: SPAN_STORAGE_TYPE + value: "badger" + - name: BADGER_DIRECTORY_VALUE + value: "/badger/data" + - name: BADGER_DIRECTORY_KEY + value: "/badger/key" + {{- end }} + - name: COLLECTOR_ZIPKIN_HTTP_PORT + value: "9411" + - name: MEMORY_MAX_TRACES + value: "{{ .Values.jaeger.memory.max_traces }}" + - name: QUERY_BASE_PATH + value: {{ if .Values.contextPath }} {{ .Values.contextPath }} {{ else }} /{{ .Values.provider }} {{ end }} + livenessProbe: + httpGet: + path: / + port: 14269 + readinessProbe: + httpGet: + path: / + port: 14269 +{{- if eq .Values.jaeger.spanStorageType "badger" }} + volumeMounts: + - name: data + mountPath: /badger +{{- end }} + resources: +{{- if .Values.jaeger.resources }} +{{ toYaml .Values.jaeger.resources | indent 12 }} +{{- else }} +{{ toYaml .Values.global.defaultResources | indent 12 }} +{{- end }} + affinity: + {{- include "nodeAffinity" . | indent 6 }} + {{- include "podAntiAffinity" . | indent 6 }} + {{- if .Values.global.rbac.pspEnabled }} + securityContext: + runAsNonRoot: true + runAsUser: 1000 + serviceAccountName: {{ include "tracing.fullname" . }} + {{- end }} +{{- if eq .Values.jaeger.spanStorageType "badger" }} + volumes: + - name: data +{{- if .Values.jaeger.persistentVolumeClaim.enabled }} + persistentVolumeClaim: + claimName: istio-jaeger-pvc +{{- else }} + emptyDir: {} +{{- end }} +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/psp.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/psp.yaml new file mode 100755 index 000000000..44b230492 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/psp.yaml @@ -0,0 +1,86 @@ +{{- if .Values.global.rbac.pspEnabled }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: {{ include "tracing.fullname" . }} +subjects: + - kind: ServiceAccount + name: {{ include "tracing.fullname" . }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +rules: +- apiGroups: + - policy + resourceNames: + - {{ include "tracing.fullname" . }} + resources: + - podsecuritypolicies + verbs: + - use +--- +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + allowPrivilegeEscalation: false + forbiddenSysctls: + - '*' + fsGroup: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + requiredDropCapabilities: + - ALL + runAsUser: + rule: MustRunAsNonRoot + runAsGroup: + rule: MustRunAs + ranges: + - min: 1 + max: 65535 + seLinux: + rule: RunAsAny + supplementalGroups: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + volumes: + - emptyDir + - secret + - persistentVolumeClaim +{{- end }} \ No newline at end of file diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/pvc.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/pvc.yaml new file mode 100755 index 000000000..9b4c55e4f --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/pvc.yaml @@ -0,0 +1,16 @@ +{{- if .Values.jaeger.persistentVolumeClaim.enabled }} +kind: PersistentVolumeClaim +apiVersion: v1 +metadata: + name: istio-jaeger-pvc + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} +spec: + storageClassName: {{ .Values.jaeger.storageClassName }} + accessModes: + - {{ .Values.jaeger.accessMode }} + resources: + requests: + storage: {{.Values.jaeger.persistentVolumeClaim.storage }} +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/service.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/service.yaml new file mode 100755 index 000000000..4210a9b5f --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/templates/service.yaml @@ -0,0 +1,63 @@ +apiVersion: v1 +kind: Service +metadata: + name: tracing + namespace: {{ .Release.Namespace }} + annotations: + {{- range $key, $val := .Values.service.annotations }} + {{ $key }}: {{ $val | quote }} + {{- end }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + type: {{ .Values.service.type }} + ports: + - name: {{ .Values.service.name }} + port: {{ .Values.service.externalPort }} + protocol: TCP + targetPort: 16686 + selector: + app: {{ .Values.provider }} +--- +# Jaeger implements the Zipkin API. To support swapping out the tracing backend, we use a Service named Zipkin. +apiVersion: v1 +kind: Service +metadata: + name: zipkin + namespace: {{ .Release.Namespace }} + labels: + name: zipkin + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + ports: + - name: {{ .Values.service.name }} + port: {{ .Values.zipkin.queryPort }} + targetPort: {{ .Values.zipkin.queryPort }} + selector: + app: {{ .Values.provider }} +--- +apiVersion: v1 +kind: Service +metadata: + name: jaeger-collector + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + type: ClusterIP + ports: + - name: jaeger-collector-http + port: 14268 + targetPort: 14268 + protocol: TCP + - name: jaeger-collector-grpc + port: 14250 + targetPort: 14250 + protocol: TCP + selector: + app: {{ .Values.provider }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/values.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/values.yaml new file mode 100755 index 000000000..18ff81c3c --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/charts/tracing/values.yaml @@ -0,0 +1,44 @@ +provider: jaeger +contextPath: "" +nodeSelector: {} +podAntiAffinityLabelSelector: [] +podAntiAffinityTermLabelSelector: [] +nameOverride: "" +fullnameOverride: "" + +global: + cattle: + systemDefaultRegistry: "" + defaultResources: {} + imagePullPolicy: IfNotPresent + imagePullSecrets: [] + arch: + amd64: 2 + s390x: 2 + ppc64le: 2 + defaultNodeSelector: {} + rbac: + pspEnabled: false + +jaeger: + repository: rancher/mirrored-jaegertracing-all-in-one + tag: 1.20.0 + # spanStorageType value can be "memory" and "badger" for all-in-one image + spanStorageType: badger + resources: + requests: + cpu: 10m + persistentVolumeClaim: + enabled: false + storage: 5Gi + storageClassName: "" + accessMode: ReadWriteMany + memory: + max_traces: 50000 +zipkin: + queryPort: 9411 +service: + annotations: {} + name: http-query + type: ClusterIP + externalPort: 16686 diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/configs/istio-base.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/configs/istio-base.yaml new file mode 100755 index 000000000..7ff972e2d --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/configs/istio-base.yaml @@ -0,0 +1,89 @@ +apiVersion: install.istio.io/v1alpha1 +kind: IstioOperator +spec: + addonComponents: + istiocoredns: + enabled: {{ .Values.istiocoredns.enabled }} + components: + base: + enabled: {{ .Values.base.enabled }} + cni: + enabled: {{ .Values.cni.enabled }} + egressGateways: + - enabled: {{ .Values.egressGateways.enabled }} + name: istio-egressgateway + ingressGateways: + - enabled: {{ .Values.ingressGateways.enabled }} + name: istio-ingressgateway + k8s: + service: + ports: + - name: status-port + port: 15021 + targetPort: 15021 + - name: http2 + port: 80 + targetPort: 8080 + nodePort: 31380 + - name: https + port: 443 + targetPort: 8443 + nodePort: 31390 + - name: tcp + port: 31400 + targetPort: 31400 + nodePort: 31400 + - name: tls + port: 15443 + targetPort: 15443 + istiodRemote: + enabled: {{ .Values.istiodRemote.enabled }} + pilot: + enabled: {{ .Values.pilot.enabled }} + hub: {{ .Values.systemDefaultRegistry | default "docker.io" }} + profile: default + tag: {{ .Values.tag }} + revision: {{ .Values.revision }} + meshConfig: + defaultConfig: + proxyMetadata: + {{- if .Values.dns.enabled }} + ISTIO_META_DNS_CAPTURE: "true" + {{- end }} + values: + gateways: + istio-egressgateway: + name: istio-egressgateway + type: {{ .Values.egressGateways.type }} + istio-ingressgateway: + name: istio-ingressgateway + type: {{ .Values.ingressGateways.type }} + global: + istioNamespace: {{ template "istio.namespace" . }} + proxy: + image: {{ template "system_default_registry" . }}{{ .Values.global.proxy.repository }}:{{ .Values.global.proxy.tag }} + proxy_init: + image: {{ template "system_default_registry" . }}{{ .Values.global.proxy_init.repository }}:{{ .Values.global.proxy_init.tag }} + {{- if .Values.global.defaultPodDisruptionBudget.enabled }} + defaultPodDisruptionBudget: + enabled: {{ .Values.global.defaultPodDisruptionBudget.enabled }} + {{- end }} + istiocoredns: + coreDNSImage: {{ template "system_default_registry" . }}{{ .Values.istiocoredns.image.repository }} + coreDNSPluginImage: {{ template "system_default_registry" . }}{{ .Values.istiocoredns.pluginImage.repository }}:{{ .Values.istiocoredns.pluginImage.tag }} + coreDNSTag: {{ .Values.istiocoredns.image.tag }} + {{- if .Values.pilot.enabled }} + pilot: + image: {{ template "system_default_registry" . }}{{ .Values.pilot.repository }}:{{ .Values.pilot.tag }} + {{- end }} + telemetry: + enabled: {{ .Values.telemetry.enabled }} + v2: + enabled: {{ .Values.telemetry.v2.enabled }} + {{- if .Values.cni.enabled }} + cni: + image: {{ template "system_default_registry" . }}{{ .Values.cni.repository }}:{{ .Values.cni.tag }} + excludeNamespaces: + {{- toYaml .Values.cni.excludeNamespaces | nindent 8 }} + logLevel: {{ .Values.cni.logLevel }} + {{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/requirements.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/requirements.yaml new file mode 100755 index 000000000..b60745780 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/requirements.yaml @@ -0,0 +1,17 @@ +dependencies: +- name: kiali + version: "" + repository: file://./charts/kiali + condition: kiali.enabled + tags: [] + enabled: false + importvalues: [] + alias: "" +- name: tracing + version: "" + repository: file://./charts/tracing + condition: tracing.enabled + tags: [] + enabled: false + importvalues: [] + alias: "" diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/samples/overlay-example.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/samples/overlay-example.yaml new file mode 100755 index 000000000..5cf3cf3b0 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/samples/overlay-example.yaml @@ -0,0 +1,37 @@ +apiVersion: install.istio.io/v1alpha1 +kind: IstioOperator +spec: + components: + ingressGateways: + - enabled: true + name: ilb-gateway + namespace: user-ingressgateway-ns + k8s: + resources: + requests: + cpu: 200m + service: + ports: + - name: tcp-citadel-grpc-tls + port: 8060 + targetPort: 8060 + - name: tcp-dns + port: 5353 + serviceAnnotations: + cloud.google.com/load-balancer-type: internal + - enabled: true + name: other-gateway + namespace: cattle-istio-system + k8s: + resources: + requests: + cpu: 200m + service: + ports: + - name: tcp-citadel-grpc-tls + port: 8060 + targetPort: 8060 + - name: tcp-dns + port: 5353 + serviceAnnotations: + cloud.google.com/load-balancer-type: internal diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/_helpers.tpl b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/_helpers.tpl new file mode 100755 index 000000000..3f7af953a --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/_helpers.tpl @@ -0,0 +1,12 @@ +{{/* Ensure namespace is set the same everywhere */}} +{{- define "istio.namespace" -}} + {{- .Release.Namespace | default "istio-system" -}} +{{- end -}} + +{{- define "system_default_registry" -}} +{{- if .Values.global.cattle.systemDefaultRegistry -}} +{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}} +{{- else -}} +{{- "" -}} +{{- end -}} +{{- end -}} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/admin-role.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/admin-role.yaml new file mode 100755 index 000000000..ad1313c4f --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/admin-role.yaml @@ -0,0 +1,43 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + rbac.authorization.k8s.io/aggregate-to-admin: "true" + name: istio-admin + namespace: {{ template "istio.namespace" . }} +rules: + - apiGroups: + - config.istio.io + resources: + - adapters + - attributemanifests + - handlers + - httpapispecbindings + - httpapispecs + - instances + - quotaspecbindings + - quotaspecs + - rules + - templates + verbs: ["get", "watch", "list"] + - apiGroups: + - networking.istio.io + resources: + - destinationrules + - envoyfilters + - gateways + - serviceentries + - sidecars + - virtualservices + - workloadentries + verbs: + - '*' + - apiGroups: + - security.istio.io + resources: + - authorizationpolicies + - peerauthentications + - requestauthentications + verbs: + - '*' diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/base-config-map.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/base-config-map.yaml new file mode 100755 index 000000000..5323917bc --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/base-config-map.yaml @@ -0,0 +1,7 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: istio-installer-base + namespace: {{ template "istio.namespace" . }} +data: +{{ tpl (.Files.Glob "configs/*").AsConfig . | indent 2 }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/clusterrole.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/clusterrole.yaml new file mode 100755 index 000000000..a93b3df95 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/clusterrole.yaml @@ -0,0 +1,120 @@ +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: istio-installer +rules: +# istio groups +- apiGroups: + - authentication.istio.io + resources: + - '*' + verbs: + - '*' +- apiGroups: + - config.istio.io + resources: + - '*' + verbs: + - '*' +- apiGroups: + - install.istio.io + resources: + - '*' + verbs: + - '*' +- apiGroups: + - networking.istio.io + resources: + - '*' + verbs: + - '*' +- apiGroups: + - rbac.istio.io + resources: + - '*' + verbs: + - '*' +- apiGroups: + - security.istio.io + resources: + - '*' + verbs: + - '*' +# k8s groups +- apiGroups: + - admissionregistration.k8s.io + resources: + - mutatingwebhookconfigurations + - validatingwebhookconfigurations + verbs: + - '*' +- apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions.apiextensions.k8s.io + - customresourcedefinitions + verbs: + - '*' +- apiGroups: + - apps + - extensions + resources: + - daemonsets + - deployments + - deployments/finalizers + - ingresses + - replicasets + - statefulsets + verbs: + - '*' +- apiGroups: + - autoscaling + resources: + - horizontalpodautoscalers + verbs: + - '*' +- apiGroups: + - monitoring.coreos.com + resources: + - servicemonitors + verbs: + - get + - create +- apiGroups: + - policy + resources: + - poddisruptionbudgets + verbs: + - '*' +- apiGroups: + - rbac.authorization.k8s.io + resources: + - clusterrolebindings + - clusterroles + - roles + - rolebindings + verbs: + - '*' +- apiGroups: + - "" + resources: + - configmaps + - endpoints + - events + - namespaces + - pods + - pods/exec + - persistentvolumeclaims + - secrets + - services + - serviceaccounts + verbs: + - '*' +- apiGroups: + - policy + resourceNames: + - istio-installer + resources: + - podsecuritypolicies + verbs: + - use diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/clusterrolebinding.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/clusterrolebinding.yaml new file mode 100755 index 000000000..9d74a0434 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/clusterrolebinding.yaml @@ -0,0 +1,12 @@ +kind: ClusterRoleBinding +apiVersion: rbac.authorization.k8s.io/v1 +metadata: + name: istio-installer +subjects: +- kind: ServiceAccount + name: istio-installer + namespace: {{ template "istio.namespace" . }} +roleRef: + kind: ClusterRole + name: istio-installer + apiGroup: rbac.authorization.k8s.io diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/edit-role.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/edit-role.yaml new file mode 100755 index 000000000..d1059d58d --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/edit-role.yaml @@ -0,0 +1,43 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + rbac.authorization.k8s.io/aggregate-to-edit: "true" + namespace: {{ template "istio.namespace" . }} + name: istio-edit +rules: + - apiGroups: + - config.istio.io + resources: + - adapters + - attributemanifests + - handlers + - httpapispecbindings + - httpapispecs + - instances + - quotaspecbindings + - quotaspecs + - rules + - templates + verbs: ["get", "watch", "list"] + - apiGroups: + - networking.istio.io + resources: + - destinationrules + - envoyfilters + - gateways + - serviceentries + - sidecars + - virtualservices + - workloadentries + verbs: + - '*' + - apiGroups: + - security.istio.io + resources: + - authorizationpolicies + - peerauthentications + - requestauthentications + verbs: + - '*' diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-cni-psp.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-cni-psp.yaml new file mode 100755 index 000000000..5b94c8503 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-cni-psp.yaml @@ -0,0 +1,51 @@ +{{- if .Values.global.rbac.pspEnabled }} +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: psp-istio-cni + namespace: {{ template "istio.namespace" . }} +spec: + allowPrivilegeEscalation: true + fsGroup: + rule: RunAsAny + hostNetwork: true + runAsUser: + rule: RunAsAny + seLinux: + rule: RunAsAny + supplementalGroups: + rule: RunAsAny + volumes: + - secret + - configMap + - emptyDir + - hostPath +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: psp-istio-cni + namespace: {{ template "istio.namespace" . }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: psp-istio-cni +subjects: + - kind: ServiceAccount + name: istio-cni +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: psp-istio-cni + namespace: {{ template "istio.namespace" . }} +rules: +- apiGroups: + - policy + resourceNames: + - psp-istio-cni + resources: + - podsecuritypolicies + verbs: + - use +{{- end }} \ No newline at end of file diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-install-job.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-install-job.yaml new file mode 100755 index 000000000..9a13f5698 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-install-job.yaml @@ -0,0 +1,50 @@ +apiVersion: batch/v1 +kind: Job +metadata: + name: istioctl-installer + namespace: {{ template "istio.namespace" . }} + annotations: + "helm.sh/hook": post-install,post-upgrade + "helm.sh/hook-weight": "-5" + "helm.sh/hook-delete-policy": before-hook-creation,hook-succeeded +spec: + backoffLimit: 1 + template: + spec: + containers: + - name: istioctl-installer + image: {{ template "system_default_registry" . }}{{ .Values.installer.repository }}:{{ .Values.installer.tag }} + env: + - name: RELEASE_NAME + value: {{ .Release.Name }} + - name: ISTIO_NAMESPACE + value: {{ template "istio.namespace" . }} + - name: FORCE_INSTALL + value: {{ .Values.forceInstall | default "false" | quote }} + command: ["/bin/sh","-c"] + args: ["/usr/local/app/scripts/run.sh"] + volumeMounts: + - name: config-volume + mountPath: /app/istio-base.yaml + subPath: istio-base.yaml + {{- if .Values.overlayFile }} + - name: overlay-volume + mountPath: /app/overlay-config.yaml + subPath: overlay-config.yaml + {{- end }} + volumes: + - name: config-volume + configMap: + name: istio-installer-base + {{- if .Values.overlayFile }} + - name: overlay-volume + configMap: + name: istio-installer-overlay + {{- end }} + serviceAccountName: istio-installer + {{- if .Values.global.rbac.pspEnabled }} + securityContext: + runAsUser: 101 + runAsGroup: 101 + {{- end }} + restartPolicy: Never diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-install-psp.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-install-psp.yaml new file mode 100755 index 000000000..f0b5ee565 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-install-psp.yaml @@ -0,0 +1,30 @@ +{{- if .Values.global.rbac.pspEnabled }} +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: istio-installer + namespace: {{ template "istio.namespace" . }} +spec: + privileged: false + hostNetwork: false + hostIPC: false + hostPID: false + runAsUser: + rule: 'MustRunAsNonRoot' + seLinux: + rule: 'RunAsAny' + supplementalGroups: + rule: 'MustRunAs' + ranges: + - min: 1 + max: 65535 + fsGroup: + rule: 'MustRunAs' + ranges: + - min: 1 + max: 65535 + readOnlyRootFilesystem: false + volumes: + - 'configMap' + - 'secret' +{{- end }} \ No newline at end of file diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-psp.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-psp.yaml new file mode 100755 index 000000000..b3758b74f --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-psp.yaml @@ -0,0 +1,81 @@ +{{- if .Values.global.rbac.pspEnabled }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: istio-psp + namespace: {{ template "istio.namespace" . }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: istio-psp +subjects: + - kind: ServiceAccount + name: istio-egressgateway-service-account + - kind: ServiceAccount + name: istio-ingressgateway-service-account + - kind: ServiceAccount + name: istio-mixer-service-account + - kind: ServiceAccount + name: istio-operator-authproxy + - kind: ServiceAccount + name: istiod-service-account + - kind: ServiceAccount + name: istio-sidecar-injector-service-account + - kind: ServiceAccount + name: istiocoredns-service-account + - kind: ServiceAccount + name: default +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: istio-psp + namespace: {{ template "istio.namespace" . }} +rules: +- apiGroups: + - policy + resourceNames: + - istio-psp + resources: + - podsecuritypolicies + verbs: + - use +--- +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: istio-psp + namespace: {{ template "istio.namespace" . }} +spec: + allowPrivilegeEscalation: false + forbiddenSysctls: + - '*' + fsGroup: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + requiredDropCapabilities: + - ALL + runAsUser: + rule: MustRunAsNonRoot + runAsGroup: + rule: MustRunAs + ranges: + - min: 1 + max: 65535 + seLinux: + rule: RunAsAny + supplementalGroups: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + volumes: + - configMap + - emptyDir + - projected + - secret + - downwardAPI + - persistentVolumeClaim +{{- end }} \ No newline at end of file diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-uninstall-job.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-uninstall-job.yaml new file mode 100755 index 000000000..a7f156325 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/istio-uninstall-job.yaml @@ -0,0 +1,45 @@ +apiVersion: batch/v1 +kind: Job +metadata: + name: istioctl-uninstaller + namespace: {{ template "istio.namespace" . }} + annotations: + "helm.sh/hook": pre-delete + "helm.sh/hook-weight": "-5" + "helm.sh/hook-delete-policy": hook-succeeded +spec: + template: + spec: + containers: + - name: istioctl-uninstaller + image: {{ template "system_default_registry" . }}{{ .Values.installer.repository }}:{{ .Values.installer.tag }} + env: + - name: RELEASE_NAME + value: {{ .Release.Name }} + - name: ISTIO_NAMESPACE + value: {{ template "istio.namespace" . }} + command: ["/bin/sh","-c"] + args: ["/usr/local/app/scripts/uninstall_istio_system.sh"] + volumeMounts: + - name: config-volume + mountPath: /app/istio-base.yaml + subPath: istio-base.yaml + {{- if .Values.overlayFile }} + - name: overlay-volume + mountPath: /app/overlay-config.yaml + subPath: overlay-config.yaml + {{ end }} + volumes: + - name: config-volume + configMap: + name: istio-installer-base + {{- if .Values.overlayFile }} + - name: overlay-volume + configMap: + name: istio-installer-overlay + {{ end }} + serviceAccountName: istio-installer + securityContext: + runAsUser: 101 + runAsGroup: 101 + restartPolicy: OnFailure diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/overlay-config-map.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/overlay-config-map.yaml new file mode 100755 index 000000000..287d26b2c --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/overlay-config-map.yaml @@ -0,0 +1,9 @@ +{{- if .Values.overlayFile }} +apiVersion: v1 +kind: ConfigMap +metadata: + name: istio-installer-overlay + namespace: {{ template "istio.namespace" . }} +data: + overlay-config.yaml: {{ toYaml .Values.overlayFile | indent 2 }} +{{- end }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/service-monitors.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/service-monitors.yaml new file mode 100755 index 000000000..c3d60c4fc --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/service-monitors.yaml @@ -0,0 +1,51 @@ +{{- if .Values.kiali.enabled }} +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + name: envoy-stats-monitor + namespace: {{ template "istio.namespace" . }} + labels: + monitoring: istio-proxies +spec: + selector: + matchExpressions: + - {key: istio-prometheus-ignore, operator: DoesNotExist} + namespaceSelector: + any: true + jobLabel: envoy-stats + endpoints: + - path: /stats/prometheus + targetPort: 15090 + interval: 15s + relabelings: + - sourceLabels: [__meta_kubernetes_pod_container_port_name] + action: keep + regex: '.*-envoy-prom' + - action: labeldrop + regex: "__meta_kubernetes_pod_label_(.+)" + - sourceLabels: [__meta_kubernetes_namespace] + action: replace + targetLabel: namespace + - sourceLabels: [__meta_kubernetes_pod_name] + action: replace + targetLabel: pod_name +--- +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + name: istio-component-monitor + namespace: {{ template "istio.namespace" . }} + labels: + monitoring: istio-components +spec: + jobLabel: istio + targetLabels: [app] + selector: + matchExpressions: + - {key: istio, operator: In, values: [pilot]} + namespaceSelector: + any: true + endpoints: + - port: http-monitoring + interval: 15s +{{- end -}} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/serviceaccount.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/serviceaccount.yaml new file mode 100755 index 000000000..82b6cbb7e --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/serviceaccount.yaml @@ -0,0 +1,5 @@ +apiVersion: v1 +kind: ServiceAccount +metadata: + name: istio-installer + namespace: {{ template "istio.namespace" . }} diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/view-role.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/view-role.yaml new file mode 100755 index 000000000..5947d3eba --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/templates/view-role.yaml @@ -0,0 +1,41 @@ +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + labels: + rbac.authorization.k8s.io/aggregate-to-view: "true" + namespace: {{ template "istio.namespace" . }} + name: istio-view +rules: + - apiGroups: + - config.istio.io + resources: + - adapters + - attributemanifests + - handlers + - httpapispecbindings + - httpapispecs + - instances + - quotaspecbindings + - quotaspecs + - rules + - templates + verbs: ["get", "watch", "list"] + - apiGroups: + - networking.istio.io + resources: + - destinationrules + - envoyfilters + - gateways + - serviceentries + - sidecars + - virtualservices + - workloadentries + verbs: ["get", "watch", "list"] + - apiGroups: + - security.istio.io + resources: + - authorizationpolicies + - peerauthentications + - requestauthentications + verbs: ["get", "watch", "list"] diff --git a/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/values.yaml b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/values.yaml new file mode 100755 index 000000000..59ed1e9e6 --- /dev/null +++ b/charts/rancher-istio-1.9/rancher-istio/1.9.200-rc01/values.yaml @@ -0,0 +1,95 @@ +overlayFile: "" +tag: 1.9.2 +##Setting forceInstall: true will remove the check for istio version < 1.6.x and will not analyze your install cluster prior to install +forceInstall: false + +installer: + repository: rancher/istio-installer + tag: 1.9.2-rancher1 + +##Deprecated as of 1.8, native support provided by enabling `dns.enabled=true` +istiocoredns: + enabled: false + image: + repository: rancher/mirrored-coredns-coredns + tag: 1.6.2 + pluginImage: + repository: rancher/mirrored-istio-coredns-plugin + tag: 0.2-istio-1.1 + +##Native support for dns added in 1.8 +dns: + enabled: false + +base: + enabled: true + +cni: + enabled: false + repository: rancher/mirrored-istio-install-cni + tag: 1.9.2 + logLevel: info + excludeNamespaces: + - istio-system + - kube-system + +egressGateways: + enabled: false + type: NodePort + +ingressGateways: + enabled: true + type: NodePort + +istiodRemote: + enabled: false + +pilot: + enabled: true + repository: rancher/mirrored-istio-pilot + tag: 1.9.2 + +telemetry: + enabled: true + v2: + enabled: true + +global: + cattle: + systemDefaultRegistry: "" + proxy: + repository: rancher/mirrored-istio-proxyv2 + tag: 1.9.2 + proxy_init: + repository: rancher/mirrored-istio-proxyv2 + tag: 1.9.2 + defaultPodDisruptionBudget: + enabled: true + rbac: + pspEnabled: false + +# Kiali subchart from rancher-kiali-server +kiali: + enabled: true + auth: + strategy: anonymous + deployment: + ingress_enabled: false + repository: rancher/mirrored-kiali-kiali + tag: v1.29.0 + external_services: + prometheus: + custom_metrics_url: "http://rancher-monitoring-prometheus.cattle-monitoring-system.svc:9090" + url: "http://rancher-monitoring-prometheus.cattle-monitoring-system.svc:9090" + tracing: + in_cluster_url: "http://tracing.istio-system.svc:16686/jaeger" + grafana: + in_cluster_url: "http://rancher-monitoring-grafana.cattle-monitoring-system.svc:80" + url: "http://rancher-monitoring-grafana.cattle-monitoring-system.svc:80" + +tracing: + enabled: false + contextPath: "/jaeger" + jaeger: + repository: rancher/mirrored-jaegertracing-all-in-one + tag: 1.20.0 diff --git a/charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/Chart.yaml b/charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/Chart.yaml new file mode 100755 index 000000000..b82e14f27 --- /dev/null +++ b/charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/Chart.yaml @@ -0,0 +1,7 @@ +annotations: + catalog.cattle.io/hidden: "true" +apiVersion: v2 +description: Installs the CRDs for rancher-kiali-server. +name: rancher-kiali-server-crd +type: application +version: 1.29.100-rc01 diff --git a/charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/README.md b/charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/README.md new file mode 100755 index 000000000..3847c18a1 --- /dev/null +++ b/charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/README.md @@ -0,0 +1,2 @@ +# rancher-kiali-server-crd +A Rancher chart that installs the CRDs used by rancher-kiali-server. diff --git a/charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/templates/crds.yaml b/charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/templates/crds.yaml new file mode 100755 index 000000000..d14366ad5 --- /dev/null +++ b/charts/rancher-kiali-server/rancher-kiali-server-crd/1.29.100-rc01/templates/crds.yaml @@ -0,0 +1,18 @@ +--- +apiVersion: apiextensions.k8s.io/v1beta1 +kind: CustomResourceDefinition +metadata: + name: monitoringdashboards.monitoring.kiali.io +spec: + group: monitoring.kiali.io + names: + kind: MonitoringDashboard + listKind: MonitoringDashboardList + plural: monitoringdashboards + singular: monitoringdashboard + scope: Namespaced + versions: + - name: v1alpha1 + served: true + storage: true +... diff --git a/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/.helmignore b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/.helmignore new file mode 100755 index 000000000..0e8a0eb36 --- /dev/null +++ b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/.helmignore @@ -0,0 +1,23 @@ +# Patterns to ignore when building packages. +# This supports shell glob matching, relative path matching, and +# negation (prefixed with !). Only one pattern per line. +.DS_Store +# Common VCS dirs +.git/ +.gitignore +.bzr/ +.bzrignore +.hg/ +.hgignore +.svn/ +# Common backup files +*.swp +*.bak +*.tmp +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/Chart.yaml b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/Chart.yaml new file mode 100755 index 000000000..36114dc8a --- /dev/null +++ b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/Chart.yaml @@ -0,0 +1,12 @@ +annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: istio-system + catalog.rancher.io/release-name: rancher-tracing +apiVersion: v1 +appVersion: 1.20.0 +description: A quick start Jaeger Tracing installation using the all-in-one demo. + This is not production qualified. Refer to https://www.jaegertracing.io/ for details. +name: rancher-tracing +version: 1.20.100-rc01 diff --git a/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/README.md b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/README.md new file mode 100755 index 000000000..25534c628 --- /dev/null +++ b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/README.md @@ -0,0 +1,5 @@ +# Jaeger + +A Rancher chart based on the Jaeger all-in-one quick installation option. This chart will allow you to trace and monitor distributed microservices. + +> **Note:** The basic all-in-one Jaeger installation which is not qualified for production. Use the [Jaeger Tracing](https://www.jaegertracing.io) documentation to determine which installation you will need for your production needs. diff --git a/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/_affinity.tpl b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/_affinity.tpl new file mode 100755 index 000000000..bf6a9aee5 --- /dev/null +++ b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/_affinity.tpl @@ -0,0 +1,92 @@ +{{/* affinity - https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ */}} +{{- define "nodeAffinity" }} + nodeAffinity: + requiredDuringSchedulingIgnoredDuringExecution: + {{- include "nodeAffinityRequiredDuringScheduling" . }} + preferredDuringSchedulingIgnoredDuringExecution: + {{- include "nodeAffinityPreferredDuringScheduling" . }} +{{- end }} + +{{- define "nodeAffinityRequiredDuringScheduling" }} + nodeSelectorTerms: + - matchExpressions: + - key: beta.kubernetes.io/arch + operator: In + values: + {{- range $key, $val := .Values.global.arch }} + {{- if gt ($val | int) 0 }} + - {{ $key | quote }} + {{- end }} + {{- end }} + {{- $nodeSelector := default .Values.global.defaultNodeSelector .Values.nodeSelector -}} + {{- range $key, $val := $nodeSelector }} + - key: {{ $key }} + operator: In + values: + - {{ $val | quote }} + {{- end }} +{{- end }} + +{{- define "nodeAffinityPreferredDuringScheduling" }} + {{- range $key, $val := .Values.global.arch }} + {{- if gt ($val | int) 0 }} + - weight: {{ $val | int }} + preference: + matchExpressions: + - key: beta.kubernetes.io/arch + operator: In + values: + - {{ $key | quote }} + {{- end }} + {{- end }} +{{- end }} + +{{- define "podAntiAffinity" }} +{{- if or .Values.podAntiAffinityLabelSelector .Values.podAntiAffinityTermLabelSelector}} + podAntiAffinity: + {{- if .Values.podAntiAffinityLabelSelector }} + requiredDuringSchedulingIgnoredDuringExecution: + {{- include "podAntiAffinityRequiredDuringScheduling" . }} + {{- end }} + {{- if or .Values.podAntiAffinityTermLabelSelector}} + preferredDuringSchedulingIgnoredDuringExecution: + {{- include "podAntiAffinityPreferredDuringScheduling" . }} + {{- end }} +{{- end }} +{{- end }} + +{{- define "podAntiAffinityRequiredDuringScheduling" }} + {{- range $index, $item := .Values.podAntiAffinityLabelSelector }} + - labelSelector: + matchExpressions: + - key: {{ $item.key }} + operator: {{ $item.operator }} + {{- if $item.values }} + values: + {{- $vals := split "," $item.values }} + {{- range $i, $v := $vals }} + - {{ $v | quote }} + {{- end }} + {{- end }} + topologyKey: {{ $item.topologyKey }} + {{- end }} +{{- end }} + +{{- define "podAntiAffinityPreferredDuringScheduling" }} + {{- range $index, $item := .Values.podAntiAffinityTermLabelSelector }} + - podAffinityTerm: + labelSelector: + matchExpressions: + - key: {{ $item.key }} + operator: {{ $item.operator }} + {{- if $item.values }} + values: + {{- $vals := split "," $item.values }} + {{- range $i, $v := $vals }} + - {{ $v | quote }} + {{- end }} + {{- end }} + topologyKey: {{ $item.topologyKey }} + weight: 100 + {{- end }} +{{- end }} diff --git a/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/_helpers.tpl b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/_helpers.tpl new file mode 100755 index 000000000..56cfa7335 --- /dev/null +++ b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/_helpers.tpl @@ -0,0 +1,32 @@ +{{- define "system_default_registry" -}} +{{- if .Values.global.cattle.systemDefaultRegistry -}} +{{- printf "%s/" .Values.global.cattle.systemDefaultRegistry -}} +{{- else -}} +{{- "" -}} +{{- end -}} +{{- end -}} + +{{/* +Expand the name of the chart. +*/}} +{{- define "tracing.name" -}} +{{- default .Chart.Name .Values.nameOverride | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{/* +Create a default fully qualified app name. +We truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). +If release name contains chart name it will be used as a full name. +*/}} +{{- define "tracing.fullname" -}} +{{- if .Values.fullnameOverride -}} +{{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- $name := default .Chart.Name .Values.nameOverride -}} +{{- if contains $name .Release.Name -}} +{{- .Release.Name | trunc 63 | trimSuffix "-" -}} +{{- else -}} +{{- printf "%s-%s" .Release.Name $name | trunc 63 | trimSuffix "-" -}} +{{- end -}} +{{- end -}} +{{- end -}} diff --git a/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/deployment.yaml b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/deployment.yaml new file mode 100755 index 000000000..25bb67fd3 --- /dev/null +++ b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/deployment.yaml @@ -0,0 +1,86 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + selector: + matchLabels: + app: {{ .Values.provider }} + template: + metadata: + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} + annotations: + sidecar.istio.io/inject: "false" + prometheus.io/scrape: "true" + prometheus.io/port: "14269" +{{- if .Values.jaeger.podAnnotations }} +{{ toYaml .Values.jaeger.podAnnotations | indent 8 }} +{{- end }} + spec: + containers: + - name: jaeger + image: "{{ template "system_default_registry" . }}{{ .Values.jaeger.repository }}:{{ .Values.jaeger.tag }}" + imagePullPolicy: {{ .Values.global.imagePullPolicy }} + env: + {{- if eq .Values.jaeger.spanStorageType "badger" }} + - name: BADGER_EPHEMERAL + value: "false" + - name: SPAN_STORAGE_TYPE + value: "badger" + - name: BADGER_DIRECTORY_VALUE + value: "/badger/data" + - name: BADGER_DIRECTORY_KEY + value: "/badger/key" + {{- end }} + - name: COLLECTOR_ZIPKIN_HTTP_PORT + value: "9411" + - name: MEMORY_MAX_TRACES + value: "{{ .Values.jaeger.memory.max_traces }}" + - name: QUERY_BASE_PATH + value: {{ if .Values.contextPath }} {{ .Values.contextPath }} {{ else }} /{{ .Values.provider }} {{ end }} + livenessProbe: + httpGet: + path: / + port: 14269 + readinessProbe: + httpGet: + path: / + port: 14269 +{{- if eq .Values.jaeger.spanStorageType "badger" }} + volumeMounts: + - name: data + mountPath: /badger +{{- end }} + resources: +{{- if .Values.jaeger.resources }} +{{ toYaml .Values.jaeger.resources | indent 12 }} +{{- else }} +{{ toYaml .Values.global.defaultResources | indent 12 }} +{{- end }} + affinity: + {{- include "nodeAffinity" . | indent 6 }} + {{- include "podAntiAffinity" . | indent 6 }} + {{- if .Values.global.rbac.pspEnabled }} + securityContext: + runAsNonRoot: true + runAsUser: 1000 + serviceAccountName: {{ include "tracing.fullname" . }} + {{- end }} +{{- if eq .Values.jaeger.spanStorageType "badger" }} + volumes: + - name: data +{{- if .Values.jaeger.persistentVolumeClaim.enabled }} + persistentVolumeClaim: + claimName: istio-jaeger-pvc +{{- else }} + emptyDir: {} +{{- end }} +{{- end }} diff --git a/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/psp.yaml b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/psp.yaml new file mode 100755 index 000000000..44b230492 --- /dev/null +++ b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/psp.yaml @@ -0,0 +1,86 @@ +{{- if .Values.global.rbac.pspEnabled }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: RoleBinding +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: Role + name: {{ include "tracing.fullname" . }} +subjects: + - kind: ServiceAccount + name: {{ include "tracing.fullname" . }} +--- +apiVersion: rbac.authorization.k8s.io/v1 +kind: Role +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +rules: +- apiGroups: + - policy + resourceNames: + - {{ include "tracing.fullname" . }} + resources: + - podsecuritypolicies + verbs: + - use +--- +apiVersion: policy/v1beta1 +kind: PodSecurityPolicy +metadata: + name: {{ include "tracing.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + allowPrivilegeEscalation: false + forbiddenSysctls: + - '*' + fsGroup: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + requiredDropCapabilities: + - ALL + runAsUser: + rule: MustRunAsNonRoot + runAsGroup: + rule: MustRunAs + ranges: + - min: 1 + max: 65535 + seLinux: + rule: RunAsAny + supplementalGroups: + ranges: + - max: 65535 + min: 1 + rule: MustRunAs + volumes: + - emptyDir + - secret + - persistentVolumeClaim +{{- end }} \ No newline at end of file diff --git a/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/pvc.yaml b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/pvc.yaml new file mode 100755 index 000000000..9b4c55e4f --- /dev/null +++ b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/pvc.yaml @@ -0,0 +1,16 @@ +{{- if .Values.jaeger.persistentVolumeClaim.enabled }} +kind: PersistentVolumeClaim +apiVersion: v1 +metadata: + name: istio-jaeger-pvc + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} +spec: + storageClassName: {{ .Values.jaeger.storageClassName }} + accessModes: + - {{ .Values.jaeger.accessMode }} + resources: + requests: + storage: {{.Values.jaeger.persistentVolumeClaim.storage }} +{{- end }} diff --git a/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/service.yaml b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/service.yaml new file mode 100755 index 000000000..4210a9b5f --- /dev/null +++ b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/templates/service.yaml @@ -0,0 +1,63 @@ +apiVersion: v1 +kind: Service +metadata: + name: tracing + namespace: {{ .Release.Namespace }} + annotations: + {{- range $key, $val := .Values.service.annotations }} + {{ $key }}: {{ $val | quote }} + {{- end }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + type: {{ .Values.service.type }} + ports: + - name: {{ .Values.service.name }} + port: {{ .Values.service.externalPort }} + protocol: TCP + targetPort: 16686 + selector: + app: {{ .Values.provider }} +--- +# Jaeger implements the Zipkin API. To support swapping out the tracing backend, we use a Service named Zipkin. +apiVersion: v1 +kind: Service +metadata: + name: zipkin + namespace: {{ .Release.Namespace }} + labels: + name: zipkin + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + ports: + - name: {{ .Values.service.name }} + port: {{ .Values.zipkin.queryPort }} + targetPort: {{ .Values.zipkin.queryPort }} + selector: + app: {{ .Values.provider }} +--- +apiVersion: v1 +kind: Service +metadata: + name: jaeger-collector + namespace: {{ .Release.Namespace }} + labels: + app: {{ .Values.provider }} + heritage: {{ .Release.Service }} + release: {{ .Release.Name }} +spec: + type: ClusterIP + ports: + - name: jaeger-collector-http + port: 14268 + targetPort: 14268 + protocol: TCP + - name: jaeger-collector-grpc + port: 14250 + targetPort: 14250 + protocol: TCP + selector: + app: {{ .Values.provider }} diff --git a/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/values.yaml b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/values.yaml new file mode 100755 index 000000000..18ff81c3c --- /dev/null +++ b/charts/rancher-tracing/rancher-tracing/1.20.100-rc01/values.yaml @@ -0,0 +1,44 @@ +provider: jaeger +contextPath: "" +nodeSelector: {} +podAntiAffinityLabelSelector: [] +podAntiAffinityTermLabelSelector: [] +nameOverride: "" +fullnameOverride: "" + +global: + cattle: + systemDefaultRegistry: "" + defaultResources: {} + imagePullPolicy: IfNotPresent + imagePullSecrets: [] + arch: + amd64: 2 + s390x: 2 + ppc64le: 2 + defaultNodeSelector: {} + rbac: + pspEnabled: false + +jaeger: + repository: rancher/mirrored-jaegertracing-all-in-one + tag: 1.20.0 + # spanStorageType value can be "memory" and "badger" for all-in-one image + spanStorageType: badger + resources: + requests: + cpu: 10m + persistentVolumeClaim: + enabled: false + storage: 5Gi + storageClassName: "" + accessMode: ReadWriteMany + memory: + max_traces: 50000 +zipkin: + queryPort: 9411 +service: + annotations: {} + name: http-query + type: ClusterIP + externalPort: 16686 diff --git a/index.yaml b/index.yaml index da1e8cf37..3557af60c 100755 --- a/index.yaml +++ b/index.yaml @@ -2752,6 +2752,70 @@ entries: - assets/rancher-grafana/rancher-grafana-6.6.401-rc00.tgz version: 6.6.401-rc00 rancher-istio: + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.29.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.9.2 + created: "2021-04-09T23:52:20.298357002Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: 831b0c704be191da3d0b1db1b0dd1dc8280515d04d4698b95090c5186a70d99c + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio-1.9/rancher-istio-1.9.200-rc01.tgz + version: 1.9.200-rc01 + - annotations: + catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.29.100-rc01 + catalog.cattle.io/certified: rancher + catalog.cattle.io/display-name: Istio + catalog.cattle.io/namespace: istio-system + catalog.cattle.io/os: linux + catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1 + catalog.cattle.io/release-name: rancher-istio + catalog.cattle.io/requests-cpu: 710m + catalog.cattle.io/requests-memory: 2314Mi + catalog.cattle.io/ui-component: istio + apiVersion: v1 + appVersion: 1.8.4 + created: "2021-04-09T23:52:20.295826839Z" + dependencies: + - condition: kiali.enabled + name: kiali + repository: file://./charts/kiali + - condition: tracing.enabled + name: tracing + repository: file://./charts/tracing + description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ + for details. + digest: 09298ac04dc8001c41b6c4366a660c8b12c6b52b699205ee0e5941cc20cf9b2a + icon: https://charts.rancher.io/assets/logos/istio.svg + keywords: + - networking + - infrastructure + name: rancher-istio + urls: + - assets/rancher-istio-1.8/rancher-istio-1.8.400-rc01.tgz + version: 1.8.400-rc01 - annotations: catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.29.100-rc01 catalog.cattle.io/certified: rancher @@ -3285,6 +3349,17 @@ entries: - released/assets/rancher-kiali-server/rancher-kiali-server-1.23.001.tgz version: 1.23.001 rancher-kiali-server-crd: + - annotations: + catalog.cattle.io/hidden: "true" + apiVersion: v2 + created: "2021-04-09T23:52:20.300629849Z" + description: Installs the CRDs for rancher-kiali-server. + digest: fca33d9256cbede5244784e9f8cf2d6b4ed3556b5cc59ed3178171887560826e + name: rancher-kiali-server-crd + type: application + urls: + - assets/rancher-kiali-server/rancher-kiali-server-crd-1.29.100-rc01.tgz + version: 1.29.100-rc01 - annotations: catalog.cattle.io/hidden: "true" apiVersion: v2 @@ -7880,6 +7955,23 @@ entries: - released/assets/rancher-pushprox/rancher-pushprox-0.1.0.tgz version: 0.1.0 rancher-tracing: + - annotations: + catalog.cattle.io/hidden: "true" + catalog.cattle.io/os: linux + catalog.rancher.io/certified: rancher + catalog.rancher.io/namespace: istio-system + catalog.rancher.io/release-name: rancher-tracing + apiVersion: v1 + appVersion: 1.20.0 + created: "2021-04-09T23:52:20.836901295Z" + description: A quick start Jaeger Tracing installation using the all-in-one demo. + This is not production qualified. Refer to https://www.jaegertracing.io/ for + details. + digest: 13b38c2242fa109a77d00cadb23347feac25ada3de37ec54f49bf0421d379b7b + name: rancher-tracing + urls: + - assets/rancher-tracing/rancher-tracing-1.20.100-rc01.tgz + version: 1.20.100-rc01 - annotations: catalog.cattle.io/hidden: "true" catalog.cattle.io/os: linux