Skip to content

Instantly share code, notes, and snippets.

View pwright's full-sized avatar
💭

Paul Wright pwright

💭
View GitHub Profile
@rafaeltuelho
rafaeltuelho / openshift-cheatsheet.md
Last active October 7, 2024 05:41
My Openshift Cheatsheet

My Openshift Cheatsheet

Project Quotes, Limits and Templates

  • Cluster Quota
oc create clusterquota env-qa \
    --project-label-selector environment=qa \
    --hard pods=10,services=5
    
oc create clusterquota user-qa \
version: 1
schemas:
- id: lang
title: language
desc: programming language
parent: root
pattern: l
data:
namespace: true
children:

Skupper console and flow collector component

With Skupper 1.3, a new console is available which allows you to monitor flows across your network. This console requires a process that is not enabled by default (--enable-flow-collector to enable)

  • This is a feature preview and not suitable for deployment in production. The Skupper team are working hard to simplify and improve the experience, expect changes over the next few releases. Screenshot_2023-02-07_at_16 50 11_1675965679554_0

To activate the new console, you should skupper init --enable-console --enable-flow-collector on one site only to avoid unnecessary resource usage. The single flow collector has access to data from all connected sites.