We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4689cd + bbdc4f8 commit 1ea44d1Copy full SHA for 1ea44d1
product_docs/docs/postgres_distributed_for_kubernetes/1/installation_upgrade.mdx
@@ -137,14 +137,14 @@ You can get more information using the `describe` command in `kubectl`:
137
138
```sh
139
$ kubectl get deployments -n pgd-operator-system
140
-NAME READY UP-TO-DATE AVAILABLE AGE
141
-<deployment-name> 1/1 1 1 18m
142
```
143
144
145
kubectl describe deploy \
146
-n pgd-operator-system \
147
<deployment-name>
+NAME READY UP-TO-DATE AVAILABLE AGE
+<deployment-name> 1/1 1 1 18m
148
149
150
As with any Deployment, it sits on top of a ReplicaSet and supports rolling upgrades. The
0 commit comments