acechef

Results 4 issues of acechef

In the official [example](https://github.com/kubernetes-sigs/controller-runtime/blob/adc9fa96250106ebf0a3c589aa64e085e90870fd/examples/crd/main.go#L46),set a variable named `log`,and we can use log.Info() or log.Error() later. But now I have multi function, do I have to set log := log.FromContext(ctx) at...

lifecycle/rotten

I use the client to delete the job, but the pod is not deleted, I can delete the corresponding pod with `kubectl delete job`

博客不错,学习学习, 我在查看‘归档’时页面显示有问题

### Your config.toml ```toml 配置oauth2后,点击oauth2登录,成功回调后,不能进首页,还在登录页,浏览器中看到请求http://127.0.0.1/api/n9e/datasource/brief,返回为401,Header中无access_token信息,localstorage中也无存放token信息 oidc也是一样的情况 ``` ### Relevant logs ```text 配置oauth2后,点击oauth2登录,成功回调后,不能进首页,还在登录页,浏览器中看到请求http://127.0.0.1/api/n9e/datasource/brief,返回为401,Header中无access_token信息,localstorage中也无存放token信息 oidc也是一样的情况 ``` ### System info latest ### Steps to reproduce 1.xx 2. 3. ... ### Expected behavior 能进首页...