mirror of https://git.rancher.io/charts
Generated changes
parent
d78807d29d
commit
31f4b967e8
|
@ -583,7 +583,7 @@ entries:
|
|||
catalog.cattle.io/ui-component: istio
|
||||
apiVersion: v1
|
||||
appVersion: 1.7.3
|
||||
created: "2020-10-15T16:06:43.494613243Z"
|
||||
created: "2020-10-21T21:50:35.431284105Z"
|
||||
dependencies:
|
||||
- alias: kiali
|
||||
condition: kiali.enabled
|
||||
|
@ -592,7 +592,7 @@ entries:
|
|||
version: 1.24.0
|
||||
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
|
||||
for details.
|
||||
digest: 1b93acf80c0df86e425ef2f0bab03f33fe0aee0f1a3f5d93882789e979f08b47
|
||||
digest: c72c1b50b5c2a29799578734a8da42103f5db0bc98afd9f2f53651eed141bb82
|
||||
icon: https://charts.rancher.io/assets/logos/istio.svg
|
||||
keywords:
|
||||
- networking
|
||||
|
@ -1318,4 +1318,4 @@ entries:
|
|||
urls:
|
||||
- assets/rio/rio-0.8.000.tgz
|
||||
version: 0.8.000
|
||||
generated: "2020-10-20T18:05:05.683881309Z"
|
||||
generated: "2020-10-21T21:50:35.429058698Z"
|
||||
|
|
Binary file not shown.
|
@ -13,7 +13,9 @@ A Rancher created chart that packages the istioctl binary to install via a helm
|
|||
### 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.
|
||||
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 `kiali.external_services.prometheus` url is set in the values.yaml:
|
||||
```
|
||||
|
@ -21,7 +23,7 @@ http://{{ .Values.nameOverride }}-prometheus.{{ .Values.namespaceOverride }}.svc
|
|||
```
|
||||
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.
|
||||
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.
|
||||
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
### 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.
|
||||
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 `kiali.external_services.prometheus` url is set in the values.yaml:
|
||||
```
|
||||
|
@ -11,7 +13,7 @@ http://{{ .Values.nameOverride }}-prometheus.{{ .Values.namespaceOverride }}.svc
|
|||
```
|
||||
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.
|
||||
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.
|
||||
|
||||
|
|
Binary file not shown.
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: file://../../rancher-kiali-server/charts
|
||||
version: 1.24.0
|
||||
digest: sha256:c7007a5ff0aa6a0d2db2a2c01e7cbf89c28b6337466e5942c32bc752d79dd98f
|
||||
generated: "2020-10-15T16:06:42.826268105Z"
|
||||
generated: "2020-10-21T21:50:35.166084178Z"
|
||||
|
|
|
@ -5,7 +5,7 @@ forceInstall: false
|
|||
|
||||
installer:
|
||||
repository: rancher/istio-installer
|
||||
tag: 1.7.3-rancher1
|
||||
tag: 1.7.3-rancher2
|
||||
|
||||
istiocoredns:
|
||||
enabled: false
|
||||
|
|
|
@ -583,7 +583,7 @@ entries:
|
|||
catalog.cattle.io/ui-component: istio
|
||||
apiVersion: v1
|
||||
appVersion: 1.7.3
|
||||
created: "2020-10-15T16:06:43.494613243Z"
|
||||
created: "2020-10-21T21:50:35.431284105Z"
|
||||
dependencies:
|
||||
- alias: kiali
|
||||
condition: kiali.enabled
|
||||
|
@ -592,7 +592,7 @@ entries:
|
|||
version: 1.24.0
|
||||
description: A basic Istio setup that installs with the istioctl. Refer to https://istio.io/latest/
|
||||
for details.
|
||||
digest: 1b93acf80c0df86e425ef2f0bab03f33fe0aee0f1a3f5d93882789e979f08b47
|
||||
digest: c72c1b50b5c2a29799578734a8da42103f5db0bc98afd9f2f53651eed141bb82
|
||||
icon: https://charts.rancher.io/assets/logos/istio.svg
|
||||
keywords:
|
||||
- networking
|
||||
|
@ -1318,4 +1318,4 @@ entries:
|
|||
urls:
|
||||
- assets/rio/rio-0.8.000.tgz
|
||||
version: 0.8.000
|
||||
generated: "2020-10-20T18:05:05.683881309Z"
|
||||
generated: "2020-10-21T21:50:35.429058698Z"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
e66653fbbf0f371dda19d6ebd755d501782804d0ef4d92020566b19e206f5cfd packages/rancher-istio/charts/Chart.yaml
|
||||
c1bdf480c8c914b4b2a8c5101ee8f020c62f8af8dc0c578d95deb6e68e7d3dae packages/rancher-istio/charts/README.md
|
||||
9ab0ecbe31a7b5deac06c829f6c1c46daea0dd0a865c6bf13f30e21e5129e6a2 packages/rancher-istio/charts/app-readme.md
|
||||
c5a34a38671d7f126ca9dbe9352344b2635b8000d81bf58cf33f5c1df7f6479f packages/rancher-istio/charts/README.md
|
||||
d9ed98ae3e8e5cf77ce1c29e287028199a31966a777bb0e67e5b965ad71dd247 packages/rancher-istio/charts/app-readme.md
|
||||
966e40db306766aedeab155c7b3ec17afc42dbb694ed5f49be825c699d0fd879 packages/rancher-istio/charts/configs/istio-base.yaml
|
||||
1a3620d490c1bf546c52cbb9507439b71e365d0f3b139dd72496b878301f5b4e packages/rancher-istio/charts/requirements.yaml
|
||||
8147640cadc87b111226d609d1a66b54b824b3ccb8717537dbe9f4943da81570 packages/rancher-istio/charts/samples/overlay-example.yaml
|
||||
|
@ -16,5 +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
|
||||
250b7ca07057cf3f4698166ef4e6350c958eee0dac869a882e48d46d9ee70ba8 packages/rancher-istio/charts/values.yaml
|
||||
39854249526ffb8af03e31f2ffbb63e7dd2de71149317911cae5c2157187e20f packages/rancher-istio/charts/values.yaml
|
||||
51a23f3aa6847fa5d12d99b7311905e34c55e77310fd12c12a33e6713599321f packages/rancher-istio/scripts/version_update.go
|
||||
|
|
Loading…
Reference in New Issue