Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 5fd7739

Browse files
jvalkealilayaperumalg
authored andcommitted
Add tip to name one task platform as default
1 parent 954b47f commit 5fd7739

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/configuration-cloudfoundry.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,8 @@ spring:
207207
appNamePrefix: qa1
208208
----
209209

210+
TIP: By defining one platform as `default` allows you to skip using `platformName` where its use would otherwise be required.
211+
210212
When launching a task, pass the value of the platform account name using the task launch option `--platformName` If you do not pass a value for `platformName`, the value `default` will be used.
211213

212214
NOTE: When deploying a task to multiple platforms, the configuration of the task needs to connect to the same database as the Data Flow Server.

spring-cloud-dataflow-docs/src/main/asciidoc/configuration-kubernetes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,9 @@ spring:
288288
limits:
289289
memory: 2048m
290290
----
291+
292+
TIP: By defining one platform as `default` allows you to skip using `platformName` where its use would otherwise be required.
293+
291294
When launching a task, pass the value of the platform account name using the task launch option `--platformName` If you do not pass a value for `platformName`, the value `default` will be used.
292295

293296
NOTE: When deploying a task to multiple platforms, the configuration of the task needs to connect to the same database as the Data Flow Server.

spring-cloud-dataflow-docs/src/main/asciidoc/configuration-local.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ spring:
347347
348348
----
349349

350+
TIP: By defining one platform as `default` allows you to skip using `platformName` where its use would otherwise be required.
351+
350352
When launching a task, pass the value of the platform account name using the task launch option `--platformName` If you do not pass a value for `platformName`, the value `default` will be used.
351353

352354
NOTE: When deploying a task to multiple platforms, the configuration of the task needs to connect to the same database as the Data Flow Server.

0 commit comments

Comments
 (0)