Skip to content

Commit

Permalink
Curvenote: Add Calico (installed using tigera-operator)
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Nov 18, 2023
1 parent c027bf6 commit f33c8ef
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions system-charts/tigera-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v2
description: A meta-chart for the tiger-operator charts on some mybinder.org hosts
name: mybinder-tiger-operator
version: "0.0.1-set.by.chartpress"
kubeVersion: ">= 1.26.0-0"
dependencies:
# https://artifacthub.io/packages/helm/aws/aws-load-balancer-controller
- name: tigera-operator
version: 3.25.2
repository: https://docs.tigera.io/calico/charts
condition: tigera-operator.enabled
3 changes: 3 additions & 0 deletions system-charts/tigera-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Tigera operator for installing Calico
tigera-operator:
enabled: false
11 changes: 11 additions & 0 deletions system-config/tigera-operator/curvenote.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Install Calico for proper NetworkPolicy support
tigera-operator:
enabled: true
installation:
kubernetesProvider: EKS
apiServer:
# Doesn't seem to work on EKS
# https://github.com/projectcalico/calico/issues/7555
# It's not needed anyway since we only want standard NetworkPolicy support,
# not 'projectcalico.org/v3'
enabled: false

0 comments on commit f33c8ef

Please sign in to comment.