Travis Nielsen

Results 478 comments of Travis Nielsen
trafficstars

Correct, rook is using full auth: ``` client.admin key: caps: [mds] allow * caps: [mgr] allow * caps: [mon] allow * caps: [osd] allow * ``` This error is only...

@CO-lhageman @orelops Is this still an issue for you? We just haven't been able to repro, and no other reports of this issue.

> > @jansmets, do you want to fix the documentation? @zhucan can PTAL ? > > I'd think it's the other way around. It"s a gateway setting, so i'd be...

@zhucan Would you mind fixing it in the expected place in the spec? thanks

The csv generation has mainly only been used for downstream, so perhaps we can learn what other projects are doing downstream as well since that's where we risk breaking something....

> Are there issues going to controller-tools 0.9.2 directly? 0.7.0 or newer gives this error: ``` Error: unable to parse option "crd:maxDescLen=-1,trivialVersions=true,generateEmbeddedObjectMeta=true,allowDangerousTypes=true": [unknown argument "trivialVersions" (at :1:30) extra arguments provided:...

An annoyance of this change is that `make codegen` will produce different results on go 1.18 and 1.19. We need to go with the codegen format from 1.19, otherwise the...

Should that be `--userid=client.rookoperator` instead of `--userid=client.operator`?