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
Copy file name to clipboardExpand all lines: README.md
+6-15Lines changed: 6 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
An operator to watch ingresses/routes and create liveness alerts for your apps/microservices in Uptime checkers.
4
4
5
-
[](http://stakater.com/?utm_source=IngressMonitorController&utm_medium=github)
5
+
[](https://stakater.com/?utm_source=IngressMonitorController&utm_medium=github)
6
6
7
7
## Problem Statement
8
8
@@ -22,7 +22,7 @@ Currently we support the following monitors:
@@ -162,7 +162,7 @@ If you'd like to contribute any fixes or enhancements, please refer to the docum
162
162
163
163
### Have a question?
164
164
165
-
File a GitHub [issue](https://github.com/stakater/IngressMonitorController/issues), or send us an [email](mailto:[email protected]).
165
+
File a GitHub [issue](https://github.com/stakater/IngressMonitorController/issues).
166
166
167
167
### Talk to us on Slack
168
168
@@ -175,27 +175,18 @@ Join and talk to us on the #tools-ingressmonitor channel for discussing the Ingr
175
175
176
176
- Latest image of kube-rbac-proxy fails on openshift with permission issues. To resolve use `registry.redhat.io/openshift4/ose-kube-rbac-proxy:v4.7.0` instead of kube-rbac-proxy. This issue can be tracked [here](https://github.com/operator-framework/operator-sdk/issues/4684).
177
177
178
-
## From Controller to Operator
179
-
180
-
IMC has now been converted to an Operator and we have stopped support from our side for the controller based implementation
181
-
, although support from community for the controller is still appreciated. Using Operator is recommended and existing users can follow
182
-
[Migration To Operator](./docs/migration-guide.md) for migrating to Operator. Although, Controller based implementation is maintained at [release-v1](https://github.com/stakater/IngressMonitorController/tree/release-v1) instead.
0 commit comments