prameshj

Results 65 comments of prameshj

> Can we somehow help you with that? I am missing basically just specification what have to be done on where. Thanks Michal! We currently need to get the public...

The list of valid provider ids can be found by invoking this API call - https://cloud.google.com/identity-platform/docs/reference/rest/v2/defaultSupportedIdps/list In this case, is a password change being attempted?

This is currently handled by the [code here](https://github.com/firebase/firebase-admin-node/blob/aea280d325c202fedc3890850d8c04f2f7e9cd54/src/auth/base-auth.ts#L602) which calls https://cloud.google.com/identity-platform/docs/reference/rest/v1/accounts/update#request-body and sets custom attributes. The backend API provides batchCreate, batchGet and batchDelete - https://cloud.google.com/identity-platform/docs/reference/rest#rest-resource:-v1.projects.accounts, but no batchUpdate.

Hi Ganey, The backend API currently does not support this feature and that is required before we can add the feature to Admin SDK. I have opened an internal issue...

thanks for opening this issue, Aaron. Regarding the first concern about k8s 1.19.12 - I am upgrading that to 1.21.6 in https://github.com/kubernetes/dns/pull/503 Why do we need replace blocks for each...

Doesn't nodelocaldns startup right away though? The DNS downtime should be O(seconds). Is that what you observe? It is possible for nodelocaldns to run into lock contention, but that usually...

> NodeLocal DNS does startup right away, but our test failure comes when we verify that DNS works after disabling NodeLocal DNS. Ah I see. Just to confirm - 1)...

Thanks. I have also opened https://github.com/kubernetes/dns/pull/488 to count errors from rule deletions at teardown, in case that provides some hints.

> We hit the problem again Kubernetes version 1.22 with NodeLocal DNS version 1.21.1. Here is the end of the log captured during pod termination: > > ``` > [INFO]...

> #488 The "setup_errors_total" metric which was modified in https://github.com/kubernetes/dns/pull/488 to also increment during deletions. That PR is included in 1.21.2 and later tags.