kubectl: pod status showing up as status while using custom columnsKubernetes: kubectl node01 notreadykube-dns and kubernetes-dashboard pods status are CrashLoopBackOffHow to specify docker credentials for Kubernetes static pods with CRI enabled?After installing kubernetes add-on heapster take login time to load dashboard pod & node status pageissue on arm64: no endpoints,code:503kube-dns remains in “ContainerCreating”how to delete tiller from kubernetes clusterunable to access kubernetes dashboard via tokenKubernetes dashboard pods is not runningdocker-for-mac & kubernetes no pods in namespace kube-system

Why does this London Underground poster from 1924 have a Star of David atop a Christmas tree?

Did anybody find out it was Anakin who blew up the command center?

Notice period 60 days but I need to join in 45 days

Is the internet in Madagascar faster than in UK?

Should I use the words "pyromancy" and "necromancy" even if they don't mean what people think they do?

How to force GCC to assume that a floating-point expression is non-negative?

Number of Fingers for a Math Oriented Race

Does the Reduce option from the Enlarge/Reduce spell cause a critical hit to do 2d4 less damage?

Dotted background on a flowchart

How to prevent a hosting company from accessing a VM's encryption keys?

Will removing shelving screws from studs damage the studs?

Why is getting a PhD considered "financially irresponsible" by some people?

Can someone identify this unusual plane at airport?

What's the point of fighting monsters in Zelda BoTW?

Biological refrigeration?

How to emphasise the insignificance of someone/thing – besides using "klein"

Can I take a boxed bicycle on a German train?

Drawing probabilities on a simplex in TikZ

Why didn't Doc believe Marty was from the future?

How to determine algebraically whether an equation has an infinite solutions or not?

How to say "I only speak one which is English." in French?

Why is there not a willingness from the world to step in between Pakistan and India?

Count the number of shortest paths to n

Recommended Breathing Exercises to Play Woodwinds



kubectl: pod status showing up as status while using custom columns


Kubernetes: kubectl node01 notreadykube-dns and kubernetes-dashboard pods status are CrashLoopBackOffHow to specify docker credentials for Kubernetes static pods with CRI enabled?After installing kubernetes add-on heapster take login time to load dashboard pod & node status pageissue on arm64: no endpoints,code:503kube-dns remains in “ContainerCreating”how to delete tiller from kubernetes clusterunable to access kubernetes dashboard via tokenKubernetes dashboard pods is not runningdocker-for-mac & kubernetes no pods in namespace kube-system






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















$ kubectl get pods -o=custom-columns=NameSpace:.metadata.namespace,POD_NAME:.metadata.name,POD_STATUS:.metadata.Status

NameSpace POD_NAME POD_STATUS
kube-system etcd-docker-for-desktop <none>
kube-system kamus-decryptor-65fb5845b-qmzcj <none>
kube-system kamus-decryptor-65fb5845b-xrcrq <none>
kube-system kamus-encryptor-5fd59d766d-2qzqd <none>
kube-system kamus-encryptor-5fd59d766d-brzht <none>
kube-system kube-apiserver-docker-for-desktop <none>
kube-system kube-controller-manager-docker-for-desktop <none>
kube-system kube-dns-86f4d74b45-fwgc4 <none>
kube-system kube-proxy-zqhl8 <none>
kube-system kube-scheduler-docker-for-desktop <none>
kube-system kubernetes-dashboard-669f9bbd46-65lhk <none>
kube-system tiller-deploy-78c6868dd6-bkscs <none>


Do you know why POD_STATUS is showing up as none?



$ k get pods


is showing the correct status. It seems to have Status column:



NAME READY STATUS RESTARTS AGE
etcd-docker-for-desktop 1/1 Running 61 75d
kamus-decryptor-65fb5845b-qmzcj 1/1 Running 2 18h
kamus-decryptor-65fb5845b-xrcrq 1/1 Running 2 18h
kamus-encryptor-5fd59d766d-2qzqd 1/1 Running 0 18h
kamus-encryptor-5fd59d766d-brzht 1/1 Running 0 18h
kube-apiserver-docker-for-desktop 1/1 Running 93 69d
kube-controller-manager-docker-for-desktop 1/1 Running 6 69d
kube-dns-86f4d74b45-fwgc4 3/3 Running 0 75d
kube-proxy-zqhl8 1/1 Running 2 69d
kube-scheduler-docker-for-desktop 1/1 Running 6 69d
kubernetes-dashboard-669f9bbd46-65lhk 1/1 Running 2 49d
tiller-deploy-78c6868dd6-bkscs 1/1 Running 5 20h









share|improve this question






























    0















    $ kubectl get pods -o=custom-columns=NameSpace:.metadata.namespace,POD_NAME:.metadata.name,POD_STATUS:.metadata.Status

    NameSpace POD_NAME POD_STATUS
    kube-system etcd-docker-for-desktop <none>
    kube-system kamus-decryptor-65fb5845b-qmzcj <none>
    kube-system kamus-decryptor-65fb5845b-xrcrq <none>
    kube-system kamus-encryptor-5fd59d766d-2qzqd <none>
    kube-system kamus-encryptor-5fd59d766d-brzht <none>
    kube-system kube-apiserver-docker-for-desktop <none>
    kube-system kube-controller-manager-docker-for-desktop <none>
    kube-system kube-dns-86f4d74b45-fwgc4 <none>
    kube-system kube-proxy-zqhl8 <none>
    kube-system kube-scheduler-docker-for-desktop <none>
    kube-system kubernetes-dashboard-669f9bbd46-65lhk <none>
    kube-system tiller-deploy-78c6868dd6-bkscs <none>


    Do you know why POD_STATUS is showing up as none?



    $ k get pods


    is showing the correct status. It seems to have Status column:



    NAME READY STATUS RESTARTS AGE
    etcd-docker-for-desktop 1/1 Running 61 75d
    kamus-decryptor-65fb5845b-qmzcj 1/1 Running 2 18h
    kamus-decryptor-65fb5845b-xrcrq 1/1 Running 2 18h
    kamus-encryptor-5fd59d766d-2qzqd 1/1 Running 0 18h
    kamus-encryptor-5fd59d766d-brzht 1/1 Running 0 18h
    kube-apiserver-docker-for-desktop 1/1 Running 93 69d
    kube-controller-manager-docker-for-desktop 1/1 Running 6 69d
    kube-dns-86f4d74b45-fwgc4 3/3 Running 0 75d
    kube-proxy-zqhl8 1/1 Running 2 69d
    kube-scheduler-docker-for-desktop 1/1 Running 6 69d
    kubernetes-dashboard-669f9bbd46-65lhk 1/1 Running 2 49d
    tiller-deploy-78c6868dd6-bkscs 1/1 Running 5 20h









    share|improve this question


























      0












      0








      0








      $ kubectl get pods -o=custom-columns=NameSpace:.metadata.namespace,POD_NAME:.metadata.name,POD_STATUS:.metadata.Status

      NameSpace POD_NAME POD_STATUS
      kube-system etcd-docker-for-desktop <none>
      kube-system kamus-decryptor-65fb5845b-qmzcj <none>
      kube-system kamus-decryptor-65fb5845b-xrcrq <none>
      kube-system kamus-encryptor-5fd59d766d-2qzqd <none>
      kube-system kamus-encryptor-5fd59d766d-brzht <none>
      kube-system kube-apiserver-docker-for-desktop <none>
      kube-system kube-controller-manager-docker-for-desktop <none>
      kube-system kube-dns-86f4d74b45-fwgc4 <none>
      kube-system kube-proxy-zqhl8 <none>
      kube-system kube-scheduler-docker-for-desktop <none>
      kube-system kubernetes-dashboard-669f9bbd46-65lhk <none>
      kube-system tiller-deploy-78c6868dd6-bkscs <none>


      Do you know why POD_STATUS is showing up as none?



      $ k get pods


      is showing the correct status. It seems to have Status column:



      NAME READY STATUS RESTARTS AGE
      etcd-docker-for-desktop 1/1 Running 61 75d
      kamus-decryptor-65fb5845b-qmzcj 1/1 Running 2 18h
      kamus-decryptor-65fb5845b-xrcrq 1/1 Running 2 18h
      kamus-encryptor-5fd59d766d-2qzqd 1/1 Running 0 18h
      kamus-encryptor-5fd59d766d-brzht 1/1 Running 0 18h
      kube-apiserver-docker-for-desktop 1/1 Running 93 69d
      kube-controller-manager-docker-for-desktop 1/1 Running 6 69d
      kube-dns-86f4d74b45-fwgc4 3/3 Running 0 75d
      kube-proxy-zqhl8 1/1 Running 2 69d
      kube-scheduler-docker-for-desktop 1/1 Running 6 69d
      kubernetes-dashboard-669f9bbd46-65lhk 1/1 Running 2 49d
      tiller-deploy-78c6868dd6-bkscs 1/1 Running 5 20h









      share|improve this question














      $ kubectl get pods -o=custom-columns=NameSpace:.metadata.namespace,POD_NAME:.metadata.name,POD_STATUS:.metadata.Status

      NameSpace POD_NAME POD_STATUS
      kube-system etcd-docker-for-desktop <none>
      kube-system kamus-decryptor-65fb5845b-qmzcj <none>
      kube-system kamus-decryptor-65fb5845b-xrcrq <none>
      kube-system kamus-encryptor-5fd59d766d-2qzqd <none>
      kube-system kamus-encryptor-5fd59d766d-brzht <none>
      kube-system kube-apiserver-docker-for-desktop <none>
      kube-system kube-controller-manager-docker-for-desktop <none>
      kube-system kube-dns-86f4d74b45-fwgc4 <none>
      kube-system kube-proxy-zqhl8 <none>
      kube-system kube-scheduler-docker-for-desktop <none>
      kube-system kubernetes-dashboard-669f9bbd46-65lhk <none>
      kube-system tiller-deploy-78c6868dd6-bkscs <none>


      Do you know why POD_STATUS is showing up as none?



      $ k get pods


      is showing the correct status. It seems to have Status column:



      NAME READY STATUS RESTARTS AGE
      etcd-docker-for-desktop 1/1 Running 61 75d
      kamus-decryptor-65fb5845b-qmzcj 1/1 Running 2 18h
      kamus-decryptor-65fb5845b-xrcrq 1/1 Running 2 18h
      kamus-encryptor-5fd59d766d-2qzqd 1/1 Running 0 18h
      kamus-encryptor-5fd59d766d-brzht 1/1 Running 0 18h
      kube-apiserver-docker-for-desktop 1/1 Running 93 69d
      kube-controller-manager-docker-for-desktop 1/1 Running 6 69d
      kube-dns-86f4d74b45-fwgc4 3/3 Running 0 75d
      kube-proxy-zqhl8 1/1 Running 2 69d
      kube-scheduler-docker-for-desktop 1/1 Running 6 69d
      kubernetes-dashboard-669f9bbd46-65lhk 1/1 Running 2 49d
      tiller-deploy-78c6868dd6-bkscs 1/1 Running 5 20h






      kubernetes kubectl






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 27 at 20:17









      user674669user674669

      2,9395 gold badges28 silver badges47 bronze badges




      2,9395 gold badges28 silver badges47 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          3















          The key Status doesn't exist in .medadata, try .status.phase:



          kubectl get pods -o=custom-columns=NameSpace:.metadata.namespace,POD_NAME:.metadata.name,POD_STATUS:.status.phase





          share|improve this answer
























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55385758%2fkubectl-pod-status-showing-up-as-none-status-while-using-custom-columns%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3















            The key Status doesn't exist in .medadata, try .status.phase:



            kubectl get pods -o=custom-columns=NameSpace:.metadata.namespace,POD_NAME:.metadata.name,POD_STATUS:.status.phase





            share|improve this answer





























              3















              The key Status doesn't exist in .medadata, try .status.phase:



              kubectl get pods -o=custom-columns=NameSpace:.metadata.namespace,POD_NAME:.metadata.name,POD_STATUS:.status.phase





              share|improve this answer



























                3














                3










                3









                The key Status doesn't exist in .medadata, try .status.phase:



                kubectl get pods -o=custom-columns=NameSpace:.metadata.namespace,POD_NAME:.metadata.name,POD_STATUS:.status.phase





                share|improve this answer













                The key Status doesn't exist in .medadata, try .status.phase:



                kubectl get pods -o=custom-columns=NameSpace:.metadata.namespace,POD_NAME:.metadata.name,POD_STATUS:.status.phase






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 27 at 20:33









                cookiedoughcookiedough

                1,6331 gold badge8 silver badges32 bronze badges




                1,6331 gold badge8 silver badges32 bronze badges





















                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55385758%2fkubectl-pod-status-showing-up-as-none-status-while-using-custom-columns%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    SQL error code 1064 with creating Laravel foreign keysForeign key constraints: When to use ON UPDATE and ON DELETEDropping column with foreign key Laravel error: General error: 1025 Error on renameLaravel SQL Can't create tableLaravel Migration foreign key errorLaravel php artisan migrate:refresh giving a syntax errorSQLSTATE[42S01]: Base table or view already exists or Base table or view already exists: 1050 Tableerror in migrating laravel file to xampp serverSyntax error or access violation: 1064:syntax to use near 'unsigned not null, modelName varchar(191) not null, title varchar(191) not nLaravel cannot create new table field in mysqlLaravel 5.7:Last migration creates table but is not registered in the migration table

                    은진 송씨 목차 역사 본관 분파 인물 조선 왕실과의 인척 관계 집성촌 항렬자 인구 같이 보기 각주 둘러보기 메뉴은진 송씨세종실록 149권, 지리지 충청도 공주목 은진현