Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.05 KB

File metadata and controls

28 lines (19 loc) · 2.05 KB

Calico Operator

Docker image

The operator is developed in projectcalico/calico. Bugs, feature requests, and pull requests go there. This repository still serves the release-v1.41 through release-v1.44 branches for the rest of their supported lives.

This repository contains a Kubernetes operator which manages the lifecycle of a Calico or Calico Enterprise installation on Kubernetes or OpenShift. Its goal is to make installation, upgrades, and ongoing lifecycle management of Calico and Calico Enterprise as simple and reliable as possible.

This operator is built using the operator-sdk, so you should be familiar with how that works before getting started.

Getting Started Running Calico

There are many avenues to get started running Calico depending on your situation.

Get Started Developing

See the developer guidelines for more information on designing, coding, and testing changes.