Joel Griffiths

Results 9 comments of Joel Griffiths

Does anybody have a workaround for this?

I have some more details on this. First, the Application resource is not getting updated. Also, I turned on trace for the logs. Slightly modified to remove private information. In...

After messing with this for hours and hours, I was finally found a workaround (unless I'm wrong about why it was not working). I believe the trick was using kustomization...

I believe influxdb/client has changed. They removed WriteSeries. I'm trying to find a release that isn't broken. If you find one, post it here so others can benefit.

Actually, after it fails, or you do a 'make get' Do this: cd src/github.com/influxdb/influxdb git checkout v0.8.7 make build Then you're g2g.

I did this with one of the devs. It gave me this, but I am definitely running as the cluster-admin. ``` apiVersion: authorization.k8s.io/v1 kind: SelfSubjectRulesReview metadata: creationTimestamp: null spec: {}...

``` > kubectl auth can-i list pods --namespace default yes ```

Is there some place I can get the last version? Somebody sent me a link, but I received a 403 when I tried to get to it.

I noticed the project was not active. The README didn't say anything. Then I checked Issues and found this note. Thank you for the link!