Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from brianinnes/main
Browse files Browse the repository at this point in the history
Rework blogs, style fixes, dependencies updated
  • Loading branch information
binnes authored Oct 22, 2023
2 parents b5bd165 + c665d90 commit 8b2a354
Show file tree
Hide file tree
Showing 53 changed files with 1,903 additions and 1,144 deletions.
2 changes: 1 addition & 1 deletion .github/actions/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material:9.1.6
FROM squidfunk/mkdocs-material:9.4.6

RUN apk add --no-cache --update nodejs npm

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

# Ignore .DS_store file
.DS_Store
.cache

*.code-workspace
/public
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

[ ! -d "node_modules" ] && npm ci

./node_modules/cspell/bin.js "docs/**/*.md"
./node_modules/.bin/cspell "docs/**/*.md"
mkdocs build
linkchecker -f linkcheckerrc public || true
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM squidfunk/mkdocs-material:9.1.6
FROM squidfunk/mkdocs-material:9.4.6

RUN apk add --no-cache --update nodejs npm

Expand Down
35 changes: 0 additions & 35 deletions docs/blog.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/blog/.authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
authors:
jmeng:
name: Jakob Meng
description: https://github.com/jm1
avatar: https://www.okd.io/img/okd-panda-flat_rocketeer_with_number.svg
dmueller:
name: Diane Mueller
description: https://github.com/dmueller2001
avatar: https://www.okd.io/img/okd-panda-flat_rocketeer_with_number.svg
45 changes: 0 additions & 45 deletions docs/blog/2021-03-07-new-blog.html.md

This file was deleted.

Binary file removed docs/blog/img/build_okd_payload_1.png
Binary file not shown.
Binary file removed docs/blog/img/build_okd_payload_2.png
Binary file not shown.
Binary file removed docs/blog/img/build_okd_payload_3.png
Binary file not shown.
1 change: 1 addition & 0 deletions docs/blog/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Posts
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
---
draft: false
date: 2021-05-06
---

# OKD Working Group Office Hours at KubeconEU on OpenShift.tv

<!--- cSpell:ignore Kubecon Charro Gruver autoplay allowfullscreen -->
## Video from OKD Working Group Office Hours at KubeconEU on OpenShift.tv

On May 6th 2020, [OKD-Working Group](https://groups.google.com/g/okd-wg) members hosted an hour long community led Office Hour with a brief introduction to the latest release by Red Hat's Charro Gruver then live Q/A!

<!-- more -->

## Video from OKD Working Group Office Hours at KubeconEU on OpenShift.tv

<iframe width="560" height="315" src="https://www.youtube.com/embed/2WV4jtTs9Bg?start=45" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Join the [OKD-Working Group](https://groups.google.com/g/okd-wg) and add your voice to the conversation!
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
# OKD Streams: Building the Next Generation of OKD together
---
draft: false
date: 2022-10-24
authors:
- dmueller
---

<!--- cSpell:ignore SCOS productized Thorsten Schwesig Humair Coufal Hild Zuccarelli Sherine Khoury Vadim Rutkovsky Alessandro Stefano Magiera Marrich Glombek Gompa massopen Innes -->
# OKD Streams - Building the Next Generation of OKD together

*by [Diane Mueller](https://github.com/dmueller2001)*
<!--- cSpell:ignore dmueller SCOS productized Thorsten Schwesig Humair Coufal Hild Zuccarelli Sherine Khoury Vadim Rutkovsky Alessandro Stefano Magiera Marrich Glombek Gompa massopen Innes -->

date: 2022-10-25
OKD is the community distribution of Kubernetes that powers Red Hat OpenShift. The OKD community has created reusable Tekton build pipelines on a shared Kubernetes cluster for the OKD build pipelines so that they could manage the build & release processes for OKD in the open.

OKD is the community distribution of Kubernetes that powers Red Hat OpenShift. The OKD community has created reusable Tekton build pipelines on a shared Kubernetes cluster for the OKD build pipelines so that they could manage the build & release processes for OKD in the open. With the [operate-first.cloud](https://www.operate-first.cloud/){target=_blank} hosted at the [massopen.cloud](https://massopen.cloud/){target=_blank}, the OKD community has launched a fully open source release pipeline that the community can participate in to help support and manage the release cycle ourselves. The OKD Community is now able to build and release stable builds of OKD 4.12 on both Fedora CoreOS and the newly introduced CentOS Stream CoreOS. We are calling it OKD Streams.
<!-- more -->

With the [operate-first.cloud](https://www.operate-first.cloud/){target=_blank} hosted at the [massopen.cloud](https://massopen.cloud/){target=_blank}, the OKD community has launched a fully open source release pipeline that the community can participate in to help support and manage the release cycle ourselves. The OKD Community is now able to build and release stable builds of OKD 4.12 on both Fedora CoreOS and the newly introduced CentOS Stream CoreOS. We are calling it OKD Streams.

## New Patterns, New CI/CD Pipelines and a new CoreOS

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
# OKD at KubeCon + CloudNativeCon North America 2022

<!--- cSpell:ignore Kubecon Magiera ICPSR McCune Westin Hopin Vadim Rutkovsky Zuccarelli Glombek Krejci -->
---
draft: false
date: 2022-10-20
authors:
- dmueller
---

*by [Diane Mueller](https://github.com/dmueller2001)*
# OKD at KubeCon + CloudNativeCon North America 2022

date: 2022-10-20
<!--- cSpell:ignore dmueller Kubecon Magiera ICPSR McCune Westin Hopin Vadim Rutkovsky Zuccarelli Glombek Krejci -->

Are you heading to Kubecon/NA October 24, 2022 - October 28, 2022 in Detroit at KubeCon + CloudNativeCon North America 2022?

<!-- more -->

If so, here's where you'll find members of the OKD Working Group and Red Hat engineers that working on delivering the latest releases of OKD at Kubecon!

## October 25th
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# An Introduction to Debugging OKD Release Artifacts
---
draft: false
date: 2022-09-09
---

<!--- cSpell:ignore Moiseev Cune autoplay OCPBUGS -->
# An Introduction to debugging OKD release artifacts

_by [Denis Moiseev](https://github.com/lobziik) and [Michael McCune](https://github.com/elmiko)_

<!-- more -->

During the course of installing, operating, and maintaining an OKD cluster it is natural for users to come across strange behaviors and failures that are difficult to understand. As Red Hat engineers working on OpenShift, we have many tools at our disposal to research cluster failures and to report our findings to our colleagues. We would like to share some of our experiences, techniques, and tools with the wider OKD community in the hopes of inspiring others to investigate these areas.

As part of our daily activities we spend a significant amount of time investigating bugs, and also failures in our release images and testing systems. As you might imagine, to accomplish this task we use many tools and pieces of _tribal knowledge_ to understand not only the failures themselves, but the complexity of the build and testing infrastructures. As Kubernetes and OpenShift have grown, there has always been an organic growth of tooling and testing that helps to support and drive the development process forward. To fully understand the depths of these processes is to be actively following what is happening with the development cycle. This is not always easy for users who are also focused on delivering high quality service through their clusters.
Expand Down
Loading

0 comments on commit 8b2a354

Please sign in to comment.