Groups
Groups
Sign in
Groups
Groups
kubernetes-sig-cli-feature-requests
Conversations
About
Send feedback
Help
kubernetes-sig-cli-feature-requests
Contact owners and managers
1–30 of 119
Mark all as read
Report group
0 selected
Brian Grant
93
Aug 5
Re: [kubernetes/kubernetes] kubectl port-forward container listener to local port (#20227)
exxocism left a comment (kubernetes/kubernetes#20227) Please — Reply to this email directly, view it
unread,
Re: [kubernetes/kubernetes] kubectl port-forward container listener to local port (#20227)
exxocism left a comment (kubernetes/kubernetes#20227) Please — Reply to this email directly, view it
Aug 5
Jordan Liggitt
36
Jun 20
Re: [kubernetes/kubernetes] Specify multiple namespaces while querying the cluster (#52326)
udayraj-rzp left a comment (kubernetes/kubernetes#52326) +1 — Reply to this email directly, view it
unread,
Re: [kubernetes/kubernetes] Specify multiple namespaces while querying the cluster (#52326)
udayraj-rzp left a comment (kubernetes/kubernetes#52326) +1 — Reply to this email directly, view it
Jun 20
Brian Grant
57
Apr 27
Re: [kubernetes/kubernetes] Proposal: make `kubectl` respect KUBECTL_{CONTEXT,NAMESPACE} environment variables (#27308)
guettli left a comment (kubernetes/kubernetes#27308) I use direnv. For every environment I usually
unread,
Re: [kubernetes/kubernetes] Proposal: make `kubectl` respect KUBECTL_{CONTEXT,NAMESPACE} environment variables (#27308)
guettli left a comment (kubernetes/kubernetes#27308) I use direnv. For every environment I usually
Apr 27
Erick Fejta
33
Jan 10
Re: [kubernetes/kubernetes] Kubectl cp gives "tar: removing leading '/' from member names" warning (#58692)
As a workaround, I piped the output to sed and removed this useless message. | sed -r "s/tar:
unread,
Re: [kubernetes/kubernetes] Kubectl cp gives "tar: removing leading '/' from member names" warning (#58692)
As a workaround, I piped the output to sed and removed this useless message. | sed -r "s/tar:
Jan 10
Clayton Coleman
26
12/4/24
[kubernetes/kubernetes] kubectl apply should have a way to indicate "no change" (#52577)
As a workaround, for scripting, this could be used: if LANG=C kubectl apply -f change.yaml | grep -v
unread,
[kubernetes/kubernetes] kubectl apply should have a way to indicate "no change" (#52577)
As a workaround, for scripting, this could be used: if LANG=C kubectl apply -f change.yaml | grep -v
12/4/24
Michalis Kargakis
97
10/9/24
[kubernetes/kubernetes] Enable arbitrary CRD field selectors by supporting a whitelist of fields in CRD spec (#53459)
Closed #53459 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
unread,
[kubernetes/kubernetes] Enable arbitrary CRD field selectors by supporting a whitelist of fields in CRD spec (#53459)
Closed #53459 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
10/9/24
k8s-ci-robot
53
8/13/24
Re: [kubernetes/kubernetes] [Feature request] Get resource usage per namespace using kubectl (#55046)
kubectl with 1000 of awks and args nice that this is so easy. Is there really no affort to implmement
unread,
Re: [kubernetes/kubernetes] [Feature request] Get resource usage per namespace using kubectl (#55046)
kubectl with 1000 of awks and args nice that this is so easy. Is there really no affort to implmement
8/13/24
Michail Kargakis
14
6/11/24
Re: [kubernetes/kubernetes] kubectl patch should accept stdin for -p (#17028)
For anyone who is having trouble with this. You can try kubectl patch secret foo --type=json --patch-
unread,
Re: [kubernetes/kubernetes] kubectl patch should accept stdin for -p (#17028)
For anyone who is having trouble with this. You can try kubectl patch secret foo --type=json --patch-
6/11/24
Kim Min
,
Rajat Jindal
12
5/29/24
Re: [kubernetes/kubernetes] Need a "whoami" sub-command for kubectl (#65798)
this is a very late response to this thread, but kubectl-whoami supports windows as of Mar 2023. On
unread,
Re: [kubernetes/kubernetes] Need a "whoami" sub-command for kubectl (#65798)
this is a very late response to this thread, but kubectl-whoami supports windows as of Mar 2023. On
5/29/24
Brian Grant
26
12/27/23
Re: [kubernetes/kubernetes] Users should be able to delete in a way that respects PodDisruptionBudgets (#39824)
Any other way I could test that my PDB works if I can't delete pods and see that it doesn't
unread,
Re: [kubernetes/kubernetes] Users should be able to delete in a way that respects PodDisruptionBudgets (#39824)
Any other way I could test that my PDB works if I can't delete pods and see that it doesn't
12/27/23
k8s-ci-robot
39
12/7/23
Re: [kubernetes/kubernetes] Provide a first-class way to get the Kubernetes API server CA cert (#61572)
This might be helpful for others like me, who end up here via some search engine. :) Sorry for the
unread,
Re: [kubernetes/kubernetes] Provide a first-class way to get the Kubernetes API server CA cert (#61572)
This might be helpful for others like me, who end up here via some search engine. :) Sorry for the
12/7/23
Michail Kargakis
27
11/22/23
Re: [kubernetes/kubernetes] Horizontal StatefulSet/RC Autoscaler ( ? ) (#44033)
hi Tedezed thanks for the info. — Reply to this email directly, view it on GitHub, or unsubscribe.
unread,
Re: [kubernetes/kubernetes] Horizontal StatefulSet/RC Autoscaler ( ? ) (#44033)
hi Tedezed thanks for the info. — Reply to this email directly, view it on GitHub, or unsubscribe.
11/22/23
Michail Kargakis
50
10/31/23
Re: [kubernetes/kubernetes] Deprecate and remove --record flag from kubectl (#40422)
sorry but changing one ugly solution by another? What was the problem to update the CHANGE-CAUSE
unread,
Re: [kubernetes/kubernetes] Deprecate and remove --record flag from kubectl (#40422)
sorry but changing one ugly solution by another? What was the problem to update the CHANGE-CAUSE
10/31/23
Tim Fogarty
128
10/20/23
Re: [kubernetes/enhancements] Server-side Apply (#555)
Not sure this is the good place to xreference as the issue is already closed, but potential users of
unread,
Re: [kubernetes/enhancements] Server-side Apply (#555)
Not sure this is the good place to xreference as the issue is already closed, but potential users of
10/20/23
Michail Kargakis
33
9/28/23
Re: [kubernetes/kubernetes] kubectl port-forward should allow forwarding to a Service (#15180)
There is also a solution to set up port forwarding to a service without selector/pod (eg ExternalName
unread,
Re: [kubernetes/kubernetes] kubectl port-forward should allow forwarding to a Service (#15180)
There is also a solution to set up port forwarding to a service without selector/pod (eg ExternalName
9/28/23
Michalis Kargakis
21
7/12/23
[kubernetes/kubernetes] oc rollout history should show me the images that each revision run (#54932)
is there any update on this? still would be useful — Reply to this email directly, view it on GitHub,
unread,
[kubernetes/kubernetes] oc rollout history should show me the images that each revision run (#54932)
is there any update on this? still would be useful — Reply to this email directly, view it on GitHub,
7/12/23
Brian Grant
9
5/7/23
[kubernetes/kubectl] Improve default kubectl behavior when it doesn't know what cluster to talk to (#1340)
This issue is labeled with priority/important-soon but has not been updated in over 90 days, and
unread,
[kubernetes/kubectl] Improve default kubectl behavior when it doesn't know what cluster to talk to (#1340)
This issue is labeled with priority/important-soon but has not been updated in over 90 days, and
5/7/23
Claire Laurence
125
1/28/23
Re: [kubernetes/enhancements] Ephemeral Containers (#277)
Closed #277 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
Re: [kubernetes/enhancements] Ephemeral Containers (#277)
Closed #277 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
1/28/23
Taathastu Roy
1/17/23
AWS Cloud Lead Developer
AWS Cloud Lead Developer needed in Plano, TX, Columbus, OH, Wilmington, DE, or NY. Onsite position
unread,
AWS Cloud Lead Developer
AWS Cloud Lead Developer needed in Plano, TX, Columbus, OH, Wilmington, DE, or NY. Onsite position
1/17/23
Aarya
1/17/23
OpenShift Devops Position - Remote
Hello, Aarya here from Blink Technology Partners! At the moment, I am fulfilling the requirements of
unread,
OpenShift Devops Position - Remote
Hello, Aarya here from Blink Technology Partners! At the moment, I am fulfilling the requirements of
1/17/23
Brian Grant
12
12/21/22
Re: [kubernetes/kubernetes] Improve default kubectl behavior when it doesn't know what cluster to talk to (#24420)
This is a kubectl issue /transfer kubectl — Reply to this email directly, view it on GitHub, or
unread,
Re: [kubernetes/kubernetes] Improve default kubectl behavior when it doesn't know what cluster to talk to (#24420)
This is a kubectl issue /transfer kubectl — Reply to this email directly, view it on GitHub, or
12/21/22
k8s-ci-robot
39
11/6/22
Re: [kubernetes/kubernetes] kubectl run from a manifest file (#63214)
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
unread,
Re: [kubernetes/kubernetes] kubectl run from a manifest file (#63214)
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
11/6/22
Pengfei Ni
15
9/21/22
Re: [kubernetes/kubernetes] Display which Pods have the PVC in use. (#65233)
$ kubectl describe pvc -A | grep -E "Name|StorageClass|Used" Name: ocs-deviceset-lso-
unread,
Re: [kubernetes/kubernetes] Display which Pods have the PVC in use. (#65233)
$ kubectl describe pvc -A | grep -E "Name|StorageClass|Used" Name: ocs-deviceset-lso-
9/21/22
Michail Kargakis
7
3/11/22
Re: [kubernetes/kubernetes] Add `kubectl config rename-context` (#45131)
Does this let you rename the cluster name? Yes, it does, try it out :) — Reply to this email directly
unread,
Re: [kubernetes/kubernetes] Add `kubectl config rename-context` (#45131)
Does this let you rename the cluster name? Yes, it does, try it out :) — Reply to this email directly
3/11/22
Janet Kuo
30
2/17/22
[kubernetes/kubernetes] kubectl should provide better error message when validation failed (#28321)
Test! $ helm create k8s-helm $ helm lint k8s-helm/ ==> Linting k8s-helm/ [INFO] Chart.yaml: icon
unread,
[kubernetes/kubernetes] kubectl should provide better error message when validation failed (#28321)
Test! $ helm create k8s-helm $ helm lint k8s-helm/ ==> Linting k8s-helm/ [INFO] Chart.yaml: icon
2/17/22
Ihor Dvoretskyi
51
1/16/22
Re: [kubernetes/features] kubectl get and describe should work well with extensions (#515)
Closed #515. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications
unread,
Re: [kubernetes/features] kubectl get and describe should work well with extensions (#515)
Closed #515. — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications
1/16/22
grodrigues3
28
6/2/21
Re: [kubernetes/kubernetes] kubectl get pods should report last restart time? (#54491)
Closed #54491 via #100142. — You are receiving this because you are on a team that was mentioned.
unread,
Re: [kubernetes/kubernetes] kubectl get pods should report last restart time? (#54491)
Closed #54491 via #100142. — You are receiving this because you are on a team that was mentioned.
6/2/21
Matt Liggett
47
6/1/21
[kubernetes/kubernetes] kubectl logs is kafkaesque (#52218)
/lifecycle frozen — You are receiving this because you are on a team that was mentioned. Reply to
unread,
[kubernetes/kubernetes] kubectl logs is kafkaesque (#52218)
/lifecycle frozen — You are receiving this because you are on a team that was mentioned. Reply to
6/1/21
Brian Grant
9
11/17/20
Re: [kubernetes/kubernetes] kubectl run overrides envFrom doesn't add env vars (#48361)
If anyone still has this issue like me I found a solution, I think it's an issue with the parsing
unread,
Re: [kubernetes/kubernetes] kubectl run overrides envFrom doesn't add env vars (#48361)
If anyone still has this issue like me I found a solution, I think it's an issue with the parsing
11/17/20
Madhusudan.C.S
37
10/29/20
Re: [kubernetes/kubernetes] Add `kubectl config merge` command (#46381)
as a note for others who are looking for an option to do this, there is now a tool to achieve this,
unread,
Re: [kubernetes/kubernetes] Add `kubectl config merge` command (#46381)
as a note for others who are looking for an option to do this, there is now a tool to achieve this,
10/29/20