Posts

Showing posts from 2022

problem Helm stuck in pending state / helm Initial install underway

If you run helm status customer-dapp-api --namespace testing or if you want to see all deployment under a namespace, simply run  helm ls -a -n testing    And you get helm saying "helm Initial install underway" and pissing you off, then just run the following command to remove it.   helm uninstall customer-dapp-api --namespace testing and then redeploy.

Configuring serilog to support multiple file write using configuration file only.

  You can use the following setup to configure our serilog to write to multipe file. If it is an error log event , it goes into a file called conditional.log If it is an information log event, it goes into a file called info.log For more details of the configuration changes, please click here: https://gist.github.com/mitzen/81a9ffd24bc5294343c8ea62e77683a5