Skip to content

Commit c6d6e89

Browse files
authored
Merge pull request #35 from max-pfeiffer/feature/network-stack-upgrade
Feature/network stack upgrade
2 parents f12d722 + 29fae27 commit c6d6e89

5 files changed

Lines changed: 20121 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: check-merge-conflict
66
- id: detect-private-key
77
- id: check-added-large-files
8-
args: ['--maxkb=1024']
8+
args: ['--maxkb=2048']
99
- repo: https://github.com/AleksaC/terraform-py
1010
rev: v1.15.7
1111
hooks:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Kubernetes cluster features:
77
* [Talos Linux v1.13.8](https://www.talos.dev/)
88
* Kubernetes v1.36.3
99
* no kube-proxy
10-
* [Cilium v1.18.3](https://cilium.io/) as Container Network Interface (CNI)
10+
* [Cilium v1.20.0](https://cilium.io/) as Container Network Interface (CNI)
1111
* without kube-proxy
1212
* with [L2 loadbalancer support](https://docs.cilium.io/en/stable/network/l2-announcements/)
1313
* with [Ingress controller support](https://docs.cilium.io/en/stable/network/servicemesh/ingress/)
1414
* with [Gateway API support](https://docs.cilium.io/en/stable/network/servicemesh/gateway-api/gateway-api/)
1515
* with [Egress gateway support](https://docs.cilium.io/en/stable/network/egress-gateway/egress-gateway/)
16-
* [Gateway API v1.3.0](https://gateway-api.sigs.k8s.io/) CRDs are installed
16+
* [Gateway API v1.6.1](https://gateway-api.sigs.k8s.io/) CRDs (standard channel) are installed
1717
* [ArgoCD v3.4.2](https://argoproj.github.io/cd/)
1818

1919
This Kubernetes cluster is meant to be used in a test or home lab environment.

0 commit comments

Comments
 (0)