You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return'OpenShift Data Foundation (recommended for creating additional on-premise clusters), Logical Volume Manager Storage or another persistent storage service';
31
+
}else{
32
+
if(isSingleNode){
33
+
return'Logical Volume Manager Storage or another persistent storage service';
34
+
}else{
35
+
return'OpenShift Data Foundation (recommended for creating additional on-premise clusters) or another persistent storage service';
0 commit comments