The Wayback Machine - https://web.archive.org/web/20201216003204/https://github.com/topics/continuous-deployment
Skip to content
#

continuous-deployment

Here are 676 public repositories matching this topic...

vjpie2002
vjpie2002 commented Dec 11, 2020

Show number of pod restarts in the argo ui.

Motivation

Showing number of pod restart counts in the argo ui will help us to see which pods were restarted and how many times without going to any other monitoring dashboards or running kubectl commands. This will be very helpful feature.

Proposal

By getting the number of restart count, we can add this count at the bottom of each pod as

0x203
0x203 commented Mar 6, 2020

First of all: thanks for working on this project and making it accessible to us!

Context

We are starting the unleash server in the same process as our backend server, using unleash.start().
When we receive a SIGINT or SIGTERm, we want to shutdown cleanly so that node exits on it's own because of an empty event loop.

What we tried

Our current attempt to do this boils down t

Improve this page

Add a description, image, and links to the continuous-deployment 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 continuous-deployment topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.