Bright Zheng

Results 22 comments of Bright Zheng

no, that's not what I'm looking for, instead, I'm looking for a "native" way to build this feature on top of `cobra`. You know, it's now very common of doing...

This happened in my environment always and I had been suffering for days. My workaround was to run it twice by updating the `./start.sh`: ```sh # Why twice? It's because...

Please refer to https://github.com/helm/charts/issues/16098

I'm seeing exactly the same issue after some rounds of `kubeadm init` and `kubeadm reset -f` as I was trying to tune some parameters of `kubeadm` in a Kubernetes in...

And then I gave `cilium` a shot and then all went well -- so I believe it's a potential robustness issue in `weave` as `kubeadm reset -f` may not follow...

Do we have an easy way to select and view specific file's content through dive's UI, at least?

I still couldn't figure out how to have more than one user logged in, even I've applied the `login_hint`, like what I did here: ```yaml - name: oidc-admin1 user: exec:...

I encountered the issue before. We may need to clear the cache especially when you tried many different ways. What I did was: ```sh rm -rf ~/.kube/cache rm -rf ~/.kube/http-cache...

What's the current status of this? I think it's common to **update** some configs after `kubeadm init`, but I couldn't find any doc addressing this in a proper way, yet....

That solution looks complicated and please proceed to make it a complete one! Anyway, I tried it out by simply using the `kubeadm upgrade apply` command and it worked after...