Skip to content

Latest commit

 

History

History
78 lines (47 loc) · 2.18 KB

NOTES.md

File metadata and controls

78 lines (47 loc) · 2.18 KB

SLR issue

if you get service-linked role error, may be due to missing

aws iam create-service-linked-role --aws-service-name spot.amazonaws.com

Debugging cni startup

useful:

 <command> | curl -F 'sprunge=<-' http://sprunge.us

ipamd logs here on a worker node:

/var/log/aws-routed-eni/*.log

also check kube-proxy (Pod) and aws-node (Pod)

{"level":"info","ts":"2021-09-22T04:00:52.847Z","caller":"entrypoint.sh","msg":"Successfully copied CNI plugin binary and config file."}

above line, in aws node, indicates network ready

test3:

{"level":"info","ts":"2021-09-22T04:00:48.805Z","caller":"entrypoint.sh","msg":"Install CNI binary.."}
{"level":"info","ts":"2021-09-22T04:00:48.817Z","caller":"entrypoint.sh","msg":"Starting IPAM daemon in the background ... "}
{"level":"info","ts":"2021-09-22T04:00:48.818Z","caller":"entrypoint.sh","msg":"Checking for IPAM connectivity ... "}
{"level":"info","ts":"2021-09-22T04:00:52.844Z","caller":"entrypoint.sh","msg":"Copying config file ... "}
{"level":"info","ts":"2021-09-22T04:00:52.847Z","caller":"entrypoint.sh","msg":"Successfully copied CNI plugin binary and config file."}
{"level":"info","ts":"2021-09-22T04:00:52.848Z","caller":"entrypoint.sh","msg":"Foregrounding IPAM daemon ..."}

Demo

Use?

https://codeberg.org/hjacobs/kube-ops-view

docker run -it --net=host hjacobs/kube-ops-view

(then open localhost 8080)!!!

https://github.com/derailed/k9s

Muliple Provisioner Investigation

aws/karpenter-provider-aws#783

CriticalAddonsOnly - unused now?

kubernetes/kubernetes#101966 (comment)

looks that way.... also it was only used as a temporary taint anyway (by the "rescheduler")

NewConstraints, however, is called by:

func (s *Scheduler) getSchedules