Skip to content

Commit 747296b

Browse files
Merge pull request #11 from koupleless/feat.module_deployment_controller
use new stable version of virtual kubelet
2 parents 7bd479d + 2ffac82 commit 747296b

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ COPY --from=builder /workspace/module_controller .
3535
EXPOSE 9090
3636
EXPOSE 8080
3737

38-
ENTRYPOINT ["./module_controller", "--enable-mqtt-tunnel=true", "--enable-prometheus=true", "--enable-tracker=true", "--enable-inspection=true"]
38+
ENTRYPOINT ["./module_controller"]

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/eclipse/paho.mqtt.golang v1.5.0
99
github.com/google/uuid v1.6.0
1010
github.com/koupleless/arkctl v0.2.2-0.20240702132710-aba4f6ced448
11-
github.com/koupleless/virtual-kubelet v0.1.1-0.20240923041130-b8ceb1901dd8
11+
github.com/koupleless/virtual-kubelet v0.2.2
1212
github.com/onsi/ginkgo/v2 v2.19.0
1313
github.com/onsi/gomega v1.33.1
1414
github.com/sirupsen/logrus v1.9.3

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,11 @@ github.com/koupleless/virtual-kubelet v0.1.1-0.20240923032529-9b813c8f7750 h1:ux
112112
github.com/koupleless/virtual-kubelet v0.1.1-0.20240923032529-9b813c8f7750/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
113113
github.com/koupleless/virtual-kubelet v0.1.1-0.20240923041130-b8ceb1901dd8 h1:O2i6j2dvJfgE2Chrf9Y2gv8Miyo1vGtFrPFOfItwKiI=
114114
github.com/koupleless/virtual-kubelet v0.1.1-0.20240923041130-b8ceb1901dd8/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
115+
github.com/koupleless/virtual-kubelet v0.1.1-0.20240924074746-0210732eca6a h1:fzqOVopXWgM/+7Jf0FoQ6vMXR4cME1TZo1i7MjJtP2Y=
116+
github.com/koupleless/virtual-kubelet v0.1.1-0.20240924074746-0210732eca6a/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
115117
github.com/koupleless/virtual-kubelet v0.2.1/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
118+
github.com/koupleless/virtual-kubelet v0.2.2 h1:PuLsNShfUh+iDUV1/RUHC4Onmzi+P+WfH3Zz4HLLMlo=
119+
github.com/koupleless/virtual-kubelet v0.2.2/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
116120
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
117121
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
118122
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=

samples/module_controller_pod.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ spec:
2626
- name: MQTT_CLIENT_PREFIX # mqtt client prefix
2727
value: YOUR_MQTT_CLIENT_PREFIX
2828
- name: REPORT_HOOKS # error report hooks, only support dingTalk robot webhook
29-
value: YOUR_REPORT_HOOKS
29+
value: YOUR_REPORT_HOOKS
30+
- name: ENV
31+
value: YOUR_ENV

0 commit comments

Comments
 (0)