-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from camilb/kubernetes-1.6-support
Add Kubernetes 1.6 support.
- Loading branch information
Showing
28 changed files
with
277 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
git checkout k8s/ingress/01-basic-auth.secret.yaml | ||
git checkout k8s/prometheus/01-prometheus.configmap.yaml | ||
git checkout k8s/prometheus/02-prometheus.svc.statefulset.yaml | ||
git checkout k8s/prometheus/03-alertmanager.configmap.yaml | ||
git checkout k8s/prometheus/04-alertmanager.svc.deployment.yaml | ||
git checkout k8s/prometheus/05-node-exporter.svc.daemonset.yaml | ||
git checkout k8s/grafana/grafana.svc.deployment.yaml | ||
git checkout grafana/Dockerfile | ||
rm auth | ||
rm dhparam.pem |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM grafana/grafana:4.1.1 | ||
FROM grafana/grafana:GRAFANA_VERSION | ||
MAINTAINER Camil Blanaru <[email protected]> | ||
|
||
ADD grafana-config/grafana.ini /etc/grafana/grafana.ini | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.