macOS
Deployment Guide
Clone aurras-deployment-kubernetes with submodules
2. Navigate to openwhisk setup directory
3. Get InternalIP of the cluster
4. Creating mycluster.yaml with apiHostName as InternalIP of the nodes
Assuming the IP returned from the above step 3 as "192.168.65.3"
5. Create a namespace
6. Indicate the Kubernetes worker nodes that should be used to execute user containers by OpenWhisk's invokers
7. Deploy Openwhisk using helm
8. Get the summary of installation using
Last updated