Граф коммитов

17 Коммитов

Автор SHA1 Сообщение Дата
Matt Boersma b1ffc7545c Rename to aks-engine 2018-12-03 16:17:32 -07:00
Yair Fried 4dd1d018cc Fix typo in prometheus-grafana-k8s extension (#4039) 2018-10-16 09:30:59 -07:00
Cecile Robert-Michon 884e8b97cf Update apiversion to make it consistent in k8s templates (#3909) 2018-10-12 14:33:49 -07:00
Jack Francis 160dfa5620
retire Azure CDN for container image repository proxying (#3535) 2018-07-24 13:19:31 -07:00
Rita Zhang ad6de63eff Update prometheus extension with new cse naming convention (#3018) 2018-05-21 10:49:34 -07:00
Matt Boersma 5509886618 Update references to gcr.io to point to Azure CDN endpoint (#2721) 2018-04-18 18:54:18 -07:00
Martell Malone a0ad2d7f37 Update grafana for fix fs issues (#2628) 2018-04-09 14:36:03 -07:00
Thomas Stringer 9b92c2b322 Monitoring extension Grafana dashboard update (#2274)
* switch k8s dashboard source

* (wip) change prometheus chart value to create rbac

* revise prometheus relabeling to target cadvisor as a daemonset

* add cadvisor ds

* add functionality to the monitoring extension to install the cadvisor daemonset

* modify readme to reflect cadvisor config url option

* add replaceable string for the ds api group

* add logic to alter the ds api group
2018-03-09 08:29:15 -08:00
Thomas Stringer 84f0819825 fix monitoring extension and add support for prometheus v2 (#2257)
This commit includes the following changes:
- fixes the broken monitoring (prometheus/grafana) extension
- makes this more resilient in the future, as the chart versions are now
static (future to-do item would be to have extensionParameters override
these versions)
- gives the user and contributor more flexibility by allowing them to
pass in a custom url for the prometheus chart values config (this is
primarily important for developing and testing away from the
Azure/acs-engine repo)
2018-02-13 18:09:31 -07:00
Martell Malone a221363931 update prometheus-grafana addon (#2183) 2018-02-01 08:43:30 -08:00
Matt Boersma 962d72515d Update GCR URLs to reference Azure CDN (#2042)
* update k8s Docker URLs to use Azure CDN consistently

* fix a typo in documentation
2018-01-11 14:25:32 -08:00
Rita Zhang 680360d49f Update extension doc to default to agent node (#1996) 2018-01-04 13:47:30 -08:00
Matt Boersma 21377195fb Update GCR URLs for Docker images (#1964)
See https://twitter.com/kubernetesonarm/status/944170779620626433
2017-12-22 13:41:20 -08:00
Rita Zhang 0d6fabe303 Update prometheus-grafana extension to run on agent nodes (#1959)
* Update prometheus-grafana extension to run on agent nodes

* Support running on both master and agent nodes

* Update example json making run on agent default

* add retry logic to initial helm install for prometheus chart

* Update rootURL to point to fork for CI

* Revert to upsteam for rootURL
2017-12-20 15:06:43 -08:00
Thomas Stringer ed6a196fa4 fix race condition bug with kubectl returning nodes (#1889) 2017-12-05 16:41:42 -08:00
Thomas Stringer eb8cd11403 point monitoring extension and docs to point upstream (#1851) 2017-11-29 14:45:26 -08:00
Rita Zhang dd6d49de8e Adding Prometheus and Grafana (#1837)
* Add prometheus-grafana-k8s extension

* Add trstringer script to add data source and dashboard

* Update prometheus-grafana-k8s script

* Update prometheus grafana extension readme

* add checks for storage and handle accordingly

* Increase attempts for managed disk attach

* (wip) add multi-master handling

* add wait for tiller

* refactor logic to determine which master node should run extension

* Adding example .json api model

* (wip) dump extension parameters to a temp file

* add check for namespace param

* (wip) add call to ensure the k8s namespace exists in the cluster

* remove extension param dump to tmp

* add necessary namespace to kubectl calls

* add docs for namespace
2017-11-29 13:37:29 -08:00