redaction (#1)
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>
This commit was merged in pull request #1.
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