You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CLI configuration file allows you to configure different profiles, or contexts, for use with the xref:../../cli_reference/index.adoc#cli-tools-overview[CLI tools overview]. A context consists of
The `oc` binary offers a built-in `login` command for authentication and lets you work with projects, which map Kubernetes namespaces to authenticated users.
53
53
Read xref:../../authentication/understanding-authentication.adoc#understanding-authentication[Understanding authentication] for more information.
The `oc` binary offers a built-in `login` command for authentication to {product-title}.
@@ -64,19 +64,19 @@ The additional command `oc new-app`, for example, makes it easier to get new app
64
64
[IMPORTANT]
65
65
====
66
66
If you installed an earlier version of the `oc` binary, you cannot use it to complete all of the commands in
67
-
ifndef::openshift-rosa[]
67
+
ifndef::openshift-rosa,openshift-rosa-hcp[]
68
68
{product-title} {product-version}
69
-
endif::openshift-rosa[]
70
-
ifdef::openshift-rosa[]
69
+
endif::openshift-rosa,openshift-rosa-hcp[]
70
+
ifdef::openshift-rosa,openshift-rosa-hcp[]
71
71
ROSA
72
-
endif::openshift-rosa[]
72
+
endif::openshift-rosa,openshift-rosa-hcp[]
73
73
. If you want the latest features, you must download and install the latest version of the `oc` binary corresponding to your
74
-
ifndef::openshift-rosa[]
74
+
ifndef::openshift-rosa,openshift-rosa-hcp[]
75
75
{product-title}
76
-
endif::openshift-rosa[]
77
-
ifdef::openshift-rosa[]
76
+
endif::openshift-rosa,openshift-rosa-hcp[]
77
+
ifdef::openshift-rosa,openshift-rosa-hcp[]
78
78
ROSA
79
-
endif::openshift-rosa[]
79
+
endif::openshift-rosa,openshift-rosa-hcp[]
80
80
server version.
81
81
====
82
82
@@ -109,19 +109,19 @@ image:redcircle-3.png[] `oc` client might provide options and features that migh
109
109
== The kubectl binary
110
110
111
111
The `kubectl` binary is provided as a means to support existing workflows and scripts for new
112
-
ifndef::openshift-rosa[]
112
+
ifndef::openshift-rosa,openshift-rosa-hcp[]
113
113
{product-title}
114
-
endif::openshift-rosa[]
115
-
ifdef::openshift-rosa[]
114
+
endif::openshift-rosa,openshift-rosa-hcp[]
115
+
ifdef::openshift-rosa,openshift-rosa-hcp[]
116
116
ROSA
117
-
endif::openshift-rosa[]
117
+
endif::openshift-rosa,openshift-rosa-hcp[]
118
118
users coming from a standard Kubernetes environment, or for those who prefer to use the `kubectl` CLI. Existing users of `kubectl` can continue to use the binary to interact with Kubernetes primitives, with no changes required to the
119
-
ifndef::openshift-rosa[]
119
+
ifndef::openshift-rosa,openshift-rosa-hcp[]
120
120
{product-title}
121
-
endif::openshift-rosa[]
122
-
ifdef::openshift-rosa[]
121
+
endif::openshift-rosa,openshift-rosa-hcp[]
122
+
ifdef::openshift-rosa,openshift-rosa-hcp[]
123
123
ROSA
124
-
endif::openshift-rosa[]
124
+
endif::openshift-rosa,openshift-rosa-hcp[]
125
125
cluster.
126
126
127
127
You can install the supported `kubectl` binary by following the steps to xref:../../cli_reference/openshift_cli/getting-started-cli.adoc#cli-installing-cli_cli-developer-commands[Install the OpenShift CLI]. The `kubectl` binary is included in the archive if you download the binary, or is installed when you install the CLI by using an RPM.
* See xref:../../operators/understanding/olm-packaging-format.adoc#olm-bundle-format_olm-packaging-format[Operator Framework packaging format] for more information about the bundle format.
16
16
* To create a bundle image using the Operator SDK, see
17
17
xref:../../operators/operator_sdk/osdk-working-bundle-images.adoc#osdk-working-bundle-images[Working with bundle images].
* See xref:../../operators/admin/olm-managing-custom-catalogs.adoc#olm-managing-custom-catalogs[Managing custom catalogs] for `opm` procedures including creating, updating, and pruning catalogs.
* xref:../../disconnected/mirroring/about-installing-oc-mirror-v2.adoc#about-installing-oc-mirror-v2[Mirroring images for a disconnected installation by using the oc-mirror plugin v2]
48
-
endif::openshift-rosa,openshift-dedicated[]
47
+
* xref:../../disconnected/mirroring/installing-mirroring-disconnected.adoc#installing-mirroring-disconnected[Mirroring images for a disconnected installation using the oc-mirror plugin]
Copy file name to clipboardExpand all lines: cli_reference/osdk/cli-osdk-install.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,14 @@ The Operator SDK provides a command-line interface (CLI) tool that Operator deve
11
11
include::snippets/osdk-deprecation.adoc[]
12
12
13
13
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.
0 commit comments