Added doc string for RBAC manifest generation

Signed-off-by: Marcel Fest <marcel.fest@telekom.de>
This commit is contained in:
Marcel Fest
2025-04-09 23:05:54 +02:00
parent 8696f80525
commit 3466947f69

View File

@@ -13,6 +13,7 @@ import (
// manifests will be used to generate:
// - Pod spec manifest, mainly used for a static pod (kubeadm)
// - Daemonset manifest, mainly used to run kube-vip as a deamonset within Kubernetes (k3s/rke)
// - RBAC manifest, used to generate the RBAC permissions for kube-vip
var taint, role, rolebinding bool