Skip to content

Commit 8852ca0

Browse files
author
Tim Flannagan
authored
website: Fix link to the pull requests that implements support for configuring a liveness probe for an Ansible operator. (#3520)
Fix link to that points to the work that implements liveness probe handling for Ansible-based operators that was done during the 0.18 release.
1 parent 79b8a2e commit 8852ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/content/en/docs/migration/v0.18.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Existing operators will have a healthz endpoint without intervention, but to tak
3333
periodSeconds: 3
3434
```
3535
36-
_See [#2761](https://github.com/operator-framework/operator-sdk/pull/2761) for more details._
36+
_See [#2936](https://github.com/operator-framework/operator-sdk/pull/2936) for more details._
3737
3838
## Remove the file `/bin/ao-logs` for Ansible based-operators
3939

@@ -93,7 +93,7 @@ update many of their client-go function calls, which
9393
have signature changes related to passing contexts
9494
and options.
9595

96-
Users can use http://sigs.k8s.io/clientgofix to
96+
Users can use http://sigs.k8s.io/clientgofix to
9797
rewrite method invocations to the new signatures.
9898

9999
_See [#2918](https://github.com/operator-framework/operator-sdk/pull/2918) for more details._

0 commit comments

Comments
 (0)