forked from jupyterhub/mybinder.org-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Curvenote: Add Calico (installed using tigera-operator)
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Tigera operator for installing Calico | ||
tigera-operator: | ||
enabled: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |