Daniel Shackelford

Results 8 issues of Daniel Shackelford

We segment our node groups with taints, and by default missing-container-metrics does not install on any nodes with taints. Adding the toleration ``` tolerations: - operator: Exists ``` Would ensure...

This adds toleration to daemonset that will allow it to run on all nodes, even those with taints.

Scheduler still cares about local timezone on container/server and will fail if not set, even if DESTALINATOR_RUN_ONCE is set. All scheduling should be ignored (and code not run) if DESTALINATOR_RUN_ONCE...

bug

#### Suggestion Add `max_lines` parameter used along with partial_key to limit the number of lines concatenated into a single message. Possible `max_behavior` parameter to indicate what to do when max...

In some cases it is desirable to receive the message with user ID and channel IDs included, rather than being parsed and replaced with usernames and channel names. See https://api.slack.com/changelog/2017-09-the-one-about-usernames

The npm package slack-client is deprecated and replaced by @slack/client

This is a great tool, and highly useful for meeting SOC2 compliance by adding alarms to AWS resources. Would it be possible to add support for load balancers?

**Describe the bug** Running `glooctl check -n custom-namespace` hangs at "Checking secrets" **To Reproduce** Steps to reproduce the behavior: 1. install Gloo 1.4.15 via helm 2 with custom namespace (not...

Type: Bug
Triage: Needs Information
Area: CLI
stale