Code Monkey home page Code Monkey logo

openshift-vscode-extension's Introduction

OpenShift Extension for Visual Studio Code

This is a prototype extension, your contribution of ideas, design, code, and testing is welcome!

Connects Visual Studio Code to your OpenShift Container Platform (3.x) clusters to manage projects, deploy services, see status, and build apps.

Features

To bring up the capability press Cmd+Shift+P and type 'OpenShift'. It'll bring up the list of available commands.

Tip: Login is required before executing most of the other commands.

Command Palette

Tip: Several commands require a selected project. You can change by clicking the current project name in the status bar and then selecting a new project from the pick list.

Select a Project

Requirements

Just network connectivity to your Open Shift cluster. The app uses a REST over HTTPS.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • openshift.masterURL: The URL of the master (defaults to 127.0.0.1:8443)
  • openshift.token: Bearer token for authentication to the API server
  • openshift.insecure: Allow connections to cluster without approved SSL certs (defaults to true)
  • openshift.defaultProject: The extenstion will try to select this project on login

You would add these to your UserSettings or WorkspaceSettings files. For example:

{
    "openshift.token": "EJDKTFjsjkXxyP7lk_UouqS2PJdhtSY8p3rKDsuA_DU",
    "openshift.masterURL": "127.0.0.1:8443",
    "openshift.insecure": true,
    "openshift.defaultProject": "dotnetdemo"
}

Known Issues

None. But if you find one write a bug.

Release Notes

Just a prototype release. Will stay versioned as 0.x.x while in prototype mode. No release notes for the prototypes.

Prerelease

Extension settings, login, select project, list pods, list builds... if you want more features, ask by writing a github issue!


Enjoy!

openshift-vscode-extension's People

Contributors

dudash avatar

Watchers

 avatar  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.