Charlie Getzen

Results 30 issues of Charlie Getzen

code: https://github.com/banzaicloud/bank-vaults/blob/master/operator/pkg/controller/vault/vault_controller.go#L1479 Use-case: We run a HA vault, and want to reduce the number of "step-downs" when updating some configs, because it causes a brief but impactful downtime. With the...

Currently type.name is set at connector instantiation and is static, regardless of how many topics the connector is consuming from. I would like to either see an option to map...

My issue is reproducible: - Find a namespace with evicted pods - kubetail the namespace This results in many errors filling the screen around containers not being available. kubetail should...

Dockerhub has `latest` being a few months old, with no other tagged releases in the last few years.

I'm having trouble coming up with an example pod/deployment spec using the init and sidecar pattern.

This function is never called from the controller. ```go // if the item doesn't exist then it was deleted and we need to fire off the handler's // ObjectDeleted method....

Hello, I cannot find any documentation about a node's identity. I'm curious if it's currently based off of its IP address, and if it's possible to pass an identity to...

### Affected Resource(s) - data.pagerduty_users ### Terraform Configuration Files ```hcl # Desired functionality data "pagerduty_users" "my_team_responders" { team_ids = [data.pagerduty_team.my_team.id] team_roles = ["Responder", "Manager"] } ``` ### Expected Behavior I...

This introduces the ability to include `operationName` as a query parameter for the default client. There are a few patterns for options that are described [here](https://golang.cafe/blog/golang-functional-options-pattern.html). The existing `NewClientUsingGet` follows...

Resolves https://github.com/jo-nike/clipplex/issues/9