Code Monkey home page Code Monkey logo

oc-tools-webserver's Introduction

Sharing OpenShift oc tooling

Much to my dismay the OpenShift utility, oc tools are behind a firewall and are not accessible to the users of OpenShift < 3.2. So If you are using a version < 3.2 here is a quick way to share with your team.

Setup

  1. git clone project

  2. Get latest versions of OC

  3. move files to oc-files/files directory

    $ mv ~/path-to-utilities/oc-*-{linux,macosx}.tar.gz \
    ~/path-to-oc-files/oc-files/files/
    $ mv ~/path-to-utilities/oc-*-{windows}.zip \
    ~/path-to-oc-files/oc-files/files/

    === OpenShift v3

Create OpenShift project
  1. Install OpenShift cli tooling

  2. login

    $ oc login https://<server-name>:8443 -u <username> -p <passwd>
  3. Create project

    $ oc new-project oc-utilities
  4. Add private key as ose secret

    $ oc secrets new-sshauth sshsecret --ssh-privatekey=keys/id_rsa_spork
    secret/sshsporkkey
  5. Create App

    $ oc new-app oc-tools-webserver

Testing

  1. Build docker file

$ docker build -t jmarley/oc-tools -f support/docker/httpd/Dockerfile .
docker run -dit --name share-oc-tools -p 80:80  jmarley/oc-tools
  1. Run docker container

$ docker run -dit --name share-oc-tools -p 80:80  jmarley/oc-tools

oc-tools-webserver's People

Watchers

J. Marley avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.