简体   繁体   中英

How to find MASTER_IP and MASTER_CLUSTER_IP in k8s?

I am following this guide and trying to create the TLS cert , I am using cfssl and I am able to create the required file, but what should I provide for MASTER_IP and MASTER_CLUSTER_IP ?

When I execute kubectl cluster-info , I can only see the following information:

Kubernetes control plane is running at https://xxx.yy.zzz.40:6443
CoreDNS is running at https://xxx.yy.zzz.40:6443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy

Where can I find these two values?

use below command

kubectl get no -owide

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM