manuelreyesgomez

Results 17 comments of manuelreyesgomez

security=False, does not seem to work as I am getting the following: Waiting for scheduler to run at 52.171.62.23:8786 Scheduler is running Traceback (most recent call last): File "", line...

@quasiben I am using a pretty recent one openssl version OpenSSL 1.1.1i 8 Dec 2020

@quasiben Many people had tried now and are getting same error. With recent openssl version 12/2020.

security=False works on a linux machine, would check again if I still get the errors I reported above on a windows machine

@jacobtomlinson I agree with the security concerns on exposing ports by default but leaving it optional, so people could use the ssh access when developing and /or testing while keeping...

@jacobtomlinson This is breaking functionality we are pushing to azure enterprise users

@jacobtomlinson Do the possibility to request an increase on the VM disk size added to the constructor?

Same problem with AzureVMCluster ```python >>> cluster = AzureVMCluster( ... resource_group=resource_group, ... location = location, ... vnet=vnet, ... security_group=security_group, ... n_workers=initial_node_count, ... vm_size=vm_size, ... docker_image=base_dockerfile, ... docker_args="--privileged", ... auto_shutdown=False, ......