-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add golang runtime support to default deployments #4085
Comments
cc @sciabarra ^^ |
Excellent. Glad to see this! |
I think folks voted in mailing list for
|
Submitted all the 4 PR required. |
core repo PR merged: #4093 |
deploy-kube repo merged: apache/openwhisk-deploy-kube#327 |
@daisy-ycguo Do you know if we need changes for wskdeploy? |
The devtools PR is merged: apache/openwhisk-devtools#172 |
core cli PR is merged now: apache/openwhisk-cli#375 |
I need to check if wskdeploy needs to updated with the runtime |
@sciabarracom You want to handle these also I added items 5 and 6 above 5. Update wskdeployIssue opened here apache/openwhisk-wskdeploy#1004 6 Update websiteIssue opened here apache/openwhisk-website#343 |
All issues are closed now 🎉 |
Title: Add golang runtime support to default deployments
1. Add golang to core ansible/vagrant deploy
Use Ruby PR as reference: #3725
2. Add golang to CLI
--kind golang:x
and prefix.go
Use Ruby PR as reference: Add new file extension tentatively for Ruby runtime openwhisk-cli#352
3. Add golang to docker-compose deploy
https://github.com/apache/incubator-openwhisk-devtools/blob/master/docker-compose/docker-whisk-controller.env#L64
Use Ruby PR as reference: Add support for Ruby 2.5 openwhisk-devtools#150
4. Add golang to deploy-kube
https://github.com/apache/incubator-openwhisk-deploy-kube/blob/master/helm/openwhisk/runtimes.json
Use Ruby PR as reference:Add Ruby 2.5 to the list of runtimes openwhisk-deploy-kube#274
5. Update wskdeploy
Issue opened here apache/openwhisk-wskdeploy#1004
6 Update website
Issue opened here apache/openwhisk-website#343
The text was updated successfully, but these errors were encountered: