Skip to content

Commit 1ea44d1

Browse files
authored
Merge pull request #6663 from amacvar/patch-10
Update installation_upgrade.mdx
2 parents e4689cd + bbdc4f8 commit 1ea44d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

product_docs/docs/postgres_distributed_for_kubernetes/1/installation_upgrade.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,14 +137,14 @@ You can get more information using the `describe` command in `kubectl`:
137137

138138
```sh
139139
$ kubectl get deployments -n pgd-operator-system
140-
NAME READY UP-TO-DATE AVAILABLE AGE
141-
<deployment-name> 1/1 1 1 18m
142140
```
143141

144142
```sh
145143
kubectl describe deploy \
146144
-n pgd-operator-system \
147145
<deployment-name>
146+
NAME READY UP-TO-DATE AVAILABLE AGE
147+
<deployment-name> 1/1 1 1 18m
148148
```
149149

150150
As with any Deployment, it sits on top of a ReplicaSet and supports rolling upgrades. The

0 commit comments

Comments
 (0)