- Aug 22, 2019
-
-
Sandeep Sukhani authored
-
- Aug 20, 2019
-
-
Xiang Dai authored
* add quota for sed Signed-off-by:
Xiang Dai <764524258@qq.com> * add comment for head Signed-off-by:
Xiang Dai <764524258@qq.com>
-
Edward Welch authored
adding the beginnings of the release doc with steps, fixing a bug in the release_prepare.sh script and tweaking the output based on the current process.
-
Sandeep Sukhani authored
-
Sandeep Sukhani authored
* improvements in bigtable backup tool Added some metrics for monitoring of backup jobs Added a command to delete out of range backups, otherwise, there would be more backups than expected and alerts would start firing for unexpected backups
-
- Aug 17, 2019
-
-
Konstantin Misyutin authored
-
- Aug 15, 2019
-
-
sh0rez authored
* chore(packaging): set tag length to 7 relied on git approximation before, which causes problems with other parts of the automation. Because we do not need the tag to be strictly unique, but just to identify the latest version, limiting to 7 is fine. If this ever causes problems, raise the limit but make sure to update all other places as well. * chore(packaging): request at least 7 characters Co-Authored-By:
Dan Cech <dan@aussiedan.com>
-
sh0rez authored
Because drone.io provides us with native ARM runners, we evaluate the platform to figure out if it is a suitable replacement for CircleCI and qemu. Configuration is done using .drone/drone.jsonnet, the .drone/drone.yml is generated from that. Images are built on amd64, arm64 and arm, natively and without emulation. This allows to get rid of cross-compilation, which in turn allows more advanced builds (CGO, etc.) Hopefully this will make the CI faster and more reliable in the future. Let's see!
-
- Aug 08, 2019
-
-
Sandeep Sukhani authored
-
- Aug 07, 2019
-
-
Sandeep Sukhani authored
-
- Aug 02, 2019
-
-
sh0rez authored
This PR sets up an automated release pipeline to cross compile build artifacts and publish them to github. mitchellh/gox is used for building, ghr for publishing
-
Sandeep Sukhani authored
* Tool for creating and managing periodic tables stored in Bigtable It has 2 commands: 1. backup-active-periodic-table: For backing up active periodic table 2. ensure-backups: It helps ensure right tables are backed up and retain only single backup for non active periodic tables
-
- Aug 01, 2019
-
-
sh0rez authored
- bump build image to 0.4.0 - re-gen protos - re-add deploy task
-
sh0rez authored
This finally adds support for multiple architectures!
Images are now built using BuildKit (actually img), Dockerfiles were parameterized to allow this. Containers are still built on alpine, using QEMU and binfmt as a kernel compatibility layer to allow RUN steps in these. CircleCI has been fully revamped, to speed up builds and de-duplicate the configuration. Makefile has been extended with additional logic to shadow the multi-arch to non-CI users. Happy hacking on Raspberry Pi and friends :)
-
- Jul 17, 2019
-
-
Edward Welch authored
-
- Jul 05, 2019
-
-
Gene Liverman authored
Fixes #715
-
- Jun 03, 2019
-
-
Edward Welch authored
-
Edward Welch authored
removed helm entry in scrape_config.sh because there doesn't seem to be anyway to make it work with new pipeline config
-
- May 24, 2019
-
-
Cyril Tovena authored
* add a dev target to deploy the current image in k8s * impr/clients: Handle TLS config and MTLS for logcli and promtail (#540) * impr/clients: Handle TLS config and MTLS for logcli and promtail * fix/tls: Please gofmt... * impr/clients: use prometheus HTTPClientConfig for logcli and promtail * fix/promtail: Set proper Client config name * impr/promtail: Use prometheus HTTPClientConfig configuration * adapt with master * address review * fix conflicts * address requested changes * remove file * add helm dev targets * adding back assets * fix review comments * Review feedback
-
- May 14, 2019
-
-
Edward Welch authored
using an environment variable passed into an arg instead of reading the pod name from a file and the downardApi added a makefile
-
- May 08, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- May 07, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Apr 11, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Apr 09, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Mar 27, 2019
-
-
Edward Welch authored
-
- Mar 25, 2019
-
-
Steven Sheehy authored
Signed-off-by:
Steven Sheehy <ssheehy@firescope.com>
-
- Mar 20, 2019
-
-
Tom Wilkie authored
* Add a scrape config for pods without name or app labels. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * rebase with master and update to prefer name label but fallback to controller name * Update scrape_config to use pod controller_name in the job If a pod has a "name" label we use that in the job name. Otherwise, - If the pod was created directly by a controller (statefulset, daemonset, job) then we use that controller_name. - if the pod was created by controller created by a controller (deployment, cronJob) then we use the parent controller name. - add a scrape_config.sh tool that generates the scrap_configs for promtail.sh and helm chart from the ksonnet lib. * Reduce duplication in jsonnet. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Fix rebase Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com> * Tidy up promtail config imports. Signed-off-by:
Tom Wilkie <tom.wilkie@gmail.com>
-
Xiang Dai authored
* Tag with latest Signed-off-by:
Xiang Dai <764524258@qq.com>
-
- Mar 18, 2019
-
-
Nicholas Nezis authored
-
- Feb 11, 2019
-
-
woodsaj authored
issue #313
-
- Feb 04, 2019
-
-
woodsaj authored
kubelet creates a new log file when a container is restarted. So we need to catpure all log files in the `/var/logs/pods/<uid>/<container_name>/` dir.
-
- Jan 31, 2019
-
-
Andrew Fake authored
-
- Jan 29, 2019
-
-
Anthony Woods authored
__path__ is now expected to be a `glob` match, not a directory. In k8s the "glob" expression needed is just the exact file path of the container log, which is `/var/log/pods/<podUID>/<container_name>/0.log`
-
- Jan 19, 2019
-
-
Anthony Woods authored
fixes #190 Pods can have multiple containers. This fix ensures that we collect logs for all containers.
-
- Jan 14, 2019
-
-
Dan Cech authored
-
- Jan 10, 2019
-
-
Xiang Dai authored
* tools/promatail.sh: add DATAROOT option Signed-off-by:
Xiang Dai <764524258@qq.com> * ksonnet: support custom data root Signed-off-by:
Xiang Dai <764524258@qq.com> * Move dataroot setting to $._config.promtail_config.dataroot * whitespace fix * Update promtail.libsonnet
-
- Dec 14, 2018
-
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
- Dec 10, 2018
-
-
Goutham Veeramachaneni authored
Signed-off-by:
Goutham Veeramachaneni <gouthamve@gmail.com>
-
- Dec 06, 2018
-
-
Dan Cech authored
-