feat(exapp_development): add Kubernetes setup instructions - #14121
feat(exapp_development): add Kubernetes setup instructions#14121edward-ly wants to merge 1 commit into
Conversation
50f0fea to
f986f22
Compare
There was a problem hiding this comment.
Could we also add documentation for the next env vars:
HP_K8S_NAMESPACE
HP_K8S_STORAGE_CLASS
HP_K8S_DEFAULT_STORAGE_SIZE
HP_K8S_BEARER_TOKEN_FILE
Besides the setup with kind app that usually used only for development, will we describe at least one type of production setup?
f986f22 to
aec0743
Compare
| ------------------------ | ||
|
|
||
| KEDA pods need to resolve ``nextcloud.local``. **HaRP does this | ||
| automatically now** — when ``HP_K8S_HOST_ALIASES`` is set, HaRP patches |
There was a problem hiding this comment.
HaRP no longer patches CoreDNS - removed in nextcloud/HaRP#99.
It now only sets hostAliases on ExApp pods
There was a problem hiding this comment.
So we can remove this entire step, or is it still useful to mention CoreDNS or host aliases in some way?
EDIT: oh wait, it sounds like we can just remove the phrase patches the CoreDNS ConfigMap on startup as well as the first code block?
e929e62 to
5688715
Compare
Signed-off-by: Edward Ly <contact@edward.ly>
5688715 to
5ff2834
Compare
📖 Documentation Preview📄 7 changed documentation pages
Last updated: Tue, 01 Sep 2026 19:12:24 GMT |
Summary
.rstformat viapandocand cleaned up some of the text and formatting.Cosmetic changes such as converting text diagrams to Mermaid may be done at a later time.(done)🖼️ Screenshots