Skip to content

Commit 4096761

Browse files
authored
Add FAQ for TLS internal error in Kubernetes pods
Added FAQ section with solution for TLS internal error when logging into pod.
1 parent 5e9e1f3 commit 4096761

File tree

1 file changed

+6
-0
lines changed
  • docs/staff-docs/infrastructure/kubernetes

1 file changed

+6
-0
lines changed

docs/staff-docs/infrastructure/kubernetes/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ services. SoundCloud, a music streaming company that runs massive bare-metal
190190
Kubernetes clusters, also has an interesting blog post about [running NodePort
191191
in production][soundcloud-nodeport].
192192

193+
FAQ:
194+
195+
## tls internal error when logging into pod
196+
`kubectl get csr`
197+
approve all the requests: `kubectl get csr -o name | xargs kubectl certificate approve`
198+
193199
[kubernetes]: https://kubernetes.io/
194200
[cncf]: https://cncf.io
195201
[etcd-io]: https://github.com/etcd-io/etcd

0 commit comments

Comments
 (0)