Groups
Groups
Sign in
Groups
Groups
kubernetes-sig-cli-bugs
Conversations
About
Send feedback
Help
kubernetes-sig-cli-bugs
Contact owners and managers
1–30 of 188
Mark all as read
Report group
0 selected
Jordan Liggitt
97
Jan 13
Re: [kubernetes/kubernetes] kubectl apply fails on create AlreadyExists even though the command was apply (#44165)
Quote: will fix this before this weekend. Whew, I wish I also had (almost) 7 year long weekends.
unread,
Re: [kubernetes/kubernetes] kubectl apply fails on create AlreadyExists even though the command was apply (#44165)
Quote: will fix this before this weekend. Whew, I wish I also had (almost) 7 year long weekends.
Jan 13
Aaron Crickenberger
,
Sarvadnya • R Jawle
29
8/4/24
Re: [kubernetes/kubernetes] Incorrect Status: 'deployment "testapp" exceeded its progress deadline' (#49637)
I also faced the same issue, What I did to resolve this issue is; I saw logs with this cmd - kubectl
unread,
Re: [kubernetes/kubernetes] Incorrect Status: 'deployment "testapp" exceeded its progress deadline' (#49637)
I also faced the same issue, What I did to resolve this issue is; I saw logs with this cmd - kubectl
8/4/24
Ilya Dmitrichenko
8
5/8/24
[kubernetes/kubernetes] kubectl bails with validation error when talking to a unrecognised service on localhost:8080 (#44025)
Closed #44025 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
unread,
[kubernetes/kubernetes] kubectl bails with validation error when talking to a unrecognised service on localhost:8080 (#44025)
Closed #44025 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You
5/8/24
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
k8s-ci-robot
10
10/13/22
Re: [kubernetes/kubernetes] Trailing whitespace in tokenFile causes `net/http: invalid header field value` error (#52919)
echo "" | base64 adds a newline Use instead: echo -n "" | base64 — Reply to this
unread,
Re: [kubernetes/kubernetes] Trailing whitespace in tokenFile causes `net/http: invalid header field value` error (#52919)
echo "" | base64 adds a newline Use instead: echo -n "" | base64 — Reply to this
10/13/22
Jordan Liggitt
11
9/5/22
Re: [kubernetes/kubernetes] failure when attempting to delete secret: invalid padding on input (#60345)
@prabhakar-oracle: You can't reopen an issue/PR unless you authored it or you are a collaborator.
unread,
Re: [kubernetes/kubernetes] failure when attempting to delete secret: invalid padding on input (#60345)
@prabhakar-oracle: You can't reopen an issue/PR unless you authored it or you are a collaborator.
9/5/22
k8s-ci-robot
11
3/16/22
Re: [kubernetes/kubernetes] kubectl port-forward service/<service-name> with --pod-running-timeout option doesn't work as expected (#62821)
@MHBauer This flag is used by kubectl for timeout when their is no pod at all. It's calling a
unread,
Re: [kubernetes/kubernetes] kubectl port-forward service/<service-name> with --pod-running-timeout option doesn't work as expected (#62821)
@MHBauer This flag is used by kubectl for timeout when their is no pod at all. It's calling a
3/16/22
Jordan Liggitt
13
12/29/21
Re: [kubernetes/kubernetes] "no kind ClusterRole is registered for version rbac.authorization.k8s.io/v1beta1" when creating RBAC resources on K8S 1.6.6 (#48629)
Solution I was able to solve the problem by changing the apiVersion from rbac.authorization.k8s.io/
unread,
Re: [kubernetes/kubernetes] "no kind ClusterRole is registered for version rbac.authorization.k8s.io/v1beta1" when creating RBAC resources on K8S 1.6.6 (#48629)
Solution I was able to solve the problem by changing the apiVersion from rbac.authorization.k8s.io/
12/29/21
Nikhil Jindal
29
10/29/21
[kubernetes/kubernetes] kubectl delete should wait for resource to be deleted before returning (#42594)
I do think this is good default behavior it just needs better messaging. — You are receiving this
unread,
[kubernetes/kubernetes] kubectl delete should wait for resource to be deleted before returning (#42594)
I do think this is good default behavior it just needs better messaging. — You are receiving this
10/29/21
Michail Kargakis
13
7/27/21
Re: [kubernetes/kubernetes] kubectl: Bad creds get cached in ~/.kube/config, causing user confusion until expiry (or manual file edit) (#38075)
Here's how to expire all of your users automatically yq eval -i '.users[].user.auth-provider.
unread,
Re: [kubernetes/kubernetes] kubectl: Bad creds get cached in ~/.kube/config, causing user confusion until expiry (or manual file edit) (#38075)
Here's how to expire all of your users automatically yq eval -i '.users[].user.auth-provider.
7/27/21
Clayton Coleman
25
7/8/21
Re: [kubernetes/kubernetes] Some edits can drop users out of kubectl edit (#42217)
@soltysh: Closing this issue. In response to this: As Brian put it it's working as expected. /
unread,
Re: [kubernetes/kubernetes] Some edits can drop users out of kubectl edit (#42217)
@soltysh: Closing this issue. In response to this: As Brian put it it's working as expected. /
7/8/21
k8s-ci-robot
9
2/8/21
Re: [kubernetes/kubernetes] kubectl apply with blank clusterIP leads to "spec.clusterIP: Invalid value: "": field is immutable" error (#65272)
Because this came up again - kubectl replace (HTTP "PUT") is probably the wrong verb to be
unread,
Re: [kubernetes/kubernetes] kubectl apply with blank clusterIP leads to "spec.clusterIP: Invalid value: "": field is immutable" error (#65272)
Because this came up again - kubectl replace (HTTP "PUT") is probably the wrong verb to be
2/8/21
Zihong Zheng
26
2/1/21
[kubernetes/kubectl] Unable to change service from type=NodePort to type=ClusterIP with kubectl (#221)
Check for indentations too. In my case its the issue :p — You are receiving this because you are on a
unread,
[kubernetes/kubectl] Unable to change service from type=NodePort to type=ClusterIP with kubectl (#221)
Check for indentations too. In my case its the issue :p — You are receiving this because you are on a
2/1/21
k8s-ci-robot
7
1/19/21
Re: [kubernetes/kubernetes] Unable to connect to the server: net/http: TLS handshake timeout (#63883)
I keep getting this issue with my Vagrant and k3s setup. — You are receiving this because you are on
unread,
Re: [kubernetes/kubernetes] Unable to connect to the server: net/http: TLS handshake timeout (#63883)
I keep getting this issue with my Vagrant and k3s setup. — You are receiving this because you are on
1/19/21
k8s-ci-robot
5
8/13/20
Re: [kubernetes/kubernetes] kubectl allows editing/patching static manifest pods though changes are not applied (mostly) (#63035)
In case someone has the same question and reaches this page When you execute kubectl edit/path for a
unread,
Re: [kubernetes/kubernetes] kubectl allows editing/patching static manifest pods though changes are not applied (mostly) (#63035)
In case someone has the same question and reaches this page When you execute kubectl edit/path for a
8/13/20
caleb miles
25
4/27/20
Re: [kubernetes/kubernetes] Unable to delete stale objects with `kubectl apply --prune` when no object passed in. (#40635)
/reopen /remove-lifecycle rotten — You are receiving this because you are on a team that was
unread,
Re: [kubernetes/kubernetes] Unable to delete stale objects with `kubectl apply --prune` when no object passed in. (#40635)
/reopen /remove-lifecycle rotten — You are receiving this because you are on a team that was
4/27/20
k8s-ci-robot
35
9/27/19
Re: [kubernetes/kubernetes] Can't delete statefulsets (#59867)
I hit the same issue because of uncoptability between kubectl and kube-apiserver .. with newer
unread,
Re: [kubernetes/kubernetes] Can't delete statefulsets (#59867)
I hit the same issue because of uncoptability between kubectl and kube-apiserver .. with newer
9/27/19
k8s-ci-robot
30
5/13/19
Re: [kubernetes/kubernetes] kubectl can't delete deployment (#51764)
Closed #51764. — You are receiving this because you are on a team that was mentioned. Reply to this
unread,
Re: [kubernetes/kubernetes] kubectl can't delete deployment (#51764)
Closed #51764. — You are receiving this because you are on a team that was mentioned. Reply to this
5/13/19
Michail Kargakis
14
5/4/19
Re: [kubernetes/kubernetes] Self-links are not cleaned up when exporting resources (#33767)
Closed #33767. — You are receiving this because you are on a team that was mentioned. Reply to this
unread,
Re: [kubernetes/kubernetes] Self-links are not cleaned up when exporting resources (#33767)
Closed #33767. — You are receiving this because you are on a team that was mentioned. Reply to this
5/4/19
k8s-ci-robot
11
4/10/19
Re: [kubernetes/kubernetes] kubectl explain does not complete resource names (#63173)
@fejta-bot: Closing this issue. In response to this: Rotten issues close after 30d of inactivity.
unread,
Re: [kubernetes/kubernetes] kubectl explain does not complete resource names (#63173)
@fejta-bot: Closing this issue. In response to this: Rotten issues close after 30d of inactivity.
4/10/19
Jordan Liggitt
12
2/10/19
Re: [kubernetes/kubernetes] API server accepts invalid api versions for resources (#54697)
@fejta-bot: Closing this issue. In response to this: Rotten issues close after 30d of inactivity.
unread,
Re: [kubernetes/kubernetes] API server accepts invalid api versions for resources (#54697)
@fejta-bot: Closing this issue. In response to this: Rotten issues close after 30d of inactivity.
2/10/19
Jordan Liggitt
7
1/31/19
Re: [kubernetes/kubernetes] kubectl --as doesn't work inside pod (#49622)
@multi-io: You can't reopen an issue/PR unless you authored it or you are a collaborator. In
unread,
Re: [kubernetes/kubernetes] kubectl --as doesn't work inside pod (#49622)
@multi-io: You can't reopen an issue/PR unless you authored it or you are a collaborator. In
1/31/19
Clayton Coleman
11
12/3/18
Re: [kubernetes/kubernetes] kubectl 1.10 prints header after a chunk, instead of only once (#65727)
@fejta-bot: Closing this issue. In response to this: Rotten issues close after 30d of inactivity.
unread,
Re: [kubernetes/kubernetes] kubectl 1.10 prints header after a chunk, instead of only once (#65727)
@fejta-bot: Closing this issue. In response to this: Rotten issues close after 30d of inactivity.
12/3/18
Timothy St. Clair
26
11/28/18
Re: [kubernetes/kubectl] BUG: Info log on every kubectl command "duplicate proto type registered" (#30)
Running it on MacOS and version 1.9 I still get this error: $ kubectl version Client Version: version
unread,
Re: [kubernetes/kubectl] BUG: Info log on every kubectl command "duplicate proto type registered" (#30)
Running it on MacOS and version 1.9 I still get this error: $ kubectl version Client Version: version
11/28/18
k8s-ci-robot
16
11/24/18
Re: [kubernetes/kubernetes] "kubectl explain" should be able to explain "apiservices" and "customresourcedefinition" (#49465)
fixed in 1.11 in #64174 — You are receiving this because you are on a team that was mentioned. Reply
unread,
Re: [kubernetes/kubernetes] "kubectl explain" should be able to explain "apiservices" and "customresourcedefinition" (#49465)
fixed in 1.11 in #64174 — You are receiving this because you are on a team that was mentioned. Reply
11/24/18
k8s-ci-robot
7
10/28/18
Re: [kubernetes/kubernetes] Normalisation of command line arguments (underscore to hyphen) for kube-apiserver no longer occurs (#61952)
@fejta-bot: Closing this issue. In response to this: Rotten issues close after 30d of inactivity.
unread,
Re: [kubernetes/kubernetes] Normalisation of command line arguments (underscore to hyphen) for kube-apiserver no longer occurs (#61952)
@fejta-bot: Closing this issue. In response to this: Rotten issues close after 30d of inactivity.
10/28/18
Benjamin Elder
13
10/26/18
Re: [kubernetes/kubernetes] Flaky 1.8 sig-cli conformance test (#64110)
@fejta-bot: Closing this issue. In response to this: Rotten issues close after 30d of inactivity.
unread,
Re: [kubernetes/kubernetes] Flaky 1.8 sig-cli conformance test (#64110)
@fejta-bot: Closing this issue. In response to this: Rotten issues close after 30d of inactivity.
10/26/18
k8s-ci-robot
12
9/2/18
Re: [kubernetes/website] behavior of `kubectl delete all` is essentially undocumented (#7559)
Closed #7559. — You are receiving this because you are on a team that was mentioned. Reply to this
unread,
Re: [kubernetes/website] behavior of `kubectl delete all` is essentially undocumented (#7559)
Closed #7559. — You are receiving this because you are on a team that was mentioned. Reply to this
9/2/18
k8s-ci-robot
5
8/25/18
Re: [kubernetes/kubernetes] Error starting minikube --vm-driver=kvm2 (#61646)
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen . Mark the issue as fresh
unread,
Re: [kubernetes/kubernetes] Error starting minikube --vm-driver=kvm2 (#61646)
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen . Mark the issue as fresh
8/25/18