Git Product home page Git Product logo

aks-prometheus's People

Contributors

adeelku avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

aks-prometheus's Issues

Hack to force kubelet metrics scraping on http did not work on 1.6.10

It seems that the plain http port on 10255 has been deactivated in latest AKS change: https://github.com/Azure/AKS/blob/master/CHANGELOG.md#release-2020-01-27

Forcing kubelet metrics scraping on http will make the prometheus target down with the message "Connection refused"
You can see more discussions at: Azure/AKS#1601

Removing below statements in prometheus_values.yaml file make it works with version 1.6.10

# Forcing Kubelet metrics scraping on http 
kubelet:
  enabled: true
  serviceMonitor:
    https: false

Delete prometheus script has the potential to take out a whole cluster

This line is very dangerous
https://github.com/Adeelku/aks-prometheus/blob/master/scripts/delete_prometheus.sh#L5

-n monitoring will be ignored because CRDs aren't namespaced (it displays warning: deleing cluster-scoped resources, non scoped to the provided namespace). This will mean that every CRD will be deleted which may impact a large number of resources in the cluster, it may even prevent it from functioning.

Just thought I'd call it out. Otherwise, thanks for the blog, it was very helpful.

Issue installing in AKS

A brand new install in kubernetes 1.13.2 server, is giving me problems installing/upgrading

Error: UPGRADE FAILED: "prometheus" has no deployed releases

After trying to change the values and re-applying them (as you posted in your blog post), should we change something in our configs or the script for this to work?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.