-
Notifications
You must be signed in to change notification settings - Fork 9
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
e2e: run release tests on bare metal #865
Conversation
6183d87
to
6499a8e
Compare
Okay, so it looks like the service type LoadBalancer isn't getting an IP in case of the emoji web service as the port is already taken. Therefore, we are using the WaitForService function to get the ClusterIP instead and wait for the pod to become ready (which we do more explicitly in the normal e2e tests, but here through connecting through the service). |
6499a8e
to
6cf2edd
Compare
# TODO(burgerdev): cli/genpolicy/assets/allow-all.rego is insecure and deliberately omitted | ||
install -D ${genpolicy.src}/src/kata-opa/allow-all.rego cli/genpolicy/assets/allow-all.rego |
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.
My intent was that we never package an insecure policy in a released binary. Why do we need to package it now?
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 is only needed to run the tests. This commit will be dropped shortly before merging.
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 commit will be dropped shortly before merging.
Done
6cf2edd
to
84884d7
Compare
This will make it easier for users to pick the correct hash for their platform.
84884d7
to
7c0eb5c
Compare
No description provided.