Ubuntu
Deployment Guide
Clone aurras-deployment-kubernetes with submodules
2. Navigate to openwhisk setup directory
3. Label the two worker nodes so that one is reserved for the invoker and the other will be used to run the rest of the OpenWhisk system.
4. Get InternalIP of the cluster
5. Creating mycluster.yaml with apiHostName as InternalIP of the nodes
Assuming the IP returned from the above step 4 as "192.168.65.3"
6. Create a namespace
7. Deploy Openwhisk using helm
8. Get the summary of installation using
Last updated