- 06 Feb, 2018 3 commits
-
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
- 05 Feb, 2018 7 commits
-
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
- 04 Feb, 2018 1 commit
-
-
Joakim Karlsson authored
-
- 03 Feb, 2018 6 commits
-
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
Joakim Karlsson authored
-
- 02 Feb, 2018 1 commit
-
-
Murali Reddy authored
-
- 01 Feb, 2018 1 commit
-
-
Murali Reddy authored
-
- 25 Jan, 2018 1 commit
-
-
Joakim Karlsson authored
* - added protocol & port label to metrics - removed some redundant code * added example dashboard * added dashboard screenshot * updated dashboard json & screenshot * ammend bad dashboard export * first new metric * . * more metrics: controller_publish_metrics_time & controller_iptables_sync_time * namespace redeclared * fix typo in name * smal fixes * new metric controller_bgp_peers & controller_bgp_internal_peers_sync_time * typo fix * new metric controller_ipvs_service_sync_time * fix * register metric * fix * fix * added more metrics * service controller log levels * fix * fix * added metrics controller * fixes * fix * fix * fixed more log levels * server and graceful shutdown * fix * fix * fix * code cleanup * docs * move metrics exporting to controller * fix * fix * fixes * fix * fix missing * fix * fix * test * test * fix * fix * fix * updated dashboard * updates to metric controller * fixed order in newmetricscontroller * err declared and not used * updated dashboard * updated dashboard screenshot * removed --metrics & changed --metrics-port to enable / disable metrics * https://github.com/cloudnativelabs/kube-router/issues/271 * cannot use config.MetricsPort (type uint16) as type int in assignment * cannot use mc.MetricsPort (type uint16) as type int in argument to strconv.Itoa * updated docs * changed default metric port to 0, disabled * added missing newline to .dockerignore * add lag parse to pickup on -v directives * test * test * test * fix regression * syntax error: non-declaration statement outside function body * fix * changed nsc to mc * updated docs * markdown fix * moved metrics registration out to respective controller so only metrics for running parts will be exposed * removed junk that came from visual studio code * fixed some typos * Moved the metrics back into each controller and added expose behaviour so only the running components metrics would be published * removed to much, added back instanciation of metricscontroller * fixed some invalid variable names * fixed last typos on config name * fixed order in newnetworkservicecontroller * updated metrics docs & removed the metrics sync period as it will obey the controllers sync period * forgott to save options.go * cleanup * Updated metric name & docs * updated metrics.md * fixed a high cpu usage bug in the metrics_controller's wait loop
-
- 20 Jan, 2018 2 commits
-
-
Murali Reddy authored
-
Joakim Karlsson authored
* - added protocol & port label to metrics - removed some redundant code * added example dashboard * added dashboard screenshot * updated dashboard json & screenshot * ammend bad dashboard export
-
- 18 Jan, 2018 2 commits
-
-
Joakim Karlsson authored
* fixed pps out using the wrong metrics * adding debug * name fixes adding more metrics * missing mustregister * missing bracer * added more metrics docs * fixed faulty names * fixed more faulty names
-
Joakim Karlsson authored
* updated generic docs with some requirements added draft for metrics docs updated readme * more metrics docs * finishing touches * small touch to generic docs * some more touches * clarification when this function was added * enriching the doc with usefull links * last touch
-
- 17 Jan, 2018 1 commit
-
-
Joakim Karlsson authored
* added prometheus metrics port option * fix propper config * added option to change path * added path config to prometheus * updated readme * fixed string that should be int
-
- 14 Jan, 2018 2 commits
-
-
Joakim Karlsson authored
* fixed server adress in generic examples * updated generic docs * removed unnecessary mounts * removed some steps not needed * some clarification on functionality * updated description * updated description * enriching docs with usefull links * added note about containerised kubelet * fixed link * final touches * one last link
-
Jeff Schroeder authored
* Minor doc README update around manually installed clusters * Documentation spelling fixes for generic clusters * Documentation update for the generic cluster guide This reworks things a bit more to read better to native english speakers. It cleans up some grammar, removes a lot of passive voice, and re-organizes things a bit.
-
- 12 Jan, 2018 1 commit
-
-
Joakim Karlsson authored
* generic deployment work * better docs * more docs * prettify * more docs * more docs * more docs * more docs * tidy up * fixed mount paths * fixed manifests * better clarification of scope
-
- 11 Jan, 2018 1 commit
-
-
GuoyouZhang authored
support node local service without SNAT, so the pod can see client origin IP if the request from external IP (#277)
-
- 08 Jan, 2018 1 commit
-
-
Young Dou authored
Fix typo in CONTRIBUTING.md
-
- 07 Jan, 2018 1 commit
-
-
Andrew Sy Kim authored
-
- 05 Jan, 2018 1 commit
-
-
Murali Reddy authored
-
- 04 Jan, 2018 1 commit
-
-
barthoda authored
These docs didn't read well and possibly led the user to do a `kubeadm reset`.
-
- 03 Jan, 2018 3 commits
-
-
Andrew Sy Kim authored
-
Murali Reddy authored
-
Andrew Sy Kim authored
* activeNodes should not be a global variable for better testability * OnNodeUpdate unit tests
-
- 29 Dec, 2017 1 commit
-
-
Andrew Sy Kim authored
-
- 27 Dec, 2017 2 commits
-
-
Andrew Sy Kim authored
-
Andrew Sy Kim authored
* package utils unit tests * add tests to travis CI * make push needs IMG_TAG in docker push command
-
- 25 Dec, 2017 1 commit
-
-
Murali Reddy authored
Use refresh instead which internally used ipset swap Fixes #228
-