Valerii
Valerii
> @vainkop i dont think this would be possible? because kubenav doesnt use or include kubectl (kubectl is a binary file, so you couldnt include it in say iOS) it...
> this is exactually what i was suggesting! create a container with kubectl in and then open a terminal to that container! @ricoberger might have a better idea though 👍...
Any ETA on this feature availability? :)
Still no support for bitbucket for `argocd-autopilot repo bootstrap`?
Quick solution is to apply separately: https://github.com/jmhale/terraform-aws-wireguard/issues/8#issuecomment-602133767 Normal solution is to work on the code a little, like https://github.com/madscience/terraform-aws-wireguard/pull/2
+1 ``` find /logs -type f | while read -r FILE; do s3cmd put "$FILE" s3://bucketname if [ $? -eq 0 ]; then echo "$FILE successfully uploaded at $(date +'%d-%m-%Y-%H-%M-%S')"...
> Hi @vainkop Thanks for opening this issue. I suspect the DNS resolution failure you are seeing is due to this upstream issue with Go itself: [golang/go#8877](https://github.com/golang/go/issues/8877) I believe building...
That's really sad that with kubeadm which seems mature enough the out of the box result for kubeletet cert is to be self signed & many people choose `kubelet-insecure-tls` for...
> it's a complicated problem. > > please try: > https://github.com/kontena/kubelet-rubber-stamp > or > https://github.com/brancz/kube-rbac-proxy > as workarounds Actually https://github.com/kontena/kubelet-rubber-stamp works pretty good & imo seems to be a more...
You can find a part of my helm chart config which works for AWS SES & AWS RDS for `rundeck/rundeck:3.4.9`. Rundeck is able to send emails to any email like...