Skip to content

Commit

Permalink
Merge pull request #11 from koupleless/feat.module_deployment_controller
Browse files Browse the repository at this point in the history
use new stable version of virtual kubelet
  • Loading branch information
Simon-Dongnan authored Sep 24, 2024
2 parents 7bd479d + 2ffac82 commit 747296b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ COPY --from=builder /workspace/module_controller .
EXPOSE 9090
EXPOSE 8080

ENTRYPOINT ["./module_controller", "--enable-mqtt-tunnel=true", "--enable-prometheus=true", "--enable-tracker=true", "--enable-inspection=true"]
ENTRYPOINT ["./module_controller"]
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/eclipse/paho.mqtt.golang v1.5.0
github.com/google/uuid v1.6.0
github.com/koupleless/arkctl v0.2.2-0.20240702132710-aba4f6ced448
github.com/koupleless/virtual-kubelet v0.1.1-0.20240923041130-b8ceb1901dd8
github.com/koupleless/virtual-kubelet v0.2.2
github.com/onsi/ginkgo/v2 v2.19.0
github.com/onsi/gomega v1.33.1
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@ github.com/koupleless/virtual-kubelet v0.1.1-0.20240923032529-9b813c8f7750 h1:ux
github.com/koupleless/virtual-kubelet v0.1.1-0.20240923032529-9b813c8f7750/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
github.com/koupleless/virtual-kubelet v0.1.1-0.20240923041130-b8ceb1901dd8 h1:O2i6j2dvJfgE2Chrf9Y2gv8Miyo1vGtFrPFOfItwKiI=
github.com/koupleless/virtual-kubelet v0.1.1-0.20240923041130-b8ceb1901dd8/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
github.com/koupleless/virtual-kubelet v0.1.1-0.20240924074746-0210732eca6a h1:fzqOVopXWgM/+7Jf0FoQ6vMXR4cME1TZo1i7MjJtP2Y=
github.com/koupleless/virtual-kubelet v0.1.1-0.20240924074746-0210732eca6a/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
github.com/koupleless/virtual-kubelet v0.2.1/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
github.com/koupleless/virtual-kubelet v0.2.2 h1:PuLsNShfUh+iDUV1/RUHC4Onmzi+P+WfH3Zz4HLLMlo=
github.com/koupleless/virtual-kubelet v0.2.2/go.mod h1:W64xRKk/hDpGW6WaJdxtY9KQHg0YKHeilBRm0ARxni4=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
Expand Down
4 changes: 3 additions & 1 deletion samples/module_controller_pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ spec:
- name: MQTT_CLIENT_PREFIX # mqtt client prefix
value: YOUR_MQTT_CLIENT_PREFIX
- name: REPORT_HOOKS # error report hooks, only support dingTalk robot webhook
value: YOUR_REPORT_HOOKS
value: YOUR_REPORT_HOOKS
- name: ENV
value: YOUR_ENV

0 comments on commit 747296b

Please sign in to comment.