jasilez/Setup K8s Istio
This action setup Istio on K8s
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 28, 2021
- License
- GPL 3.0
Pinned Snippet
uses: jasilez/gha-setup-istio@e60b3ed5c9c9b9133a6d6f64f22940dcae69aa01 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| istio_version | Istio version to install | no | 1.9.3 |
| custom_base | Customize istio base charts installation with /values_chars/base.yaml file repository | no | "" |
| custom_control | Customize istio base charts installation with /values_chars/base.yaml file repository | no | "" |
| custom_ingress | Customize istio base charts installation with /values_chars/base.yaml file repository | no | "" |
| custom_egress | Customize istio base charts installation with /values_chars/base.yaml file repository | no | "" |
| addon_certmanager | Tool that automates certificate management. This can be integrated with Istio gateways to manage TLS certificates. | no | "" |
| addon_grafana | Monitoring solution that can be used to configure dashboards for Istio. | no | "" |
| addon_kiali | Customize istio base charts installation with /values_chars/base.yaml file repository | no | "" |
| addon_jaeger | OpenSource end to end distributed tracing system, allowing users to monitor and troubleshoot transactions in complex distributed systems. | no | "" |
| addon_prometheus | OpenSource monitoring system and time series database. You can use Prometheus with Istio to record metrics that track the health of Istio and of applications within the service mesh. You can visualize metrics using tools like Grafana and Kiali. | no | "" |
| addon_zipkin | Distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data. | no | "" |
| kubeconfig | Content of ~/.kube/config | yes | — |
Outputs
no outputs