Jack

Results 37 comments of Jack

Do you have the Azure AD's linked to kubernetes RBAC in your idealized example? or manually assigning RBAC on the cluster. Because OAuth2-proxy via OIDC infront of capacitor could get...

It certainly looks like it but all of the above is from 3.71 which includes that commit? How do I pull what filer is getting from the master for the...

Are the `glog.V(0|1|2|3|4|5)` levels explained anywhere. Unrelated to this but [3](https://github.com/seaweedfs/seaweedfs/blob/master/weed/storage/needle_map_leveldb.go#L193) and [4](https://github.com/seaweedfs/seaweedfs/blob/master/weed/storage/volume_write.go#L221) seem like odd choices.

Here's -v 0 vs -v 1 to demonstrate the logging change ## -v0 ```bash cat test.shell.txt | ./weed -v 0 shell > log-dev.txt I0612 23:25:11.029371 masterclient.go:230 master localhost:9333 redirected to...

I've also felt `weed shell -scripts ` should exist analogous to `master.toml:maintanence.scripts`. However some testing presents a lot of nuance. >The output is coupled with the shell's prompt (>) Redirecting...

It's not stale but unresolved. Making the cri dynamic works sure be cool but I think this issue is more about the manual knows a key needs a reboot so...

Yeh that's accurate, if there's a modified config that it's known requires a reboot to take effect. Possibly it might be better worded like "Configuration applied, changes affected on reboot:...

I can confirm the error with `git clone git://git.yoctoproject.org/poky` from within a container via the CSI at 3.62 however `weed mount` directly clones without issue; ``` Cloning into 'poky'... remote:...

Finally got to update the CSI from 3.62 to 3.69, I can now clone poky as an example. (cluster remains at 3.68) ``` root@jmrc8:/swfs/yocto/sources# git clone -b scarthgap https://git.yoctoproject.org/poky Cloning...