Skip to content

Commit 79bd019

Browse files
authored
Merge pull request #202 from gamba47/patch-1
Update _index.md
2 parents 0fbf78c + c022b3c commit 79bd019

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

content/docs/install/_index.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,25 @@ To verify that the installation was successful, complete the following steps.
3535
1. Check the status of the pods. You should see a new logging-operator pod.
3636

3737
```bash
38-
$ kubectl -n logging get pods
38+
kubectl -n logging get pods
39+
```
40+
41+
Expected output:
42+
43+
```
3944
NAME READY STATUS RESTARTS AGE
4045
logging-operator-5df66b87c9-wgsdf 1/1 Running 0 21s
4146
```
4247

4348
1. Check the CRDs. You should see the following five new CRDs.
4449

4550
```bash
46-
$ kubectl get crd
51+
kubectl get crd
52+
```
53+
54+
Expected output:
55+
56+
```
4757
NAME CREATED AT
4858
clusterflows.logging.banzaicloud.io 2023-08-10T12:05:04Z
4959
clusteroutputs.logging.banzaicloud.io 2023-08-10T12:05:04Z

0 commit comments

Comments
 (0)