Skip to content

Commit

Permalink
bugfix: enable strict arp for metallb
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeyk committed Feb 11, 2024
1 parent 41d61cf commit afec281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions kubernetes/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ generators:
resources:
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.8.2/deploy/static/provider/cloud/deploy.yaml
- https://github.com/cert-manager/cert-manager/releases/download/v1.14.1/cert-manager.yaml
- ./metallb
- ./clusterissuer.yaml
- ./archivebox
- ./datasette
Expand Down
2 changes: 1 addition & 1 deletion terraform/oracle/templates/provision-cluster.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ echo "metallb_config:
# The option `--become` is required, as for example writing SSL keys in /etc/,
# installing packages and interacting with various systemd daemons.
# Without --become the playbook will fail to run!
ansible-playbook -i inventory/main/hosts.yaml --become --become-user=root cluster.yml
ansible-playbook -i inventory/main/hosts.yaml -e kube_network_plugin=cilium -e kube_proxy_strict_arp=true --become --become-user=root cluster.yml

mkdir -p "$HOME"/.kube
sudo cp -fv /etc/kubernetes/admin.conf "$HOME"/.kube/config
Expand Down

0 comments on commit afec281

Please sign in to comment.