Skip to content

Commit

Permalink
HyperShift Blog fixup (#475)
Browse files Browse the repository at this point in the history
* fixing terrible turrible typos

* fixup - indentation issue
  • Loading branch information
day0hero authored Sep 16, 2024
1 parent af6dd83 commit 84be36e
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions content/blog/2024-09-13-using-hypershift.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: 2024-08-30
date: 2024-09-13
title: Using HyperShift
summary: Lifecycle's of Hosted Control Planes
author: jonny rickard
Expand All @@ -15,20 +15,17 @@ Hosted Control Planes (aka: HyperShift) is project that enables rapid provisioni

Deploying HyperShift clusters requires the following:

[cols="4*^,4*.",options="header,+attributes"]
[cols="3*^,3*.",options="header,+attributes"]
|===
|**Resource**|**Default Path**|**Description**|**windows**

|`aws credentials`
|`~/.aws/credentials`
|**Resource**|**Default Path**|**Description**

|`hcp`
|`/usr/local/bin`
| https://developers.redhat.com/content-gateway/rest/browse/pub/mce/clients/hcp-cli

|`aws cli`
| `/usr/bin/aws`
| `dnf install awscli1
| `dnf install awscli2`

|`oc`
|`/usr/bin/oc`
Expand All @@ -37,11 +34,11 @@ Deploying HyperShift clusters requires the following:
|`Podman`
| https://podman.io/docs/installation#macos[Download]
| `dnf install podman`
| https://github.com/containers/podman/blob/main/docs/tutorials/podman-for-windows.md[Install]

|===

Additonally, you will need:

- An openshift cluster that has the multicluster-engine operator deployed and configured
- You are logged into your management cluster with an appropriately credentialed user

Expand Down

0 comments on commit 84be36e

Please sign in to comment.