teodorkostov-es

Results 3 comments of teodorkostov-es

@dbrattli, thank you for the help. Unfortunately, these two schedulers do not get the job done. It seems that I have to change something in my threaded app. When I...

You can work with a self-signed CA - just create a new image that has the custom CA in the trust store. ```Dockerfile FROM registry:2 COPY ca.pem /usr/local/share/ca-certificates/my-ca.crt RUN chmod...

This is a known issue regarding Kubernetes and `PersistentVolumes` created with `hostPath`. Furthermore, since the custom resources are making the `PersistentVolumeClaims`, it seems that the place to fix this is...