shencan

Results 4 issues of shencan

``` _, err = helmClient.InstallOrUpgradeChart(context.Background(), &chartSpec) if err != nil { fmt.Println("xxxxx", err) } ``` error log ``` xxxxx context deadline exceeded ``` I adjust WithTimeout Invalid go-helm-client version v0.8.4...

` Step 9/10 : RUN pip3 install -r requirements.txt ---> Running in 0c2795ada0bf Collecting flask (from -r requirements.txt (line 1))  Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by...

https://nakamasato.medium.com/kubernetes-operator-series-7-controller-runtime-component-source-58595f536b93 Example code for this article is not run with controller-time v0.18.4 your code ``` .......................... kind := source.Kind(cache, &v1.Pod{}) // Prepare queue and eventHandler queue := workqueue.NewNamedRateLimitingQueue(workqueue.DefaultControllerRateLimiter(), "test") eventHandler...

How to delete terraform resource, Same as using the `terraform destroy` command

feature