mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 08:52:16 +00:00
document thing to watch out for with Kubernetes #122
This commit is contained in:
11
docs/installation/notes.md
Normal file
11
docs/installation/notes.md
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# Notes
|
||||||
|
|
||||||
|
## Kubernetes setup
|
||||||
|
|
||||||
|
If you setup RustiCal with Kubernetes and call the deployment `rustical`
|
||||||
|
Kubernetes will by default expose some environment variables starting with `RUSTICAL_`
|
||||||
|
that will be rejected by RustiCal.
|
||||||
|
So for now the solutions are either not calling the deployment `rustical` or setting
|
||||||
|
`enableServiceLinks: false`, see <https://kubernetes.io/docs/tutorials/services/connect-applications-service/#accessing-the-service>.
|
||||||
|
|
||||||
|
For the corresponding issue see <https://github.com/lennart-k/rustical/issues/122>
|
||||||
@@ -68,6 +68,7 @@ nav:
|
|||||||
- Installation:
|
- Installation:
|
||||||
- installation/index.md
|
- installation/index.md
|
||||||
- Configuration: installation/configuration.md
|
- Configuration: installation/configuration.md
|
||||||
|
- Notes: installation/notes.md
|
||||||
- Client Setup: setup/client.md
|
- Client Setup: setup/client.md
|
||||||
- OpenID Connect: setup/oidc.md
|
- OpenID Connect: setup/oidc.md
|
||||||
- Developers:
|
- Developers:
|
||||||
|
|||||||
Reference in New Issue
Block a user