All Projects → ctron → openshift-update-graph

ctron / openshift-update-graph

Licence: EPL-2.0 license
Visualize the OpenShift Update Graph

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to openshift-update-graph

istio-workspace
Safely develop and test on any Kubernetes cluster without affecting others.
Stars: ✭ 55 (+175%)
Mutual labels:  openshift
airlock-waf-kubernetes-openshift-integration
Integrate Airlock WAF in a Kubernetes or OpenShift Environment
Stars: ✭ 12 (-40%)
Mutual labels:  openshift
commons.openshift.org
Repository for OpenShift Commons Community Site
Stars: ✭ 31 (+55%)
Mutual labels:  openshift
ose-pivproxy
A containerized PIV/CAC/x509 proxy for OSE
Stars: ✭ 19 (-5%)
Mutual labels:  openshift
openshift-wiki
Gitbook URL of WIKI
Stars: ✭ 16 (-20%)
Mutual labels:  openshift
bsupdate
A drop in bash script that can be added to any bash application/CLI to automate updating
Stars: ✭ 47 (+135%)
Mutual labels:  update
action-homebrew-bump-formula
⚙️ A GitHub Action to easily bump Homebrew formula on new release
Stars: ✭ 68 (+240%)
Mutual labels:  update
starter-guides
Getting Started with OpenShift for Developers workshop
Stars: ✭ 127 (+535%)
Mutual labels:  openshift
bobbycar
IoT Transportation demo using Red Hat OpenShift and Middleware technologies
Stars: ✭ 33 (+65%)
Mutual labels:  openshift
mlx
Machine Learning eXchange (MLX). Data and AI Assets Catalog and Execution Engine
Stars: ✭ 132 (+560%)
Mutual labels:  openshift
web
Hugo content for the openshift.tips blog
Stars: ✭ 48 (+140%)
Mutual labels:  openshift
openshift-golang-template
Template for running Go programs on OpenShift v3
Stars: ✭ 17 (-15%)
Mutual labels:  openshift
zookeeper-k8s-openshift
Zookeeper docker container, ready for deployments on kubernetes and openshift
Stars: ✭ 22 (+10%)
Mutual labels:  openshift
kuberig
Deploy to Kubernetes/OpenShift by leveraging your developer skills - no yaml required!
Stars: ✭ 31 (+55%)
Mutual labels:  openshift
infinispan-operator
Infinispan Operator
Stars: ✭ 32 (+60%)
Mutual labels:  openshift
crud-app
❄️ A simple and beautiful CRUD application built with React.
Stars: ✭ 61 (+205%)
Mutual labels:  update
codewind-vscode
Extension for developing cloud-native, containerized applications from VS Code
Stars: ✭ 17 (-15%)
Mutual labels:  openshift
deploy
Deploy Development Builds of Open Cluster Management (OCM) on RedHat Openshift Container Platform
Stars: ✭ 133 (+565%)
Mutual labels:  openshift
deploy
No description or website provided.
Stars: ✭ 23 (+15%)
Mutual labels:  openshift
logging-operator
A golang based operator to create and manage EFK (Elasticsearch, Fluentd, and Kibana) stack on Kubernetes
Stars: ✭ 42 (+110%)
Mutual labels:  openshift

OpenShift Update Graph Visualizer

This is the source code for the OpenShift update graph visualizer.

Example

About

The data is fetched from the OpenShift update information endpoint (https://api.openshift.com/api/upgrades_info/v1/graph). This data is being by openshift/cincinnati, and contains the information which version upgrades are possible.

As the endpoint doesn't set any CORS headers, the data is being synced very 15 minutes to this repository. A check is added to see if the content of the graph changed, as the original content is not sorted, the order of the nodes, and thus the "edge information" changes with every request.

At the same time, the list of possible channels is refreshed as well.

Credit

This solution is inspired by the graph.sh script, from openshift/cincinnati, which takes the upgrade information, and creates a dot file from it, which can be visualized with the Graphviz dot tool.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].