k3s/cluster/addons/calico-policy-controller
Kubernetes Submit Queue 7ef11bd964
Merge pull request #59237 from tanshanshan/addons1
Automatic merge from submit-queue (batch tested with PRs 59767, 56454, 59237, 59730, 55479). 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>.

Change critical pods’ template to use priority

**What this PR does / why we need it**:
Change critical pods’ template to use priority
Thanks.
**Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*:
ref #57471

**Special notes for your reviewer**:

**Release note**:

```release-note

```
2018-02-12 15:44:36 -08:00
..
podsecuritypolicies Add optional addon PSPs 2017-11-10 13:57:33 -08: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
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 Merge pull request #59237 from tanshanshan/addons1 2018-02-12 15:44:36 -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 Merge pull request #59237 from tanshanshan/addons1 2018-02-12 15:44:36 -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
typha-deployment.yaml Merge pull request #59237 from tanshanshan/addons1 2018-02-12 15:44:36 -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 Merge pull request #59237 from tanshanshan/addons1 2018-02-12 15:44:36 -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 Merge pull request #59237 from tanshanshan/addons1 2018-02-12 15:44:36 -08:00

README.md

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