Skip to content

Commit 64d390e

Browse files
committed
Update docs
1 parent 8129de8 commit 64d390e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/book/src/getting-started.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
secret-key: <cloudstackSecretKey>
3636
api-url: <cloudstackApiUrl>
3737
verify-ssl: "false"
38+
project-id: <project id> # Optional. If provided, the provider will use this project id for all operations
3839
3940
```
4041
- Apply this secret to the management cluster:

test/e2e/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ stringData:
5151
secret-key: XXXX
5252
api-url: http://1.2.3.4:8080/client/api
5353
verify-ssl: "false"
54+
project-id: <project id>
5455
```
5556
This will be applied to the kind cluster that hosts CAPI/CAPC for the test, allowing CAPC to access the cluster.
56-
The api-key and secret-key can be found or generated at Home > Accounts > admin > Users > admin of the ACS management UI. `verify-ssl` is an optional flag and its default value is true. CAPC skips verifying the host SSL certificates when the flag is set to false.
57+
The api-key and secret-key can be found or generated at Home > Accounts > admin > Users > admin of the ACS management UI. `verify-ssl` is an optional flag and its default value is true. CAPC skips verifying the host SSL certificates when the flag is set to false. `project-id` is also optional and is used to specify the project id to be used for the k8s cluster.
5758

5859
### Running the e2e tests
5960

0 commit comments

Comments
 (0)