Skip to content

Commit 55356b2

Browse files
committed
fix bugs in diagrams & improve titles
Signed-off-by: Tim Ramlot <[email protected]>
1 parent f212567 commit 55356b2

File tree

11 files changed

+93
-92
lines changed

11 files changed

+93
-92
lines changed

content/docs/usage/certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ data:
378378
...
379379
```
380380

381-
## Inner workings diagram
381+
## Inner workings diagram for developers
382382

383383
<object data="/images/request-certificate-debug/certificate-flow.svg"></object>
384384

content/docs/usage/certificaterequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,6 @@ and `bar`:
267267
resourceNames: ["myissuers.my-example.io/foo.myapp", "myissuers.my-example.io/bar.myapp"]
268268
```
269269

270-
## Inner workings diagram
270+
## Inner workings diagram for developers
271271

272272
<object data="/images/request-certificate-debug/certificate-request-flow.svg"></object>

content/docs/usage/gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Certificate resources:
444444
configure `spec.privateKey.rotationPolicy` field to set the rotation policy of the private key for a Certificate.
445445
Valid values are `Never` and `Always`. If unset a rotation policy `Never` will be used.
446446

447-
## Inner workings diagram
447+
## Inner workings diagram for developers
448448

449449
<object data="/images/request-certificate-debug/gateway-shim-flow.svg"></object>
450450

content/docs/usage/ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ guide](../installation/README.md).
221221
222222
If you do not see a `Certificate` resource being created after applying the ingress-shim annotations check that at least `cert-manager.io/issuer` or `cert-manager.io/cluster-issuer` is set. If you want to use `kubernetes.io/tls-acme: "true"` make sure to have checked all steps above and you might want to look for errors in the cert-manager pod logs if not resolved.
223223
224-
## Inner workings diagram
224+
## Inner workings diagram for developers
225225
226226
<object data="/images/request-certificate-debug/ingress-shim-flow.svg"></object>
227227

content/docs/usage/kube-csr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,6 @@ are not approved by default, so you will likely need to approve it manually:
172172
$ kubectl certificate approve <name>
173173
```
174174

175-
## Inner workings diagram
175+
## Inner workings diagram for developers
176176

177177
<object data="/images/request-certificate-debug/certificate-signing-request-flow.svg"></object>

public/images/request-certificate-debug/certificate-flow.drawio

Lines changed: 75 additions & 74 deletions
Large diffs are not rendered by default.

public/images/request-certificate-debug/certificate-flow.svg

Lines changed: 1 addition & 1 deletion
Loading

public/images/request-certificate-debug/gateway-shim-flow.drawio

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<mxfile host="app.diagrams.net" modified="2023-09-07T13:11:24.675Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36" etag="uY4319KJFZV_AFAf-Mg5" version="21.7.2" type="device">
1+
<mxfile host="app.diagrams.net" modified="2023-10-17T11:29:03.826Z" agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36" etag="GI42g75oc1MrfQfK2TkA" version="22.0.4" type="device">
22
<diagram id="AW3OrBCQwjyOdo3bwChp" name="Page-1">
3-
<mxGraphModel dx="819" dy="1616" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
3+
<mxGraphModel dx="698" dy="1547" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
44
<root>
55
<mxCell id="0" />
66
<mxCell id="1" parent="0" />
@@ -66,8 +66,8 @@
6666
<mxPoint x="810" y="160" as="targetPoint" />
6767
</mxGeometry>
6868
</mxCell>
69-
<mxCell id="gfwWATJFP_jRYh0Kxk0O-12" value="kind: Certificate&lt;br&gt;spec:&lt;br&gt;&amp;nbsp; issuerRef:&amp;nbsp;&lt;b style=&quot;border-color: var(--border-color);&quot;&gt;issuer-1&lt;/b&gt;&lt;br&gt;&amp;nbsp; secretName:&amp;nbsp;&lt;b style=&quot;border-color: var(--border-color);&quot;&gt;cert&lt;/b&gt;-1&lt;br&gt;status:&lt;br&gt;&amp;nbsp; revision: 1&lt;br&gt;&amp;nbsp; conditions:&lt;br&gt;&amp;nbsp; &amp;nbsp; - type: &lt;b&gt;Ready&lt;/b&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; status: &lt;b&gt;&quot;True&quot;&lt;/b&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; reason: &lt;b&gt;Issued&lt;/b&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; - type: Issuing&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; status: &quot;True&quot;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; reason: Pending&lt;br&gt;&amp;nbsp; certificate: |&lt;b&gt;&lt;br&gt;&lt;/b&gt;&amp;nbsp; &amp;nbsp; -----BEGIN CERTIFICATE-----&lt;br&gt;&amp;nbsp; &amp;nbsp; (leaf)&lt;br&gt;&amp;nbsp; &amp;nbsp; -----END CERTIFICATE-----&lt;br&gt;&amp;nbsp; &amp;nbsp; -----BEGIN CERTIFICATE-----&lt;br&gt;&amp;nbsp; &amp;nbsp; (intermediate)&lt;br&gt;&amp;nbsp; &amp;nbsp; -----END CERTIFICATE-----&lt;b&gt;&lt;br&gt;&lt;/b&gt;" style="text;html=1;strokeColor=#82b366;fillColor=#d5e8d4;align=left;verticalAlign=top;whiteSpace=wrap;rounded=0;fontFamily=Courier New;spacingTop=0;spacingBottom=0;spacing=5;" parent="1" vertex="1">
70-
<mxGeometry x="77.5" y="337" width="234.87" height="303" as="geometry" />
69+
<mxCell id="gfwWATJFP_jRYh0Kxk0O-12" value="kind: Certificate&lt;br&gt;spec:&lt;br&gt;&amp;nbsp; issuerRef:&amp;nbsp;&lt;b style=&quot;border-color: var(--border-color);&quot;&gt;issuer-1&lt;/b&gt;&lt;br&gt;&amp;nbsp; secretName:&amp;nbsp;&lt;b&gt;&lt;span style=&quot;border-color: var(--border-color);&quot;&gt;cert&lt;/span&gt;-1&lt;/b&gt;&lt;br&gt;status:&lt;br&gt;&amp;nbsp; revision: 1&lt;br&gt;&amp;nbsp; conditions:&lt;br&gt;&amp;nbsp; &amp;nbsp; - type: &lt;b&gt;Ready&lt;/b&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; status: &lt;b&gt;&quot;True&quot;&lt;/b&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; reason: &lt;b&gt;Issued&lt;/b&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; - type: Issuing&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; status: &quot;False&quot;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; reason: Issued&lt;b&gt;&lt;br&gt;&lt;/b&gt;" style="text;html=1;strokeColor=#82b366;fillColor=#d5e8d4;align=left;verticalAlign=top;whiteSpace=wrap;rounded=0;fontFamily=Courier New;spacingTop=0;spacingBottom=0;spacing=5;" parent="1" vertex="1">
70+
<mxGeometry x="77.5" y="337" width="234.87" height="203" as="geometry" />
7171
</mxCell>
7272
<mxCell id="gfwWATJFP_jRYh0Kxk0O-16" value="" style="endArrow=none;html=1;fontFamily=Courier New;fontColor=#757575;strokeColor=#000000;endFill=0;startArrow=classic;startFill=1;" parent="1" target="SW6BRf9NdE8UDbDrH991-2" edge="1">
7373
<mxGeometry width="50" height="50" relative="1" as="geometry">
@@ -97,7 +97,7 @@
9797
</mxCell>
9898
</UserObject>
9999
<UserObject label="" link="/docs/usage/certificate/" linkTarget="_blank" id="G6DhhnYIuvKHuKb8DNrd-2">
100-
<mxCell style="shape=image;verticalLabelPosition=bottom;labelBackgroundColor=default;verticalAlign=top;aspect=fixed;imageAspect=0;image=data:image/svg+xml,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgaGVpZ2h0PSI0OCIgd2lkdGg9IjQ4Ij48cGF0aCBkPSJNMzggMzhIMTBWMTBoMTRWNkgxMGMtMi4yMSAwLTQgMS43OS00IDR2MjhjMCAyLjIxIDEuNzkgNCA0IDRoMjhjMi4yMSAwIDQtMS43OSA0LTRWMjRoLTR2MTR6TTI4IDZ2NGg3LjE3TDE1LjUxIDI5LjY2bDIuODMgMi44M0wzOCAxMi44M1YyMGg0VjZIMjh6IiBmaWxsPSIjRkZGRiIvPjwvc3ZnPg==;" vertex="1" parent="1">
100+
<mxCell style="shape=image;verticalLabelPosition=bottom;labelBackgroundColor=default;verticalAlign=top;aspect=fixed;imageAspect=0;image=data:image/svg+xml,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCIgaGVpZ2h0PSI0OCIgd2lkdGg9IjQ4Ij48cGF0aCBkPSJNMzggMzhIMTBWMTBoMTRWNkgxMGMtMi4yMSAwLTQgMS43OS00IDR2MjhjMCAyLjIxIDEuNzkgNCA0IDRoMjhjMi4yMSAwIDQtMS43OSA0LTRWMjRoLTR2MTR6TTI4IDZ2NGg3LjE3TDE1LjUxIDI5LjY2bDIuODMgMi44M0wzOCAxMi44M1YyMGg0VjZIMjh6IiBmaWxsPSIjRkZGRiIvPjwvc3ZnPg==;" parent="1" vertex="1">
101101
<mxGeometry x="385.5" y="204" width="27.5" height="27.5" as="geometry" />
102102
</mxCell>
103103
</UserObject>

0 commit comments

Comments
 (0)