Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
0f05092
Remove FluxCD v2.1.1
olga-mir Mar 23, 2024
3805e79
paste cilium v1.15.2 values file to caaph resource
olga-mir Mar 23, 2024
2985d5d
embed templating in cilium caaph values
olga-mir Mar 23, 2024
faf9c7d
upgrade cilium version to 1.15.2
olga-mir Mar 23, 2024
b833cc9
update cluster tag for the caaph to pick up
olga-mir Mar 23, 2024
dcdde7d
fix match labels to no-mesh
olga-mir Mar 23, 2024
f12b6fd
fix cleanup script
olga-mir Mar 23, 2024
01261f8
Generate cluster files in Golang implementation start
olga-mir Mar 23, 2024
dc1f105
rework CNI CAAPH resource and enable Cilium Clustermesh
olga-mir Mar 23, 2024
1843aa4
Bump github.com/cloudflare/circl from 1.3.3 to 1.3.7 in /go
dependabot[bot] Mar 23, 2024
c3dfbdb
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /go
dependabot[bot] Mar 23, 2024
53af5ff
temp fix for cilium version
olga-mir Mar 23, 2024
874689b
remove caaph-cni as a standalone flux ks
olga-mir Mar 23, 2024
6c8fe9e
add caaph CNI in its own ks and folder
olga-mir Mar 23, 2024
e33edce
update tenants flux resources api version
olga-mir Mar 23, 2024
1dbe1a0
restore env vars in clusterctl
olga-mir Mar 23, 2024
838e1ff
temporarily restore previous version and settings for cilium on perma…
olga-mir Mar 24, 2024
aec3fe8
temp - test 1.13.0 with no mesh on cluster 01
olga-mir Mar 24, 2024
1772d3f
remove cluster-02 for now
olga-mir Mar 24, 2024
c8585a7
fix identation
olga-mir Mar 24, 2024
eacb307
fix labels on cluster-01
olga-mir Mar 24, 2024
1e761bb
move cluster-01,02 to cilium version 1.15.2
olga-mir Mar 26, 2024
821192b
restore cluster-02
olga-mir Mar 26, 2024
5c20037
enable SPIRE
olga-mir Mar 26, 2024
99e8205
try caaph resource in its own namespace
olga-mir Jul 9, 2024
efd7f64
fix flux kustomization names to avoid clash
olga-mir Jul 9, 2024
a7f4764
update to latest k8s version
olga-mir Sep 28, 2024
d3aa48c
update go dependencies
olga-mir Sep 28, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,536 changes: 3,536 additions & 0 deletions clusters/cluster-mgmt/cluster-01/caaph-cni/caaph-hcp-v1.15.2.yaml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion clusters/cluster-mgmt/cluster-01/capi-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ metadata:
labels:
cluster.x-k8s.io/cluster-name: "cluster-01"
cilium-mesh: "main"
cilium-mesh-index: "1"
spec:
clusterNetwork:
pods:
cidrBlocks:
- "192.168.0.0/20"
- "192.168.16.0/20"
infrastructureRef:
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
kind: AWSCluster
Expand Down
9 changes: 4 additions & 5 deletions clusters/cluster-mgmt/cluster-01/platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
kind: GitRepository
name: flux-system
namespace: flux-system
path: ./k8s-platform/flux/v2.1.1
path: ./k8s-platform/flux/v2.2.2
prune: true
kubeConfig:
secretRef:
Expand All @@ -19,15 +19,14 @@ spec:
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: caaph-cni
namespace: cluster-01
name: caaph-cni-01
namespace: flux-system
spec:
interval: 1m
sourceRef:
kind: GitRepository
name: flux-system
namespace: flux-system
path: ./k8s-platform/cni-caaph-resource/cilium/v1.12.3
path: ./clusters/cluster-mgmt/cluster-01/caaph-cni
targetNamespace: cluster-01
prune: true
dependsOn:
Expand Down
Loading