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
I have the following sceneario, I have two services with the same name but in different namespaces, however I want to have different checks for both services.
Currently the check-kube-pods-service-available check requires a service list, which doesn't allow me to have different checks per namespace.
I'm happy to perform the necessary changes to support it.
The text was updated successfully, but these errors were encountered:
I would also like a namespace option, but for a slightly different use case: we'd like to run the same check on all services in a namespace without having to know the list of services in advance.
I have the following sceneario, I have two services with the same name but in different namespaces, however I want to have different checks for both services.
Currently the
check-kube-pods-service-available
check requires a service list, which doesn't allow me to have different checks per namespace.I'm happy to perform the necessary changes to support it.
The text was updated successfully, but these errors were encountered: