Skip to content

Commit

Permalink
chore: Prepare v0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed Aug 16, 2021
1 parent 1234d2d commit ab4a247
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2.2/deploy/manifest.yaml
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.3/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.2.2/deploy/ipv6_only.yaml
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.3/deploy/ipv6_only.yaml
```

## Configuration
Expand Down
4 changes: 2 additions & 2 deletions 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:0.2.2
image: tibordp/wigglenet:0.2.3
imagePullPolicy: Always
env:
# Masquerade outgoing IPv4 traffic not destined
Expand All @@ -78,7 +78,7 @@ spec:
- name: FILTER_IPV6
value: "0"

# Optional interface from which to take the node's
# Aditional interfaces from which to take the node's
# host IP address (default: none)
- name: NODE_IP_INTERFACES
value: ""
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:0.2.2
image: tibordp/wigglenet:0.2.3
imagePullPolicy: Always
env:
# Masquerade outgoing IPv4 traffic not destined
Expand Down

0 comments on commit ab4a247

Please sign in to comment.