Questions tagged [kind]

Kubernetes IN Docker - local clusters for testing Kubernetes

2 questions
1
vote
2 answers

Use .kube/config Client certs in curl

If you use kubectl get pod foo -v10 you see a curl line, but this does not work. Example: guettli@p15:~$ curl -k -v -XGET -H "Accept: application/json;as=Table;v=v1;g=meta.k8s.io,application/json;as=Table;v=v1beta1;g=meta.k8s.io,application/json"…
guettli
  • 3,113
  • 14
  • 59
  • 110
0
votes
0 answers

kubernets csi smb driver: smb server not found

I want to try out the csi smb driver in a local kind cluster, but I receive an error, where the local smb server cannot be found. I followed the tutorial at the GitHub repository for installing the smb driver, a local smb server and using it with a…
8bit
  • 111
  • 2