Merge pull request #69 from manuelbuil/ipam

Change the default ipam mode of cilium
pull/71/head
Jaime Caamaño Ruiz 2021-04-19 20:26:05 +02:00 committed by GitHub
commit 0b7a4647af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ cilium:
eni: false eni: false
ipam: ipam:
# Set mode to "eni" for ENI AWS intetgration. # Set mode to "eni" for ENI AWS intetgration.
mode: "cluster-pool" mode: "kubernetes"
# Set tunnel to "disable" if ENI AWS or Azure integrations are enabled. # Set tunnel to "disable" if ENI AWS or Azure integrations are enabled.
tunnel: "vxlan" tunnel: "vxlan"
# Set to "eth0" for ENI AWS intetgration. # Set to "eth0" for ENI AWS intetgration.

View File

@ -1,3 +1,3 @@
url: local url: local
packageVersion: 02 packageVersion: 03
releaseCandidateVersion: 00 releaseCandidateVersion: 00