Jeesmon Jacob
Jeesmon Jacob
Design proposal has some good examples at https://github.com/aws-controllers-k8s/community/blob/main/docs/design/proposals/adoption/resource-adoption.md But not sure if it matches with implementation. Adding it in the official documentation will definitely help the adopters.
Isn’t `ComponentConfig` the approach to solve this problem? https://book.kubebuilder.io/component-config-tutorial/tutorial.html https://docs.google.com/document/d/1FdaEJUEh091qf5B98HM6_8MS764iXrxxigNIdwHYW9c/edit#heading=h.yrvizvdexvtq
MacOS, RD v1.0.0 Getting permission error when running postgres image with bind-mount (`-v $(pwd):/var/lib/pgsql/data`) ``` docker run --rm --name postgresql -e POSTGRESQL_DATABASE=my-db -e POSTGRESQL_USER=user -e POSTGRESQL_PASSWORD=pass -p 5432:5432 -v $(pwd):/var/lib/pgsql/data...
We are looking for a fix to this. Any idea if anyone looking into fixing it? Thanks.
/cc @martin-helmich
Thanks a lot for the quick reply. I made changes as you suggested. Now I can see the ligatures are formed correctly. Still some issues with re-ordering of glyphs. Please...
@tasdikrahman Any update on this? We are looking for a similar feature to bulk recycle nodes on-demand. Thanks!
@anand-nair Before I review these changes, can you please create a [new issue](https://github.com/Alvearie/imaging-ingestion/issues/new) and describe what is missing from current implementation and what problem you are trying to solve here?...
Thanks @shreyas-badiger for the quick response. I think we have some grace period to terminate older nodes. But mainly looking into not reaping too many times a day for a...
Thanks again. I will join slack channel and continue conversation there.