Filinto Duran
Filinto Duran
@david-yu I also want the latter (sync kubernetes health checks with Consul). Thanks
I think it will be good to check if the annotation is set to "unconfined" as that will be skipping apparmor .
I have not heard any news on helm v4, like ever, could this be merged? it is thoroughly needed to be able to update the libraries in parallel with other...
I created this PR https://github.com/deepmap/oapi-codegen/pull/1190 based off this one, resolving issues with master and minor refactors
doesn't the html5 have a placeholder attribute to do this exact thing? I'm thinking that assigning placeholder to the input fields and checking if the browser is HTML5 compatible via...
@katriendg as mentioned above by @jake-engelberg maybe what we need is adding this label information (that can be used in the queries) in the docs for clarification? or you have...
@JoshVanL was seeing some pods for the same dapr system (ie dapr-sentry) to be running on the same nodes in some customers, even though it could also be there was...
one thing is that you cannot say HA and have things running on the same node, and in some way for multi-zone, I need to check more on the score...
yes, I meant for `you cannot say` in term of `dapr cannot say` as we have here https://github.com/dapr/dapr/blob/master/charts/dapr/values.yaml#L29 `HA` and people might expect fault tolerance and ensuring spreading on different...
btw, actually thought I had seen the replica set node spread locality you mentioned but actually it was different. https://kubernetes.io/docs/reference/scheduling/config/ . So lmk if you can point to me where...