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

Support for autoscaling/v2beta2 #4

Open
KieranP opened this issue Oct 3, 2019 · 0 comments
Open

Support for autoscaling/v2beta2 #4

KieranP opened this issue Oct 3, 2019 · 0 comments

Comments

@KieranP
Copy link

KieranP commented Oct 3, 2019

Changed HPA metric format from:

metrics:
  - type: Object
    object:
      metricName: istio-requests-total
      target:
        apiVersion: v1
        kind: Pod
        name: podinfo
      targetValue: 10

to:

metrics:
- type: Object
  object:
    metric:
      name: istio-requests-total
    describedObject:
      apiVersion: v1
      kind: Pod
      name: podinfo
    target:
      type: Value
      value: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant