ContinuousEngineeringProject / issues

This repository will contain the issues for the Continuous Engineering Project
1 stars 0 forks source link

configure jenkins x for Octant UI #43

Open CVJT opened 2 years ago

CVJT commented 2 years ago

What would you like to be added

Jenkins X configured to use Octant UI.

Why is this needed

As a general purpose console for working with Kubernetes, Jenkins X, Tekton and more resources it is recommend either Octant or Lens are used.

Implementation

To run the Octant UI please make sure you are in a local terminal (not inside a VM) as it will run a local process and open a web browser to access a local port.

Also make sure you are connected to the kubernetes cluster you wish to use first. e.g. run something like this to check you are connected first:

kubectl get ns

To run Octant with the Jenkins X plugins if you have a recent jx binary run:

jx ui

This will download the octant binary and the octant-jx plugin then startup Octant for you

ref: https://jenkins-x.io/v3/develop/ui/octant/