Skip to content
#

controller

Here are 1,657 public repositories matching this topic...

AlinsRan
AlinsRan commented Jul 4, 2022

background

In the current project's e2e, a lot of time.sleep is used. This will undoubtedly increase the overall time-consuming of CI.

https://pkg.go.dev/k8s.io/apimachinery/pkg/util/wait package provides tools for polling or listening for changes to a condition.

We can replace the current time.sleep with wait for a more elegant way of determining whether our desired state has be

Troyhy
Troyhy commented Feb 25, 2022

It would be good to add a mention about healthEndpoint to documentation as it is super useful when using urlFrom.ingressRef

At least I could not easily find the complete list of supported values. Luckily found a mention in https://github.com/stakater/IngressMonitorController/blob/master/docs/migration-guide.md

It is not the first doc to read as I started using the operator from the start.

good first issue kind/documentation

Improve this page

Add a description, image, and links to the controller topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the controller topic, visit your repo's landing page and select "manage topics."

Learn more