The crio-compat name was misleading since we're now using docker driver. Renamed to 'default' and updated all references. Fully-qualified image names still used for consistency across runtimes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
23 lines
675 B
YAML
23 lines
675 B
YAML
# ProxyClass: default
|
|
#
|
|
# Specifies fully-qualified image names for Tailscale proxy pods.
|
|
# This ensures consistent behavior across different container runtimes.
|
|
#
|
|
# Usage:
|
|
# Add this annotation to any Tailscale Service or Ingress:
|
|
# tailscale.com/proxy-class: "default"
|
|
#
|
|
# This tells the operator to use the fully-qualified image names defined below
|
|
# when creating the proxy pod for that resource.
|
|
---
|
|
apiVersion: tailscale.com/v1alpha1
|
|
kind: ProxyClass
|
|
metadata:
|
|
name: default
|
|
spec:
|
|
statefulSet:
|
|
pod:
|
|
tailscaleContainer:
|
|
image: docker.io/tailscale/tailscale:stable
|
|
tailscaleInitContainer:
|
|
image: docker.io/tailscale/tailscale:stable
|