We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2022-11-22 09:48:10.185 info tke-installer.ClusterProvider.OnCreate.EnsurePreflight Done {"error": "192.168.199.15: [preflight] Some fatal errors occurred:\n\t[ERROR FileAvailable--root-.kube-config]: /root/.kube/config already exists\n\t[ERROR DirEmptyCheck--etc-cni-net.d]: /etc/cni/net.d not empty dir\n\t[ERROR DirAvailable--var-lib-cni-]: /var/lib/cni/ already exists\n\t[ERROR Port-10250]: Port 10250 is in use:LISTEN 0 128 [::]:10250 [::]:* \n\n\t[ERROR DirAvailable--var-lib-etcd]: /var/lib/etcd already exists\n", "errorVerbose": "[preflight] Some fatal errors occurred:\n\t[ERROR FileAvailable--root-.kube-config]: /root/.kube/config already exists\n\t[ERROR DirEmptyCheck--etc-cni-net.d]: /etc/cni/net.d not empty dir\n\t[ERROR DirAvailable--var-lib-cni-]: /var/lib/cni/ already exists\n\t[ERROR Port-10250]: Port 10250 is in use:LISTEN 0 128 [::]:10250 [::]:* \n\n\t[ERROR DirAvailable--var-lib-etcd]: /var/lib/etcd already exists\n\n192.168.199.15\ntkestack.io/tke/pkg/platform/provider/baremetal/cluster.(*Provider).EnsurePreflight\n\t/data/actions-runner/_work/tke/tke/pkg/platform/provider/baremetal/cluster/create.go:150\ntkestack.io/tke/pkg/platform/provider/cluster.(*DelegateProvider).OnCreate\n\t/data/actions-runner/_work/tke/tke/pkg/platform/provider/cluster/interface.go:213\ntkestack.io/tke/cmd/tke-installer/app/installer.(*TKE).createGlobalCluster\n\t/data/actions-runner/_work/tke/tke/cmd/tke-installer/app/installer/installer.go:1208\ntkestack.io/tke/cmd/tke-installer/app/installer.(*TKE).doSteps.func1\n\t/data/actions-runner/_work/tke/tke/cmd/tke-installer/app/installer/installer.go:1109\nk8s.io/apimachinery/pkg/util/wait.ConditionFunc.WithContext.func1\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:217\nk8s.io/apimachinery/pkg/util/wait.runConditionWithCrashProtectionWithContext\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:230\nk8s.io/apimachinery/pkg/util/wait.WaitForWithContext\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:657\nk8s.io/apimachinery/pkg/util/wait.poll\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:591\nk8s.io/apimachinery/pkg/util/wait.PollInfiniteWithContext\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:495\nk8s.io/apimachinery/pkg/util/wait.PollInfinite\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:485\ntkestack.io/tke/cmd/tke-installer/app/installer.(*TKE).doSteps\n\t/data/actions-runner/_work/tke/tke/cmd/tke-installer/app/installer/installer.go:1106\ntkestack.io/tke/cmd/tke-installer/app/installer.(*TKE).do\n\t/data/actions-runner/_work/tke/tke/cmd/tke-installer/app/installer/installer.go:1058\nruntime.goexit\n\t/data/go/src/runtime/asm_amd64.s:1371", "cost": "3.863550091s"}
web 界面持续在这一状态 一个多小时 仍未显示安装成功
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2022-11-22 09:48:10.185 info tke-installer.ClusterProvider.OnCreate.EnsurePreflight Done {"error": "192.168.199.15: [preflight] Some fatal errors occurred:\n\t[ERROR FileAvailable--root-.kube-config]: /root/.kube/config already exists\n\t[ERROR DirEmptyCheck--etc-cni-net.d]: /etc/cni/net.d not empty dir\n\t[ERROR DirAvailable--var-lib-cni-]: /var/lib/cni/ already exists\n\t[ERROR Port-10250]: Port 10250 is in use:LISTEN 0 128 [::]:10250 [::]:* \n\n\t[ERROR DirAvailable--var-lib-etcd]: /var/lib/etcd already exists\n", "errorVerbose": "[preflight] Some fatal errors occurred:\n\t[ERROR FileAvailable--root-.kube-config]: /root/.kube/config already exists\n\t[ERROR DirEmptyCheck--etc-cni-net.d]: /etc/cni/net.d not empty dir\n\t[ERROR DirAvailable--var-lib-cni-]: /var/lib/cni/ already exists\n\t[ERROR Port-10250]: Port 10250 is in use:LISTEN 0 128 [::]:10250 [::]:* \n\n\t[ERROR DirAvailable--var-lib-etcd]: /var/lib/etcd already exists\n\n192.168.199.15\ntkestack.io/tke/pkg/platform/provider/baremetal/cluster.(*Provider).EnsurePreflight\n\t/data/actions-runner/_work/tke/tke/pkg/platform/provider/baremetal/cluster/create.go:150\ntkestack.io/tke/pkg/platform/provider/cluster.(*DelegateProvider).OnCreate\n\t/data/actions-runner/_work/tke/tke/pkg/platform/provider/cluster/interface.go:213\ntkestack.io/tke/cmd/tke-installer/app/installer.(*TKE).createGlobalCluster\n\t/data/actions-runner/_work/tke/tke/cmd/tke-installer/app/installer/installer.go:1208\ntkestack.io/tke/cmd/tke-installer/app/installer.(*TKE).doSteps.func1\n\t/data/actions-runner/_work/tke/tke/cmd/tke-installer/app/installer/installer.go:1109\nk8s.io/apimachinery/pkg/util/wait.ConditionFunc.WithContext.func1\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:217\nk8s.io/apimachinery/pkg/util/wait.runConditionWithCrashProtectionWithContext\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:230\nk8s.io/apimachinery/pkg/util/wait.WaitForWithContext\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:657\nk8s.io/apimachinery/pkg/util/wait.poll\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:591\nk8s.io/apimachinery/pkg/util/wait.PollInfiniteWithContext\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:495\nk8s.io/apimachinery/pkg/util/wait.PollInfinite\n\t/home/ubuntu/go/pkg/mod/k8s.io/[email protected]/pkg/util/wait/wait.go:485\ntkestack.io/tke/cmd/tke-installer/app/installer.(*TKE).doSteps\n\t/data/actions-runner/_work/tke/tke/cmd/tke-installer/app/installer/installer.go:1106\ntkestack.io/tke/cmd/tke-installer/app/installer.(*TKE).do\n\t/data/actions-runner/_work/tke/tke/cmd/tke-installer/app/installer/installer.go:1058\nruntime.goexit\n\t/data/go/src/runtime/asm_amd64.s:1371", "cost": "3.863550091s"}
web 界面持续在这一状态 一个多小时 仍未显示安装成功
The text was updated successfully, but these errors were encountered: