Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudflow CLI: incomplete pods status on deployment (1/0) #1233

Open
michael-read opened this issue Jul 21, 2022 · 0 comments
Open

Cloudflow CLI: incomplete pods status on deployment (1/0) #1233

michael-read opened this issue Jul 21, 2022 · 0 comments

Comments

@michael-read
Copy link
Contributor

Describe the bug
CF version 2.3.1

When I "status" a deployment, the second half of the pod status remains zero, while kubectl shows it properly.

To Reproduce

$ kubectl cloudflow status sensor-data-scala-proto-grpc
+------------+------------------------------+
| Name:      | sensor-data-scala-proto-grpc |
| Namespace: | sensor-data-scala-proto-grpc |
| Version:   |            0.0.19            |
| Created:   |     2022-07-21T17:56:57Z     |
| Status:    |           Running            |
+------------+------------------------------+
+----------------+--------------------------------------------------------------+-------+---------+----------+
| STREAMLET      | POD                                                          | READY | STATUS  | RESTARTS |
+----------------+--------------------------------------------------------------+-------+---------+----------+
| grpc-ingress   | sensor-data-scala-proto-grpc-grpc-ingress-66d4fc799-98ghk    |  1/0  | Running |    0     |
| invalid-logger | sensor-data-scala-proto-grpc-invalid-logger-67d46d87c5-jlr5r |  1/0  | Running |    0     |
| metrics        | sensor-data-scala-proto-grpc-metrics-5d4689bdb8-529db        |  1/0  | Running |    0     |
| valid-logger   | sensor-data-scala-proto-grpc-valid-logger-66f9554d98-tpcxq   |  1/0  | Running |    0     |
| validation     | sensor-data-scala-proto-grpc-validation-5b9f66fdb4-9nb8c     |  1/0  | Running |    0     |
+----------------+--------------------------------------------------------------+-------+---------+----------+

whereas with kubectl:

$ k get po -n sensor-data-scala-proto-grpc
NAME                                                           READY   STATUS    RESTARTS   AGE
sensor-data-scala-proto-grpc-grpc-ingress-66d4fc799-98ghk      1/1     Running   0          9m35s
sensor-data-scala-proto-grpc-invalid-logger-67d46d87c5-jlr5r   1/1     Running   0          9m35s
sensor-data-scala-proto-grpc-metrics-5d4689bdb8-529db          1/1     Running   0          9m35s
sensor-data-scala-proto-grpc-valid-logger-66f9554d98-tpcxq     1/1     Running   0          9m35s
sensor-data-scala-proto-grpc-validation-5b9f66fdb4-9nb8c       1/1     Running   0          9m35s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant