How to delete(uninstall) helm chart on specific resourceHow do I delete everything in Redis?Kubernetes Service, Redis Sentinel , is not returning Redis Master IP & Port consistentlyKubernetes Redis Cluster issueKubernetes kube-dns TLS certificate validationHelm: Error: no available release name foundCan't access Prometheus Postgres exporter installed in kubernetes: connection refused$ helm version gives “Cannot connect to tiller”How to integrate custom scripts into locust helm chart stable/locust?Connecting to redis (from helm chart) inside Kubernetes clusterHow to connect to redis-ha cluster in Kubernetes cluster?

Will number of steps recorded on FitBit/any fitness tracker add up distance in PokemonGo?

How much of a Devil Fruit must be consumed to gain the power?

Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?

How do I tell my boss that I'm quitting soon, especially given that a colleague just left this week

Make a Bowl of Alphabet Soup

Change the color of a single dot in `ddot` symbol

Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?

Is there any evidence that Cleopatra and Caesarion considered fleeing to India to escape the Romans?

It grows, but water kills it

Why should universal income be universal?

Why is the Sun approximated as a black body at ~ 5800 K?

Does the Linux kernel need a file system to run?

Does the reader need to like the PoV character?

Multiplicative persistence

I found an audio circuit and I built it just fine, but I find it a bit too quiet. How do I amplify the output so that it is a bit louder?

Why is so much work done on numerical verification of the Riemann Hypothesis?

Which Article Helped Get Rid of Technobabble in RPGs?

Do we have to expect a queue for the shuttle from Watford Junction to Harry Potter Studio?

Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?

What is Cash Advance APR?

Is it allowed to activate the ability of multiple planeswalkers in a single turn?

What kind of floor tile is this?

What is going on with gets(stdin) on the site coderbyte?

Delete multiple columns using awk or sed



How to delete(uninstall) helm chart on specific resource


How do I delete everything in Redis?Kubernetes Service, Redis Sentinel , is not returning Redis Master IP & Port consistentlyKubernetes Redis Cluster issueKubernetes kube-dns TLS certificate validationHelm: Error: no available release name foundCan't access Prometheus Postgres exporter installed in kubernetes: connection refused$ helm version gives “Cannot connect to tiller”How to integrate custom scripts into locust helm chart stable/locust?Connecting to redis (from helm chart) inside Kubernetes clusterHow to connect to redis-ha cluster in Kubernetes cluster?













2















I have installed redis. The default given name to me is plinking-narwhal. Now I would like to install a service with my assigned name. But first I want to remove the existing one. I had tried deleting them without success.



$ kubectl get all
NAME READY STATUS RESTARTS AGE
pod/plinking-narwhal-redis-master-0 1/1 Running 0 12m
pod/plinking-narwhal-redis-slave-9b645b597-2vh82 1/1 Running 7 12m

NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 15m
service/plinking-narwhal-redis-master ClusterIP 10.109.186.189 <none> 6379/TCP 12m
service/plinking-narwhal-redis-slave ClusterIP 10.99.122.12 <none> 6379/TCP 12m

NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
deployment.apps/plinking-narwhal-redis-slave 1 1 1 1 12m

NAME DESIRED CURRENT READY AGE
replicaset.apps/plinking-narwhal-redis-slave-9b645b597 1 1 1 12m

NAME DESIRED CURRENT AGE
statefulset.apps/plinking-narwhal-redis-master 1 1 12m
master $ helm delete stable/redis
Error: invalid release name, must match regex ^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])+$ and the length must not longer than 53
master $ helm delete --name plinking-narwhal stable/redis
Error: unknown flag: --name









share|improve this question




























    2















    I have installed redis. The default given name to me is plinking-narwhal. Now I would like to install a service with my assigned name. But first I want to remove the existing one. I had tried deleting them without success.



    $ kubectl get all
    NAME READY STATUS RESTARTS AGE
    pod/plinking-narwhal-redis-master-0 1/1 Running 0 12m
    pod/plinking-narwhal-redis-slave-9b645b597-2vh82 1/1 Running 7 12m

    NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
    service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 15m
    service/plinking-narwhal-redis-master ClusterIP 10.109.186.189 <none> 6379/TCP 12m
    service/plinking-narwhal-redis-slave ClusterIP 10.99.122.12 <none> 6379/TCP 12m

    NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
    deployment.apps/plinking-narwhal-redis-slave 1 1 1 1 12m

    NAME DESIRED CURRENT READY AGE
    replicaset.apps/plinking-narwhal-redis-slave-9b645b597 1 1 1 12m

    NAME DESIRED CURRENT AGE
    statefulset.apps/plinking-narwhal-redis-master 1 1 12m
    master $ helm delete stable/redis
    Error: invalid release name, must match regex ^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])+$ and the length must not longer than 53
    master $ helm delete --name plinking-narwhal stable/redis
    Error: unknown flag: --name









    share|improve this question


























      2












      2








      2








      I have installed redis. The default given name to me is plinking-narwhal. Now I would like to install a service with my assigned name. But first I want to remove the existing one. I had tried deleting them without success.



      $ kubectl get all
      NAME READY STATUS RESTARTS AGE
      pod/plinking-narwhal-redis-master-0 1/1 Running 0 12m
      pod/plinking-narwhal-redis-slave-9b645b597-2vh82 1/1 Running 7 12m

      NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
      service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 15m
      service/plinking-narwhal-redis-master ClusterIP 10.109.186.189 <none> 6379/TCP 12m
      service/plinking-narwhal-redis-slave ClusterIP 10.99.122.12 <none> 6379/TCP 12m

      NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
      deployment.apps/plinking-narwhal-redis-slave 1 1 1 1 12m

      NAME DESIRED CURRENT READY AGE
      replicaset.apps/plinking-narwhal-redis-slave-9b645b597 1 1 1 12m

      NAME DESIRED CURRENT AGE
      statefulset.apps/plinking-narwhal-redis-master 1 1 12m
      master $ helm delete stable/redis
      Error: invalid release name, must match regex ^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])+$ and the length must not longer than 53
      master $ helm delete --name plinking-narwhal stable/redis
      Error: unknown flag: --name









      share|improve this question
















      I have installed redis. The default given name to me is plinking-narwhal. Now I would like to install a service with my assigned name. But first I want to remove the existing one. I had tried deleting them without success.



      $ kubectl get all
      NAME READY STATUS RESTARTS AGE
      pod/plinking-narwhal-redis-master-0 1/1 Running 0 12m
      pod/plinking-narwhal-redis-slave-9b645b597-2vh82 1/1 Running 7 12m

      NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
      service/kubernetes ClusterIP 10.96.0.1 <none> 443/TCP 15m
      service/plinking-narwhal-redis-master ClusterIP 10.109.186.189 <none> 6379/TCP 12m
      service/plinking-narwhal-redis-slave ClusterIP 10.99.122.12 <none> 6379/TCP 12m

      NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
      deployment.apps/plinking-narwhal-redis-slave 1 1 1 1 12m

      NAME DESIRED CURRENT READY AGE
      replicaset.apps/plinking-narwhal-redis-slave-9b645b597 1 1 1 12m

      NAME DESIRED CURRENT AGE
      statefulset.apps/plinking-narwhal-redis-master 1 1 12m
      master $ helm delete stable/redis
      Error: invalid release name, must match regex ^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])+$ and the length must not longer than 53
      master $ helm delete --name plinking-narwhal stable/redis
      Error: unknown flag: --name






      redis kubernetes kubernetes-helm






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 18 at 19:07









      Community

      11




      11










      asked Mar 7 at 5:07









      SaritSarit

      1,49421942




      1,49421942






















          1 Answer
          1






          active

          oldest

          votes


















          1














          You probably need:



          $ helm delete redis


          stable/redis is not allowed as an expression because of the slash(/)



          If you'd like to see the name of the releases you can simply run:



          $ helm list -aq





          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%2f55036464%2fhow-to-deleteuninstall-helm-chart-on-specific-resource%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









            1














            You probably need:



            $ helm delete redis


            stable/redis is not allowed as an expression because of the slash(/)



            If you'd like to see the name of the releases you can simply run:



            $ helm list -aq





            share|improve this answer



























              1














              You probably need:



              $ helm delete redis


              stable/redis is not allowed as an expression because of the slash(/)



              If you'd like to see the name of the releases you can simply run:



              $ helm list -aq





              share|improve this answer

























                1












                1








                1







                You probably need:



                $ helm delete redis


                stable/redis is not allowed as an expression because of the slash(/)



                If you'd like to see the name of the releases you can simply run:



                $ helm list -aq





                share|improve this answer













                You probably need:



                $ helm delete redis


                stable/redis is not allowed as an expression because of the slash(/)



                If you'd like to see the name of the releases you can simply run:



                $ helm list -aq






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 7 at 6:34









                RicoRico

                29k95369




                29k95369





























                    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%2f55036464%2fhow-to-deleteuninstall-helm-chart-on-specific-resource%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

                    Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

                    Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

                    Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved