Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 39 additions & 6 deletions content/consul/v1.17.x/content/docs/k8s/k8s-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ cluster.consul-dataplane.circuit_breakers.high.rq_retry_open: 0

### `status`

The `status` command provides an overall status summary of the Consul on Kubernetes installation. It also provides the configuration that was used to deploy Consul K8s and information about the health of Consul servers and clients. This command does not take in any flags.
The `status` command provides an overall status summary of the Consul on Kubernetes installation. It also provides the configuration that was used to deploy Consul K8s and information about Consul servers, clients and deployments. This command does not take in any flags.

```shell-session
$ consul-k8s status
Expand All @@ -920,14 +920,32 @@ $ consul-k8s status
==> Consul-K8s Status Summary
NAME | NAMESPACE | STATUS | CHARTVERSION | APPVERSION | REVISION | LAST UPDATED
---------+-----------+----------+--------------+------------+----------+--------------------------
consul | consul | deployed | 0.41.1 | 1.11.4 | 1 | 2022/03/10 07:48:58 MST
consul | consul | deployed | 1.8.0 | 1.11.4 | 1 | 2025/09/29 01:45:33 IST

==> Config:
client:
enabled: true
replicas: 1
connectInject:
enabled: true
controller:
enabled: true
global:
dataCenter: galaxy
image: hashicorp/consul:1.21
imageEnvoy: envoyproxy/envoy:v1.20.2
metrics:
defaultEnableMerging: true
defaultEnabled: true
enabled: true
name: consul
prometheus:
enabled: true
server:
replicas: 1
ui:
service:
port:
http: 8500
type: LoadBalancer
enableGatewayMetrics: true
global:
metrics:
Expand All @@ -943,8 +961,23 @@ $ consul-k8s status
service:
enabled: true

✓ Consul servers healthy (1/1)
✓ Consul clients healthy (3/3)
==> Status Of Helm Hooks:

==> Consul Clients status:
NAME | READY | AGE | CONTAINERS | IMAGES
---------------+--------+--------+----------------+-----------------------
consul-client | 1/1 | 4m0s | consul | hashicorp/consul:1.21

==> Consul Servers status:
NAME | READY | AGE | CONTAINERS | IMAGES
---------------+--------+--------+----------------+-----------------------
consul-server | 1/1 | 4m0s | consul | hashicorp/consul:1.21

==> Consul Deployments status:
NAME | READY | AGE | CONTAINERS | IMAGES
-------------------------------+--------+--------+--------------------------------------------------------+-------------------------------------
consul-connect-injector | 1/1 | 4m0s | sidecar-injector | hashicorp/consul-k8s-control-plane:1.8.0
consul-webhook-cert-manager | 1/1 | 4m0s | webhook-cert-manager | hashicorp/consul-k8s-control-plane:1.8.0
```

### `troubleshoot`
Expand Down
45 changes: 39 additions & 6 deletions content/consul/v1.18.x/content/docs/k8s/k8s-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ cluster.consul-dataplane.circuit_breakers.high.rq_retry_open: 0

### `status`

The `status` command provides an overall status summary of the Consul on Kubernetes installation. It also provides the configuration that was used to deploy Consul K8s and information about the health of Consul servers and clients. This command does not take in any flags.
The `status` command provides an overall status summary of the Consul on Kubernetes installation. It also provides the configuration that was used to deploy Consul K8s and information about Consul servers, clients and deployments. This command does not take in any flags.

```shell-session
$ consul-k8s status
Expand All @@ -920,14 +920,32 @@ $ consul-k8s status
==> Consul-K8s Status Summary
NAME | NAMESPACE | STATUS | CHARTVERSION | APPVERSION | REVISION | LAST UPDATED
---------+-----------+----------+--------------+------------+----------+--------------------------
consul | consul | deployed | 0.41.1 | 1.11.4 | 1 | 2022/03/10 07:48:58 MST
consul | consul | deployed | 1.8.0 | 1.11.4 | 1 | 2025/09/29 01:45:33 IST

==> Config:
client:
enabled: true
replicas: 1
connectInject:
enabled: true
controller:
enabled: true
global:
dataCenter: galaxy
image: hashicorp/consul:1.21
imageEnvoy: envoyproxy/envoy:v1.20.2
metrics:
defaultEnableMerging: true
defaultEnabled: true
enabled: true
name: consul
prometheus:
enabled: true
server:
replicas: 1
ui:
service:
port:
http: 8500
type: LoadBalancer
enableGatewayMetrics: true
global:
metrics:
Expand All @@ -943,8 +961,23 @@ $ consul-k8s status
service:
enabled: true

✓ Consul servers healthy (1/1)
✓ Consul clients healthy (3/3)
==> Status Of Helm Hooks:

==> Consul Clients status:
NAME | READY | AGE | CONTAINERS | IMAGES
---------------+--------+--------+----------------+-----------------------
consul-client | 1/1 | 4m0s | consul | hashicorp/consul:1.21

==> Consul Servers status:
NAME | READY | AGE | CONTAINERS | IMAGES
---------------+--------+--------+----------------+-----------------------
consul-server | 1/1 | 4m0s | consul | hashicorp/consul:1.21

==> Consul Deployments status:
NAME | READY | AGE | CONTAINERS | IMAGES
-------------------------------+--------+--------+--------------------------------------------------------+-------------------------------------
consul-connect-injector | 1/1 | 4m0s | sidecar-injector | hashicorp/consul-k8s-control-plane:1.8.0
consul-webhook-cert-manager | 1/1 | 4m0s | webhook-cert-manager | hashicorp/consul-k8s-control-plane:1.8.0
```

### `troubleshoot`
Expand Down
45 changes: 39 additions & 6 deletions content/consul/v1.19.x/content/docs/k8s/k8s-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ cluster.consul-dataplane.circuit_breakers.high.rq_retry_open: 0

### `status`

The `status` command provides an overall status summary of the Consul on Kubernetes installation. It also provides the configuration that was used to deploy Consul K8s and information about the health of Consul servers and clients. This command does not take in any flags.
The `status` command provides an overall status summary of the Consul on Kubernetes installation. It also provides the configuration that was used to deploy Consul K8s and information about Consul servers, clients and deployments. This command does not take in any flags.

```shell-session
$ consul-k8s status
Expand All @@ -920,14 +920,32 @@ $ consul-k8s status
==> Consul-K8s Status Summary
NAME | NAMESPACE | STATUS | CHARTVERSION | APPVERSION | REVISION | LAST UPDATED
---------+-----------+----------+--------------+------------+----------+--------------------------
consul | consul | deployed | 0.41.1 | 1.11.4 | 1 | 2022/03/10 07:48:58 MST
consul | consul | deployed | 1.8.0 | 1.11.4 | 1 | 2025/09/29 01:45:33 IST

==> Config:
client:
enabled: true
replicas: 1
connectInject:
enabled: true
controller:
enabled: true
global:
dataCenter: galaxy
image: hashicorp/consul:1.21
imageEnvoy: envoyproxy/envoy:v1.20.2
metrics:
defaultEnableMerging: true
defaultEnabled: true
enabled: true
name: consul
prometheus:
enabled: true
server:
replicas: 1
ui:
service:
port:
http: 8500
type: LoadBalancer
enableGatewayMetrics: true
global:
metrics:
Expand All @@ -943,8 +961,23 @@ $ consul-k8s status
service:
enabled: true

✓ Consul servers healthy (1/1)
✓ Consul clients healthy (3/3)
==> Status Of Helm Hooks:

==> Consul Clients status:
NAME | READY | AGE | CONTAINERS | IMAGES
---------------+--------+--------+----------------+-----------------------
consul-client | 1/1 | 4m0s | consul | hashicorp/consul:1.21

==> Consul Servers status:
NAME | READY | AGE | CONTAINERS | IMAGES
---------------+--------+--------+----------------+-----------------------
consul-server | 1/1 | 4m0s | consul | hashicorp/consul:1.21

==> Consul Deployments status:
NAME | READY | AGE | CONTAINERS | IMAGES
-------------------------------+--------+--------+--------------------------------------------------------+-------------------------------------
consul-connect-injector | 1/1 | 4m0s | sidecar-injector | hashicorp/consul-k8s-control-plane:1.8.0
consul-webhook-cert-manager | 1/1 | 4m0s | webhook-cert-manager | hashicorp/consul-k8s-control-plane:1.8.0
```

### `troubleshoot`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ cluster.consul-dataplane.circuit_breakers.high.rq_retry_open: 0

### `status`

The `status` command provides an overall status summary of the Consul on Kubernetes installation. It also provides the configuration that was used to deploy Consul K8s and information about the health of Consul servers and clients. This command does not take in any flags.
The `status` command provides an overall status summary of the Consul on Kubernetes installation. It also provides the configuration that was used to deploy Consul K8s and information about Consul servers, clients and deployments. This command does not take in any flags.

```shell-session
$ consul-k8s status
Expand All @@ -1110,14 +1110,32 @@ $ consul-k8s status
==> Consul-K8s Status Summary
NAME | NAMESPACE | STATUS | CHARTVERSION | APPVERSION | REVISION | LAST UPDATED
---------+-----------+----------+--------------+------------+----------+--------------------------
consul | consul | deployed | 0.41.1 | 1.11.4 | 1 | 2022/03/10 07:48:58 MST
consul | consul | deployed | 1.8.0 | 1.11.4 | 1 | 2025/09/29 01:45:33 IST

==> Config:
client:
enabled: true
replicas: 1
connectInject:
enabled: true
controller:
enabled: true
global:
dataCenter: galaxy
image: hashicorp/consul:1.21
imageEnvoy: envoyproxy/envoy:v1.20.2
metrics:
defaultEnableMerging: true
defaultEnabled: true
enabled: true
name: consul
prometheus:
enabled: true
server:
replicas: 1
ui:
service:
port:
http: 8500
type: LoadBalancer
enableGatewayMetrics: true
global:
metrics:
Expand All @@ -1133,8 +1151,23 @@ $ consul-k8s status
service:
enabled: true

✓ Consul servers healthy (1/1)
✓ Consul clients healthy (3/3)
==> Status Of Helm Hooks:

==> Consul Clients status:
NAME | READY | AGE | CONTAINERS | IMAGES
---------------+--------+--------+----------------+-----------------------
consul-client | 1/1 | 4m0s | consul | hashicorp/consul:1.21

==> Consul Servers status:
NAME | READY | AGE | CONTAINERS | IMAGES
---------------+--------+--------+----------------+-----------------------
consul-server | 1/1 | 4m0s | consul | hashicorp/consul:1.21

==> Consul Deployments status:
NAME | READY | AGE | CONTAINERS | IMAGES
-------------------------------+--------+--------+--------------------------------------------------------+-------------------------------------
consul-connect-injector | 1/1 | 4m0s | sidecar-injector | hashicorp/consul-k8s-control-plane:1.8.0
consul-webhook-cert-manager | 1/1 | 4m0s | webhook-cert-manager | hashicorp/consul-k8s-control-plane:1.8.0
```

### `troubleshoot`
Expand Down
Loading