Skip to content

Commit

Permalink
infrastructure: cluster2: cilium: Add cilium-node-config.
Browse files Browse the repository at this point in the history
  • Loading branch information
wigust committed Mar 13, 2024
1 parent 2fd1ee3 commit c520593
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions infrastructure/cluster2/cilium/cilium-node-config/kube-vm1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: cilium.io/v2alpha1
kind: CiliumNodeConfig
metadata:
namespace: kube-system
name: direct-routing-device-vm1.wugi.info
spec:
nodeSelector:
matchLabels:
kubernetes.io/hostname: vm1.wugi.info
defaults:
direct-routing-device: "eth0,tapvpn1"
1 change: 1 addition & 0 deletions infrastructure/cluster2/cilium/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ namespace: kube-system
resources:
- ../../base/cilium
- bgp.yaml
- cilium-node-config/kube-vm1.yaml
patchesStrategicMerge:
- release.yaml
configMapGenerator:
Expand Down
2 changes: 0 additions & 2 deletions infrastructure/cluster2/cilium/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
k8sServiceHost: "201:c18b:10f7:a21:ac2c:cc10:f3e:64e6"
k8sServicePort: "6443"

devices: "eth0 tapvpn1"

# -- This feature set enables virtual BGP routers to be created via
# CiliumBGPPeeringPolicy CRDs.
bgpControlPlane:
Expand Down

0 comments on commit c520593

Please sign in to comment.