Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#808 from Huawei-PaaS/syn-issue-…
Browse files Browse the repository at this point in the history
…debugging.md

add `Time synchronization Problems`
  • Loading branch information
vishh committed Dec 17, 2015
2 parents 62aa517 + 3380abb commit efc477e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,19 @@ Depending on the deployment setup, the issue could be either with heapster, cadv

* Some distros (including Debian) ship with memory accounting disabled by default. To enable memory and swap accounting on the nodes, follow [these instructions](https://docs.docker.com/installation/ubuntulinux/#memory-and-swap-accounting).

#### Time synchronization Problems

* Sometimes, heapster works normally, and the commponts which have interaction with heapster in kubernetes also work well; But there is no metrics and events reported from some nodes. For specific performance:

+ the complete node list can be get from the heapster's RESTApi
+ the metrics and events about some nodes are empty
+ the metrics and events about the containers of some nodes are empty

At the moment, you need to check the timestamp between the nodes. The reason can be found in https://github.com/kubernetes/heapster/issues/802.

* So, we strongly recommend that NTP server need be installed in kubernetes cluster, or some other methods to insure the time synchronization.


#### Validate

Heapster exports a '/validate' endpoint that will provide some information about its current state.
Expand Down

0 comments on commit efc477e

Please sign in to comment.