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

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript