|
|
@@ -2724,6 +2724,17 @@ spec:
|
|
|
name: v1alpha1
|
|
|
schema:
|
|
|
openAPIV3Schema:
|
|
|
+ description: |-
|
|
|
+ ProxyGroup defines a set of Tailscale devices that will act as proxies.
|
|
|
+ Currently only egress ProxyGroups are supported.
|
|
|
+
|
|
|
+ Use the tailscale.com/proxy-group annotation on a Service to specify that
|
|
|
+ the egress proxy should be implemented by a ProxyGroup instead of a single
|
|
|
+ dedicated proxy. In addition to running a highly available set of proxies,
|
|
|
+ ProxyGroup also allows for serving many annotated Services from a single
|
|
|
+ set of proxies to minimise resource consumption.
|
|
|
+
|
|
|
+ More info: https://tailscale.com/kb/1438/kubernetes-operator-cluster-egress
|
|
|
properties:
|
|
|
apiVersion:
|
|
|
description: |-
|
|
|
@@ -2916,6 +2927,12 @@ spec:
|
|
|
name: v1alpha1
|
|
|
schema:
|
|
|
openAPIV3Schema:
|
|
|
+ description: |-
|
|
|
+ Recorder defines a tsrecorder device for recording SSH sessions. By default,
|
|
|
+ it will store recordings in a local ephemeral volume. If you want to persist
|
|
|
+ recordings, you can configure an S3-compatible API for storage.
|
|
|
+
|
|
|
+ More info: https://tailscale.com/kb/1484/kubernetes-operator-deploying-tsrecorder
|
|
|
properties:
|
|
|
apiVersion:
|
|
|
description: |-
|