Skip to content

Commit

Permalink
introduce cilium
Browse files Browse the repository at this point in the history
  • Loading branch information
lanefu committed Aug 13, 2024
1 parent 9806da6 commit 3a07525
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/provision_k8s_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
disable:
- traefik
- servicelb
#flannel-backend: "'none'"
flannel-backend: "none"

tasks:
- name: provison whole cluster
Expand Down
2 changes: 2 additions & 0 deletions scripts/big_bang.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
set -e

echo forget about all those old hosts
for host in ksmall-1 ksmall-2 ksmall-3 kmedium-1 kmedium-2 kmedium-3; do
Expand All @@ -19,6 +20,7 @@ echo fetch kubeconfig
export KUBECONFIG="$(pwd)/kubeconfig"
kubectl get nodes
scripts/install_kube-vip_arp.sh
cilium install
kubectl -n kube-system get pods
kubectl apply -f https://raw.githubusercontent.com/inlets/inlets-operator/master/contrib/nginx-sample-deployment.yaml -n default
kubectl expose deployment nginx-1 --port=80 --type=LoadBalancer -n default --load-balancer-ip=172.17.20.41
Expand Down
1 change: 1 addition & 0 deletions scripts/bootstrap_flux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ flux bootstrap git \
--branch="${FLUX_BRANCH}" \
--private-key-file="${FLUX_PRIVATE_KEY_FILE}" \
--path="${FLUX_PATH}" \
--network-policy=false \
--verbose

0 comments on commit 3a07525

Please sign in to comment.