surahman opened a new pull request #3740:
URL: https://github.com/apache/incubator-heron/pull/3740
This PR adds the ability to `restart` a topology on the Kubernetes
scheduler. It achieves this by deleting all Pods associated with the topology
using a `Selector` match label for:
```yaml
metadata:
labels:
app: heron
topology: <topology-name>
```
I have done some very quick deployment testing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]