We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e66850 commit 03225b7Copy full SHA for 03225b7
app/operator/migrate/migrate-1.6.x-2.0.0.md
@@ -94,13 +94,15 @@ helm upgrade --install ko kong/kong-operator
94
95
### Step 5: Verify the installation
96
97
-Verify that Kong Operator 2.0.0 is running correctly:
+Verify that Kong Operator 2.0.0 is running correctly.
98
99
-```bash
100
-# Check the operator deployment
101
-kubectl get pod -n kong-system
+1. Check the Kong Operator deployment:
+ ```bash
+ kubectl get pod -n kong-system
102
+ ```
103
-# Check operator logs
104
- kubectl logs -n kong-system -l app=ko-kong-operator
105
-```
+1. Check Kong Operator logs:
+ ```sh
106
+ kubectl logs -n kong-system -l app=ko-kong-operator
107
108
0 commit comments