Skip to content

Commit

Permalink
Deployed 5756cdc to dev with MkDocs 1.5.3 and mike 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Docs Deploy committed Nov 5, 2024
1 parent 67303c5 commit 8f608e4
Show file tree
Hide file tree
Showing 26 changed files with 888 additions and 4,232 deletions.
2 changes: 1 addition & 1 deletion dev/api-quickstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4302,7 +4302,7 @@ <h3 id="policy-adjustments">Policy Adjustments<a class="headerlink" href="#polic
</span></code></pre></div>
<p>Navigate to the <code>/store/inventory</code> API one more, click <code>Try it out</code>, and <code>Execute</code>.</p>
<p>You'll see the effects of our new <code>RateLimitPolicy</code> applied. If you now send more than 2 requests in a 10 second window, you'll be rate-limited.</p>
<p><strong>Note:</strong> <img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.0.3/assets/svg/2757.svg" title=":exclamation:" /> It may take a few minutes for the updated RateLimitPolicy to be configured with the modified rate limit.</p>
<p><strong>Note:</strong> <img alt="" class="twemoji" src="https://cdn.jsdelivr.net/gh/jdecked/twemoji@15.1.0/assets/svg/2757.svg" title=":exclamation:" /> It may take a few minutes for the updated RateLimitPolicy to be configured with the modified rate limit.</p>
<h2 id="application-developer-scaling-the-application">(Application developer) Scaling the application<a class="headerlink" href="#application-developer-scaling-the-application" title="Permanent link">&para;</a></h2>
<p>Deploy the petstore to the 2nd cluster:</p>
<div class="language-bash highlight"><pre><span></span><code><span id="__span-26-1"><a id="__codelineno-26-1" name="__codelineno-26-1" href="#__codelineno-26-1"></a>kustomize<span class="w"> </span>build<span class="w"> </span>./resources/<span class="w"> </span><span class="p">|</span><span class="w"> </span>envsubst<span class="w"> </span><span class="p">|</span><span class="w"> </span>kubectl<span class="w"> </span>--context<span class="w"> </span>kind-api-workload-2<span class="w"> </span>apply<span class="w"> </span>-f-
Expand Down
114 changes: 106 additions & 8 deletions dev/authorino/install/crd/authorino.kuadrant.io_authconfigs.yaml

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions dev/authorino/install/crd/patches/oneof_in_authconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@
- properties:
any: {}
required: [any]
- properties:
predicate: {}
required: [predicate]

- op: add
path: /spec/versions/1/schema/openAPIV3Schema/properties/spec/properties/when/items/oneOf
Expand All @@ -337,6 +340,9 @@
- properties:
any: {}
required: [any]
- properties:
predicate: {}
required: [predicate]

- op: add
path: /spec/versions/1/schema/openAPIV3Schema/properties/spec/properties/authentication/additionalProperties/properties/when/items/oneOf
Expand All @@ -355,6 +361,9 @@
- properties:
any: {}
required: [any]
- properties:
predicate: {}
required: [predicate]

- op: add
path: /spec/versions/1/schema/openAPIV3Schema/properties/spec/properties/metadata/additionalProperties/properties/when/items/oneOf
Expand All @@ -373,6 +382,9 @@
- properties:
any: {}
required: [any]
- properties:
predicate: {}
required: [predicate]

- op: add
path: /spec/versions/1/schema/openAPIV3Schema/properties/spec/properties/authorization/additionalProperties/properties/when/items/oneOf
Expand All @@ -391,6 +403,9 @@
- properties:
any: {}
required: [any]
- properties:
predicate: {}
required: [predicate]

- op: add
path: /spec/versions/1/schema/openAPIV3Schema/properties/spec/properties/response/properties/success/properties/headers/additionalProperties/properties/when/items/oneOf
Expand All @@ -409,6 +424,9 @@
- properties:
any: {}
required: [any]
- properties:
predicate: {}
required: [predicate]

- op: add
path: /spec/versions/1/schema/openAPIV3Schema/properties/spec/properties/response/properties/success/properties/dynamicMetadata/additionalProperties/properties/when/items/oneOf
Expand All @@ -427,3 +445,6 @@
- properties:
any: {}
required: [any]
- properties:
predicate: {}
required: [predicate]
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: kuadrant.io/v1alpha1
kind: DNSHealthCheckProbe
metadata:
name: dnsprobe-sample
name: $NAME
spec:
port: 443
hostname: "test.com"
ipAddress: "192.168.0.16"
path: "/"
protocol: "HTTPS"
interval: "60s"
additionalHeadersRef:
name: "headersSecret"
hostname: test.com
address: 192.168.0.16
path: /healthz
protocol: HTTPS
interval: 60s
additionalHeadersRef:
name: headers
failureThreshold: 5
allowInsecureCertificate: True
1 change: 1 addition & 0 deletions dev/dns-operator/config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Append samples of your project ##
resources:
- kuadrant.io_v1alpha1_dnsrecord.yaml
- kuadrant.io_v1alpha1_dnshealthcheckprobe.yaml
#+kubebuilder:scaffold:manifestskustomizesamples
4 changes: 2 additions & 2 deletions dev/dns-operator/docs/RELEASE/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3458,7 +3458,7 @@ <h3 id="new-majorminor-version">New Major.Minor version<a class="headerlink" hre
</span><span id="__span-4-5"><a id="__codelineno-4-5" name="__codelineno-4-5" href="#__codelineno-4-5"></a>git<span class="w"> </span>push<span class="w"> </span>upstream<span class="w"> </span>v0.2.0
</span></code></pre></div></li>
<li>
<p>Verify that the build <a href="https://github.com/Kuadrant/dns-operator/actions/workflows/build-images.yaml">image workflow</a> is triggered and completes for the new tag</p>
<p>Verify that the build <a href="https://github.com/Kuadrant/dns-operator/actions/workflows/build-images-for-tag-release.yaml">release tag workflow</a> is triggered and completes for the new tag</p>
</li>
<li>
<p>Verify the new version can be installed from the catalog image, see <a href="#verify-olm-deployment">Verify OLM Deployment</a></p>
Expand All @@ -3483,7 +3483,7 @@ <h3 id="new-patch-version">New Patch version<a class="headerlink" href="#new-pat
</span><span id="__span-7-5"><a id="__codelineno-7-5" name="__codelineno-7-5" href="#__codelineno-7-5"></a>git<span class="w"> </span>push<span class="w"> </span>upstream<span class="w"> </span>v0.2.1
</span></code></pre></div></li>
<li>
<p>Verify that the build <a href="https://github.com/Kuadrant/dns-operator/actions/workflows/build-images.yaml">image workflow</a> is triggered and completes for the new tag</p>
<p>Verify that the build <a href="https://github.com/Kuadrant/dns-operator/actions/workflows/build-images-for-tag-release.yaml">release tag workflow</a> is triggered and completes for the new tag</p>
</li>
<li>
<p>Verify the new version can be installed from the catalog image, see <a href="#verify-olm-deployment">Verify OLM Deployment</a></p>
Expand Down
11 changes: 8 additions & 3 deletions dev/getting-started-single-cluster/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3637,6 +3637,7 @@ <h3 id="prerequisites">Prerequisites<a class="headerlink" href="#prerequisites"
<li><a href="https://docs.docker.com/engine/install/">Docker</a></li>
<li><a href="https://kind.sigs.k8s.io/">Kind</a></li>
<li><a href="https://kubernetes.io/docs/tasks/tools/">Kubectl</a></li>
<li><a href="https://helm.sh/">Helm</a></li>
<li>OpenSSL &gt;= 3</li>
<li>AWS account with Route 53 enabled or GCP with Cloud DNS enabled</li>
<li><a href="https://github.com/chipmk/docker-mac-net-connect">Docker Mac Net Connect</a> (macOS users only)</li>
Expand All @@ -3654,8 +3655,13 @@ <h3 id="general">General<a class="headerlink" href="#general" title="Permanent l
<tbody>
<tr>
<td><code>ISTIO_INSTALL_SAIL</code></td>
<td><code>true</code></td>
<td>Whether to install istio through project sail, default <code>false</code></td>
<td><code>false</code></td>
<td>Whether to install istio through project sail, default <code>true</code></td>
</tr>
<tr>
<td><code>SAIL_VERSION</code></td>
<td><code>0.1.0</code></td>
<td>Version of the <a href="https://github.com/istio-ecosystem/sail-operator">sail-operator</a> to install, default <code>0.1.0</code></td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -3739,7 +3745,6 @@ <h3 id="gcp">GCP<a class="headerlink" href="#gcp" title="Permanent link">&para;<
</blockquote>
<h3 id="set-the-release-you-want-to-use">Set the release you want to use<a class="headerlink" href="#set-the-release-you-want-to-use" title="Permanent link">&para;</a></h3>
<div class="language-bash highlight"><pre><span></span><code><span id="__span-0-1"><a id="__codelineno-0-1" name="__codelineno-0-1" href="#__codelineno-0-1"></a><span class="nb">export</span><span class="w"> </span><span class="nv">KUADRANT_REF</span><span class="o">=</span>main
</span><span id="__span-0-2"><a id="__codelineno-0-2" name="__codelineno-0-2" href="#__codelineno-0-2"></a><span class="nb">export</span><span class="w"> </span><span class="nv">ISTIO_INSTALL_SAIL</span><span class="o">=</span><span class="nb">true</span>
</span></code></pre></div>
<h3 id="set-up-a-kind-cluster-and-install-kuadrant">Set Up a kind cluster and install Kuadrant<a class="headerlink" href="#set-up-a-kind-cluster-and-install-kuadrant" title="Permanent link">&para;</a></h3>
<p>Run the following:</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
apiVersion: kuadrant.io/v1beta2
apiVersion: kuadrant.io/v1beta3
kind: AuthPolicy
metadata:
name: toystore
Expand Down
2 changes: 1 addition & 1 deletion dev/kuadrant-operator/config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Append samples you want in your CSV to this file as resources ##
resources:
- kuadrant_v1beta1_kuadrant.yaml
- kuadrant_v1beta2_authpolicy.yaml
- kuadrant_v1beta3_authpolicy.yaml
- kuadrant_v1beta3_ratelimitpolicy.yaml
- kuadrant_v1alpha1_dnspolicy.yaml
- kuadrant_v1alpha1_tlspolicy.yaml
Expand Down
Loading

0 comments on commit 8f608e4

Please sign in to comment.