Hi All, Nice to meet you. This is mike from Baidu company in china, I am trying to build the Federated kubernetes on my k8s cluster. I got the Federated Kubernetes Tutorial from this page. https://github.com/kelseyhightower/kubernetes-cluster-federation it is very clear step to build Federated Kubernetes on GKE cluster. But my kubernetes clusters are not in GKE, I install k8s at ubuntu14.04 on bare metal by manual, and our system can’t directly access the outside network. So I need download all of the image from google cloud or docker hub, then put them into our private docker repository. Then Use them to install k8s clusters. Now I want to install Federation Cluster on my k8s clusters. But I notice all of the scripts and tutorial are for building the Federation Cluster on GCE or aws. So I meet a lot of trouble to deploy Federation api, secure and control manager deployment by these default scripts https://github.com/kubernetes/kubernetes/blob/master/federation/deploy/deploy.sh and https://github.com/kubernetes/kubernetes/blob/master/federation/cluster/common.sh .
Especially I don’t know how to setup cluster configuration about cluster config and kubeconfig for my local clusters like these steps. https://github.com/kelseyhightower/kubernetes-cluster-federation/blob/master/labs/create-cluster-secrets-and-manifests.md . By the way. My local cluster didn’t enable the certificate configuration. So minion node and mater can directly access. Can you tell me if I can build the federation cluster for my local k8s clusters. And can you show some steps about how to create cluster secrets for federation api and controller manager components. Thanks very much. Regards Mike [email protected]<mailto:[email protected]> -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
