Skip to content

Commit 9df443c

Browse files
authored
Broken link fixed
1 parent 19da76a commit 9df443c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-machines/instance-metadata-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ curl -H Metadata:true --noproxy "*" "http://169.254.169.254/metadata/instance/co
537537
#### Sample 2: Placement of different data replicas
538538

539539
For certain scenarios, placement of different data replicas is of prime importance. For example, [HDFS replica placement](https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsDesign.html#Replica_Placement:_The_First_Baby_Steps)
540-
or container placement via an [orchestrator](https://kubernetes.io/docs/user-guide/node-selection/) might require you to know the `platformFaultDomain` and `platformUpdateDomain` the VM is running on.
540+
or container placement via an [orchestrator](https://kubernetes.io/docs/concepts/architecture/nodes/) might require you to know the `platformFaultDomain` and `platformUpdateDomain` the VM is running on.
541541
You can also use [Availability Zones](../availability-zones/az-overview.md) for the instances to make these decisions.
542542
You can query this data directly via IMDS.
543543

0 commit comments

Comments
 (0)