cloud-pipeline
cloud-pipeline copied to clipboard
Cloud agnostic genomics analysis, scientific computation and storage platform
This PR is related to the bug described in the comment https://github.com/epam/cloud-pipeline/issues/2568#issuecomment-1091858826 Cloud-Pipeline node down operation consists of 2 steps: - removing k8s node; - terminating VM in the cloud....
Resolves #2595. The pull request introduces support for reverse DTS tunnel connections to Cloud Pipeline. From now on any data transfer service which has direct network connection to Cloud Pipeline...
**Background** Support for autonomous data synchronisation was introduced in DTS via #2044. It allows DTS to autonomously transfer data to Cloud Pipeline even if there is no direct network connection...
At the moment, Cloud Pipeline monitors two types of "bad" instances: * Nodes, missing a Cloud Pipeline RUN_ID or POOL_ID labels * Nodes, which exist in AWS, but are not...
**Background** As we have to proxy egress traffic from the internal networks to the Internet - a `tinyproxy` is used. It may be overloaded with requests is some cases and...
**Background** At the moment, Cloud Pipeline names the job in the GUI using: * A pod name (in the runs lists)  * A docker image name (in the dashboard)...
At the moment, run price estimation in UI might differ from the one, displayed in billing reports. It would be nice to make calculation procedures consistent. Right now, `billing-report-agent` implements...
Resolves issue #2587. The pull request brings support for remote ports forwarding in pipe tunnel. It allows to share a machine local ports with remote hosts without a direct network...
**Background** Currently pipe cli supports local ports forwarding via pipe tunnel command (see #1501). It's extremely useful when local applications require access to remote applications. At the same time in...
**Describe the bug** Cannot delete user who is an OWNER of any object **To Reproduce** Steps to reproduce the behavior: 1. Create `USER_X` 2. Grant this user OWNER access to...