Peter Sanders

Results 18 comments of Peter Sanders

I have also encountered this problem. My build environment is CentOS 7, and I installed the NetCDF C++ library from its latest source release (4.3.0 at the time of writing...

> If you don't put the credentials in the url and use a [properties file for coursier](https://get-coursier.io/docs/other-credentials.html#property-file) can you pin the artifacts without having the username and password in the...

Point of clarification: my experience matches that of @phillcunnington The passwords are not recorded, which makes it usable at the very least without leaking anything that is sensitive in my...

`dicts` would help a lot. For example, using the following code I was able to achieve a 3729% speedup, with the expense that my code is wide instead of long:...

I'm in the process of setting up kubegres and this is something I'm going to have to deal with in the future, so I'm wondering if you've found kubegres-specific issues...

Personally I'm achieving the same result in terms of SSL configuration declaratively in Kubernetes by using JetStack CertManager with a [Self-Signed Issuer](https://cert-manager.io/docs/configuration/selfsigned/) to create a private CA using a [Certificate](https://cert-manager.io/docs/usage/certificate/)...

The "obvious" solution here is to mount the volumes into the init container the same way they are mounted into the runtime containers, e.g., in the code section below. Additional...

I've created a patch for the functional part of the code, but I do not yet have `KIND` set up in my development environment, so I have not been able...

I'm now realizing the same issue exists for the database backup cron job, so that would need to be added to the scope of changes in order to incorporate this...

So the answer to this question is currently "no", at least not on database initialization. I've sorted through this problem today and the crux of the issue is that the...