![]() Without this it fails after deployments were switched from extensions to apps with ``` E0902 11:25:51.197420 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes) E0902 11:25:53.118490 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes) E0902 11:25:54.997493 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes) E0902 11:25:57.097423 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes) E0902 11:25:59.097417 1 reflector.go:283] github.com/kubernetes-incubator/cluster-proportional-autoscaler/pkg/autoscaler/k8sclient/k8sclient.go:96: Failed to watch *v1.Node: unknown (get nodes) I0902 11:25:59.697325 1 k8sclient.go:221] Falling back to extensions/v1beta1, error using apps/v1: deployments.apps "calico-typha" is forbidden: User "system:serviceaccount:kube-system:typha-cpha" cannot get resource "deployments/scale" in API group "apps" in the namespace "kube-system" E0902 11:25:59.699833 1 autoscaler_server.go:120] Update failure: the server could not find the requested resource ``` Ref. https://github.com/kubernetes/test-infra/pull/13709 |
||
---|---|---|
.. | ||
podsecuritypolicies | ||
bgpconfigurations-crd.yaml | ||
bgppeers-crd.yaml | ||
blockaffinity-crd.yaml | ||
calico-clusterrole.yaml | ||
calico-clusterrolebinding.yaml | ||
calico-cpva-clusterrole.yaml | ||
calico-cpva-clusterrolebinding.yaml | ||
calico-cpva-serviceaccount.yaml | ||
calico-node-daemonset.yaml | ||
calico-node-vertical-autoscaler-configmap.yaml | ||
calico-node-vertical-autoscaler-deployment.yaml | ||
calico-serviceaccount.yaml | ||
clusterinformations-crd.yaml | ||
felixconfigurations-crd.yaml | ||
globalbgpconfig-crd.yaml | ||
globalfelixconfig-crd.yaml | ||
globalnetworkpolicy-crd.yaml | ||
globalnetworksets-crd.yaml | ||
hostendpoints-crd.yaml | ||
ipamblock-crd.yaml | ||
ipamconfig-crd.yaml | ||
ipamhandle-crd.yaml | ||
ippool-crd.yaml | ||
networkpolicies-crd.yaml | ||
networkset-crd.yaml | ||
OWNERS | ||
README.md | ||
typha-deployment.yaml | ||
typha-horizontal-autoscaler-clusterrole.yaml | ||
typha-horizontal-autoscaler-clusterrolebinding.yaml | ||
typha-horizontal-autoscaler-configmap.yaml | ||
typha-horizontal-autoscaler-deployment.yaml | ||
typha-horizontal-autoscaler-role.yaml | ||
typha-horizontal-autoscaler-rolebinding.yaml | ||
typha-horizontal-autoscaler-serviceaccount.yaml | ||
typha-service.yaml | ||
typha-vertical-autoscaler-clusterrole.yaml | ||
typha-vertical-autoscaler-clusterrolebinding.yaml | ||
typha-vertical-autoscaler-configmap.yaml | ||
typha-vertical-autoscaler-deployment.yaml | ||
typha-vertical-autoscaler-serviceaccount.yaml |
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.
- Horizontal and vertical autoscalers for Calico.
Learn More
Learn more about Calico at https://docs.projectcalico.org