-
Notifications
You must be signed in to change notification settings - Fork 41
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
fix(e2e): add tests for latest features #94
Conversation
21fb8b8
to
03e11ff
Compare
b724100
to
ec056c2
Compare
@@ -96,6 +96,10 @@ func GetDragonflyResources(ctx context.Context, df *resourcesv1.Dragonfly) ([]cl | |||
Name: DragonflyPortName, | |||
ContainerPort: DragonflyPort, | |||
}, | |||
{ | |||
Name: "admin", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice catch 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This wasn't the issue actually i.e https://stackoverflow.com/questions/63526825/kubernetes-service-without-defined-port#:~:text=Yes%20you%20can%20expose%20service,uses%2C%20but%20is%20primarily%20informational.
But the issue was to have admin_nopass
otherwise when password is set, we get a bunch of noauth errors. This is required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix(e2e): add tests for latest features * use admin_nopass * also add --primary_port_http_enabled=false * use env for testing
No description provided.