Kenan Erdogan

Results 35 comments of Kenan Erdogan

Hello, Here is some more information we just found out. When we check the keys in etcd, we see that only "/sensu.io/.initialized" key exists. ".initialized" key doesn't exist at all....

Yesterday I ran into the same problem. And then I wanted to see what happens if instructor re-adds the deleted file and then student nbgitpulls latest version: 1. Instructor creates...

FYI: for me it only asks for username, which is related https://github.com/pgadmin-org/pgadmin4/issues/6229. And the only difference in my config to above config is that pgpass file is mounted at "/var/lib/pgadmin/file.pgpass".

It looks like this is related to https://github.com/kubernetes/kubernetes/issues/57923, so I think there is nothing we can do except the already mentioned workarounds until that issue is resolved.

Hi Sarah! I am very glad that you are try this out. And I would really appreciate any feedback for the documentation (I know it has a lot to improve)....

> I haven't put the hub_url or auth config in yet because I don't have the IP addresses of the hub/binder pods (or a domain name) to fill in those...

> I wonder if it's because I already had a functional BinderHub and only applied the authentication config as an upgrade later? As opposed to the approach here which is...

> I wonder if it's because I already had a functional BinderHub and only applied the authentication config as an upgrade later? As opposed to the approach here which is...

hmm can you add this config: ```yaml binderhub: jupyterhub: hub: services: binder: url: http://20.50.231.247 ``` and then change value of `oauth_redirect_uri` from "http://20.50.231.247/oauth_callback" to "http://20.50.231.204/services/binder/oauth_callback"? Then binder must be available...

thank, it is very helpful! I will update the docs, according to your suggestions.