-
Notifications
You must be signed in to change notification settings - Fork 141
tke支持cluster_version升级时携带历史cluster_extra_args记录 #616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
2. Resource: `tencentcloud_kubernetes_cluster` upgrade `cluster_version` will send old `cluster_extra_args` to tke.
.terraform.lock.hcl
Outdated
"zh:7bfb780ff36953a1bc0c5b0ced67aa721e40107a2a0a0f14b5a41e8db0ecfee6", | ||
"zh:87c162a8ade55363554bc9e75d0a12bfd2ca90bbb288294cbf941764e0d87314", | ||
"zh:a21b53417455564f472d1ad7113e2d2d839977b80ecf9d468d56a7d35613ee25", | ||
"zh:fe52c6b0ea3450b81cd7ff161b83e39be5dfc17f5fb7fe5d86b150b6d4e151e7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这是啥,删了
## 1.56.2 (Unreleased) | ||
## 1.56.3 (Unreleased) | ||
## 1.56.2 (April 19, 2021) | ||
BUG FIXES: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
注意格式 空行
k8s.tf
Outdated
@@ -0,0 +1,98 @@ | |||
variable "availability_zone_first" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这是啥,测试文件?
tencentcloud/common.go
Outdated
@@ -50,7 +50,7 @@ var retryableErrorCode = []string{ | |||
"TradeUnknownError", | |||
"RequestLimitExceeded", | |||
"ResourceInUse", | |||
"ResourceInsufficient", | |||
//"ResourceInsufficient", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不要注释
ResourceInsufficient
fromretryableErrorCode
;tencentcloud_kubernetes_cluster
upgradecluster_version
will send oldcluster_extra_args
to tke.