Skip to content
#

workloads

Here are 16 public repositories matching this topic...

Somefive
Somefive commented Nov 2, 2021

Describe the bug

Currently ClusterGateway in helm chart reuse the service account in Webhook to bootstrap. However, sometimes developer may not want Webhook but want ClusterGateway. Current helm install cannot achieve that. We should support it.

Two solutions:

  1. Use separate service account for ClusterGateway and Webhook.
Jacobious52
Jacobious52 commented Oct 21, 2020

Is your feature request related to a problem? Please describe.

Updating escalator config currently requires a pod restart. We should update escalator to automatically read new config upon changing on disk.

Describe the solution you'd like

Check for changes in nodegroup config before each run. If safe to do so, run with the new config.

*Describe alternatives you've considered

Improve this page

Add a description, image, and links to the workloads topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the workloads topic, visit your repo's landing page and select "manage topics."

Learn more