Skip to content

Commit

Permalink
Merge pull request #10549 from jmnote/patch-1
Browse files Browse the repository at this point in the history
📖 Minor fixed to developer.md
  • Loading branch information
k8s-ci-robot authored May 3, 2024
2 parents 9dfe342 + 8e63e3b commit 6d400b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/book/src/clusterctl/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,10 @@ exact components are dependent on which providers you have initialized. Below
is an example output with the Docker provider being installed.

```bash
kubectl get deploy -A | grep "cap\|cert"
capd-system
kubectl get deploy -A | grep "cap\|cert"
```
```bash
capd-controller-manager 1/1 1 1 25m
capd-system capd-controller-manager 1/1 1 1 25m
capi-kubeadm-bootstrap-system capi-kubeadm-bootstrap-controller-manager 1/1 1 1 25m
capi-kubeadm-control-plane-system capi-kubeadm-control-plane-controller-manager 1/1 1 1 25m
capi-system capi-controller-manager 1/1 1 1 25m
Expand Down

0 comments on commit 6d400b5

Please sign in to comment.