You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
k logs pod/yace-xxxxxx -n yace
{"level":"info","msg":"Parsing config","time":"2024-07-29T05:54:22Z"}
{"error":"Couldn't read /tmp/config.yml: Discovery job [3]: Service is not in known list!: AWS/EC2CapacityReservations","level":"error","msg":"Error running yace","time":"2024-07-29T05:54:22Z"}
Expected Behavior
No response
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
YACE version
v0.61.2
Config file
apiVersion: v1
data:
config.yml: |-
---
apiVersion: v1alpha1
discovery:
jobs:
- type: AWS/EC2CapacityReservations
regions:
- us-west-2
period: 900
length: 900
metrics:
- name: UsedInstanceCount
statistics:
- Sum
- name: AvailableInstanceCount
statistics:
- Sum
- name: TotalInstanceCount
statistics:
- Sum
- name: InstanceUtilization
statistics:
- Sum
kind: ConfigMap
Current Behavior
k logs pod/yace-xxxxxx -n yace
{"level":"info","msg":"Parsing config","time":"2024-07-29T05:54:22Z"}
{"error":"Couldn't read /tmp/config.yml: Discovery job [3]: Service is not in known list!: AWS/EC2CapacityReservations","level":"error","msg":"Error running yace","time":"2024-07-29T05:54:22Z"}
Expected Behavior
No response
Steps To Reproduce
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: