Jeremy Busk

Results 10 comments of Jeremy Busk

As noted above to use newer schemas use command like below kubeval --schema-location https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master -d mydirectory

Similar. https://serverfault.com/questions/955293/how-to-increase-disk-size-in-a-stateful-set https://learn.microsoft.com/en-us/azure/azure-arc/data/resize-persistent-volume-claim Or looks like it just works updating pvc(s) each to size, at least with Azure managed-csi storage class on azure.

Got pods up but probably not in the right way. Still having issues curling my host through hairpin-proxy kubectl get svc -n ingress | grep ingress output: nginx-ingress-microk8s-controller-86rjl.ingress.svc.cluster.local ``` kubectl...

Use this luarocks install https://luarocks.org/manifests/skylothar/lua-resty-jwt-0.1.11-0.rockspec

https://docs.github.com/en/actions/learn-github-actions/variables is really unclear. Please get better WORKING examples. It shouldn't be that hard. If you can't do this just tell people to write their own logic in bash or...

Just to reaffirm that the above latest config does work. You can easily test the syslog using simple bash script. You can create a test log with Ubuntu/Debian using gnutls-cli...

This is really problematic. Vote it up to fix. I"m using kubernetes_manifest. Trying to create a module. Tempted just to use kubectl diff and small bash functions in pipeline but...

Here is a quick code example if it is useful to anyone to throw into the main.sh that is using helm-diff plugin to run before your terraform code. You could...

Someone please accept/merge changes as I have to create mssql secrets manaually

This should be allowed. It's silly it isn't already unless there is a good reason not to. Often, more complex deploys have config variables in values.yaml that may need to...