File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 28
28
fieldRef :
29
29
apiVersion : v1
30
30
fieldPath : spec.nodeName
31
- image : docker.io/gocrane/crane-agent:v0.8 .0
31
+ image : docker.io/gocrane/crane-agent:v0.9 .0
32
32
imagePullPolicy : Always
33
33
command :
34
34
- /crane-agent
Original file line number Diff line number Diff line change 35
35
operator : Exists
36
36
containers :
37
37
- name : craned
38
- image : docker.io/gocrane/craned:v0.8 .0
38
+ image : docker.io/gocrane/craned:v0.9 .0
39
39
imagePullPolicy : IfNotPresent
40
40
env :
41
41
- name : TZ
@@ -115,7 +115,10 @@ data:
115
115
apiVersion: apps/v1
116
116
- kind: StatefulSet
117
117
apiVersion: apps/v1
118
-
118
+ - name: IdleNode
119
+ acceptedResources:
120
+ - kind: Node
121
+ apiVersion: v1
119
122
---
120
123
apiVersion : v1
121
124
kind : ConfigMap
Original file line number Diff line number Diff line change 27
27
serviceAccountName : metric-adapter
28
28
containers :
29
29
- name : metric-adapter
30
- image : docker.io/gocrane/metric-adapter:v0.8 .0
30
+ image : docker.io/gocrane/metric-adapter:v0.9 .0
31
31
imagePullPolicy : IfNotPresent
32
32
env :
33
33
- name : TZ
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/evanphx/json-patch v4.11.0+incompatible
7
7
github.com/go-echarts/go-echarts/v2 v2.2.4
8
- github.com/gocrane/api v0.8.1-0.20221215043447-1fb56d37bb86
8
+ github.com/gocrane/api v0.9.0
9
9
github.com/google/cadvisor v0.39.2
10
10
github.com/jaypipes/ghw v0.9.0
11
11
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
Original file line number Diff line number Diff line change @@ -350,6 +350,8 @@ github.com/gobwas/ws v1.1.0-rc.5 h1:QOAag7FoBaBYYHRqzqkhhd8fq5RTubvI4v3Ft/gDVVQ=
350
350
github.com/gobwas/ws v1.1.0-rc.5 /go.mod h1:nzvNcVha5eUziGrbxFCo6qFIojQHjJV5cLYIbezhfL0 =
351
351
github.com/gocrane/api v0.8.1-0.20221215043447-1fb56d37bb86 h1:pPNeLZzyQiX5GXphUWEOgX1ozpcydFLlOK7XyGSGdi8 =
352
352
github.com/gocrane/api v0.8.1-0.20221215043447-1fb56d37bb86 /go.mod h1:GxI+t9AW8+NsHkz2JkPBIJN//9eLUjTZl1ScYAbXMbk =
353
+ github.com/gocrane/api v0.9.0 h1:PZwRhBc1FCDR2w9NPCw3Wc9jzATJHGhxoHFH7kiNgf8 =
354
+ github.com/gocrane/api v0.9.0 /go.mod h1:GxI+t9AW8+NsHkz2JkPBIJN//9eLUjTZl1ScYAbXMbk =
353
355
github.com/godbus/dbus/v5 v5.0.3 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
354
356
github.com/godbus/dbus/v5 v5.0.4 h1:9349emZab16e7zQvpmsbtjc18ykshndd8y2PG3sgJbA =
355
357
github.com/godbus/dbus/v5 v5.0.4 /go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA =
You can’t perform that action at this time.
0 commit comments