Cloud Monitoring が有効になっているにもかかわらず、GKE クラスタが Stackdriver によってモニタリングされません。特にhttps://app.google.stackdriver.com/gkeは単に「このタイプのリソースが Stackdriver によって監視されていません」と報告します。
- 2016 年 5 月中旬に作成された、Kubernetes 1.2.4 を実行するクラスター。
- 作成時に Cloud Monitoring が有効になっているものもあれば、 経由で有効になっているものもあり
gcloud container clusters update serve --monitoring-service=monitoring.googleapis.com
ます。 - すべてのクラスターは
heapster
、2/2 準備完了、実行中のステータスでポッドを実行しており、再起動はありませんheapster-v1.0.2-594732231-76sdj
。 - すべてのクラスターは
heapster
、クラスター IP、外部 IP およびポート 80/TCP なしでサービスを実行しています。 heapster
ポッド、コンテナーのログは次のheapster
ようになります。
I0609 09:15:05.000189 1 manager.go:79] スクレイピング メトリクス開始: 2016-06-09 09:14:00 +0000 UTC、終了: 2016-06-09 09:15:00 +0000 UTC
I0609 09:15:05.023729 1 manager.go:152] ScrapeMetrics: 時間: 23.435264ms サイズ: 25
heapster
ポッド、コンテナーのログは次のheapster-nanny
ようになります。
I0609 09:18:03.968201 1 nanny_lib.go:90] ノード数は 1
I0609 09:18:03.971459 1 nanny_lib.go:98] コンテナのリソースは &{map[memory:{213909504.000000000 BinarySI} cpu:{0.100000000 DecimalSI}] map[cpu:{0.100000000 DecimalSI} memory:{213909504.000} BinarySI0]000}
I0609 09:18:03.971522 1 nanny_lib.go:102] 予想されるリソースは &{map[cpu:{0.100000000 DecimalSI} メモリ:{218103808.000000000 BinarySI}] map[cpu:{0.100000000 DecimalSI} メモリ:{218103808.000} BinarySI0000}
I0609 09:18:03.971634 1 nanny_lib.go:106] リソースは予想される制限内にあります。
- https://status.cloud.google.com では、すべてのサービスが緑色で表示されます。