Generated changes

pull/793/head
actions 2020-10-15 16:06:43 +00:00
parent 144ec43dad
commit b1d6329107
17 changed files with 203 additions and 32 deletions

View File

@ -574,6 +574,33 @@ entries:
- assets/rancher-gatekeeper/rancher-gatekeeper-crd-3.1.100.tgz
version: 3.1.100
rancher-istio:
- annotations:
catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.24.001
catalog.cattle.io/certified: rancher
catalog.cattle.io/namespace: istio-system
catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1
catalog.cattle.io/release-name: rancher-istio
catalog.cattle.io/ui-component: istio
apiVersion: v1
appVersion: 1.7.3
created: "2020-10-15T16:06:43.494613243Z"
dependencies:
- alias: kiali
condition: kiali.enabled
name: rancher-kiali-server
repository: file://../../rancher-kiali-server/charts
version: 1.24.0
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
for details.
digest: 1b93acf80c0df86e425ef2f0bab03f33fe0aee0f1a3f5d93882789e979f08b47
icon: https://charts.rancher.io/assets/logos/istio.svg
keywords:
- networking
- infrastructure
name: rancher-istio
urls:
- assets/rancher-istio/rancher-istio-1.7.300.tgz
version: 1.7.300
- annotations:
catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.23.002
catalog.cattle.io/certified: rancher
@ -631,6 +658,40 @@ entries:
- assets/rancher-istio/rancher-istio-1.7.100.tgz
version: 1.7.100
rancher-kiali-server:
- annotations:
catalog.cattle.io/auto-install: rancher-kiali-server-crd=match
catalog.cattle.io/hidden: "true"
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.24.0
created: "2020-10-15T16:06:43.495774574Z"
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.
digest: 37a7a213350c30dc89813d6f452a39359b47253f9c9be22b9996bfd6dc83ae13
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: rancher-kiali-server
sources:
- https://github.com/kiali/kiali
- https://github.com/kiali/kiali-ui
- https://github.com/kiali/kiali-operator
- https://github.com/kiali/helm-charts
urls:
- assets/rancher-kiali-server/rancher-kiali-server-1.24.001.tgz
version: 1.24.001
- annotations:
catalog.cattle.io/auto-install: rancher-kiali-server-crd=match
catalog.cattle.io/hidden: "true"
@ -700,6 +761,17 @@ entries:
- 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: "2020-10-15T16:06:43.495984779Z"
description: Installs the CRDs for rancher-kiali-server.
digest: d142e5634dafacd4ade2d93460b2926577ff87e4ba4a1100c1f280e22b8100fd
name: rancher-kiali-server-crd
type: application
urls:
- assets/rancher-kiali-server/rancher-kiali-server-crd-1.24.001.tgz
version: 1.24.001
- annotations:
catalog.cattle.io/hidden: "true"
apiVersion: v2
@ -1228,4 +1300,4 @@ entries:
urls:
- assets/rio/rio-0.8.000.tgz
version: 0.8.000
generated: "2020-10-14T22:10:45.090332848Z"
generated: "2020-10-15T16:06:43.486711033Z"

Binary file not shown.

View File

@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 1.7.1
appVersion: 1.7.3
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/ for details.
name: rancher-istio
version: 1.7.101
version: 1.7.300
icon: https://charts.rancher.io/assets/logos/istio.svg
keywords:
- networking
@ -12,6 +12,5 @@ annotations:
catalog.cattle.io/namespace: istio-system
catalog.cattle.io/release-name: rancher-istio
catalog.cattle.io/ui-component: istio
catalog.cattle.io/requires-gvr: monitoring.coreos.com.prometheus/v1
catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1
catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.23.002
catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.24.001

View File

@ -6,9 +6,15 @@ A Rancher created chart that packages the istioctl binary to install via a helm
## Chart Dependencies
- rancher-kiali-server-crd chart
- rancher-monitoring chart or other monitoring installation
### Kiali
## Kiali
### Dependencies
- rancher-monitoring chart or other Prometheus installation
> **Note:** The following configuration options assume you have installed the dependecies for Kiali. Please ensure you have promtheus in your cluster before proceeding if you would like to use kiali graphs to visualize data.
The `kiali.external_services.prometheus` url is set in the values.yaml:
```
http://{{ .Values.nameOverride }}-prometheus.{{ .Values.namespaceOverride }}.svc:{{ prometheus.service.port }}

View File

@ -0,0 +1,19 @@
## Kiali
### Dependencies
- rancher-monitoring chart or other Prometheus installation
> **Note:** The following configuration options assume you have installed the dependecies for Kiali. Please ensure you have promtheus in your cluster before proceeding if you would like to use kiali graphs to visualize data.
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.
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.

View File

@ -1,6 +1,6 @@
dependencies:
- name: rancher-kiali-server
repository: file://../../rancher-kiali-server/charts
version: 1.23.0
digest: sha256:33579a1f60d18cd1c2fd2e6e569018acdfe3c2459b9a1b77f341d53001512759
generated: "2020-10-12T22:24:50.610512946Z"
version: 1.24.0
digest: sha256:c7007a5ff0aa6a0d2db2a2c01e7cbf89c28b6337466e5942c32bc752d79dd98f
generated: "2020-10-15T16:06:42.826268105Z"

View File

@ -3,5 +3,5 @@ dependencies:
- name: rancher-kiali-server
alias: kiali
condition: kiali.enabled
version: 1.23.0
version: 1.24.0
repository: file://../../rancher-kiali-server/charts

View File

@ -1,10 +1,11 @@
overlayFile: ""
tag: 1.7.1
tag: 1.7.3
##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.7.1-rancher1
tag: 1.7.3-rancher1
istiocoredns:
enabled: false
@ -21,7 +22,7 @@ base:
cni:
enabled: false
repository: rancher/istio-install-cni
tag: 1.7.1
tag: 1.7.3
egressGateways:
enabled: false
@ -37,13 +38,13 @@ istiodRemote:
pilot:
enabled: true
repository: rancher/istio-pilot
tag: 1.7.1
tag: 1.7.3
#Mixer Policy is deprecated in 1.7.x, will not be supported in 1.8.x
policy:
enabled: false
repository: rancher/istio-mixer
tag: 1.7.1
tag: 1.7.3
telemetry:
enabled: true
@ -51,7 +52,7 @@ telemetry:
v1:
enabled: false
repository: rancher/istio-mixer
tag: 1.7.1
tag: 1.7.3
v2:
enabled: true
@ -67,10 +68,10 @@ global:
systemDefaultRegistry: ""
proxy:
repository: rancher/istio-proxyv2
tag: 1.7.1
tag: 1.7.3
proxy_init:
repository: rancher/istio-proxyv2
tag: 1.7.1
tag: 1.7.3
defaultPodDisruptionBudget:
enabled: true
@ -86,7 +87,7 @@ kiali:
deployment:
ingress_enabled: false
repository: rancher/kiali-kiali
tag: v1.23.0
tag: v1.24.0
external_services:
prometheus:
custom_metrics_url: "http://rancher-monitoring-prometheus.cattle-monitoring-system.svc:9090"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: v1.23.0
appVersion: v1.24.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.
@ -20,7 +20,7 @@ sources:
- https://github.com/kiali/kiali-ui
- https://github.com/kiali/kiali-operator
- https://github.com/kiali/helm-charts
version: 1.23.002
version: 1.24.001
annotations:
catalog.cattle.io/requires-gvr: monitoring.coreos.com.prometheus/v1
catalog.rancher.io/namespace: cattle-istio-system

View File

@ -1,5 +1,5 @@
apiVersion: v2
version: 1.23.002
version: 1.24.001
description: Installs the CRDs for rancher-kiali-server.
name: rancher-kiali-server-crd
type: application

View File

@ -40,7 +40,7 @@ deployment:
repository: rancher/kiali-kiali
image_pull_policy: "Always"
image_pull_secrets: []
tag: v1.23.0
tag: v1.24.0
ingress_enabled: true
node_selector: {}
override_ingress_yaml:
@ -54,7 +54,7 @@ deployment:
service_type: ""
tolerations: []
verbose_mode: "3"
version_label: v1.23.0
version_label: v1.24.0
view_only_mode: false
identity: {}

View File

@ -574,6 +574,33 @@ entries:
- assets/rancher-gatekeeper/rancher-gatekeeper-crd-3.1.100.tgz
version: 3.1.100
rancher-istio:
- annotations:
catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.24.001
catalog.cattle.io/certified: rancher
catalog.cattle.io/namespace: istio-system
catalog.cattle.io/provides-gvr: networking.istio.io.virtualservice/v1beta1
catalog.cattle.io/release-name: rancher-istio
catalog.cattle.io/ui-component: istio
apiVersion: v1
appVersion: 1.7.3
created: "2020-10-15T16:06:43.494613243Z"
dependencies:
- alias: kiali
condition: kiali.enabled
name: rancher-kiali-server
repository: file://../../rancher-kiali-server/charts
version: 1.24.0
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
for details.
digest: 1b93acf80c0df86e425ef2f0bab03f33fe0aee0f1a3f5d93882789e979f08b47
icon: https://charts.rancher.io/assets/logos/istio.svg
keywords:
- networking
- infrastructure
name: rancher-istio
urls:
- assets/rancher-istio/rancher-istio-1.7.300.tgz
version: 1.7.300
- annotations:
catalog.cattle.io/auto-install: rancher-kiali-server-crd=1.23.002
catalog.cattle.io/certified: rancher
@ -631,6 +658,40 @@ entries:
- assets/rancher-istio/rancher-istio-1.7.100.tgz
version: 1.7.100
rancher-kiali-server:
- annotations:
catalog.cattle.io/auto-install: rancher-kiali-server-crd=match
catalog.cattle.io/hidden: "true"
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.24.0
created: "2020-10-15T16:06:43.495774574Z"
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.
digest: 37a7a213350c30dc89813d6f452a39359b47253f9c9be22b9996bfd6dc83ae13
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: rancher-kiali-server
sources:
- https://github.com/kiali/kiali
- https://github.com/kiali/kiali-ui
- https://github.com/kiali/kiali-operator
- https://github.com/kiali/helm-charts
urls:
- assets/rancher-kiali-server/rancher-kiali-server-1.24.001.tgz
version: 1.24.001
- annotations:
catalog.cattle.io/auto-install: rancher-kiali-server-crd=match
catalog.cattle.io/hidden: "true"
@ -700,6 +761,17 @@ entries:
- 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: "2020-10-15T16:06:43.495984779Z"
description: Installs the CRDs for rancher-kiali-server.
digest: d142e5634dafacd4ade2d93460b2926577ff87e4ba4a1100c1f280e22b8100fd
name: rancher-kiali-server-crd
type: application
urls:
- assets/rancher-kiali-server/rancher-kiali-server-crd-1.24.001.tgz
version: 1.24.001
- annotations:
catalog.cattle.io/hidden: "true"
apiVersion: v2
@ -1228,4 +1300,4 @@ entries:
urls:
- assets/rio/rio-0.8.000.tgz
version: 0.8.000
generated: "2020-10-14T22:10:45.090332848Z"
generated: "2020-10-15T16:06:43.486711033Z"

View File

@ -1,7 +1,8 @@
8b92c4fedbe7f6da7a0ff32f40d683e5f13f05acc9980beb75098a020c8e7c3a packages/rancher-istio/charts/Chart.yaml
02045ebd187dfbe9546bdceb0b4a584ea9e9caeb17b3ad6e47c0e9f250df80ff packages/rancher-istio/charts/README.md
e66653fbbf0f371dda19d6ebd755d501782804d0ef4d92020566b19e206f5cfd packages/rancher-istio/charts/Chart.yaml
c1bdf480c8c914b4b2a8c5101ee8f020c62f8af8dc0c578d95deb6e68e7d3dae packages/rancher-istio/charts/README.md
9ab0ecbe31a7b5deac06c829f6c1c46daea0dd0a865c6bf13f30e21e5129e6a2 packages/rancher-istio/charts/app-readme.md
966e40db306766aedeab155c7b3ec17afc42dbb694ed5f49be825c699d0fd879 packages/rancher-istio/charts/configs/istio-base.yaml
9e897a76e76c9ea9523782b3494e55daadfd921bd77028d320dc4bf6b8ad69b5 packages/rancher-istio/charts/requirements.yaml
1a3620d490c1bf546c52cbb9507439b71e365d0f3b139dd72496b878301f5b4e packages/rancher-istio/charts/requirements.yaml
8147640cadc87b111226d609d1a66b54b824b3ccb8717537dbe9f4943da81570 packages/rancher-istio/charts/samples/overlay-example.yaml
ed3815d0fcceea5cec107964cfbac0f80da55e315419a6b111b044c4478336dd packages/rancher-istio/charts/templates/_helpers.tpl
2044e4339a243ca1efb058ef10c00b5b1e352668ec7b21421f5c7b287ffeaccf packages/rancher-istio/charts/templates/admin-role.yaml
@ -15,4 +16,5 @@ d101d7dce92b435f656c406ae008939ac9027d89b707b2b12249d1962d93549b packages/ranch
9d8d97342fb53563dd14f2d7d1bdc60a29647833bf483260129abd7a241dedbb packages/rancher-istio/charts/templates/service-monitors.yaml
e262d93a5ccc9dd2ec2b345f66c9bdd32c4849ffecaccf54a8e3af232cc87515 packages/rancher-istio/charts/templates/serviceaccount.yaml
905d1f66c3f1c300d60ce9a3f55e13d959e32bc764f6c3ff01331e55bb09a93e packages/rancher-istio/charts/templates/view-role.yaml
1236648729df978e03ec5f0e0424136db56afbf2b46445b670985f029188fd3e packages/rancher-istio/charts/values.yaml
250b7ca07057cf3f4698166ef4e6350c958eee0dac869a882e48d46d9ee70ba8 packages/rancher-istio/charts/values.yaml
51a23f3aa6847fa5d12d99b7311905e34c55e77310fd12c12a33e6713599321f packages/rancher-istio/scripts/version_update.go

View File

@ -1,2 +1,2 @@
85cce7dc0a2914302b2b960b6837a22edce0f76f7a7c9a0b7dfd7ecf60344b7f packages/rancher-kiali-server/package.yaml
52f6645ee01a7c155089cba196956ab29f1e3f5198c5a0c05672bd358fb9ca16 packages/rancher-kiali-server/rancher-kiali-server.patch
b2b47b5b3f8ba25e9185c310220ff645a039a943fad5a19931eba609678bbfcd packages/rancher-kiali-server/package.yaml
3d846f466874ee893ef5596d721e2eea27efe1a91ea5fefcd9b9dbdd1e47a617 packages/rancher-kiali-server/rancher-kiali-server.patch