Skip to content

Commit

Permalink
Quickstart Setup: inline scripts and some UX improvements (#532)
Browse files Browse the repository at this point in the history
* inlining resources fetched via cURL as part of quickstart-setup, to make things easier to manage

* remove kustomize deps

* Some UX nicities
  • Loading branch information
jasonmadigan authored and philbrookes committed Apr 16, 2024
1 parent bc9cb8b commit 296308b
Show file tree
Hide file tree
Showing 3 changed files with 412 additions and 54 deletions.
6 changes: 3 additions & 3 deletions doc/user-guides/secure-protect-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ spec:
name: kuadrant-operator-glbc-ca
EOF

kubectl wait tlspolicy api-gateway-tls -n kuadrant-system --for=condition=ready
kubectl wait tlspolicy api-gateway-tls -n kuadrant-system --for=condition=accepted
```

Now, if you look at the status of the gateway, you will see the error is gone, and the status of the policy will report the listener as now secured with a TLS certificate and the gateway as affected by the TLS policy.
Expand Down Expand Up @@ -181,7 +181,7 @@ spec:
unit: second
EOF

kubectl wait ratelimitpolicy infra-ratelimit -n kuadrant-system --for=condition=available
kubectl wait ratelimitpolicy infra-ratelimit -n kuadrant-system --for=condition=accepted
```

> **Note:** It may take a couple of minutes for the RateLimitPolicy to be applied depending on your cluster.
Expand Down Expand Up @@ -256,7 +256,7 @@ spec:
kind: Gateway
EOF

kubectl wait dnspolicy simple-dnspolicy -n kuadrant-system --for=condition=ready
kubectl wait dnspolicy simple-dnspolicy -n kuadrant-system --for=condition=enforced
```

If you want to see the DNSRecord created by the this policy, execute the following command:
Expand Down
Loading

0 comments on commit 296308b

Please sign in to comment.