Skip to content

Commit

Permalink
remove k alias
Browse files Browse the repository at this point in the history
  • Loading branch information
maleck13 committed Dec 8, 2023
1 parent 40a380b commit dcacb19
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/user-guides/secure-protect-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ spec:
name: glbc-ca
EOF
k wait tlspolicy api-gateway-tls -n kuadrant-system --for=condition=ready
kubectl wait tlspolicy api-gateway-tls -n kuadrant-system --for=condition=ready
```

Expand Down Expand Up @@ -168,7 +168,7 @@ spec:
EOF
k wait ratelimitpolicy infra-ratelimit -n kuadrant-system --for=condition=available
kubectl wait ratelimitpolicy infra-ratelimit -n kuadrant-system --for=condition=available
```

Expand Down Expand Up @@ -242,13 +242,13 @@ spec:
kind: Gateway
EOF
k wait dnspolicy simple-dnspolicy -n kuadrant-system --for=condition=ready
kubectl wait dnspolicy simple-dnspolicy -n kuadrant-system --for=condition=ready
```

If you want to see the DNSRecord created by the this policy, execute

```
k get dnsrecord api-gateway-api -n kuadrant-system -o=yaml
kubectl get dnsrecord api-gateway-api -n kuadrant-system -o=yaml
```

So now we have a wildcard DNS record to bring traffic to our gateway.
Expand Down

0 comments on commit dcacb19

Please sign in to comment.