Skip to content

Commit

Permalink
Add toc, fix commands (#476)
Browse files Browse the repository at this point in the history
/lgtm & thank you for the review + fix
  • Loading branch information
darkdoc committed Sep 17, 2024
1 parent 84be36e commit 6efa2cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/blog/2024-09-13-using-hypershift.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- patterns
- how-to
---
:toc:
= Getting Started

Hosted Control Planes (aka: HyperShift) is project that enables rapid provisioning and deprovisioning of OpenShift clusters. Use this guide to create and delete your hostedclusters and to interrogate the hostingcluster for compute resource information. Upstream documentation can be found https://hypershift-docs.netlify.app/[HyperShift Upstream Project Docs]
Expand Down Expand Up @@ -187,7 +188,7 @@ NOTE: This will get the admin kubeconfig for your cluster and save it to a file
[.console-input]
[source,bash,subs=attributes+,+macros]
----
oc get hc/<cluster_name> -n clusters -o jsonpath='{.status.controlPlaneEndpoint.host}'
hcp create kubeconfig --name <cluster_name> > /tmp/<cluster_name>.kube
----

[#cluster_console]
Expand All @@ -196,7 +197,7 @@ oc get hc/<cluster_name> -n clusters -o jsonpath='{.status.controlPlaneEndpoint.
[.console-input]
[source,bash,subs=attributes+,+macros]
----
hcp create kubeconfig --name <cluster_name> > /tmp/<cluster_name>.kube
oc get hc/<cluster_name> -n clusters -o jsonpath='{.status.controlPlaneEndpoint.host}'
----

[#infraid]
Expand Down

0 comments on commit 6efa2cf

Please sign in to comment.