Henry Xie 's blog
Monday, June 28, 2021
Tip: Understand Golang methods and interface
›
Methods: methods are functions with a special receiver ( a normal or define type) so we define a type and create a method based on this type...
Friday, June 25, 2021
Kubebuilder Controller-runtime client_go_adapter.go Error
›
Symptom: We hit below error when we build an operator via kubebuilder 3.1 + controller runtime v0.8.3 + kuberentes 1.20.2 ./../../pkg/mod...
Wednesday, June 09, 2021
Tip: Understand Golang Channel Directions
›
Channel is used to communicate among Goroutines. Always image a channel as a pipe in the brain. A pipe of any concrete type of Golang, like ...
Sunday, May 23, 2021
Tip: Can't find docker networking namespace via ip netns list
›
Symptom: In ubuntu, we start a docker container, try to find docker networking namespace via "ip netns list". The output is em...
Thursday, May 13, 2021
Tip: Bind Error when running multiple schedulers in K8S
›
Error details: I0530 09:25:29.097683 1 serving.go:331] Generated self-signed cert in-memory failed to create listener: failed to list...
‹
›
Home
View web version