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
Copy file name to clipboardExpand all lines: cli_reference/openshift_cli/usage-oc-kubectl.adoc
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,15 @@ Resources such as `DeploymentConfig`, `BuildConfig`, `Route`, `ImageStream`, and
16
16
+
17
17
* **Authentication**
18
18
+
19
-
The `oc` binary offers a built-in `login` command that allows authentication and enables you to work with {product-title} projects, which map Kubernetes namespaces to authenticated users.
20
19
ifndef::microshift[]
20
+
The `oc` binary offers a built-in `login` command for authentication and lets you work with {product-title} projects, which map Kubernetes namespaces to authenticated users.
21
21
See xref:../../authentication/understanding-authentication.adoc#understanding-authentication[Understanding authentication] for more information.
22
22
endif::[]
23
23
+
24
+
ifdef::microshift[]
25
+
The `oc` binary offers a built-in `login` command for authentication to {product-title}.
26
+
endif::[]
27
+
+
24
28
* **Additional commands**
25
29
+
26
30
The additional command `oc new-app`, for example, makes it easier to get new applications started using existing source code or pre-built images. Similarly, the additional command `oc new-project` makes it easier to start a project that you can switch to as your default.
Learn about {product-title}, interacting with {product-title} the command-line interface (CLI) tools, consumption experience, and integration with {op-system-first}.
8
+
Learn about {product-title}, interacting with {product-title}via the command-line interface (CLI) tools, and integration with {op-system-first}.
9
9
10
10
[id="microshift-understanding-about_{context}"]
11
11
== About MicroShift
12
12
13
-
MicroShift is a distribution of {OCP} optimized for small form factor and edge computing.
13
+
MicroShift is a distribution of {OCP} optimized for small form factors and edge computing.
14
14
15
-
Edge devices deployed in the field pose very different operational, environmental, and business challenges from those of cloud computing. These challenges motivate different engineering trade-offs for Kubernetes at the far edge than for cloud or near-edge scenarios. MicroShift's design goals cater to this:
15
+
Edge devices deployed in the field pose very different operational, environmental, and business challenges from those of cloud computing. These challenges motivate different engineering tradeoffs for Kubernetes at the far edge than for cloud or near-edge scenarios. MicroShift's design goals cater to these factors, including:
16
16
17
-
* Make frugal use of system resources, such as CPU, memory, network, and storage
18
-
* Tolerate severe networking constraints
19
-
* Update securely, safely, quickly, and seamlessly, without disrupting workloads
20
-
* Extend and integrate cleanly with edge-optimized operating systems, like Fedora IoT and {op-system-first}
21
-
* Provide a consistent development and management experience with other distributions of {OCP}
17
+
* Minimizing the use of system resources, such as CPU, memory, network, and storage
18
+
* Tolerating severe networking constraints
19
+
* Securely and seamlessly updating, without disrupting workloads
20
+
* Extending and integrating cleanly with edge-optimized operating systems, like Fedora IoT and {op-system-first}
21
+
* Providing a consistent development and management experience with other distributions of {OCP}
0 commit comments