GoogleCloudPlatform / k8s-config-connector

GCP Config Connector, a Kubernetes add-on for managing GCP resources
https://cloud.google.com/config-connector/docs/overview
Apache License 2.0
890 stars 218 forks source link

bigtable storage and replication #130

Closed thecloudgeek closed 4 years ago

thecloudgeek commented 4 years ago

I don't see in the YAML definition for bigtable that one can specify storage and replication. Is that something thats possible?

kibbles-n-bytes commented 4 years ago

Hey @thecloudgeek, please refer to our reference documentation for the full list of fields we support: https://cloud.google.com/config-connector/docs/reference/resources#spec_5 . I believe storageType and numNodes are the fields you're looking for.

If not, could you please refer to specifically what you're trying to configure from the underlying API's REST reference?

thecloudgeek commented 4 years ago

@kibbles-n-bytes I see storage type but not storage size though. In the UI, I can configure storge type and size, and also a replication.

xiaobaitusi commented 4 years ago

Hi @thecloudgeek, by replication, I think that it means to add a new cluster. However I couldn't find in the google cloud console how to configure the size. It seems that the underlying API's rest objects don't have such as a field like "size" per Instance reference and cluster reference. Can you specify how to configure the size via UI?

thecloudgeek commented 4 years ago

ah I see now...misread on my part....the storage option was just to estimate costs in the UI