summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-11-17 04:24:04 +0000
committerAndrew Dolgov <[email protected]>2023-11-17 04:24:04 +0000
commitadbaa92f48f61e239cca2c0de0a2b425d9f004f1 (patch)
tree02a68cd6d48fc79c24155660ecccedce49e234d4
parent5e4b56b3382343c2d016f37a52343285614c90df (diff)
Update InstallationNotes
-rw-r--r--InstallationNotes.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/InstallationNotes.md b/InstallationNotes.md
index efd8edc..a16a8e9 100644
--- a/InstallationNotes.md
+++ b/InstallationNotes.md
@@ -457,4 +457,10 @@ You'll need to set several mandatory environment values to the container running
1. `APP_UPSTREAM` should point to the fully-qualified DNS service name provided by the application (fpm) container/pod;
2. `RESOLVER` should be set to `kube-dns.kube-system.svc.cluster.local`
-Link to discussion with examples: https://community.tt-rss.org/t/resolving-issues-with-latest-commit-on-k8s/6208/7 and below \ No newline at end of file
+Link to discussion with examples: https://community.tt-rss.org/t/resolving-issues-with-latest-commit-on-k8s/6208/7 and below
+
+### I'm using Podman, and...
+
+Podman is a (yet another) Red Hat attempt to reimplement an industry-wide standard because of NIH syndrome. It's not fully compatible with Docker and has multiple functional differences.
+
+I neither test against nor support Podman. Please don't report any issues when using it. \ No newline at end of file