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
Currently we send notifications on slack about clusters that are to be deleted in the next days. We need to notify the cluster owner about this update so that he/she can take an action whether to delete the cluster if he/she doesn't need it or extend the cluster ttl using the extend-cluster-ttl.sh script.
To implement this, we would need to:
Add a mandatory owner tag on requesting a cluster. The value of the owner should be the owner's slack ID.
Tag the owner in the cluster status slack message.
The text was updated successfully, but these errors were encountered:
Currently we send notifications on slack about clusters that are to be deleted in the next days. We need to notify the cluster owner about this update so that he/she can take an action whether to delete the cluster if he/she doesn't need it or extend the cluster ttl using the
extend-cluster-ttl.sh
script.To implement this, we would need to:
The text was updated successfully, but these errors were encountered: