Warning:
You're not viewing the latest Calico documentation.
Standard Hosted Install
The following steps install Calico as a Kubernetes add-on using your own etcd cluster.
RBAC
If deploying Calico on an RBAC enabled cluster, you should first apply the ClusterRole
and ClusterRoleBinding
specs:
kubectl apply -f https://docs.projectcalico.org/v2.6/getting-started/kubernetes/installation/rbac.yaml
Install Calico
To install Calico:
- Download calico.yaml
- Configure
etcd_endpoints
in the provided ConfigMap to match your etcd cluster.
Then simply apply the manifest:
kubectl apply -f calico.yaml
Note: Make sure you configure the provided ConfigMap with the location of your etcd cluster before running the above command.
Configuration Options
The above manifest supports a number of configuration options documented here