From b430db8f469fb171e103a36c15c21fb70065dd67 Mon Sep 17 00:00:00 2001 From: favonia Date: Fri, 6 Sep 2024 14:02:16 +0200 Subject: [PATCH] docs: document Kompose --- README.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.markdown b/README.markdown index 58488041..43045450 100644 --- a/README.markdown +++ b/README.markdown @@ -232,6 +232,15 @@ Is your “public” IP address on your router between `100.64.0.0` and `100.127 +
+❔ How should I install this updater in Kubernetes? + +Due to high maintenance, the documentation about Kubernetes was removed, but you can generate Kubernetes configurations from the provided Docker Compose template. One popular conversion tool is [Kompose](https://kompose.io/). (However, only the recent versions of Kompose support the `user: "UID:GID"` attribute with `GID`; see [my own pull request that added this feature to Kompose](https://github.com/kubernetes/kompose/pull/1929).) + +Note that you only need a [Kubernetes Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/). You do not need [Kubernetes Services](https://kubernetes.io/docs/concepts/services-networking/service/), or open ports for inbound network traffic in general. + +
+ ## 🎛️ Further Customization ### ⚙️ All Settings