I am creating a k8s cluster on AWS using http://kubernetes.io/docs/getting-started-guides/aws/ After exporting required environment variables and running ./kubernetes/cluster/kube-up.sh I am able to create k8s cluster. But I am getting "Certificate Error" in crome on accessing kubernetes-master, can some one help me how to specify trusted certificate which is already available with me to kubernetes-master? During creation I can see logs as, Generating certs for alternate-names:
Each cluster is given its own certificate hierarchy, which is not signed by a root CA that is trusted by your web browser. For Chrome to connect without a warning, you will need to add the cluster CA certificate into your root certificate store so that it is trusted by your machine.
See https://github.com/kubernetes/kubernetes/issues/7307#issuecomment-96130676