joe miller
joe miller
It would be great if this plugin supported OAuth tokens for authenticating to the cluster. This would allow for easy usage by GKE-hosted clusters in particular since Google recommends disabling...
issue #17. This PR aligns the behavior of the crl url params with how I was expecting it to work... which I think is what was originally intended?
When creating a new root and intermediate CA with the `--root-crl-url` and `--crl-url` params, I expected the `root-ca.crt` would contain a CRL DP matching the root-crl-url and the intermediat `ca.crt`...
We are using freight to manage apt repos for the Sensu (https://github.com/sensu) project. It's a great tool but I noticed it's not all that efficient when repos are sync'd to...
Consider a monorepo structure like: ``` terraform/stacks |__ root.terragrunt.hcl |__ prod |__ web/terragrunt.hcl ... ``` Where `root.terragrunt.hcl` is included by all stacks and you have ~300 stacks. If you have...
Sending this PR over on req from @draco2003. This code does NOT seem to work as intended. I'm not sure exactly why, I suspect perhaps there's a race condition due...
Adds two new flags: * `-shorten-kube-names-regex-match` * `-shorten-kube-names-regex-template` (defaults to `${1}`) Examples: Assume a kubernetes cluster named `myorg-region-profile-cluster-01` Using the default template: ```console powerline-go -shorten-kube-names-regex-match '^myorg-\w+-\w+-(.*)' ``` result: `cluster-01` Using...
Example: An engineering team using multiple GKE clusters may reasonably have these desires: 1. Common tooling used across the team which needs to rely on predictable cluster naming conventions, eg:...
If you are running `pt-heartbeat` in daemon mode with `--update` and the heartbeat table is removed (eg: mistakenly by an admin, or other) then `pt-heartbeat` will continuously spin with an...