Git Product home page Git Product logo

crunchydb-metrics-chart's Introduction

Installing the Monitoring Infrastructure

This Helm chart installs the metrics deployment for Crunchy PostgreSQL Operator by using its “pgo-deployer” container. Helm will setup the ServiceAccount, RBAC, and ConfigMap needed to run the container as a Kubernetes Job. Then a job will be created based on helm install, or uninstall to install or uninstall metrics. After the job has completed the RBAC will be cleaned up.

Prerequisites

  • Helm v3
  • Kubernetes 1.14+

Getting the chart

Clone the postgres-operator repo:

git clone https://github.com/CrunchyData/postgres-operator.git

Installing

cd postgres-operator/installers/metrics/helm
helm install metrics . -n pgo

Uninstalling

cd postgres-operator/installers/metrics/helm
helm uninstall metrics -n pgo

Configuraiton

The following shows the configurable parameters that are relevant to the Helm Chart. A full list of all Crunchy PostgreSQL Operator configuration options can be found in the documentation.

Name Default Description
fullnameOverride ""
rbac.create true If false RBAC will not be created. RBAC resources will need to be created manually and bound to serviceAccount.name
rbac.useClusterAdmin false If enabled the ServiceAccount will be given cluster-admin privileges.
serviceAccount.create true If false a ServiceAccount will not be created. A ServiceAccount must be created manually.
serviceAccount.name "" Use to override the default ServiceAccount name. If serviceAccount.create is false this ServiceAccount will be used.

{{% notice tip %}} If installing into an OpenShift 3.11 or Kubernetes 1.11 cluster rbac.useClusterAdmin must be enabled. {{% /notice %}}

crunchydb-metrics-chart's People

Contributors

clayrisser avatar gb-pavan avatar

Watchers

 avatar  avatar

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.