You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The `--role` flag continues to work for backwards compatibility but will be deprecated in favor of `--tag` once target tag sets are widely adopted.
124
124
125
+
# View Kubernetes live object status
126
+
127
+
Check the live status of Kubernetes resources deployed to an environment:
128
+
129
+
```
130
+
octopus kubernetes live-status --project "K8s Smoke Test Demo" --environment Development --no-prompt
131
+
```
132
+
133
+
Get a summary of the overall health status:
134
+
135
+
```
136
+
octopus kubernetes live-status --project "K8s Smoke Test Demo" --environment Development --summary-only --no-prompt
137
+
```
138
+
139
+
For tenanted deployments:
140
+
141
+
```
142
+
octopus kubernetes live-status --project "K8s Smoke Test Demo" --environment Production --tenant "My Tenant" --no-prompt
143
+
```
144
+
145
+
The `k8s` alias can be used as a shorthand:
146
+
147
+
```
148
+
octopus k8s live-status --project "K8s Smoke Test Demo" --environment Development -f json --no-prompt
149
+
```
150
+
125
151
# Bulk deleting releases by created date
126
152
127
153
This example will delete all releases created before 2AM 6 Dec 2022 UTC
0 commit comments