You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix regression for adding extra ports to EC2 security group
Extra ports where not added to the security group due to a regression
introduced in ac3b8b4
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <han@openfaas.com>
Reserve a static IP for GCE VMs
Fixes an issue by @richardcase where the IP of the tunnel
server may change.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Allow a custom port range for EC2 VMs
Set the additional text with a comma-separated list of
ports i.e. 22,443,80,8080 and these will be added to the
security group.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>