Skip to content

Commit

Permalink
Update calico role
Browse files Browse the repository at this point in the history
Closes #13
  • Loading branch information
edwardtheharris committed Jul 26, 2024
1 parent 2791b8b commit b42e0ab
Show file tree
Hide file tree
Showing 8 changed files with 25,548 additions and 223 deletions.
3 changes: 3 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ security
### Glossary

```{glossary}
Calico
Calico is a networking and security solution that enables Kubernetes
workloads and non-Kubernetes/legacy workloads to communicate seamlessly and securely.
HA
High Availability; in this context we mean specifically HA k8s clusters
as described
Expand Down
27 changes: 27 additions & 0 deletions roles/calico/files/custom-resources.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This section includes base Calico installation configuration.
# For more information, see: https://docs.tigera.io/calico/latest/reference/installation/api#operator.tigera.io/v1.Installation
apiVersion: operator.tigera.io/v1
kind: Installation
metadata:
name: default
spec:
# Configures Calico networking.
calicoNetwork:
ipPools:
- name: default-ipv4-ippool

Check failure on line 11 in roles/calico/files/custom-resources.yaml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[indentation]

Wrong indentation: expected 6 but found 4
blockSize: 26
cidr: 192.168.0.0/16
encapsulation: VXLANCrossSubnet
natOutgoing: Enabled
nodeSelector: all()

---

# This section configures the Calico API server.
# For more information, see: https://docs.tigera.io/calico/latest/reference/installation/api#operator.tigera.io/v1.APIServer
apiVersion: operator.tigera.io/v1
kind: APIServer
metadata:
name: default
spec: {}

Check failure on line 27 in roles/calico/files/custom-resources.yaml

View workflow job for this annotation

GitHub Actions / Ansible Lint

yaml[empty-lines]

Too many blank lines (1 > 0)
209 changes: 0 additions & 209 deletions roles/calico/files/kube-flannel.yml

This file was deleted.

Loading

0 comments on commit b42e0ab

Please sign in to comment.