TsProxy is not a CRD shipped by the Tailscale operator (v1.96.x). The operator provides: ProxyClass, ProxyGroup, ProxyGroupPolicy, DNSConfig, Tailnet, Connector, and Recorder. Replace TsProxy with ProxyGroup (type: ingress) and annotate rtx6000-brain-service with tailscale.com/proxy-group to expose the vLLM endpoint via MagicDNS at rtx6000-brain-0.<tailnet>.ts.net:8000.
9 lines
160 B
YAML
9 lines
160 B
YAML
apiVersion: tailscale.com/v1alpha1
|
|
kind: ProxyGroup
|
|
metadata:
|
|
name: rtx6000-brain
|
|
spec:
|
|
type: ingress
|
|
hostnamePrefix: rtx6000-brain
|
|
tags:
|
|
- tag:k8s
|