Add updated Tigera Operator and Project Calico

Change-Id: Ia7304db232416a3687b9048576e3be84c7e8baf6
This commit is contained in:
Chris Wedgwood 2021-03-01 10:46:40 -06:00
parent f4552d3ac2
commit 68b0269088
6 changed files with 4907 additions and 5 deletions

View File

@ -1,5 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../../function/cni/tigera-operator/v1.13.0
- ../../function/cni/tigera-operator/v1.15.0
- ../../function/cert-manager/v1.1.0

View File

@ -6,12 +6,12 @@ This function contains a Kubernetes operator which manages the lifecycle of a Ca
* Tigera Calico operator and custom resource definitions are defined in `tigera-operator.yaml`_.
* Calico is installed via tigera operator using `custom-resources.yaml`_ by specifying the default variant of product to be installed.
* The `tigera-operator.yaml`_ is taken from `GitHub URL`_.
* Included Operator version: v1.13.0
* Included Calico version: v3.17.0
* Included Operator version: v1.15.0
* Included Calico version: v3.18.0
To know more about tigera installation see the `installation reference`_.
.. _tigera-operator.yaml: https://github.com/airshipit/airshipctl/tree/master/manifests/function/tigera-operator/v1.13.0/upstream/tigera-operator.yaml
.. _custom-resources.yaml: https://github.com/airshipit/airshipctl/tree/master/manifests/function/tigera-operator/v1.13.0/custom-resources.yaml
.. _tigera-operator.yaml: https://github.com/airshipit/airshipctl/tree/master/manifests/function/tigera-operator/v1.15.0/upstream/tigera-operator.yaml
.. _custom-resources.yaml: https://github.com/airshipit/airshipctl/tree/master/manifests/function/tigera-operator/v1.15.0/custom-resources.yaml
.. _GitHub URL: https://docs.projectcalico.org/manifests/tigera-operator.yaml
.. _installation reference: https://docs.projectcalico.org/getting-started/kubernetes/quickstart

View File

@ -0,0 +1,5 @@
apiVersion: operator.tigera.io/v1
kind: Installation
metadata:
name: default
spec: {}

View File

@ -0,0 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
bases:
- upstream
resources:
- custom-resources.yaml

View File

@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- tigera-operator.yaml

File diff suppressed because it is too large Load Diff