x509 certificate signed by unknown authority- Kubernetes

后端 未结 5 2228
-上瘾入骨i
-上瘾入骨i 2021-02-19 03:32

I am configuring Kubernetes cluster with 2 nodes in coreos as described in https://coreos.com/kubernetes/docs/latest/getting-started.html without flannel. Both

5条回答
  •  清歌不尽
    2021-02-19 03:45

    Please see this as a reference and maybe help you resolve your issue by exporting your certs:

    kops export kubecfg "your cluster-name"
    export KOPS_STATE_STORE=s3://"paste your S3 store"
    

    Hope that will help.

提交回复
热议问题