Skip to content

Commit 0c4ce22

Browse files
committed
fix issues
1 parent f610246 commit 0c4ce22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cyclecloud/how-to/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ To support multiple compute subnets, you need to make two basic cluster template
3838

3939
1. Set the `SubnetId` attribute on each node or node array that isn't in the default subnet for the cluster.
4040
1. Configure hostname resolution for all subnets by either:
41-
1. Using an Azure DNS Zone and disabling the default hosts-file based resolution
42-
1. Setting the `CycleCloud.hosts.standalone_dns.subnets` attribute to either CIDR range of the VNet or a comma-separated list of CIDR ranges for each subnet. See the [node Configuration Reference](../cluster-references/configuration-reference.md) for details.
41+
* Using an Azure DNS Zone and disabling the default hosts-file based resolution
42+
* Setting the `CycleCloud.hosts.standalone_dns.subnets` attribute to either CIDR range of the VNet or a comma-separated list of CIDR ranges for each subnet. See the [node Configuration Reference](../cluster-references/configuration-reference.md) for details.
4343

4444
## Network security group settings for the CycleCloud subnet
4545

4646
Configuring your Azure Virtual Network for security is a broad topic, well beyond the scope of this document.
4747

48-
CycleCloud and CycleCloud clusters can run in very locked down environments. For configuration details, see [Running in Locked Down Networks](./running-in-locked-down-network.md) and [Running behind a Proxy](./running-behind-proxy.md).
48+
CycleCloud and CycleCloud clusters can run in locked down environments. For configuration details, see [Running in Locked Down Networks](./running-in-locked-down-network.md) and [Running behind a Proxy](./running-behind-proxy.md).
4949

5050
However, for less restrictive networks, follow these general guidelines. First, CycleCloud GUI users need access to the CycleCloud VM through HTTPS, and administrators might need SSH access. Cluster users usually need SSH access to at least the submission nodes in the compute clusters and possibly other access like RDP for Windows clusters. The last general rule is to restrict access to the minimum required.
5151

0 commit comments

Comments
 (0)