This site pretends to compile a list of OpenShift 4 tips, mainly one liners.
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
This site is based on:
- Hugo as the static site framework.
- Techdoc Hugo's theme
- GitHub to host the git repository.
- Netlify to run the builds and serve the content.
- Let's Encrypt (automated via Netlify) for the site certificates.
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/
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.
A few points to note when submitting PRs:
- Tags are case sensitive
Admin Tasks
is different fromAdmin tasks
- Use existing tags wherever possible
- Links and emoji are optional
- Code blocks support multilanguage syntax highlighting with Github flavored markdown syntax
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
---