apache / openwhisk-deploy-kube

The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.
https://openwhisk.apache.org/
Apache License 2.0
301 stars 231 forks source link

Prevent etcd from running when scheduler disabled #754

Closed hunhoffe closed 1 year ago

hunhoffe commented 1 year ago

I recently noticed that etcd was running even when the scheduler is disabled. This PR exists primarily to fix this bug.

However, since I was already making a PR, I also briefly tested deployment with the most recent OpenWhisk images, and updated them here (there have been some updates to the scheduler since the last image was accepted here).

dgrove-oss commented 1 year ago

Thanks @hunhoffe!