-
Notifications
You must be signed in to change notification settings - Fork 37
SMQ-225- Remove k8s docs #222
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
Conversation
0997c91 to
f600ea9
Compare
Signed-off-by: JeffMboya <[email protected]> Update k8s docs Signed-off-by: JeffMboya <[email protected]> Update k8s docs Signed-off-by: JeffMboya <[email protected]> Update docs Signed-off-by: JeffMboya <[email protected]> Update dosc Signed-off-by: JeffMboya <[email protected]>
2f25d94 to
92826a9
Compare
docs/kubernetes.md
Outdated
| Once the chart is installed, you can verify that SuperMQ is running correctly: | ||
|
|
||
| After deploying SuperMQ, verify the services and pods using `kubectl` commands: | ||
| #### View all resources in the `smq` 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 after headings
docs/kubernetes.md
Outdated
| ``` | ||
|
|
||
| The Helm charts are published via GitHub Pages. After installing Helm, add the SuperMQ DevOps Helm repository by running: | ||
| ##### 🔹 Option B — Install directly from OCI: |
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 the heading
docs/kubernetes.md
Outdated
|
|
||
| This will create a `.tgz` archive using the version defined in `Chart.yaml`, for example: | ||
|
|
||
| ``` |
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/kubernetes.md
Outdated
|
|
||
| If successful, you'll see: | ||
|
|
||
| ``` |
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 |
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
Signed-off-by: JeffMboya <[email protected]>
What does this do?
Remove k8s docs
Which 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