leland knight

Results 140 comments of leland knight

I'm using a tool to deploy the clusters, tanzu in this case, it deploys the clusters with an ip address. What I want to do is access the cluster using...

I suppose mitm is always a concern, in this case it is all onprem, but still you are right regarding that is always something to think about.

Maybe this is reason to not use tanzu, but we are still in the early stages... and I really like it so far, and would like to continue to work...

Thank you. We are using the tanzu integrated with vsphere, not the tkg. In any case, I'm also not using the integrated pinniped, I'm using the open source version of...

Well, I still like my proposed solution. But, in the end it's your code to do as you wish, and I can't find any flaw in your wanting to protect...

After I learned more, I put together what I consider a much better solution to what I was proposing (and doesn't require ``--insecure`` flag to be respected by pinniped to...

Yes please, my use case is a development environment with pods getting restarted all the time. I've written a script to pick back up, but have to manually restart kubetail....

#### Above, generate temp file used to restart tail if a watched pod restarts ``` TMPFILE_RESTART=`mktemp` rm $TMPFILE_RESTART ``` #### To raise the event that a pod log has exited:...

Pull request submitted: https://github.com/johanhaleby/kubetail/pull/147 The PR adds an idle processing loop where decisions can be made run time. Someone will still need to write an algorithm to respond to a...

Was assisting someone with this today. No resolution, but one detail not mentioned here: It works if you install using helm, but doesn't when installing using argocd targeting default project,...