BKK
BKK
``` --- version: 1.0 description: Deploy staging application .definitions: action_succeeded: &action_succeeded - task_message: " deploy :white_check_mark:" someaction: action: core.noop retry: count: 3 delay: 60 next: - when: publish: *action_succeeded do:...
Fixes merge conflicts and defects in #336 Will enable https://docs.docker.com/develop/develop-images/build_enhancements/#using-ssh-to-access-private-data-in-builds For example with the following starlark snippet: ``` "settings": { "registry": "xxx.dkr.ecr.us-east-1.amazonaws.com", "repo": "drone-test-build-docker", "dockerfile": "Dockerfile.python", "custom_dns": "169.254.169.253", "ssh_agent": "default",...
### What happened? 1. Follow installation instructions (https://kuma.io/docs/1.2.x/installation/eks/) ``` ./kumactl install control-plane | kubectl apply -f - kumactl install control-plane | kubectl apply -f - Error: Failed to render helm...
**What would you like to be added**: Multiple replicas for reliability, similar to how https://github.com/kubernetes-sigs/aws-load-balancer-controller works using leader election. **Why is this needed**: Improve reliability.
``` # from within loki-stack helm chart dir ❯ helm template --set loki.config.memberlist=null . | egrep memberlist # Source: loki-stack/charts/loki/templates/service-memberlist.yaml name: RELEASE-NAME-loki-memberlist targetPort: memberlist-port - name: memberlist-port # from within...
**Describe the bug** The window used to retrieve `sentry_events_total` is too small making it very easy to send up with lots of gaps in metrics data during slow hours/weekends/etc. **To...
How do I use this library and provide options (eg higher compression) to zstd? https://github.com/xitongsys/parquet-go/blob/master/compress/zstd.go#L13 `compressors` isn't exposed so I can't add my own or override it...
There's no documentation on how to override a runners env: https://docs.stackstorm.com/actions.html#built-in-parameters Is there a schema available for the YAML? And the obvious choices seem to not work: ``` name: run_build...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...