This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
0.2
0.2 release
See the README for all information.
Changelog
- Support for Ingress policies (#7)
- Documentation for internationalised domain names (IDNs) (#12)
- Support for AAAA records (#8)
- Logging improvements (#9)
Installation
The 0.2 release introduces a new v1alpha2
API. Upgrades from v1alpha1
are not supported. You need to uninstall 0.1 before installing 0.2.
-
Install cert-manager.
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.1.0/cert-manager.yaml
-
Install the FQDNNetworkPolicy controller.
export VERSION=0.2 kubectl apply -f https://storage.googleapis.com/fqdnnetworkpolicies-manifests/${VERSION}.yaml