add source code and readme
This commit is contained in:
15
manifests/infrastructure/tailscale/connector.yaml
Normal file
15
manifests/infrastructure/tailscale/connector.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user