Welcome to the Linux Foundation Forum!

When i am giving command to check the health of database it is showing error in my cli.

Options

What is the issue can anyone help me?

Answers

  • fazlur.khan
    fazlur.khan Posts: 40
    Options

    Please run the below command

    kubectl get pods -n kube-system | grep etcd

    Note down the name of your etcd pod and replace that pod name in the above command.

    for ex: kubectl -n kube-system exec -it etcd-podname -- sh -c "ETCDCTL ......

Categories

Upcoming Training