Dan Bason
Dan Bason
That looks like it might be a bug when certs are mounted looking at the values from the issue. Would you be able to share your custom resource yaml with...
That's fine, that's the file I was looking for. I will do some testing and see if I can narrow down what is happening. One thing to note is that...
I haven't been able to replicate the problem, so any logs you can share would be very useful. Also it might be worth manually building the docker image yourself just...
As discussed on slack, it seems we have run out of disk space. Seaweed is append only so when we post new data we are growing the total storage. We...
If there is no existing cluster Logging UI should have a Create button. If there is an existing UI should show details of the cluster along with edit and delete...
Note that this will be implemented as part of agent v2
@NTICompass I'm in the same boat as you but from a bit of research I think it's OK to comment out the if block that references that. It was removed...
@NTICompass could you test my updates - I'm getting errors due to gcc 5.1 I suspect - will work on these tonight. The code is https://github.com/dbason/crystalhd
@NTICompass the changes I've made should work on gcc 4.9, but I haven't fixed gcc 5.1 issues yet. I can compile that file but because I've only got gcc 5.1...
Actually don't worry, it compiles but throws errors on load. Need to do more debugging Edit: so yeah I don't really know what I'm doing. I think pci_request_regions is reserving...