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

Oc client version on scale-ci-workload image needs to match oc server version #21

Open
wabouhamad opened this issue Oct 25, 2019 · 0 comments

Comments

@wabouhamad
Copy link
Contributor

wabouhamad commented Oct 25, 2019

Noticing different outputs from oc client running inside the scale-ci-workload pod, vs. the one that was downloaded from the https://openshift-release-artifacts.svc.ci.openshift.org/4.2.0-rc.5/ , which is what my oc server version.

Output differences (also see below):
No resources found in cakephp-mysql0 namespace.
vs
No resources found.

Image ID: quay.io/openshift-scale/scale-ci-workload@sha256:bc2f318694b8006ae6656b6e041608579c00ed37d89623264e3a54fe169580c2

Before updating the oc client manually inside the workloads pod:

# oc version
Client Version: v4.2.0-alpha.0-198-g3780d2d
Server Version: 4.2.0-rc.5
Kubernetes Version: v1.14.6+2e5ed54
# oc  get pods --no-headers --show-labels -n cakephp-mysql0 -l deploymentconfig=cakephp-mysql-example
No resources found in cakephp-mysql0 namespace.

After updating the oc client manually inside the workloads pod:

# oc version
Client Version: openshift-clients-4.2.0-201910041700
Server Version: 4.2.0-rc.5
Kubernetes Version: v1.14.6+2e5ed54

# oc get pods --no-headers --show-labels -n cakephp-mysql0 -l deploymentconfig=cakephp-mysql-example
No resources found.
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