Skip to content

Commit ada9a98

Browse files
author
Jason Witkowski
committed
fix: Generate API docs
1 parent 47e7ee1 commit ada9a98

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/content/reference/api.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ Defining the options for the deployed Tenant Control Plane as Deployment resourc
10001000
<td><b><a href="#tenantcontrolplanespeccontrolplanedeploymentextraargs">extraArgs</a></b></td>
10011001
<td>object</td>
10021002
<td>
1003-
ExtraArgs allows adding additional arguments to the Control Plane components, such as kube-apiserver, controller-manager, and scheduler.<br/>
1003+
ExtraArgs allows adding additional arguments to the Control Plane components, such as kube-apiserver, controller-manager, and scheduler. WARNING - This option can override existing parameters and cause components to misbehave in unxpected ways. Only modify if you know what you are doing.<br/>
10041004
</td>
10051005
<td>false</td>
10061006
</tr><tr>
@@ -10320,7 +10320,7 @@ A label selector requirement is a selector that contains values, a key, and an o
1032010320

1032110321

1032210322

10323-
ExtraArgs allows adding additional arguments to the Control Plane components, such as kube-apiserver, controller-manager, and scheduler.
10323+
ExtraArgs allows adding additional arguments to the Control Plane components, such as kube-apiserver, controller-manager, and scheduler. WARNING - This option can override existing parameters and cause components to misbehave in unxpected ways. Only modify if you know what you are doing.
1032410324

1032510325
<table>
1032610326
<thead>

internal/resources/konnectivity/agent.go

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ func (r *Agent) mutate(ctx context.Context, tenantControlPlane *kamajiv1alpha1.T
103103
logger := log.FromContext(ctx, "resource", r.GetName())
104104

105105
address, _, err := tenantControlPlane.AssignedControlPlaneAddress()
106-
107106
if err != nil {
108107
logger.Error(err, "unable to retrieve the Tenant Control Plane address")
109108

0 commit comments

Comments
 (0)