Agustín Clemente
Agustín Clemente

Reputation: 1268

Openshift - Error adding jenkins app to a project

I'm currently taking a Red Hat course on OpenShift fundamentals. At some point, it asks me to create a project and then to add a jenkins-persistance app to it. The first image was provided by the course, the second is my interface. I tried to do the same via Web Console (UI) and I saw an over-quota error, it said that I got 30 secrets out of 30. but I don't know what that means.

Expectation:

course screenshot

Reality:

my screenshot

Upvotes: 0

Views: 45

Answers (1)

Daein Park
Daein Park

Reputation: 4703

Thank you for your information.

AFAIK, The OpenShift is only available within a major version are forward and backward compatible across one minor version. Your OpenShift Cluster is v3.9.40, but the CLI is v3.11.xxx, it's not available. Try to use the same version CLI.

Upvotes: 2

Related Questions