Skip to content

Commit 03225b7

Browse files
Update app/operator/migrate/migrate-1.6.x-2.0.0.md
Co-authored-by: Diana <[email protected]>
1 parent 3e66850 commit 03225b7

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

app/operator/migrate/migrate-1.6.x-2.0.0.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,15 @@ helm upgrade --install ko kong/kong-operator
9494
9595
### Step 5: Verify the installation
9696

97-
Verify that Kong Operator 2.0.0 is running correctly:
97+
Verify that Kong Operator 2.0.0 is running correctly.
9898

99-
```bash
100-
# Check the operator deployment
101-
kubectl get pod -n kong-system
99+
1. Check the Kong Operator deployment:
100+
```bash
101+
kubectl get pod -n kong-system
102+
```
102103

103-
# Check operator logs
104-
kubectl logs -n kong-system -l app=ko-kong-operator
105-
```
104+
1. Check Kong Operator logs:
105+
```sh
106+
kubectl logs -n kong-system -l app=ko-kong-operator
107+
```
106108

0 commit comments

Comments
 (0)