Skip to content
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

docs: refactor pages and rewrite installation #1014

Merged
merged 27 commits into from
Apr 28, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
aeba8d8
docs: refactor pages and rewrite installation
esoubiran-aneo Apr 17, 2023
d61eada
docs: start writing about components
esoubiran-aneo Apr 19, 2023
c35360f
docs: continue the rework
esoubiran-aneo Apr 20, 2023
83e4191
docs: start adding genie section
esoubiran-aneo Apr 21, 2023
d7c1040
docs: finish windows sections
esoubiran-aneo Apr 21, 2023
ae2cbdc
docs: start updating scripts
esoubiran-aneo Apr 21, 2023
654cbbb
docs: installer in progress
esoubiran-aneo Apr 22, 2023
efa28e9
fix: remove a binary
esoubiran-aneo Apr 22, 2023
8216aaa
docs: add armonik deploy
esoubiran-aneo Apr 24, 2023
e544f1d
docs: update prerequisites title
esoubiran-aneo Apr 24, 2023
be7f7a9
docs: reorder files
esoubiran-aneo Apr 24, 2023
315b303
Merge branch 'main' into docs-refactor-pages
esoubiran-aneo Apr 24, 2023
271771f
Update .docs/content/0.armonik/components/3.armonik/1.control-plane.md
esoubiran-aneo Apr 24, 2023
5c25812
Update .docs/content/0.armonik/components/3.armonik/3.ingress.md
esoubiran-aneo Apr 24, 2023
a10d33f
Update .docs/content/1.installation/2.windows/2.wsl2-with-genie.md
esoubiran-aneo Apr 24, 2023
8df8dd3
Update .docs/content/1.installation/0.index.md
esoubiran-aneo Apr 24, 2023
3f128b2
Update .docs/content/1.installation/2.windows/2.wsl2-with-genie.md
esoubiran-aneo Apr 24, 2023
5789b67
Update infrastructure/utils/scripts/installation/prerequisites/instal…
esoubiran-aneo Apr 24, 2023
cc96d8f
Update .docs/content/1.installation/1.linux/0.prerequisites.md
esoubiran-aneo Apr 24, 2023
992d136
Apply suggestions from code review
esoubiran-aneo Apr 24, 2023
3d7de9b
docs: change using code review
esoubiran-aneo Apr 24, 2023
9549d2f
docs: add some todo for a next pr
esoubiran-aneo Apr 24, 2023
ac2de0d
Update .docs/content/0.armonik/components/2.monitoring/5.metrics-serv…
esoubiran-aneo Apr 25, 2023
9c1192e
Merge branch 'main' into docs-refactor-pages
esoubiran-aneo Apr 25, 2023
cf5c9d7
Update .docs/content/1.installation/2.windows/2.wsl2-with-genie.md
esoubiran-aneo Apr 28, 2023
d54884b
Merge branch 'main' into docs-refactor-pages
esoubiran-aneo Apr 28, 2023
c2169b2
Merge branch 'main' into docs-refactor-pages
dbrasseur-aneo Apr 28, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Metrics server is a tool that collects metrics from Kubernetes components and exposes them to Prometheus.

::alert{type="info"}
You can learn more about metrics exporter [on the official website](https://prometheus.io/docs/instrumenting/exporters/).
<!-- FIXME: I don't know where to find documentation about this tool. -->
esoubiran-aneo marked this conversation as resolved.
Show resolved Hide resolved
::

## Usage in ArmoniK
2 changes: 1 addition & 1 deletion .docs/content/0.armonik/components/3.armonik/3.ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Ingress is a Kubernetes resource that exposes HTTP and HTTPS routes from outside the cluster to services within the cluster.

::alert{type="info"}
You can learn more about Ingress [on the official documentation](https://kubernetes.io/docs/concepts/services-networking/ingress/).
You can learn more about Ingress [on the official documentation](https://kubernetes.io/docs/concepts/services-networking/ingress/) or in the [Nginx documentation](https://docs.nginx.com/nginx-ingress-controller/).
::

## Usage in ArmoniK