kube-prometheus: Add kube-prometheus mixin to configure static etcd

This commit is contained in:
Frederic Branczyk
2018-06-26 14:12:49 +02:00
parent 2a96d77dd9
commit ad748858e3
7 changed files with 158 additions and 0 deletions

View File

@@ -39,6 +39,16 @@
}
},
"version": "master"
},
{
"name": "etcd-mixin",
"source": {
"git": {
"remote": "https://github.com/coreos/etcd",
"subdir": "Documentation/etcd-mixin"
}
},
"version": "master"
}
]
}