Add the redacted source file for demo purposes Reviewed-on: https://source.michaeldileo.org/michael_dileo/Keybard-Vagabond-Demo/pulls/1 Co-authored-by: Michael DiLeo <michael_dileo@proton.me> Co-committed-by: Michael DiLeo <michael_dileo@proton.me>
15 lines
375 B
YAML
15 lines
375 B
YAML
---
|
|
apiVersion: tailscale.com/v1alpha1
|
|
kind: Connector
|
|
metadata:
|
|
name: cluster-subnet-router
|
|
namespace: tailscale-system
|
|
spec:
|
|
subnetRouter:
|
|
advertiseRoutes:
|
|
- 10.244.0.0/16 # Pod network (Cilium)
|
|
- 10.96.0.0/12 # Service network
|
|
- 10.132.0.0/24 # VLAN network (NetCup Cloud)
|
|
hostname: keyboardvagabond-cluster
|
|
tags:
|
|
- tag:k8s-operator |