1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OSDOCS-10534: Deprecate Operator SDK and associated features

This commit is contained in:
Michael Ryan Peter
2024-06-06 15:24:39 -04:00
committed by openshift-cherrypick-robot
parent cf0921ee23
commit 78c3fc4995
41 changed files with 145 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ toc::[]
The Operator SDK provides a command-line interface (CLI) tool that Operator developers can use to build, test, and deploy an Operator. You can install the Operator SDK CLI on your workstation so that you are prepared to start authoring your own Operators.
include::snippets/osdk-deprecation.adoc[]
Operator authors with cluster administrator access to a Kubernetes-based cluster, such as {product-title}, can use the Operator SDK CLI to develop their own Operators based on Go, Ansible, Java, or Helm. link:https://kubebuilder.io/[Kubebuilder] is embedded into the Operator SDK as the scaffolding solution for Go-based Operators, which means existing Kubebuilder projects can be used as is with the Operator SDK and continue to work.
ifndef::openshift-rosa,openshift-dedicated[]
See xref:../../operators/operator_sdk/osdk-about.adoc#osdk-about[Developing Operators] for full documentation on the Operator SDK.
@@ -20,4 +22,4 @@ endif::openshift-rosa,openshift-dedicated[]
include::modules/osdk-installing-cli-linux-macos.adoc[leveloffset=+1]
include::modules/osdk-installing-cli-macos.adoc[leveloffset=+1]
include::modules/osdk-installing-cli-macos.adoc[leveloffset=+1]

View File

@@ -8,6 +8,8 @@ toc::[]
The Operator SDK command-line interface (CLI) is a development kit designed to make writing Operators easier.
include::snippets/osdk-deprecation.adoc[]
.Operator SDK CLI syntax
[source,terminal]
----
@@ -51,4 +53,4 @@ ifndef::openshift-rosa,openshift-dedicated[]
.Additional resources
* See xref:../../operators/operator_sdk/osdk-scorecard.adoc#osdk-scorecard[Validating Operators using the scorecard tool] for details about running the scorecard tool.
endif::openshift-rosa,openshift-dedicated[]
endif::openshift-rosa,openshift-dedicated[]