Commit 0122c8f
Update to new operator SDK (#34)
* updated vmq
* update
* INITIAL COMMIT
* Create LICENSE
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Add VerneMQ StatefulSet after scaffolding operator
* Update README.md
* Cleaning up a lot
* initial stuff
* ConfigMap reload
* Add clusterViewSecret
* Make clustering work
* Add more stuff
* Refactoring
* Enable Env substitution
* Add Travis CI support
* add source
* change source line
* rename travis yaml
* add .travis.yml (#3)
* Added docs (#4)
* Add more docs (#5)
* Fix Readme and Getting Started Guide (#6)
* Update getting-started.md
* Handle cluster join error
* Add full operator yaml
* Use vmq-plugin-bundler to fetch plugin dependencies
* Added Jsonnet support, added Jsonnet based full stack example
* Add VerneMQ cluster to example
* Fix examples
* Travis should use only_vernemq example
* Fix travis.ci
* Don't generate ServiceMonitor for only_vernemq example
* Provide Listener and Plugins through CRD
* Improve Configuration via VerneMQ Custom Resource
* Updated API docs
* Properly parse integer
* Fix config value parsing
* Improve docs, allow interface instead of address when specifying listener
* Yaml doesn't know how to handle unsinged ints :(
* Set default listeners and configs in examples
* Review (#8)
A few small fixes and corrections
* Configure plugins via command hooks (#10)
* Configure plugins via commands
* Log os:cmds
* Fix a couple of bugs
* Trim res to avoid the newline
* Remove redirect stuff, not needed
* Implement timeout handling
* Improve logging
* Omit timeout if empty
* Fix swapped log lines
* Fix bug when stopping plugins
* Generate code for plugin configuration via command hooks
* Add pod watch to operator roles in examples
* Make the Plugin Bundler Image configurable
* Update default VerneMQ image to 1.9.2-alpine
* operator-sdk doesn't use dep anymore for managing deps
* check for bundler deployment
* try to get out some logs
* Specify default Bundler Version
* Fix typo in bundler image name
* Cleanup dependency management
- Use 'go mod' instead of 'dep'
- Give up on vendoring dependencies
- Use the operator-sdk binary releases to run the travis CI tests.
* Fix protocol versions (#16)
* Fix `vmq-admin listener start` allowed_protocol_versions name
* Rerun make to ensure proper file generation
* prometheus and grafana - order #14 (#15)
* Update README.md
* Update getting-started.md
* Update image location & change operator deployment apiVersion (#22)
* Update base image to vernemq/vernemq
* make operator deployment v1 instead of v1beta since in k8s 1.16 the apis have changed
* all Deployments api/v1beta2 -> apps/v1
* undo apiVersion change for node-exporter-daemonset
* Change jsonnet api version also in jsonnet file not only in generated yaml (#23)
* Fix git protocol (#29)
The `git://` protocol was deprecated in March 15, 2022.
If you change the protocol to `https://` vmq-operator will work again.
* update
* updated vmq
* updated reamdme
* kubectl call
* conf update
* config to statefulset.go
* config away from statefulset.go
* fixing smaller issues regarding docker-imgaes / names
* public image changed
* public image changed
Co-authored-by: Andre Graf <andre@dergraf.org>
Co-authored-by: Lars Hesel Christensen <lars@larshesel.dk>
Co-authored-by: Charles Hufnagel <hufnagel@stratisiot.com>
Co-authored-by: Mariane Previde <mariane.previde@gmail.com>
Co-authored-by: ioolkos <afa@erl.io>
Co-authored-by: Kusha Gharahi <3326002+kushagharahi@users.noreply.github.com>
Co-authored-by: kaflake <8384990+kaflake@users.noreply.github.com>
Co-authored-by: Leonardo Mariano <49132426+marianoleonardo@users.noreply.github.com>1 parent 44adcef commit 0122c8f
File tree
167 files changed
+11396
-26712
lines changed- api/v1alpha1
- build
- bin
- cmd
- apidoc
- manager
- config
- crd
- bases
- patches
- default
- manager
- manifests
- prometheus
- rbac
- samples
- scorecard
- bases
- patches
- controllers
- deploy/crds
- docs
- erlang
- src
- examples
- only_vernemq
- vernemq_grafana_prometheus
- example
- hack
- jsonnet/vmq-operator
- pkg
- apis
- vernemq/v1alpha1
- controller
- version
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
167 files changed
+11396
-26712
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 1 | + | |
54 | 2 | | |
55 | 3 | | |
56 | 4 | | |
57 | 5 | | |
58 | 6 | | |
59 | 7 | | |
60 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
61 | 12 | | |
| 13 | + | |
62 | 14 | | |
63 | 15 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
0 commit comments