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

KubernetesRequirement and OpenshiftRequirement doesn't look for Remote cluster if specified #984

Closed
dipak-pawar opened this issue Feb 16, 2018 · 0 comments · Fixed by arquillian/arquillian-core#165
Assignees
Milestone

Comments

@dipak-pawar
Copy link
Contributor

Currently we do have KubernetesRequirement and OpenshiftRequirement which checks cluster version, which is using kubernetes client to check version. But client is not initialized with configuration master url.

We should check configuration master url and initialize K8Client with configuration master url to work it properly in other env like osio che and pipeline if someone runs tests with @RunWith(ArquillianConditionalRunner.class)

@lordofthejars lordofthejars added this to the 1.15.2 milestone Feb 16, 2018
@hemanik hemanik self-assigned this Feb 20, 2018
hemanik added a commit to hemanik/arquillian-cube that referenced this issue Feb 21, 2018
hemanik added a commit to hemanik/arquillian-cube that referenced this issue Feb 26, 2018
hemanik added a commit to hemanik/arquillian-cube that referenced this issue Feb 28, 2018
@bartoszmajsak bartoszmajsak changed the title KubernetesRequirement and OpenshiftRequirement doensn't look for Remote cluster if specified KubernetesRequirement and OpenshiftRequirement doesn't look for Remote cluster if specified Feb 28, 2018
hemanik added a commit to hemanik/arquillian-cube that referenced this issue Mar 7, 2018
hemanik added a commit to hemanik/arquillian-cube that referenced this issue Mar 7, 2018
dipak-pawar pushed a commit that referenced this issue Mar 7, 2018
…penshift Requirement. (#994)

* fix(#984): exposes configuration to initialize K8Client in Kuberenetes/Openshift Requirement.

* chore: refactor client config builder code.

* chore: updates to new arquillian-core version.

* fix: overrides AnnotationDeploymentScenarioGenerator with registered ExternalDeploymentScenarioGenerator service.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants