-
Notifications
You must be signed in to change notification settings - Fork 27
Kepler Operator v1 Working Doc
Parul Singh edited this page Nov 7, 2022
·
10 revisions
Following the existing discussion here
The proposed CRs
flowchart TD;
machine-config
kepler-system
kepler-collected-metric
kepler-exported-power
-
Instead of using
integrated-operator-install
to installprometheus
andgrafana
via the operator, it should be left upon the user to set up the monitoring stack. -
Each components should be represented as a separate CR and managed by a separate controller
apiVersion: sustainability-computing-io/v1aplha1
kind: Kepler
metadata:
name: kepler-system
namespace: kepler-system
spec:
scape-interval:
daemon:
exporter:
image:
port: (default: 9102)
estimator-sidecar:
enabled: (default: false)
image:
mnt-path: (default: /tmp)
model-server:
enabled: (default: :warning:false)
storage:
type: (default: local? , values: local, hostpath, nfs, external (such as via s3))
path: (default: models)
sampling-period: