Skip to content
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

storageTarget unsupported in BigtableInstance CRD #729

Closed
3 tasks done
travisrandolph-bestbuy opened this issue Oct 28, 2022 · 1 comment
Closed
3 tasks done

storageTarget unsupported in BigtableInstance CRD #729

travisrandolph-bestbuy opened this issue Oct 28, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@travisrandolph-bestbuy
Copy link

Checklist

Bug Description

It appears that storageTarget isn't actually a supported field for cluster autoscaling config. When we try to add the storageTarget configuration we are seeing an error that states it's an unknown field.

image

Additional Diagnostic Information

error: error validating "test.yaml": error validating data: ValidationError(BigtableInstance.spec.cluster[0].autoscalingConfig): unknown field "storageTarget" in com.google.cloud.cnrm.bigtable.v1beta1.BigtableInstance.spec.cluster.autoscalingConfig; if you choose to ignore these errors, turn validation off with --validate=false

Kubernetes Cluster Version

v1.22.12-gke.2300

Config Connector Version

1.95.0

Config Connector Mode

namespaced mode (default)

Log Output

No response

Steps to reproduce the issue

Deploy the YAML snippet below.

YAML snippets

apiVersion: bigtable.cnrm.cloud.google.com/v1beta1
kind: BigtableInstance
metadata:
  name: bigtable-test
spec:
  displayName: BigtableAuto
  instanceType: PRODUCTION
  resourceID: bigtable-test
  cluster:
  - clusterId: test-cluster
    zone: us-central1-a
    autoscalingConfig:
      cpuTarget: 25
      maxNodes: 10
      minNodes: 1
      storageTarget: 3000
@travisrandolph-bestbuy travisrandolph-bestbuy added the bug Something isn't working label Oct 28, 2022
@mbzomowski
Copy link

This field was released w/ v1.96.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants