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

Feat/add helm docs #67

Open
wants to merge 23 commits into
base: feat/add-docusaurus
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
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
3 changes: 3 additions & 0 deletions website/content/_global_md_links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@
[go-install]: https://go.dev/doc/install "Go Installation"
[git-install]: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git "Git Installation"
[helm-intro]: https://helm.sh/docs/intro/ "Helm Intro"

{/* K8s Pages */}
[kubernetes-security-context]: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/ "Security context"
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ replicaCount: 1
Changing this to a different integer value will result in the deployment of the provided number of pods.

:::warning
This value should not be changed because multiple instances of the GoKubeDownscaler could lead to errors if they try to scale the same workloads simultaneously.
This value should not be changed because running multiple instances of the GoKubeDownscaler on the same workloads is currently not supported.
:::
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ Changing the value of `repository` will result in the images being pulled from a

Changing the value of `tag` will deploy a different version of the GoKubeDownscaler. If left empty like it is by default the GoKubeDownscaler will use the [appVersion][chart-appversion] of the currently used Helm Chart.

More details to versions of the GoKubeDownscaler can be found [here][github-releases].
You can find all versions of the GoKubeDownscaler [on the github releases page][github-releases].
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ securityContext:

In this field you can customize privilege and access control settings for the GoKubeDownscaler container.

More info on all the possible configurations can be found [here](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/).
You can find more information on security context in [the official kubernetes documentation][kubernetes-security-context].
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ affinity: {}

:::

(More info [here](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/))
JTaeuber marked this conversation as resolved.
Show resolved Hide resolved
More info [here](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/)