Skip to content

Commit 62c2d10

Browse files
committed
fixed typo
1 parent 7cb30cd commit 62c2d10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/service-fabric/service-fabric-local-linux-cluster-windows-wsl2.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ For manual installation of the Service Fabric runtime and common SDK, follow the
5454

5555
5. Inside genie namespace, SF SDK can also be installed as mentioned under Script Installation or Manual Installation steps in [Set up a linux local cluster](service-fabric-get-started-linux.md)
5656

57+
6. Provide sudo privileges to current user by making an entry (e.g. <USERNAME> ALL = (ALL) NOPASSWD:ALL) in /etc/sudoers
5758

5859
## Set up a local cluster
5960
Service Fabric inside WSL2 VM is recommended to manage from host windows
@@ -114,7 +115,7 @@ sudo ./SetupServiceFabric.sh --servicefabricruntime=/mnt/c/Users/testuser/Downlo
114115
No, at one time only one local cluster can be run either in host or in guest VM.
115116

116117
3. How to deploy one node linux local cluster?
117-
One node or five node linux local cluster can be deployed from Linux Local Cluster Manager from the menu options. While deploying from setup script, five node cluster is deployed by default and for one node cluster CreateOneNodeCluster should be passed.
118+
One node or five node linux local cluster can be deployed from Local Cluster Manager from the menu options. While deploying from setup script, five node cluster is deployed by default and for one node cluster CreateOneNodeCluster should be passed.
118119

119120
4. How to connect to Linux Local Cluster in PowerShell and Visual Studio?
120121
If linux local cluster is up and running, connect-servicefabriccluster cmdlet should automatically connect to this cluster. Similar Visual Studio will automatically detect this local cluster.

0 commit comments

Comments
 (0)