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
* Initial commit for our basic Postgres Operator UI:
* Create and modify Postgres manifests
* Watch Operator Logs in the UI
* Observe cluster creation progress
* S3 Backup browser for clone and restore
Many thanks to Manuel Gomez and Jan Mussler for the initial UI work a long time ago!
Copy file name to clipboardExpand all lines: docs/administrator.md
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -313,7 +313,7 @@ empty sequence `[]`. Setting the field to `null` or omitting it entirely may
313
313
lead to K8s removing this field from the manifest due to its
314
314
[handling of null fields](https://kubernetes.io/docs/concepts/overview/object-management-kubectl/declarative-config/#how-apply-calculates-differences-and-merges-changes).
315
315
Then the resultant manifest will not contain the necessary change, and the
316
-
operator will respectively do noting with the existing source ranges.
316
+
operator will respectively do nothing with the existing source ranges.
317
317
318
318
## Running periodic 'autorepair' scans of K8s objects
319
319
@@ -409,3 +409,40 @@ A secret can be pre-provisioned in different ways:
409
409
* Generic secret created via `kubectl create secret generic some-cloud-creds --from-file=some-cloud-credentials-file.json`
410
410
* Automatically provisioned via a custom K8s controller like
0 commit comments