Skip to content

Commit

Permalink
docs(README): update information about Kompose (#1007)
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia authored Dec 18, 2024
1 parent a0938af commit e8f07f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Is your “public” IP address on your router between `100.64.0.0` and `100.127
<details>
<summary><em>Click to expand:</em> ❔ How should I install this updater in ☸️ Kubernetes?</summary>

While the instructions for Kubernetes were removed due to high maintenance, you can still generate Kubernetes configurations from the provided Docker Compose template using a conversion tool like [Kompose](https://kompose.io/). Please note that only recent versions of Kompose support the `user: "UID:GID"` attribute with `GID`. (For more information, see [my pull request that adds this feature to Kompose](https://github.com/kubernetes/kompose/pull/1929).)
Due to high maintenance costs, the Kubernetes instructions have been removed. However, you can still generate Kubernetes configurations from the provided Docker Compose template using a conversion tool like [Kompose](https://kompose.io/). **Important:** Only use Kompose version 1.35.0 or later, as these versions support the `user: "UID:GID"` attribute with `:GID`.

Note that a simple [Kubernetes Deployment](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) will suffice here. Since there’s no inbound network traffic, a [Kubernetes Service](https://kubernetes.io/docs/concepts/services-networking/service/) isn’t required.

Expand Down

0 comments on commit e8f07f7

Please sign in to comment.