kubekey icon indicating copy to clipboard operation
kubekey copied to clipboard

Greetings时对中文版本的ubuntu节点判断有误

Open chanvi opened this issue 2 years ago • 2 comments

What is version of KubeKey has the issue?

kubekey-v3.0.7-linux-amd64

What is your os environment?

Ubuntu 22

KubeKey config file

No response

A clear and concise description of what happend.

error: Pipeline[CreateClusterPipeline] execute failed: Module[GreetingsModule] exec failed: failed: [node1] execute task timeout, Timeout=1m30s

Relevant log output

error: Pipeline[CreateClusterPipeline] execute failed: Module[GreetingsModule] exec failed:
failed: [node1] execute task timeout, Timeout=1m30s

Additional information

error: Pipeline[CreateClusterPipeline] execute failed: Module[GreetingsModule] exec failed: failed: [node1] execute task timeout, Timeout=1m30s

chanvi avatar Nov 14 '23 09:11 chanvi

Great reminder.

## vi /etc/default/locale 
LANG="en_US.UTF-8"
LANGUAGE="en_US:en"

And a reboot. Now I can continue the deployment.

fqzhou avatar Jan 30 '24 18:01 fqzhou