- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for kiali (0.07 sec)
-
manifests/addons/values-kiali.yaml
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Oct 21 15:14:56 UTC 2024 - 385 bytes - Viewed (0) -
manifests/addons/gen.sh
LOKI_VERSION=${LOKI_VERSION:-"6.18.0"} GRAFANA_VERSION=${GRAFANA_VERSION:-"8.5.8"} # Set up kiali { helm3 template kiali-server \ --namespace istio-system \ --version 2.0.0 \ --set deployment.image_version=v2.0 \ --include-crds \ kiali-server \ --repo https://kiali.org/helm-charts \ -f "${WD}/values-kiali.yaml" } > "${ADDONS}/kiali.yaml" # Set up prometheus helm3 template prometheus prometheus \
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sun Nov 03 18:01:40 UTC 2024 - 3.5K bytes - Viewed (0) -
istioctl/pkg/dashboard/dashboard_test.go
ExpectedOutput: "Error: no pods found with selector app=jaeger\n", WantException: true, }, { // case 8 Args: strings.Split("kiali --browser=false", " "), ExpectedOutput: "Error: no pods found with selector app=kiali\n", WantException: true, }, { // case 9 Args: strings.Split("prometheus --browser=false", " "),
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Nov 21 01:17:24 UTC 2023 - 4.3K bytes - Viewed (0)