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
Copy file name to clipboardExpand all lines: docs/users/knative-build.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -218,7 +218,7 @@ NAME SECRETS AGE
218
218
openwhisk-runtime-builder 2 3m46s
219
219
```
220
220
221
-
## Install the BuildTemplate for the NodeJS runtime
221
+
## Install the BuildTemplate for the Node.js runtime
222
222
223
223
```
224
224
$ kubectl apply --filename buildtemplate.yaml
@@ -308,7 +308,7 @@ metadata:
308
308
```
309
309
</details>
310
310
311
-
## Building a Knative service using the NodeJS BuildTemplate
311
+
## Building a Knative service using the Node.js BuildTemplate
312
312
313
313
We will use the simple "helloworld" test case to demonstrate how to use Knative to Build your function into container image and then deploy it as a Service.
314
314
@@ -372,7 +372,7 @@ spec:
372
372
kubectl apply -f build.yaml
373
373
```
374
374
375
-
This creates a pod with a NodeJS runtime and all the action metadata (action code, main function name, etc) integrated into the container image. If for any reason there is a failure creating the pod, we can troubleshoot the deployment with:
375
+
This creates a pod with a Node.js runtime and all the action metadata (action code, main function name, etc.) integrated into the container image. If for any reason there is a failure creating the pod, we can troubleshoot the deployment with:
Now that you have built the OpenWhisk NodeJS runtime image with the `helloworld` function "baked" into it, you can can deploy the image as a Knative Service.
419
+
Now that you have built the OpenWhisk Node.js runtime image with the `helloworld` function "baked" into it, you can deploy the image as a Knative Service.
420
420
421
421
You will need to configure the Service template to point to the Docker Hub repo. where your Knative OpenWhisk runtime (with the Hello World function) will be "pulled" from.
422
422
@@ -482,7 +482,7 @@ namespace "default" labeled
482
482
#### PROBLEM: Kubernetes and Istio resources do not all say "created" on "apply"
483
483
484
484
1. Verify that you have configured Docker Desktop to have the required CPU and Memory values recommended above.
485
-
2. Verify that all resources installed by applying either tha Knative or Istio YAML files show **"created"** during the installation.
485
+
2. Verify that all resources installed by applying either the Knative or Istio YAML files show **"created"** during the installation.
486
486
- If any of your resources were NOT **created**, then we recommend uninstalling Knative and Istio and trying again until you get the **created** result for all resources WITHOUT trying to apply a second time. Below is an example of successful creation of Knative resources:
0 commit comments