漂亮蓝影 发表于 2018-1-4 17:31:55

kubernetes install for centos

# The address on the local server to listen to.  KUBE_API_ADDRESS="--address=0.0.0.0"
  # The port on the local server to listen on.
  KUBE_API_PORT="--port=8080"
  # Port kubelets listen on
  KUBELET_PORT="--kubelet-port=10250"
  # Comma separated list of nodes in the etcd cluster
  KUBE_ETCD_SERVERS="--etcd-servers=http://centos-master:2379"
  # Address range to use for services
  KUBE_SERVICE_ADDRESSES="--service-cluster-ip-range=10.254.0.0/16"
  # Add your own!
  KUBE_API_ARGS=""
页: [1]
查看完整版本: kubernetes install for centos