Skip to content

Hugo content for the openshift.tips blog

Notifications You must be signed in to change notification settings

openshifttips/web

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Repository files navigation

Netlify Status

This site pretends to compile a list of OpenShift 4 tips, mainly one liners.

Contact

The main author of this site is Eduardo Minguez but collaborations are appreciated :)

Feel free to contact me at [email protected] or add a new issue to the repo

Howto

This site is based on:

Also, we use ForwardEmail.net.

Everything is free (as in beer) so anyone can build the same stuff at 0 cost :) Also, some of the tools used (such as Hugo and ForwardEmail) are open source as well \o/

Other

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