feat(calico_operator): deploy the operator to configure calico cni
!17 fixes #3
This commit is contained in:
14
templates/FeilixConfiguration-manifest-Calico_Cluster.yaml
Normal file
14
templates/FeilixConfiguration-manifest-Calico_Cluster.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
|
||||
apiVersion: crd.projectcalico.org/v1
|
||||
kind: FelixConfiguration
|
||||
metadata:
|
||||
name: default
|
||||
spec:
|
||||
bpfLogLevel: ""
|
||||
floatingIPs: Disabled
|
||||
healthPort: 9099
|
||||
logSeverityScreen: Info
|
||||
reportingInterval: 0s
|
||||
wireguardEnabled: true
|
||||
wireguardEnabledV6: true
|
||||
Reference in New Issue
Block a user