GCE で Kubernetes 1.3.4 クラスターをセットアップしました。
export KUBE_ENABLE_CLUSTER_MONITORING=google
これは非常にうまく機能し、アプリケーション ログ (何らかの理由でコンテナ エンジンのセクションにあるが、うまくいきます) と、ポッドとノードのメトリックも取得します。
欠落している唯一のものはノード メモリ メトリックであり、CPU のみが表示されます (スクリーンショットを参照)。
heapster ログには、このような行がたくさんあります
{
metadata: {
severity: "ERROR"
projectId: "<project-id>"
serviceName: "container.googleapis.com"
zone: "europe-west1-d"
labels: {
container.googleapis.com/cluster_name: "production"
compute.googleapis.com/resource_type: "instance"
compute.googleapis.com/resource_name: "fluentd-cloud-logging-production-minion-group-p0w8"
container.googleapis.com/instance_id: "6772154497331326454"
container.googleapis.com/pod_name: "heapster-v1.1.0-2102007506-23b3e"
compute.googleapis.com/resource_id: "6772154497331326454"
container.googleapis.com/stream: "stderr"
container.googleapis.com/namespace_name: "kube-system"
container.googleapis.com/container_name: "heapster"
}
timestamp: "2016-09-13T14:40:08.000Z"
projectNumber: "930564692351"
}
textPayload: "E0913 14:40:08.665035 1 gcm.go:179] Error while sending request to GCM googleapi: Error 400: Timeseries 76, point: start is not older than end, for a cumulative metric, invalidParameter
"
insertId: "pt5bo7g132r266"
log: "heapster"
}
これが関連しているかどうかはわかりません。
何か案は?