Skip to content

Commit

Permalink
fix(elknet): Make bridge customizable to prevent pod networking con…
Browse files Browse the repository at this point in the history
…flicts
  • Loading branch information
Nik Mohamad Aizuddin b. Nik Azmi committed Mar 13, 2021
1 parent 8b57840 commit 9868089
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions elk/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ elk:
subnet: 10.77.1.0/24
gateway: 10.77.1.1
domain_name: elknet
bridge: cni-podman0
elasticsearch:
image:
name: docker.io/elasticsearch:7.10.1
Expand Down
2 changes: 1 addition & 1 deletion elk/files/podman-network-elknet.conflist.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"plugins": [
{
"type": "bridge",
"bridge": "cni-podman0",
"bridge": "{{ pod.network.bridge }}",
"isGateway": true,
"ipMasq": true,
"hairpinMode": true,
Expand Down
1 change: 1 addition & 0 deletions pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ elk:
subnet: 10.77.1.0/24
gateway: 10.77.1.1
domain_name: elknet
bridge: cni-podman0
elasticsearch:
port:
requests:
Expand Down

0 comments on commit 9868089

Please sign in to comment.