kube-rbac-proxy-watcher

所属分类:代理服务器
开发工具:GO
文件大小:0KB
下载次数:0
上传日期:2024-03-07 12:11:00
上 传 者sh-1993
说明:  配置观察程序在观察的资源发生更改时管理子流程的生命周期。
(A configuration watcher managing the lifecycle of a child process upon changes on the watched resources.)

文件列表:
.ci/
.reuse/
LICENSES/
cmd/
hack/
pkg/
.dockerignore
.golangci.yaml
CODEOWNERS
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile
VERSION
go.mod
go.sum

# kube-rbac-proxy-watcher [![reuse compliant](https://reuse.software/badge/reuse-compliant.svg)](https://reuse.software/) ## Usage This utility serves the need of managing the lifecycle of a child process in a container environment. It is the container `entrypoint`, which later starts a dependent child process and watches for changes on a particular location on the mounted filesystem. If there are changes the main process restarts the child process by sending SIGTERM signal. Usually this scenario is beneficial in cases where an application does not support configuration hot reloading and needs to be restarted to load changes from the configuration. Such application is [kube-rbac-proxy](https://github.com/brancz/kube-rbac-proxy), which needs to be restarted to reflect configuration changes. ## Feedback and Support Feedback and contributions are always welcome. Please report bugs or suggestions as [GitHub issues](https://github.com/gardener/gardener-extension-os-gardenlinux/issues) or join our [Slack channel #gardener](https://kubernetes.slack.com/messages/gardener) (please invite yourself to the Kubernetes workspace [here](http://slack.k8s.io)). ## Learn more Please find further resources about out project here: * [Our landing page gardener.cloud](https://gardener.cloud/) * ["Gardener, the Kubernetes Botanist" blog on kubernetes.io](https://kubernetes.io/blog/2018/05/17/gardener/) * ["Gardener Project Update" blog on kubernetes.io](https://kubernetes.io/blog/2019/12/02/gardener-project-update/) * [Gardener Extensions Golang library](https://godoc.org/github.com/gardener/gardener/extensions/pkg) * [GEP-1 (Gardener Enhancement Proposal) on extensibility](https://github.com/gardener/gardener/blob/master/docs/proposals/01-extensibility.md) * [Extensibility API documentation](https://github.com/gardener/gardener/tree/master/docs/extensions)

近期下载者

相关文件


收藏者