Óscar Martín
Óscar Martín
> While fastdp which use ODP is not working, sleeve mode is used as fallback. Pods should have connectivity with other pods other nodes. On the nodes with VM's which...
We are lately suffering from this more often (twice/thrice per day)...so we applied a **workaround** to the weave DaemonSet by adding a `livenessProbe` like this: ``` livenessProbe: exec: command: -...
@bboreham You're right; I overlooked that `Error` function. Sorry for adding confusion. I will provide logs as soon as I cleanse them. Is it enough to provide the logs from...
This is how I restored a snapshot. Assumptions: - `lvm-localpv` is deployed - `local-path` is the `StorageClass` - `lvmpv-snapclass` is the `VolumeStorageClass` # Creation of a VolumeSnapshot for a PVC...
Thanks @sagar-deepscribe! In my case, I need new special tokens but this is good stuff for me to learn.
I am also facing this issue. I have installed same docker-machine version you commented in both my laptop (Mac) and a digitalocean droplet (running a Ubuntu 16.04 with kernel: 4.4.0-57-generic)....
If you install `docker-machine` first time then you do not have in that host a self-signed CA that will be used to generate your client certificate and as many server...
Hi @lekkerduidelijk I think your self-signed CA could be messed up for some reason. Can you please `mv` the folder certs (`~/.docker/machine/certs`) to something else and try creating a machine...
You're welcome. I edited my response to clearly state the fix to make.