Skip to content

Commit

Permalink
chore: prepare v0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed Mar 14, 2024
1 parent 5fffed9 commit 75aa92b
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.4.1/deploy/manifest.yaml
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.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.4.1/deploy/ipv6_only.yaml
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.4.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: ghcr.io/tibordp/wigglenet:v0.4.1
image: ghcr.io/tibordp/wigglenet:v0.4.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: ghcr.io/tibordp/wigglenet:v0.4.1
image: ghcr.io/tibordp/wigglenet:v0.4.2
imagePullPolicy: Always
env:
# Masquerade outgoing IPv4 traffic not destined
Expand Down

0 comments on commit 75aa92b

Please sign in to comment.