Miguel Bernadin

Results 6 comments of Miguel Bernadin

Thanks @yogeek for filing this. I will go ahead and add this check in GCP and related projects to ensure it provides the valid character.

Sure! Most of the specifications and requirements can be found on the dcos.io documentation [here](https://docs.mesosphere.com/1.10/installing/oss/custom/system-requirements/). The thing that makes this project standout is the ability to deploy an architecture that...

This function removes empty values in a list as also used in the custom `join(a)` shared previously. ``` std.prune(x) Recursively remove all "empty" members of `x`. "Empty" is defined as...

I'm on NixOS and I run into this issue. It's only after installing the glibc below that this resolve this issue, for others in the same situation. ##### Work Around...

Thats correct, though they are configured with a public address there are security groups in place which locks down the access from the outside world. The only have egress access...

@hantuzun, that is exactly correct. This is not the only way to achieve this. Another method is to make use of bastion host to have the provisioners go through but...