okd-project / okd

The self-managing, auto-upgrading, Kubernetes distribution for everyone
https://okd.io
Apache License 2.0
1.76k stars 297 forks source link

[Doc] Broken links or missing sections in the CI/CD section (Pipelines, GitOps, Jenkins) #1388

Closed titou10titou10 closed 2 months ago

titou10titou10 commented 2 years ago

There are broken links in the CI/CD section of the latest OKD documentation: https://docs.okd.io/latest/cicd/index.html

Namely:

Either the section are missing or the page should be rewritten without those links

Compared to the OCP doc, those 3 sections are missing:

JaimeMagiera commented 2 years ago

Thank for providing this. The OpenShift Pipelines operator is not available within OKD. The upstream Tekton is. We'll have to massage the text to reflect that. I'll bring this up at the next OKD Community Development Meeting.

titou10titou10 commented 2 years ago

The OpenShift Pipelines operator is not available within OKD

oh? I'm currently actively using OpenShift Pipelines in OKD...

Operators > OperatorHub > Red Hat OpenShift Pipelines (v1.8.0, channel="pipeline-1.8"..)

It works like a charm...

oc version
Client Version: 4.11.0-0.okd-2022-10-28-153352
Kustomize Version: v4.5.4
Server Version: 4.11.0-0.okd-2022-10-28-153352
Kubernetes Version: v1.24.0-2566+5157800f2a3bc3-dirty

tkn version
Client version: 0.24.0
Pipeline version: v0.37.4
Triggers version: v0.20.2
Operator version: v0.60.1

tkn-pac version
0.10.1
vrutkovs commented 2 years ago

oh? I'm currently actively using OpenShift Pipelines in OKD...

Its not available in default "fake pullsecret" configuration. /assign @mburke5678

titou10titou10 commented 2 years ago

@vrutkovs, @JaimeMagiera this is the same as described in the KNOWN_ISSUES.md file for logging (as an example) ...and the doc for logging IS present in the OKD doc even if you need a RH account

IMHO, its about consistency, either the doc for features/operators only available with a RH account are present in the OKD doc (With a statement saying you need a RH account..) or they are not, and in that case IMHO there should be as a minimum a link to the related OCP doc and a statement saying you can get it with a RH account

vrutkovs commented 2 years ago

Agree, we'd need to remove references to the hidden section - until OKD operators is a thing

JaimeMagiera commented 2 months ago

Hi,

We are not working on FCOS builds of OKD any more. Please see these documents...

https://okd.io/blog/2024/06/01/okd-future-statement https://okd.io/blog/2024/07/30/okd-pre-release-testing

The new operators project is alive and well. You can read more here... https://okd.io/docs/operators/

Many thanks,

Jaime