Skip to content

Commit b12b18e

Browse files
fix the headline
1 parent 6c12985 commit b12b18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-how-to-remove-node-type.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Service Fabric "orchestrates" underlying changes and updates so that data is not
2828

2929
When removing a node type that is Bronze, all the nodes in the node type go down immediately. Service Fabric doesn't trap any Bronze nodes scale set updates, thus all the VMs go down immediately. If you had anything stateful on those nodes, the data is lost. Now, even if you were stateless, all the nodes in the Service Fabric participate in the ring, so an entire neighborhood may be lost, which might destabilize the cluster itself.
3030

31-
## Remove a non-primary node type
31+
## Remove a node type
3232

3333
1. Please take care of this pre-requisites before you start the process.
3434

0 commit comments

Comments
 (0)