Welcome to the Linux Foundation Forum!

Lab 4.1. Basic Node Maintenance_ can not find etcd

  1. Find the data directory of the
    etcd daemon. All of the settings for the pod can be found in the manifest

sudo grep data-dir /etc/kubernetes/manifests/etcd.yaml

but the file can not be found....so how to fix this..how to find the /etc/kubernetes/manifests/etcd.yaml

not that i expect any answers....all the best

Answers

  • chrispokorni
    chrispokorni Posts: 2,544

    Hi @austrianadmin,

    On a control plane node, the expectation is to find the etcd.yaml manifest, along with the kube-apiserver.yaml, kube-controller-manager.yaml, and kube-scheduler.yaml in the /etc/kubernetes/manifests/ directory. Their absence indicates that you are not executing the instruction on a control plane node.
    On a worker node, the four manifests do not exist.

    With that in mind, please follow the instructions from the lab guide while paying close attention to the prompt of each instruction, to ensure it is executed on the expected node - that is the control plane for this step.

    Regards,
    -Chris

  • thanks again...i will start again

    regards

    bernhard

Categories

Upcoming Training