Skip to content

Commit

Permalink
chore: Prepare v0.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed May 22, 2022
1 parent f2ad28b commit 2835b35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ Wigglenet explicitely supports and encourages allocation of public IPv6 addresse
To install Wigglenet on a dual-stack cluster with the default settings:

```shell
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.3.1/deploy/manifest.yaml
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.3.2/deploy/manifest.yaml
```

The default configuration should work out of the box for a cluster created with kubeadm using [the official dual-stack tutorial](https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/dual-stack-support/). It will enable masquerading for both IPv6 and IPv4 addresses.

Use the following manifest if the cluster is single-stack (IPv6 only):

```shell
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.3.1/deploy/ipv6_only.yaml
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.3.2/deploy/ipv6_only.yaml
```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion deploy/ipv6_only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: wigglenet
image: tibordp/wigglenet:v0.3.1
image: tibordp/wigglenet:v0.3.2
imagePullPolicy: Always
env:
# Masquerade outgoing IPv4 traffic not destined
Expand Down
2 changes: 1 addition & 1 deletion deploy/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
priorityClassName: system-node-critical
containers:
- name: wigglenet
image: tibordp/wigglenet:v0.3.1
image: tibordp/wigglenet:v0.3.2
imagePullPolicy: Always
env:
# Masquerade outgoing IPv4 traffic not destined
Expand Down

0 comments on commit 2835b35

Please sign in to comment.