how to deploy openwhisk on kubernets on PIs 4

158 Views Asked by At

i'm trying to deploy openwhisk flowing the official documentation I do have one master and 2 workers where one is as core and the other is invoker however when I deeply using helm

git clone https://github.com/apache/openwhisk-deploy-kube.git
helm install owdev ./helm/openwhisk -n openwhisk --create-namespace -f mycluster.yaml

enter image description here

however no package is correctly running enter image description here

1

There are 1 best solutions below

0
vickyvikas7988 On

Make sure you do below things

As per Readme page

  • You will need at least 1 worker node with 4GB of memory and 2 virtual CPUs to deploy the default configuration of OpenWhisk.
  • Make sure you label the worker nodes

kubectl label node <worker-node-name> openwhisk-role=invoker

  • Your worker node should be able to pull open whisk images from the docker repository