Skip to content

Commit

Permalink
doc: fix tencentcloud clb plugin
Browse files Browse the repository at this point in the history
* fix comment
* fix doc
  • Loading branch information
imroc committed Oct 29, 2024
1 parent 270f0dc commit d32df21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cloudprovider/manager/provider_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func NewProviderManager() (*ProviderManager, error) {
}

if configs.TencentCloudOptions.Valid() && configs.TencentCloudOptions.Enabled() {
// build and register amazon web services provider
// build and register tencent cloud provider
tcp, err := tencentcloud.NewTencentCloudProvider()
if err != nil {
log.Errorf("Failed to initialize tencentcloud provider.because of %s", err.Error())
Expand Down
2 changes: 2 additions & 0 deletions docs/en/user_manuals/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,8 @@ The [tke-extend-network-controller](https://github.com/tkestack/tke-extend-netwo

#### Network parameters

ClbIds

- Meaning: the CLB instance ID. You can fill in multiple ids.
- Value: in the format of slbId-0,slbId-1,... An example value can be "lb-9zeo7prq1m25ctpfrw1m7,lb-bp1qz7h50yd3w58h2f8je"
- Configuration change supported or not: yes. You can add new slbIds at the end. However, it is recommended not to change existing slbId that is in use.
Expand Down

0 comments on commit d32df21

Please sign in to comment.