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
OSS version is bumped, no breaking changes, tested e2e on
DigitalOcean, with newer inletsctl revision.
PRO version contains breaking changes.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
return"", fmt.Errorf("error with GetLicenseKey: %s", err.Error())
69
+
}
70
+
71
+
returnstring(body), nil
72
+
}
73
+
60
74
funcinit() {
61
75
flag.StringVar(&kubeconfig, "kubeconfig", "", "Path to a kubeconfig. Only required if out-of-cluster.")
62
76
flag.StringVar(&masterURL, "master", "", "The address of the Kubernetes API server. Overrides any value in kubeconfig. Only required if out-of-cluster.")
@@ -77,6 +91,7 @@ func main() {
77
91
flag.StringVar(&infra.OrganizationID, "organization-id", "", "The organization id if using Scaleway as the provider")
78
92
flag.StringVar(&infra.ProjectID, "project-id", "", "The project ID if using Packet.com, or Google Compute Engine as the provider")
79
93
flag.StringVar(&infra.ProConfig.License, "license", "", "Supply a license for use with inlets-pro")
94
+
flag.StringVar(&infra.ProConfig.LicenseFile, "license-file", "", "Supply a file to read for the inlets-pro license")
80
95
flag.StringVar(&infra.ProConfig.ClientImage, "pro-client-image", "", "Supply a Docker image for the inlets-pro client")
81
96
flag.StringVar(&infra.MaxClientMemory, "max-client-memory", "128Mi", "Maximum memory limit for the tunnel clients")
0 commit comments