From 64bf4753c5988ec673d3fdaf812a5928e6b84c65 Mon Sep 17 00:00:00 2001 From: Dominik Chilla Date: Fri, 9 Apr 2021 15:09:45 +0200 Subject: [PATCH] Daemonset@hostport --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a282588..a1e6f82 100644 --- a/README.md +++ b/README.md @@ -467,10 +467,7 @@ NOTES: In this case configuration of networking in context of services is not needed. -This setup is suitable for legacy scenarios where static IP-address are required: -* inbound mailserver -* dns server - +This setup is suitable for legacy scenarios where static IP-address are required and a NodePort service is not an alternative: ``` kind: DaemonSet apiVersion: apps/v1 @@ -523,7 +520,9 @@ spec: ``` ## Running StatefulSet with NFS storage * https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/ +* [NFS dynamic volume provisioning deployed](#pv-nfs) ``` +--- apiVersion: v1 kind: Service metadata: