Environment:
- 1 VM 8GB RAM, 1 master, 1 node on the same VM. Installed from released binary
- RH Public OS1
- Origin version: 1.4.1
- HOSA version: Unknown
Environment:
Number of pods: 10 | |
{ | |
"promgen/example-5-2r548": { | |
"metrics": [ | |
{ | |
"type": "gauge", | |
"id": "e1bda985-0a0f-11e7-972b-fa163e4fa2fc_custom_gaugeA", | |
"data_count": 60 | |
}, | |
{ |
Number of pods: 20 | |
{ | |
"promgen/example-5-j6jea": { | |
"metrics": [ | |
{ | |
"type": "gauge", | |
"id": "98521d12-0a8b-11e7-a6bf-fa163e4fa2fc_custom_gaugeA", | |
"data_count": 60 | |
}, | |
{ |
/home/vnguyen/git/.pyme/bin/python2.7 /home/vnguyen/git/pyme/pyme/main.py | |
Number of pods: 239 | |
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 |
import yaml | |
import sys | |
myParam = { | |
"description": "Queue size parameter for the collector", | |
"displayName": "Jaeger Collector Queue Size", | |
"name": "COLLECTOR_QUEUE_SIZE", | |
"required": False, | |
"value": "300000" | |
} |
== |
cat <<EOF | kubectl apply -f - | |
apiVersion: v1 | |
kind: Secret | |
metadata: | |
name: kiali | |
namespace: $NAMESPACE | |
labels: | |
app: kiali | |
type: Opaque | |
data: |
Install Notes for Minikube, Istio and Kiali via Helm on Fedora 28
Use this link for 1.1 release https://preliminary.istio.io/
Follow official docs to install kvm2
, libvirtd
, kubectl
and helm
Start minikube.