Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cosmos-operator doesn't expose service for privval #14

Open
allthatjazzleo opened this issue Aug 2, 2024 · 0 comments
Open

cosmos-operator doesn't expose service for privval #14

allthatjazzleo opened this issue Aug 2, 2024 · 0 comments

Comments

@allthatjazzleo
Copy link

func (w *SentryWatcher) reconcileSentries(
	ctx context.Context,
	maxReadSize int,
) error {
	configNodes := make([]string, 0)

	services, err := w.client.CoreV1().Services("").List(ctx, metav1.ListOptions{
		LabelSelector: labelCosmosSentry,
	})

I can't find the k8s service created in cosmos-operator for privval port with label app.kubernetes.io/component=cosmos-sentry even the FullNodeType is sentry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant