Configuring the Kubernetes UI graphical interface

Source: Internet
Author: User
Tags etcd

Configuring the Kubernetes Network

    • Installation is required on both master and nodes flannel
Yum Install flannel

    • Configuration is required on both master and nodes flannel

Vi/etc/sysconfig/flanneld

# Flanneld configuration options

# ETCD URL location. Point the server where ETCD runs
Flannel_etcd_endpoints= "http://etcd:2379"

# ETCD config key. This is the configuration key, that flannel queries
# for Address range assignment
flannel_etcd_prefix= "/atomic.io/network"

# any additional options-want to pass
#FLANNEL_OPTIONS = ""

    • Configuring the Flannel key in the ETCD needs to be configured in ETCD
Etcdctl mk/atomic.io/network/config ' {"Network": "192.168.0.0/16"} '

    • Start

Start on the master node

Systemctl enable Flanneld.service Systemctl start Flanneld.service service Docker restartsystemctl restart Kube-apiserver.servicesystemctl Restart Kube-controller-manager.servicesystemctl Restart Kube-scheduler.service

Start on each nodes

Systemctl enable Flanneld.service Systemctl start Flanneld.service service Docker restartsystemctl restart Kubelet.servicesystemctl Restart Kube-proxy.service

Run Kubectl get Pods--all-namespaces-o wide see if the IP address obtained is correct

Configuring the Kubernetes UI graphical interface

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.