Skip to content

Commit c4049be

Browse files
Kubernetes fleet - conceptual content
1 parent 303d752 commit c4049be

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/kubernetes-fleet/architectural-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ Once a cluster is joined to a fleet, a MemeberCluster custom resource is created
3030

3131
The member clusters can be viewed by running the following command:
3232

33-
```bash
34-
kubectl get crd memberclusters.fleet.azure.com -o yaml
35-
```
33+
```bash
34+
kubectl get crd memberclusters.fleet.azure.com -o yaml
35+
```
3636

3737
The complete specification of the MemberCluster fleet can be viewed by running the following command:
3838

39-
```bash
40-
kubectl get crd memberclusters -o yaml
41-
```
39+
```bash
40+
kubectl get crd memberclusters -o yaml
41+
```
4242

4343
The following labels are added automatically to all member clusters, which can then be used for target cluster selection in resource propagation.
4444

0 commit comments

Comments
 (0)