Skip to content

Commit

Permalink
docs: Update cpu_utilization_percent limit
Browse files Browse the repository at this point in the history
docs: Remove the limitation of all clusters in a CMEK instance must use the same key

PiperOrigin-RevId: 438385300
  • Loading branch information
Google APIs authored and copybara-github committed Mar 30, 2022
1 parent 480e3fb commit c59f02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/bigtable/admin/v2/instance.proto
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ message Instance {
message AutoscalingTargets {
// The cpu utilization that the Autoscaler should be trying to achieve.
// This number is on a scale from 0 (no utilization) to
// 100 (total utilization).
// 100 (total utilization), and is limited between 10 and 80, otherwise it
// will return INVALID_ARGUMENT error.
int32 cpu_utilization_percent = 2;
}

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

0 comments on commit c59f02e

Please sign in to comment.