Results 15 issues of Oliver

**Description** When you use the cluster-update command, flags that are not provided are still written to the cluster. **Steps to reproduce** - `tsuru cluster-update tsuru-dev-certs kubernetes --addr=https://1.2.3.4 --cacert=./crt/tsuru.ca.crt --clientcert=./crt/tsuru.crt --clientkey=./crt/tsuru.key...

bug

The go.mod path is incorrect which causes this error when running `go mod tidy`: ``` github.com/octago/sflags/gen/gcli: github.com/octago/[email protected]: parsing go.mod: module declares its path as: github.com/sflags but was required as: github.com/octago/sflags...

If one tries to start the martian proxy such that it listens on only localhost then an error is thrown: ``` $ $GOPATH/bin/proxy -api-addr=localhost:9090 2021/03/31 12:59:42 strconv.Atoi: parsing "localhost9090": invalid...

The documented policy is not complete. Added the missing ecr:PutLifecyclePolicy. I also sorted the policy names so they look nicer. Also ran `pre-commit` and that changed some stuff.

- [x] This is a bug report - [x] I searched existing issues before opening this one ### Expected behavior I would expect a docker line of: ``` RUN dnf...

In step 1 and step 3 of the Events "Event Polling" workflow, it states "(e.g. half an hour)". Must these necessarily be the same time range? It would seem to...

help wanted

Under the examples for Events, it says, "Fetches the first page of log records that are older than Fri, 3 May 2013 09:00:00 -0000 and correspond to delivery to [email protected]"...

help wanted

If there is an error then exit non-0

Added a helm chart to allow one to deploy into kuberntes as a cronjob.

This is based off my work for dockerizing the project (#1). - I added a feature so that it can recursively search LDAP groups as we use nested ldap groups....