Skip to content

Commit a059f6f

Browse files
committed
manually fix image locations with v0.13.0 docs
Signed-off-by: Keith Wall <[email protected]>
1 parent 42df621 commit a059f6f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/v0.13.0/_files/assemblies/assembly-operator-api.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Specifies filter mechanisms for use with a virtual cluster.
2525
`KafkaService` and `KafkaProtocolFilter` resources may reference a `ConfigMap` to provide non-sensitive configuration such as trusted CA certificates.
2626

2727
.Example input resources, and the references between them.
28-
image::../_assets/operator-input-resource-topology.svg["Diagram showing the input resources, KafkaProxy, VirtualKafkaCluster, etc, as boxes, connected by arrows representing the references between the resources."]
28+
image::operator-input-resource-topology.svg["Diagram showing the input resources, KafkaProxy, VirtualKafkaCluster, etc, as boxes, connected by arrows representing the references between the resources."]
2929

3030
Based on the input resources just described, the operator generates the core Kubernetes resources needed to deploy the Kroxylicious proxy, such as:
3131

@@ -39,6 +39,6 @@ You can make use of Kubernete's Role-Based Access Control (RBAC) to divide respo
3939
For example, you might grant networking engineers the ability to configure `KafkaProxy` and `KafkaProxyIngress`, while giving application developers the ability to configure `VirtualKafkaCluster`, `KafkaService`, and `KafkaProtocolFilter` resources.
4040

4141
.The generated Kubernetes resources, and the relationships between them
42-
image::../_assets/operator-output-resource-topology.svg["Diagram showing the output resources, Deployment, Pod, ConfigMap, Service, with arrows showing the Deployment managing the Pod, the Pod mounting the ConfigMap, and the Service selecting the Pod."]
42+
image::operator-output-resource-topology.svg["Diagram showing the output resources, Deployment, Pod, ConfigMap, Service, with arrows showing the Deployment managing the Pod, the Pod mounting the ConfigMap, and the Service selecting the Pod."]
4343

44-
include::../modules/con-api-compatability-operator.adoc[leveloffset=+1]
44+
include::../modules/con-api-compatability-operator.adoc[leveloffset=+1]

docs/v0.13.0/_files/modules/monitoring/con-prometheus-metrics-proxy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This is apparent through the metrics.
8787
* If a filter changes the size of the message, the downstream size metrics will be different to the upstream size metrics.
8888

8989
.Downstream and upstream message metrics in the proxy
90-
image::../_assets/monitoring-message-counters.svg["Conceptual diagram showing the downstream and upstream message metrics within the proxy, illustrating how they respond to message transit through it."]
90+
image::monitoring-message-counters.svg["Conceptual diagram showing the downstream and upstream message metrics within the proxy, illustrating how they respond to message transit through it."]
9191

9292
Message metrics include the following labels: `virtual_cluster` (the virtual cluster's name), `node_id` (the broker's node ID), `api_key` (the message type), `api_version`, and `decoded` (a flag indicating if the message was decoded by the proxy).
9393

0 commit comments

Comments
 (0)