Update setup-managed.md

After a quick chat about it, we agreed that "components" reflected better what we meant ✔️
This commit is contained in:
Jérôme Petazzoni
2019-07-09 11:51:09 -05:00
committed by GitHub
parent a77fe701b7
commit 35654762b3

View File

@@ -168,7 +168,7 @@ with a cloud provider
az aks get-credentials --resource-group my-aks-group --name my-aks-cluster
```
- The cluster has useful tools pre-installed, such as the metrics server
- The cluster has useful components pre-installed, such as the metrics server
---
@@ -224,7 +224,7 @@ with a cloud provider
kubectl config use-context do-xxx1-my-do-cluster
```
- The cluster comes with some tools (like Cilium) but no metrics server
- The cluster comes with some components (like Cilium) but no metrics server
---