Skip to content

Stackdriver/kubernetes-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
Jun 15, 2020
Aug 22, 2018
Oct 19, 2018
Dec 4, 2024
Aug 22, 2018
Apr 25, 2020
Dec 4, 2024
Aug 5, 2021
Jul 1, 2019

Repository files navigation

Stackdriver Kubernetes Configs

A collection of Kubernetes configurations to integrate with Stackdriver products. For now, it supports Stackdriver Logging and Stackdriver Monitoring. This repo is only used for manual installation on existing clusters.

Setting up git hooks

From the root directory of this repo, please run the following command:

ln -s "$(realpath hooks/pre-commit)" "$(git rev-parse --git-dir)/hooks/pre-commit"

This will ensure that all commits run the compile-agents-yaml.sh command.

Compile Agents YAML

From the root directory of this repo, you can run the following command:

./compile-agents-yaml.sh

This will ensure that all commits re-generate the agents.yaml file to keep it up-to-date with other YAML file changes.