Derek Tamsen
Derek Tamsen
I ran into an issue where the autoneg controller service account is forbidden listing several kubernetes api resources. The autoneg-controller-manager pod is returning the following errors: ``` E0727 18:09:24.847396 1...
Update the installation step to add an annotation to configure the cluster side of workload identity. The installation step adds an annotation to the `default` service account in the `autoneg-system`...
The autoneg-controller-manager pod returns the following error when using workload identity: ``` 2022-07-27T18:52:41.739Z ERROR controller-runtime.controller Reconciler error {"controller": "service", "request": "/", "error": "googleapi: Error 401: Invalid Credentials, authError"} github.com/go-logr/zapr.(*zapLogger).Error /go/pkg/mod/github.com/go-logr/[email protected]/zapr.go:128...
### Community Note - Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing...
- Adding ability to use ":" separator for symlinks. This allows one graph to contain multiple message queues without setting an environment variable. Ex. "ln -s aws_sqs_queue_length_testqueue1:testqueue2:testqueue3 => /usr/share/munin/plugins/aws_sqs_queue_length_" -...
Fixes #11 - Allows the munin plugin config var "env.AWS_REGION = " to override the default boto region of 'us-east-1' - Change title of graph to display region name instead...
The munin plugin tracebacks when trying to query the queue length for message queues outside the default region of us-east-1. ``` $ sudo munin-run aws_sqs_queue_length_test-queue-us-west-2 Traceback (most recent call last):...
Document `--luksversion` usage in `README.md`. Also, provide some background on what version to use in relation to Ubuntu version. _https://github.com/square/luks2crypt/issues/66#issuecomment-844789565_
Add the revision sha and build data to `luks2crypt version` output. This data can be passed into the build with `goreleaser`. Example: https://github.com/SpectralOps/teller/blob/v1.1.0/main.go#L55-L59
Add a root main.go similar to [awsssosync](https://github.com/awslabs/ssosync/blob/master/main.go). This should make it easier to build the project.