fabric8io / kansible

Kansible lets you orchestrate operating system processes on Windows or any Unix in the same way as you orchestrate your Docker containers with Kubernetes by using Ansible to provision the software onto hosts and Kubernetes to orchestate the processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

After 'oc delete rc ...', remote JVM on linux was still running.

chirino opened this issue · comments

We likely need to do a graceful shutdown of the SSH session so that the remote ssh server notices that the session has been killed so that the process can receive the HUP signal.