Skip to content

Commit

Permalink
chore: prepare v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed Jun 8, 2021
1 parent b2c354a commit a530916
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.0/deploy/manifest.yaml
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.1/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.0/deploy/ipv6_only.yaml
kubectl apply -f https://raw.githubusercontent.com/tibordp/wigglenet/v0.2.1/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 @@ -54,7 +54,7 @@ spec:
serviceAccountName: wigglenet
containers:
- name: wigglenet
image: tibordp/wigglenet:0.2.0
image: tibordp/wigglenet:0.2.1
imagePullPolicy: Always
env:
# Masquerade outgoing IPv4 traffic not destined
Expand Down
4 changes: 2 additions & 2 deletions deploy/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
serviceAccountName: wigglenet
containers:
- name: wigglenet
image: tibordp/wigglenet:0.2.0
image: tibordp/wigglenet:0.2.1
imagePullPolicy: Always
env:
# Masquerade outgoing IPv4 traffic not destined
Expand Down Expand Up @@ -146,4 +146,4 @@ spec:
type: FileOrCreate
- name: lib-modules
hostPath:
path: /lib/modules
path: /lib/modules

0 comments on commit a530916

Please sign in to comment.