Skip to content

Instantly share code, notes, and snippets.

View MatthiasWinzeler's full-sized avatar

Matthias Winzeler MatthiasWinzeler

  • Bern, Switzerland
View GitHub Profile
@MatthiasWinzeler
MatthiasWinzeler / docker-compose.yml
Created November 9, 2023 21:49
cilium 1.14 w/ etcd and docker plugin
# git clone https://github.com/cilium/cilium
# cd cilium
## build docker plugin since there is no dockerhub image for 1.14.3 for it
# docker build -f images/cilium-docker-plugin/Dockerfile -t cilium-docker-plugin-local .
# docker-compose up
## in other shell:
# docker network create my_network --ipam-driver cilium --driver cilium
# docker run --net my_network -it ubuntu bash
@MatthiasWinzeler
MatthiasWinzeler / gist:2f9c2e93dae377f458829a23564cf5d7
Last active April 17, 2022 19:14
karpenter cannot evict pod
karpenter-c9cc4d55-7wrqc controller 2022-04-17T18:39:14.854Z INFO controller.node Triggering termination for expired node after 5m0s (+1m47.854823351s) {"commit": "c115db
3", "node": "ip-10-0-3-85.eu-west-3.compute.internal"}
karpenter-c9cc4d55-7wrqc controller 2022-04-17T18:39:14.881Z INFO controller.termination Cordoned node {"commit": "c115db3", "node": "ip-10-0-3-85.eu-west-3.compute.inte
rnal"}
karpenter-c9cc4d55-7wrqc controller 2022-04-17T18:39:14.892Z INFO controller.termination Cordoned node {"commit": "c115db3", "node": "ip-10-0-2-77.eu-west-3.compute.inte
rnal"}
karpenter-c9cc4d55-7wrqc controller 2022-04-17T18:39:14.924Z DEBUG controller.eviction Evicted pod {"commit": "c115db3", "pod": "app/app-8588465468-dz6d9"}
karpenter-c9cc4d55-7wrqc controller 2022-04-17T18:39:14.951Z DEBUG controller.eviction Cannot evict pod as it would violate the pod's disruption budget. {"commit":
"c115db3", "pod": "app/app-8588465468-hltgc"}
karpenter-c9cc4d55-7wrq