Commit Graph

224 Commits

Author SHA1 Message Date
William Yang cd43bb42a7 fix(helm-chart): force headless svc ready while pod is not ready
fixs: #5254

The dist port behind headless svc should to be accessible during emqx
cluster boot.

Endpoints of headless SVC is not in 'ready' state that prevents nodes to talk to
each other, this issue only happens when K8s host node is restarted and
all emqx nodes are deployed on the same host.
2021-09-02 18:46:58 +02:00
William Yang 3fd2447f10 fix(helm-chart): make podManagementPolicy configurable 2021-08-27 09:07:56 +02:00
William Yang ab9d6b9b7a fix(helm-chart): start/stop pods in parallel 2021-08-27 09:07:56 +02:00
DDDHuang 86231f795d
refactor: close managment http 8081 (#5564) 2021-08-27 13:46:39 +08:00
Shawn 092f29fecd refactor(CI): update the ENVs for new listener,zone configs 2021-08-26 09:11:30 +08:00
Parham Alvani d3722ea1aa feat: Add Chart Icon 2021-08-18 09:31:39 +08:00
Mohammad Yosefpor 4bd2240c1a fix: apply suggestions 2021-08-13 15:48:41 +08:00
Mohammad Yosefpor 391bcdcf7f fix: running on Openshift cluster 2021-08-13 15:48:41 +08:00
Parham Alvani 4f72d2d0c5 fix: Correct Issues 2021-08-12 15:28:03 +08:00
Parham Alvani 43f0ef40e4 feat: Expose Internal MQTT Service 2021-08-12 15:28:03 +08:00
Shawn 72d3b2db1b fix(docker): update the env names in scripts 2021-07-17 14:25:07 +08:00
zhanghongtong b2b8386685 build(helm): delete loaded_plugins loaded_modules and acl 2021-07-16 23:17:51 +08:00
DDDHuang d04e1c6f54
refactor: clients api; status api; adapter minirest v1
The serious influence:
authn:
api
authz:
api; api test suit
dashboard:
all closed
lwm2m:
api;
modules:
api(api_topic_metrics, modules_api); test suit(emqx_modules_SUITE)
prometheus:
api
retainer:
api; api test suit
rule_engine:
api: api test suit
telemetry:
api
2021-07-12 10:05:51 +08:00
ᗪєνιη ᗷυнʟ bcf2256dac
feat(helm): add externalIPs to chart (#5201)
* fix(helm): add externalIPs to chart

* Update values.yaml

* Update service.yaml

* Update README.md

* Update Chart.yaml

* do not update helm version
2021-07-10 10:33:36 +08:00
DDDHuang c11a8c6db6 refactor: clients api; status api; adapter minirest v1
The serious influence:

authn:
    api
authz:
    api; api test suit
dashboard:
    all closed
lwm2m:
    api;
modules:
    api(api_topic_metrics, modules_api); test suit(emqx_modules_SUITE)
prometheus:
    api
retainer:
    api; api test suit
rule_engine:
    api: api test suit
telemetry:
    api
2021-07-09 18:09:07 +08:00
Rory Z c79e478c42 chore: delete internal acl code 2021-06-25 18:45:34 +08:00
Nicklas Frahm 6b8910e26c
feat(helm): Add flag to force pod recreation as part of helm upgrade (#4898)
* feat(helm): Add flag to force pod recreation as part of helm upgrade

* feat(helm): Recreate pods when configuration changes

* fix(helm): Remove warnings by using v1 of RBAC API for clusters >= 1.17

* chore(CI): Increment version number

* fix(CI): Bump version

* chore(CI): Undo version bump
2021-06-01 19:27:49 +08:00
zhanghongtong fc0dea75e4 feat(helm): allow custom securityContext 2021-03-19 15:17:17 +08:00
deen13 cac0ee7f84 fix(helm): Move pullSecrets up to pod level
Previously the pullSecrets was defined on container level which is not supported by kubernetes.
2021-03-17 21:55:35 +08:00
zhanghongtong 3a0f6a68be chore(docker): fix some error 2021-01-28 21:23:41 +08:00
zhanghongtong 068c351936 chore(docker): controls the timeout of the container through environmental variables 2021-01-27 09:54:38 +08:00
zhanghongtong 17ee5b0af5 build(helm): add loaded-plugins and loaded-modules to helm configmap
turn off telemetry in CI
2021-01-23 12:21:16 +08:00
Jorge Luna 2e4ffa1f4c
feat(helm_chart): TLS support for dashboard (#3935)
* Add TLS support to dashboard
2020-12-28 15:10:42 +08:00
Rory Z c0f03ca132
test(CI): add actions for build emqx packages (#3915) 2020-12-15 13:34:11 +08:00