Compare commits

...

1 Commits

Author SHA1 Message Date
Andrei Kvapil
996e679e5a kubernetes: enable bpf masqurade and tunnel routing 2024-05-21 02:25:03 +02:00
4 changed files with 10 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0 version: 0.4.0
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to

View File

@@ -55,7 +55,7 @@ spec:
className: "{{ $ingress }}" className: "{{ $ingress }}"
deployment: deployment:
replicas: 2 replicas: 2
version: 1.29.0 version: 1.29.4
--- ---
apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1 apiVersion: infrastructure.cluster.x-k8s.io/v1alpha1
kind: KubevirtCluster kind: KubevirtCluster
@@ -176,5 +176,5 @@ spec:
kind: KubevirtMachineTemplate kind: KubevirtMachineTemplate
name: {{ $.Release.Name }}-{{ $groupName }} name: {{ $.Release.Name }}-{{ $groupName }}
namespace: default namespace: default
version: v1.29.0 version: v1.29.4
{{- end }} {{- end }}

View File

@@ -26,7 +26,9 @@ spec:
values: values:
cilium: cilium:
tunnel: disabled tunnel: disabled
autoDirectNodeRoutes: true autoDirectNodeRoutes: false
bpf:
masquerade: true
cgroup: cgroup:
autoMount: autoMount:
enabled: true enabled: true
@@ -38,9 +40,9 @@ spec:
chainingMode: ~ chainingMode: ~
customConf: false customConf: false
configMap: "" configMap: ""
routingMode: native routingMode: tunnel
enableIPv4Masquerade: true enableIPv4Masquerade: true
ipv4NativeRoutingCIDR: "10.244.0.0/16" ipv4NativeRoutingCIDR: ""
dependsOn: dependsOn:
- name: {{ .Release.Name }} - name: {{ .Release.Name }}
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}

View File

@@ -6,7 +6,8 @@ kafka 0.1.0 760f86d2
kafka 0.2.0 HEAD kafka 0.2.0 HEAD
kubernetes 0.1.0 f642698 kubernetes 0.1.0 f642698
kubernetes 0.2.0 7cd7de73 kubernetes 0.2.0 7cd7de73
kubernetes 0.3.0 HEAD kubernetes 0.3.0 7caccec1
kubernetes 0.4.0 HEAD
mysql 0.1.0 f642698 mysql 0.1.0 f642698
mysql 0.2.0 8b975ff0 mysql 0.2.0 8b975ff0
mysql 0.3.0 HEAD mysql 0.3.0 HEAD