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
I want to use the OpenWhisk deployment as an endpoint for AWS EventBridge, but currently it is only possible to add API Destinations that use https endpoints.
The text was updated successfully, but these errors were encountered:
Steps to reproduce the issue
eksctl create cluster --name test-cluster-1 --region eu-central-1 --node-type t2.large --nodes 1
kubectl label nodes --all openwhisk-role=invoker
helm install owdev openwhisk-deploy-kube/helm/openwhisk -n openwhisk --create-namespace -f mycluster.yaml
wsk -i property set --apihost https://<load-balancer-DNS>:443
wsk list -v
Observations
wsk list -v
:mycluster.yaml
Reason of interest
I want to use the OpenWhisk deployment as an endpoint for AWS EventBridge, but currently it is only possible to add API Destinations that use https endpoints.
The text was updated successfully, but these errors were encountered: