Reputation: 23247
I need to use oc
client inside a container in order to create secrets.
I've took a look over internet in order to look up which image might I use in order to use oc
.
Any ideas?
Upvotes: 2
Views: 4612
Reputation: 57
You can use the openshift3/ose-client for OpenShift 3 and the openshift4/ose-client image for OpenShift 4 platforms. Both images should be available from Red Hat from inside your cluster.
Upvotes: 4
Reputation: 4693
As I remember, the following builder images were installed oc client (atomic-openshift-clients package)
Upvotes: 1