kubernetes/cluster/addons/calico-policy-controller
Kubernetes Submit Queue fff8220d2e
Merge pull request #59130 from caseydavenport/update-calico-v267
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Update Calico to version v2.6.7

**What this PR does / why we need it**:

Updates Calico to v2.6.7 in order to pull in latest bug fixes.

**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
Fixes #

**Special notes for your reviewer**:

**Release note**:

```release-note
Updates Calico version to v2.6.7 (Fixed a bug where Felix would crash when parsing a NetworkPolicy with a named port. See https://github.com/projectcalico/calico/releases/tag/v2.6.7)
```
2018-02-10 08:22:43 -08:00
..
podsecuritypolicies Add optional addon PSPs 2017-11-10 13:57:33 -08:00
calico-clusterrole.yaml update rbac apiversion 2017-10-27 10:39:55 +08:00
calico-clusterrolebinding.yaml update rbac apiversion 2017-10-27 10:39:55 +08:00
calico-cpva-clusterrole.yaml update rbac apiversion 2017-10-27 10:39:55 +08:00
calico-cpva-clusterrolebinding.yaml update rbac apiversion 2017-10-27 10:39:55 +08:00
calico-cpva-serviceaccount.yaml Add RBAC, healthchecks, autoscaler and update Calico to v2.5.0, Typha to 0.4.0 2017-09-01 12:52:53 -07:00
calico-node-daemonset.yaml Update Calico to version v2.6.7 2018-01-31 10:08:40 -08:00
calico-node-vertical-autoscaler-configmap.yaml Add RBAC, healthchecks, autoscaler and update Calico to v2.5.0, Typha to 0.4.0 2017-09-01 12:52:53 -07:00
calico-node-vertical-autoscaler-deployment.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
calico-serviceaccount.yaml Add RBAC, healthchecks, autoscaler and update Calico to v2.5.0, Typha to 0.4.0 2017-09-01 12:52:53 -07:00
globalbgpconfig-crd.yaml Add RBAC, healthchecks, autoscaler and update Calico to v2.5.0, Typha to 0.4.0 2017-09-01 12:52:53 -07:00
globalfelixconfig-crd.yaml Add RBAC, healthchecks, autoscaler and update Calico to v2.5.0, Typha to 0.4.0 2017-09-01 12:52:53 -07:00
globalnetworkpolicy-crd.yaml Add RBAC, healthchecks, autoscaler and update Calico to v2.5.0, Typha to 0.4.0 2017-09-01 12:52:53 -07:00
ippool-crd.yaml Add RBAC, healthchecks, autoscaler and update Calico to v2.5.0, Typha to 0.4.0 2017-09-01 12:52:53 -07:00
MAINTAINERS.md kube-up: move Calico policy components off master, and add support for GCI master 2016-08-11 17:11:16 -07:00
OWNERS Update OWNERS files for networking components 2017-08-03 11:08:54 -07:00
README.md Add RBAC, healthchecks, autoscaler and update Calico to v2.5.0, Typha to 0.4.0 2017-09-01 12:52:53 -07:00
typha-deployment.yaml Update Calico to version v2.6.7 2018-01-31 10:08:40 -08:00
typha-horizontal-autoscaler-clusterrole.yaml update rbac apiversion 2017-10-27 10:39:55 +08:00
typha-horizontal-autoscaler-clusterrolebinding.yaml update rbac apiversion 2017-10-27 10:39:55 +08:00
typha-horizontal-autoscaler-configmap.yaml Add RBAC, healthchecks, autoscaler and update Calico to v2.5.0, Typha to 0.4.0 2017-09-01 12:52:53 -07:00
typha-horizontal-autoscaler-deployment.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00
typha-horizontal-autoscaler-role.yaml update rbac apiversion 2017-10-27 10:39:55 +08:00
typha-horizontal-autoscaler-rolebinding.yaml update rbac apiversion 2017-10-27 10:39:55 +08:00
typha-horizontal-autoscaler-serviceaccount.yaml RBAC for Calico Typha Horizontal Autoscaler 2017-10-16 13:47:41 -04:00
typha-service.yaml Make calico/node resource requests dynamic based on cluster size 2017-06-11 16:11:57 -07:00
typha-vertical-autoscaler-configmap.yaml Add RBAC, healthchecks, autoscaler and update Calico to v2.5.0, Typha to 0.4.0 2017-09-01 12:52:53 -07:00
typha-vertical-autoscaler-deployment.yaml Switch to k8s.gcr.io vanity domain 2018-02-07 21:14:19 -08:00

Calico Policy Controller

==============

Calico is an implementation of the Kubernetes network policy API. The provided manifests install:

  • A DaemonSet which runs Calico on each node in the cluster.
  • A Deployment which installs the Calico Typha agent.
  • A Service for the Calico Typha agent.

Learn More

Learn more about Calico at https://docs.projectcalico.org

Analytics