You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/09/27 10:46:15 UTC

[GitHub] [skywalking-infra-e2e] wu-sheng commented on a change in pull request #47: Support profile to export environments

wu-sheng commented on a change in pull request #47:
URL: https://github.com/apache/skywalking-infra-e2e/pull/47#discussion_r716573830



##########
File path: docs/en/setup/Configuration-File.md
##########
@@ -48,14 +48,16 @@ The `KinD` environment follow these steps:
 ```yaml
 setup:
   env: compose
-  file: path/to/compose.yaml  # Specified docker-compose file path
-  timeout: 1200               # Timeout second
-  steps:                      # Customize steps for prepare the environment
-    - name: customize setups        # Step name
-      command: command lines        # Use command line to setup 
+  file: path/to/compose.yaml            # Specified docker-compose file path
+  timeout: 1200                         # Timeout second
+  init-system-environment: path/to/env  # Import environment file
+  steps:                                # Customize steps for prepare the environment
+    - name: customize setups            # Step name
+      command: command lines            # Use command line to setup 
 ```
 
 The `docker-compose` environment follow these steps:
+1. Import `init-system-environment` file for help build service and execute steps.

Review comment:
       I think should describe what format this file is.




-- 
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: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org