Dan Sabath

Results 5 issues of Dan Sabath

We are running Flatcar > [3033.x.x](https://www.flatcar.org/releases/) in our kubernetes clusters and have undergone the cgroups v2 upgrade. After upgrading Container Insights is no longer able to retrieve cadvisor metrics at...

enhancement
good first issue

## Description The coreos-ct [homebrew formula](https://github.com/Homebrew/homebrew-core/blob/master/Formula/coreos-ct.rb) tracks `coreos/container-linux-config-transpiler` and has been recently disabled with a `:repo_archived` tag. Either this formula needs to be updated or a new one created and...

kind/bug

The CUR has within it columns for custom tags. We use these tags for billing annotation. It would be good for us to be able to pull metrics on resource...

We have a billing account where the CUR is generated and stored, and we have a second utility account in which we want to run the dashboard processing. When accessing...

There is a typo on [doctl.py#L254](https://github.com/do-community/python-doctl/blob/8602a258fbdf7c526cac969eaa4b97aa026eda1e/doctl.py#L254). ``` return self.do.doctl( "compute", "domain", create, domain, "--ip-address", ip_address ) ``` 'create' needs to be quoted ``` return self.do.doctl( "compute", "domain", "create", domain, "--ip-address",...