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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]