kubekey icon indicating copy to clipboard operation
kubekey copied to clipboard

4.1.1的kubesphere支持使用kubekey安装吗?

Open flyrun9527 opened this issue 1 year ago • 0 comments

What is version of KubeKey has the issue?

3.1.6

What is your os environment?

centos7.9

KubeKey config file

apiVersion: kubekey.kubesphere.io/v1alpha2
kind: Cluster
metadata:
  name: sample
spec:
  hosts:
  - {name: master, address: 192.168.5.58, internalAddress: 192.168.5.58, user: root, password: "123456"}
  roleGroups:
    etcd:
    - master
    control-plane: 
    - master
    worker:
    - master
  controlPlaneEndpoint:
    ## Internal loadbalancer for apiservers 
    # internalLoadbalancer: haproxy

    domain: lb.kubesphere.local
    address: ""
    port: 6443
  kubernetes:
    version: 1.21.14
    clusterName: cluster.local
    autoRenewCerts: true
    containerManager: docker
  etcd:
    type: kubekey
  network:
    plugin: calico
    kubePodsCIDR: 10.233.64.0/18
    kubeServiceCIDR: 10.233.0.0/18
    ## multus support. https://github.com/k8snetworkplumbingwg/multus-cni
    multusCNI:
      enabled: false
  registry:
    privateRegistry: ""
    namespaceOverride: ""
    registryMirrors: []
    insecureRegistries: []
  addons: []

A clear and concise description of what happend.

4.1.1的kubesphere支持使用kubekey安装吗?

Relevant log output

No response

Additional information

No response

flyrun9527 avatar Sep 17 '24 15:09 flyrun9527