-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adding Proxy Configuration for private clusters #132
Conversation
src/testdata/namespace_template.j2
Outdated
labels: | ||
kubernetes.io/metadata.name: {{name}} |
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.
needed to run tests on openshift cluster
@tsebastiani are you able to take a look at why these tests might be failing? I made a kind cluster and ran the tests locally and haven't hit the same issues
|
1dcfb3c
to
7530bde
Compare
Signed-off-by: Paige Patton <prubenda@redhat.com>
closing in favor of pr: #140 That pr edits the test order and has consistent tests passing |
Certain configurations of openshift are behind a
http_proxy
environment variable. This will allow us to run tests on these clustersI found though this only works for scenarios that are imbedded into krkn. the Native scenarios each have their own api configuration. Need to see if that's still necessary. Also pod scenarios are effected by this