Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmarceleza committed Jun 2, 2023
1 parent 8b6524a commit 6d03f6a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,6 @@ kubectl port-forward --address 0.0.0.0 svc/nginx 8080:80

Instale o metallb:

```
kubectl edit configmap -n kube-system kube-proxy
```
O campo `strictARP` deve ser alterado para `true`.
```
apiVersion: kubeproxy.config.k8s.io/v1alpha1
kind: KubeProxyConfiguration
mode: "ipvs"
ipvs:
strictARP: true
```

```
kubectl apply -f https://raw.githubusercontent.com/metallb/metallb/v0.13.4/config/manifests/metallb-native.yaml
```
Expand Down

0 comments on commit 6d03f6a

Please sign in to comment.