Skip to content

Commit

Permalink
chore(kic): fix code block languages
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Mar 17, 2023
1 parent bbc6f98 commit b820797
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/_src/kubernetes-ingress-controller/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,12 @@ You can quickly find these Events by searching across all namespaces for Events
with the special failure reasons that indicate {{site.kic_product_name}}
failures:

```bash```
```bash
kubectl get events -A --field-selector='reason=KongConfigurationApplyFailed'
```

Response:

```
NAMESPACE LAST SEEN TYPE REASON OBJECT MESSAGE
default 35m Warning KongConfigurationApplyFailed ingress/httpbin invalid methods: cannot set 'methods' when 'protocols' is 'grpc' or 'grpcs'
Expand All @@ -397,7 +399,7 @@ configuration to Kong.
The complete Event contains additional information about the problem resource,
the number of times the problem occurred, and when it occurred:

```
```yaml
apiVersion: v1
kind: Event
count: 1
Expand Down

0 comments on commit b820797

Please sign in to comment.