Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 changes: 0 additions & 3 deletions playgrounds/kind/addons/argocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ repoServer:
server:
extraArgs:
- --insecure
service:
type: LoadBalancer
loadBalancerIP: "172.18.250.0"
logFormat: json

dex:
Expand Down
11 changes: 0 additions & 11 deletions playgrounds/kind/addons/gitops-repo.yaml

This file was deleted.

42 changes: 0 additions & 42 deletions playgrounds/kind/config/cilium.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions playgrounds/kind/config/coredns-patch.sh

This file was deleted.

7 changes: 0 additions & 7 deletions playgrounds/kind/config/kind.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
disableDefaultCNI: true
kubeProxyMode: none
podSubnet: "10.42.0.0/16"
serviceSubnet: "10.43.0.0/16"
nodes:
- role: control-plane
image: kindest/node:v1.33.2
- role: worker
image: kindest/node:v1.33.2
13 changes: 0 additions & 13 deletions playgrounds/kind/config/l2-announcement.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions playgrounds/kind/config/lb-ipam.yaml

This file was deleted.

16 changes: 4 additions & 12 deletions playgrounds/kind/devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,15 @@
],
"scripts": {
"setup": [
"kind create cluster --config config/kind.yaml",
"kubectl get node",
"./config/coredns-patch.sh",
"helm upgrade --install --namespace kube-system --repo https://helm.cilium.io cilium cilium --values config/cilium.yaml --wait --timeout 15m --atomic",
"cilium status --wait",
"kubectl get node",
"kubectl apply -f config/lb-ipam.yaml",
"kubectl apply -f config/l2-announcement.yaml",
"helm repo add argo https://argoproj.github.io/argo-helm",
"kind create cluster --image kindest/node:v1.34.0 --wait 1m --config config/kind.yaml",
"helm upgrade --install argocd argo-cd --repo https://argoproj.github.io/argo-helm --namespace argocd --create-namespace --values addons/argocd.yaml --wait --timeout 15m --atomic",
"kubectl apply -f addons/gitops-repo.yaml",
"kubectl apply -f ../../demo-cluster/apps/projects.yaml",
"kubectl apply -f ../../demo-cluster/apps/boostrap.yaml"
"kubectl apply -f ../../demo-cluster/apps/bootstrap.yaml",
"kubectl port-forward service/argocd-server -n argocd 8080:443"
],
"shutdown": [
"kind delete cluster"
]
}
}
}
}