Skip to main content

All Questions

Tagged with
0 votes
0 answers
447 views

Kubectl get pods ERROR: couldn't get current server API group list: Get "LINK": tls: first record does not look like a TLS handshake

My K8s cluster is running on Azure VM. I'm facing with a TLS error when I try to get something from a cluster. However the config of k8s is correct and it has the public IP I need, also it has all the ...
vayuprog's user avatar
1 vote
1 answer
11k views

Kubernetes net/http: TLS handshake timeout

We have created a self managed kubernetes cluster using the kubeadm approach. It is a 3 node cluster hosted on AWS EC2 instances (1-Master and 2-Slaves). We have created a separate NGINX server to ...
user1425264's user avatar
0 votes
1 answer
171 views

How to add the storage for a private Docker registry on a minikube VM?

I am running minikube kubernetes cluster and used the script here: https://github.com/ContainerSolutions/registry-tooling To secure a registry pod. The readme says "It will not currently configure a ...
Julius Baer's user avatar
1 vote
0 answers
84 views

voyager-ingress in kubernetes - tls config

I have a config yaml for voyager-ingress in kubernetes like this: apiVersion: voyager.appscode.com/v1beta1 kind: Ingress metadata: name: ingress annotations: ingress.appscode.com/type: ...
JBB's user avatar
  • 11
0 votes
1 answer
588 views

How to make minikube server tls-curlable?

I am following a tutorial to implement hyperledger fabric in kubernetes by setting up a minikube server in a kvm2 virtual machine while on an Ubuntu 18.04. base operating system. At some point I need ...
Paul Rousseau's user avatar