Skip to content

DaemonSet example is not working in Macbook #51585

@imShakil

Description

@imShakil

This following DaemonSet example is not working in Macbook:
https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/

❯ kubectl -n kube-system get ds
NAME                    DESIRED   CURRENT   READY   UP-TO-DATE   AVAILABLE   NODE SELECTOR            AGE
fluentd-elasticsearch   1         1         0       1            0           <none>                   4m14s
kube-proxy              1         1         1       1            1           kubernetes.io/os=linux   21d
❯ kubectl -n kube-system get pods -o wide
NAME                               READY   STATUS             RESTARTS      AGE     IP             NODE       NOMINATED NODE   READINESS GATES
coredns-668d6bf9bc-tmzfp           1/1     Running            4 (45h ago)   21d     10.244.0.36    minikube   <none>           <none>
coredns-668d6bf9bc-zq9jt           1/1     Running            4 (45h ago)   21d     10.244.0.35    minikube   <none>           <none>
etcd-minikube                      1/1     Running            4 (45h ago)   21d     192.168.49.2   minikube   <none>           <none>
fluentd-elasticsearch-rqpdx        0/1     ImagePullBackOff   0             4m32s   10.244.0.79    minikube   <none>           <none>

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions