Foqal
foqal.io/oss
whoami
whoami
Goals
Demo
Demo
Demo
Demo
Demo
Demo
Demo
Demo
Sources
Demo - Storage
Demo - Storage
Results
Helpful
3 months
2 active channels
37 times in the last 2 weeks
189 times since June
Helpful Answers
Most Contributions
| Added | Of which X were useful | Total Times |
Hubert Chen | 10 | 8 | 16 |
Mike Sparr | 4 | 3 | 10 |
Bob Killen | 11 | 4 | 9 |
Jordan Liggitt | 3 | 3 | 8 |
Most Helpful Answer (7 times)
Question�I’m having trouble deleting files in a pod. I’m doing so by
kubectl exec POD rm -f FILE
But this does not work, kubectl seems to recognize it. Putting it in quotes doesn't help.
Answer�kubectl exec POD -- rm -f FILE
People love it and even expect it
People love it and even expect it
“The Foqal bot probably responded to you, but the documentation website…”
~skarbek
“...is it getting a k cluster-info dump? hopefully foqal can help”
~Edward Sarker
If you are part of Kubernetes Slack Workspace
2. Add Questions
2. Add Questions
3. Talk to me about Integrations
4. Talk to me about data partitioning
#kubernetes-user
#kubernetes-novice
#ingress-nginx
#sig-contribex
#sig-autoscaling
#client-go-docs
#kubernetes-operators
#openshift-users
#kubernetes-security
5. Install Foqal everywhere else
https:// | foqal.io /oss |
mailto: | vlad@foqal.io |
slack: | Vlad Shlosberg |
Questions
Appendix
Muted
Most Helpful Answer (7 times)
Question
Does anyone have a snippet for nginx ingress controller to conditionally add an HTTP header if it doesn’t exist?
Answer
I use "gce" ingress but with Nginx, you can add an Nginx configmap and just look at their docs for correct syntax:
https://github.com/kubernetes/k8s.io/blob/master/k8s.io ...