/openshift-compendium

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Openshift Compendium

Gatsby Publish

This repo contains handy commands, snippets and other tips + tricks for working with OpenShift Container Platform.

To contribute please open a PR by contributing a .md file (or several) to the notes/ folder. Please keep PRs scoped by topic. For example, if adding a few commands and a few example snippets, open two PRs.

Contributing Guidelines

A few points to note when submitting PRs:

  • Tags are case sensitive
    • Admin Tasks is different from Admin tasks
    • Use existing tags wherever possible
  • Links and emoji are optional
  • Code blocks support multilanguage syntax highlighting with Github flavored markdown syntax

Front Matter

Each note should contain some front matter. This allows the theme to parse and organize the contents more easily.

For example:

---
title: Display etcd member table
tags:
  - Openshift 4
  - Admin Tasks
  - etcd
emoji: 🧹
link: https://access.redhat.com/solutions/4985441
---