diff options
Diffstat (limited to 'k8s-operator/api.md')
| -rw-r--r-- | k8s-operator/api.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/k8s-operator/api.md b/k8s-operator/api.md index 4b1d59178..5ae31aa8a 100644 --- a/k8s-operator/api.md +++ b/k8s-operator/api.md @@ -613,6 +613,13 @@ Specification of the desired state of the ProxyClass resource. https://git.k8s.i Configuration parameters for the proxy's StatefulSet. Tailscale Kubernetes operator deploys a StatefulSet for each of the user configured proxies (Tailscale Ingress, Tailscale Service, Connector).<br/> </td> <td>false</td> + </tr><tr> + <td><b><a href="#proxyclassspectailscale">tailscale</a></b></td> + <td>object</td> + <td> + TailscaleConfig contains options to configure the tailscale-specific parameters of proxies.<br/> + </td> + <td>false</td> </tr></tbody> </table> @@ -3302,6 +3309,33 @@ The pod this Toleration is attached to tolerates any taint that matches the trip </table> +### ProxyClass.spec.tailscale +<sup><sup>[↩ Parent](#proxyclassspec)</sup></sup> + + + +TailscaleConfig contains options to configure the tailscale-specific parameters of proxies. + +<table> + <thead> + <tr> + <th>Name</th> + <th>Type</th> + <th>Description</th> + <th>Required</th> + </tr> + </thead> + <tbody><tr> + <td><b>acceptRoutes</b></td> + <td>boolean</td> + <td> + AcceptRoutes can be set to true to make the proxy instance accept routes advertized by other nodes on the tailnet, such as subnet routes. This is equivalent of passing --accept-routes flag to a tailscale Linux client. https://tailscale.com/kb/1019/subnets#use-your-subnet-routes-from-other-machines Defaults to false.<br/> + </td> + <td>false</td> + </tr></tbody> +</table> + + ### ProxyClass.status <sup><sup>[↩ Parent](#proxyclass)</sup></sup> |
