Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.
Compare
Choose a tag to compare
@MrTrustor MrTrustor released this 09 Dec 19:59
· 40 commits to main since this release
7ab9e0d

This release is identical to 0.3-rc2

What's Changed since 0.2

New Contributors

Full Changelog: 0.2...0.3

Installation

Like the 0.3-rc2 release, 0.3 uses a new v1alpha3 API. Upgrades from v1alpha1 and v1alpha2 are not supported. You need to uninstall 0.1 or 0.2 before installing 0.3.

  1. Install cert-manager.

    kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.8.0/cert-manager.yaml
    
  2. Install the FQDNNetworkPolicy controller.

    export VERSION=0.3
    kubectl apply -f https://storage.googleapis.com/fqdnnetworkpolicies-manifests/${VERSION}.yaml