-
Notifications
You must be signed in to change notification settings - Fork 7
MG-57 - Update Kubernetes Development Guide with Latest Enhancements #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@JeffMboya Please rebase |
d91c5dc
to
963cd4a
Compare
docs/dev-guide/kubernetes.md
Outdated
|
||
This means: | ||
|
||
* `re.secrets.names` is **set** but **empty** (`[]`). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use hyphens for unordered lists instead.
docs/dev-guide/kubernetes.md
Outdated
|
||
That logic **fails when `re.secrets.names: []` is present**, because: | ||
|
||
* The block for `envFrom` renders **nothing**. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use hyphens or dashes for this list as well.
docs/dev-guide/kubernetes.md
Outdated
After deploying Magistrala, verify the services and pods using `kubectl` commands: | ||
Once the chart is installed, you can verify that Magistrala is running correctly: | ||
|
||
#### View all resources in the `mg` namespace: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the colons from headings. This results in a trailing punctuation lint error.
Add step to remove finalizers Update docs Signed-off-by: JeffMboya <[email protected]> Add loki installation verification Signed-off-by: JeffMboya <[email protected]> Add log viewing using grafana Signed-off-by: JeffMboya <[email protected]> Rename mg to smq Signed-off-by: JeffMboya <[email protected]> Update docs Signed-off-by: JeffMboya <[email protected]> Document harbor Signed-off-by: JeffMboya <[email protected]> Rename supermq to Magistrala Signed-off-by: JeffMboya <[email protected]> Update docs Signed-off-by: JeffMboya <[email protected]> Update docs Signed-off-by: JeffMboya <[email protected]> Update docs Signed-off-by: JeffMboya <[email protected]> Update docs Signed-off-by: JeffMboya <[email protected]> Document RE email config handling Signed-off-by: JeffMboya <[email protected]> Update dosc Signed-off-by: JeffMboya <[email protected]> Address comments Signed-off-by: JeffMboya <[email protected]> Address comments Signed-off-by: JeffMboya <[email protected]> Address comments Signed-off-by: JeffMboya <[email protected]> Address comments Signed-off-by: JeffMboya <[email protected]> Address comments Signed-off-by: JeffMboya <[email protected]> Address comments Signed-off-by: JeffMboya <[email protected]> Update docs/dev-guide/kubernetes.md Co-authored-by: Nataly Musilah <[email protected]> Update docs/dev-guide/kubernetes.md Co-authored-by: Nataly Musilah <[email protected]> Update docs/dev-guide/kubernetes.md Co-authored-by: Nataly Musilah <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
docs/dev-guide/rules-engine.md
Outdated
|
||
Topic: | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
```bash |
docs/dev-guide/rules-engine.md
Outdated
|
||
Becomes: | ||
|
||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
```bash |
docs/dev-guide/rules-engine.md
Outdated
|
||
This means: | ||
|
||
* MQTT `/` separators are rewritten as `.` internally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use hyphens for unordered lists
Signed-off-by: JeffMboya <[email protected]>
What does this do?
re.secrets.names
is defined as an empty listmagistrala-devops
referencesWhich issue(s) does this PR fix/relate to?
List any changes that modify/break current functionality
None
Have you included tests for your changes?
No
Did you document any new/modified functionality?
No
Notes