v0.2.0: v1beta1 NetworkPolicy API
Pre-release
Pre-release
caseydavenport
released this
23 May 23:04
·
1227 commits
to master
since this release
Note: this is a non-backwards compatible early release that relies on Kubernetes v1.3 v1beta1 API changes
This release switches Kubernetes api versions from v1alpha1 to v1beta1.
Notable changes:
- Use the v1beta1 Kubernetes API.
- The docker image has been renamed from
k8s-policy-agent
tokube-policy-controller
. - Removed the
policy
tool, as v1beta1 NetworkPolicy can be configured viakubectl
in Kubernetes v1.3
To use this version, you must be running Kubernetes v1.3 or later and have enabled the NetworkPolicy API in your apiserver:
--runtime-config=v1beta1/extensions=true,v1beta1/extensions/networkpolicies=true
To continue with the v1alpha1 API, use the k8s-policy-agent
docker image and documentation for a v0.1.x release.