Skip to content

Commit c59f02e

Browse files
Google APIscopybara-github
authored andcommitted
docs: Update cpu_utilization_percent limit
docs: Remove the limitation of all clusters in a CMEK instance must use the same key PiperOrigin-RevId: 438385300
1 parent 480e3fb commit c59f02e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/bigtable/admin/v2/instance.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ message Instance {
118118
message AutoscalingTargets {
119119
// The cpu utilization that the Autoscaler should be trying to achieve.
120120
// This number is on a scale from 0 (no utilization) to
121-
// 100 (total utilization).
121+
// 100 (total utilization), and is limited between 10 and 80, otherwise it
122+
// will return INVALID_ARGUMENT error.
122123
int32 cpu_utilization_percent = 2;
123124
}
124125

@@ -165,7 +166,6 @@ message Cluster {
165166
// `cloudkms.cryptoKeyEncrypterDecrypter` role on the CMEK key.
166167
// 2) Only regional keys can be used and the region of the CMEK key must
167168
// match the region of the cluster.
168-
// 3) All clusters within an instance must use the same CMEK key.
169169
string kms_key_name = 1 [(google.api.resource_reference) = {
170170
type: "cloudkms.googleapis.com/CryptoKey"
171171
}];

0 commit comments

Comments
 (0)