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?
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
add a comment |
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
add a comment |
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
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
redis kubernetes kubernetes-helm
edited Mar 18 at 19:07
Community♦
11
11
asked Mar 7 at 5:07
SaritSarit
1,49421942
1,49421942
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
answered Mar 7 at 6:34
RicoRico
29k95369
29k95369
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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