From d2b883a073844f58236611ca6814ee9e74eda875 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Mon, 16 May 2022 23:00:37 +0800 Subject: [PATCH] storage-network: update deployment YAML Longhorn-2285 Signed-off-by: Chin-Ya Huang --- deploy/longhorn.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 19103d4..e144f83 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -100,7 +100,8 @@ data: guaranteed-engine-manager-cpu: guaranteed-replica-manager-cpu: kubernetes-cluster-autoscaler-enabled: - orphan-auto-deletion: + orphan-auto-deletion: + storage-network: --- # Source: longhorn/templates/storageclass.yaml apiVersion: v1 @@ -458,6 +459,8 @@ spec: type: string ownerID: type: string + storageIP: + type: string type: object type: object served: true @@ -1675,6 +1678,8 @@ spec: type: string started: type: boolean + storageIP: + type: string type: object type: object served: true @@ -2527,6 +2532,8 @@ spec: type: boolean started: type: boolean + storageIP: + type: string type: object type: object served: true