This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |