Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

ironicbadger/openshift-compendium

Repository files navigation

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

Dev environment

  • Ensure you have npm installed
  • Then npm install -g gatsby-cli
  • Followed by npm install to update local package info
  • To build the site run gatsby build and to serve it gatsby serve