Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ To use the pipeline resource optimization service in an existing Docker Compose

Kubernetes deployments use an [initContainer](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) that runs during pod initialization to set up the pipeline resource optimization service. To use the service in new or existing Kubernetes installations of Seqera Enterprise, do the following:

1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml):

```yaml file=../_templates/k8s/groundswell.yml
```
1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml).

1. To run the service from a custom URL, declare the URL with the `GROUNDSWELL_SERVER_URL` environment variable in the `configmap.yml` file that you downloaded for your [Platform installation][platform-k8s]. A non-zero value for this environment variable activates the optimization service automatically, so `TOWER_ENABLE_GROUNDSWELL` does not need to be set when you declare a custom URL.

Expand Down
4 changes: 4 additions & 0 deletions platform-enterprise_docs/enterprise/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ If further customization of the config file is needed, mount a config map/secret

## Optional features

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Studios

[Studios](../studios/overview) is an interactive analysis environment available in organizational workspaces. To enable Studios, see [Studios deployment](./studios).
Expand Down
6 changes: 1 addition & 5 deletions platform-enterprise_docs/enterprise/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,7 @@ See [Test deployment](./testing).

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Install the resource optimization service in your Kubernetes cluster with [this manifest](_templates/k8s/groundswell.yml).

Define a set of credentials for the resource optimization database in the `tower-groundswell-cfg` ConfigMap. This can be the same database used for Seqera, but in a different schema.

The initContainers will wait until both the Seqera and pipeline optimization service databases are ready before starting the migration in the Seqera database and finally starting the resource optimization container.
Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Studios

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ To use the pipeline resource optimization service in an existing Docker Compose

Kubernetes deployments use an [initContainer](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) that runs during pod initialization to set up the pipeline resource optimization service. To use the service in new or existing Kubernetes installations of Seqera Enterprise, do the following:

1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml):

```yaml file=../_templates/k8s/groundswell.yml
```
1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml).

1. To run the service from a custom URL, declare the URL with the `GROUNDSWELL_SERVER_URL` environment variable in the `configmap.yml` file that you downloaded for your [Platform installation][platform-k8s]. A non-zero value for this environment variable activates the optimization service automatically, so `TOWER_ENABLE_GROUNDSWELL` does not need to be set when you declare a custom URL.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ For more information on configuration, see [Configuration options](./configurati

## Optional features

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Data Studios

[Data Studios](../data_studios/overview) is an interactive analysis environment available in organizational workspaces. To enable Data Studios, see [Data Studios deployment](./data-studios).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,7 @@ See [Test deployment](./testing).

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Install the resource optimization service in your Kubernetes cluster with [this manifest](_templates/k8s/groundswell.yml).

Define a set of credentials for the resource optimization database in the `tower-groundswell-cfg` ConfigMap. This can be the same database used for Seqera, but in a different schema.

The initContainers will wait until both the Seqera and pipeline optimization service databases are ready before starting the migration in the Seqera database and finally starting the resource optimization container.
Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Data Studios

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ To use the pipeline resource optimization service in an existing Docker Compose

Kubernetes deployments use an [initContainer](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) that runs during pod initialization to set up the pipeline resource optimization service. To use the service in new or existing Kubernetes installations of Seqera Enterprise, do the following:

1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml):

```yaml file=../_templates/k8s/groundswell.yml
```
1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml).

1. To run the service from a custom URL, declare the URL with the `GROUNDSWELL_SERVER_URL` environment variable in the `configmap.yml` file that you downloaded for your [Platform installation][platform-k8s]. A non-zero value for this environment variable activates the optimization service automatically, so `TOWER_ENABLE_GROUNDSWELL` does not need to be set when you declare a custom URL.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ For more information on configuration, see [Configuration options](./configurati

## Optional features

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Studios

[Studios](../data_studios/overview) is an interactive analysis environment available in organizational workspaces. To enable Studios, see [Studios deployment](../enterprise/studios).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,7 @@ See [Test deployment](./testing).

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Install the resource optimization service in your Kubernetes cluster with [this manifest](_templates/k8s/groundswell.yml).

Define a set of credentials for the resource optimization database in the `tower-groundswell-cfg` ConfigMap. This can be the same database used for Seqera, but in a different schema.

The initContainers will wait until both the Seqera and pipeline optimization service databases are ready before starting the migration in the Seqera database and finally starting the resource optimization container.
Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Studios

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ To use the pipeline resource optimization service in an existing Docker Compose

Kubernetes deployments use an [initContainer](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) that runs during pod initialization to set up the pipeline resource optimization service. To use the service in new or existing Kubernetes installations of Seqera Enterprise, do the following:

1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml):

```yaml file=../_templates/k8s/groundswell.yml
```
1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml).

1. To run the service from a custom URL, declare the URL with the `GROUNDSWELL_SERVER_URL` environment variable in the `configmap.yml` file that you downloaded for your [Platform installation][platform-k8s]. A non-zero value for this environment variable activates the optimization service automatically, so `TOWER_ENABLE_GROUNDSWELL` does not need to be set when you declare a custom URL.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ For more information on configuration, see [Configuration options](./configurati

## Optional features

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Studios

[Studios](../studios/overview) is an interactive analysis environment available in organizational workspaces. To enable Studios, see [Studios deployment](./studios).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,7 @@ See [Test deployment](./testing).

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Install the resource optimization service in your Kubernetes cluster with [this manifest](_templates/k8s/groundswell.yml).

Define a set of credentials for the resource optimization database in the `tower-groundswell-cfg` ConfigMap. This can be the same database used for Seqera, but in a different schema.

The initContainers will wait until both the Seqera and pipeline optimization service databases are ready before starting the migration in the Seqera database and finally starting the resource optimization container.
Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Studios

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ To use the pipeline resource optimization service in an existing Docker Compose

Kubernetes deployments use an [initContainer](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) that runs during pod initialization to set up the pipeline resource optimization service. To use the service in new or existing Kubernetes installations of Seqera Enterprise, do the following:

1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml):

```yaml file=../_templates/k8s/groundswell.yml
```
1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml).

1. To run the service from a custom URL, declare the URL with the `GROUNDSWELL_SERVER_URL` environment variable in the `configmap.yml` file that you downloaded for your [Platform installation][platform-k8s]. A non-zero value for this environment variable activates the optimization service automatically, so `TOWER_ENABLE_GROUNDSWELL` does not need to be set when you declare a custom URL.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ For more information on configuration, see [Configuration options](./configurati

## Optional features

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Studios

[Studios](../studios/overview) is an interactive analysis environment available in organizational workspaces. To enable Studios, see [Studios deployment](./studios).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,7 @@ See [Test deployment](./testing).

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Install the resource optimization service in your Kubernetes cluster with [this manifest](_templates/k8s/groundswell.yml).

Define a set of credentials for the resource optimization database in the `tower-groundswell-cfg` ConfigMap. This can be the same database used for Seqera, but in a different schema.

The initContainers will wait until both the Seqera and pipeline optimization service databases are ready before starting the migration in the Seqera database and finally starting the resource optimization container.
Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Studios

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,7 @@ To use the pipeline resource optimization service in an existing Docker Compose

Kubernetes deployments use an [initContainer](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) that runs during pod initialization to set up the pipeline resource optimization service. To use the service in new or existing Kubernetes installations of Seqera Enterprise, do the following:

1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml):

```yaml file=../_templates/k8s/groundswell.yml
```
1. Download the [groundswell manifest](../_templates/k8s/groundswell.yml).

1. To run the service from a custom URL, declare the URL with the `GROUNDSWELL_SERVER_URL` environment variable in the `configmap.yml` file that you downloaded for your [Platform installation][platform-k8s]. A non-zero value for this environment variable activates the optimization service automatically, so `TOWER_ENABLE_GROUNDSWELL` does not need to be set when you declare a custom URL.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ If further customization of the config file is needed, mount a config map/secret

## Optional features

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Studios

[Studios](../studios/overview) is an interactive analysis environment available in organizational workspaces. To enable Studios, see [Studios deployment](./studios).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,11 +244,7 @@ See [Test deployment](./testing).

### Pipeline optimization

Seqera Platform offers a service that optimizes pipeline resource requests. Install the resource optimization service in your Kubernetes cluster with [this manifest](_templates/k8s/groundswell.yml).

Define a set of credentials for the resource optimization database in the `tower-groundswell-cfg` ConfigMap. This can be the same database used for Seqera, but in a different schema.

The initContainers will wait until both the Seqera and pipeline optimization service databases are ready before starting the migration in the Seqera database and finally starting the resource optimization container.
Seqera Platform offers a service that optimizes pipeline resource requests. Refer to [Pipeline optimization](./configuration/pipeline_optimization.md) for more information.

### Studios

Expand Down