Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
- Remove old assumptions which used for libvirt IPI
- Add note around how to consume the branch
  • Loading branch information
praveenkumar committed Mar 20, 2024
1 parent d1ac33d commit 9d10873
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# Single node cluster (snc) scripts for OpenShift 4

**NOTE:** Please select the respective branch to create a bundle for a specific OpenShift release (ie. to create a 4.15.x OpenShift bundle, choose the release-4.15 branch)

## How to use?
- Clone this repo `git clone https://github.com/code-ready/snc.git`
- `cd <directory_to_cloned_repo>`
- `./snc.sh`

## How to create disk image?
- Once your `snc.sh` script run successfully.
- You need to wait for around 30 mins till cluster settle.
- `./createdisk.sh crc-tmp-install-data`

## Monitoring
Expand Down Expand Up @@ -59,8 +60,8 @@ Note: a GPG key is needed to sign the bundles before they are wrapped in a conta

## Troubleshooting

OpenShift installer will create 2 VMs. It is sometimes useful to ssh inside the VMs.
Add the following lines in your `~/.ssh/config` file. You can then do `ssh master` and `ssh bootstrap`.
OpenShift installer will create 1 VM. It is sometimes useful to ssh inside the VM.
Add the following lines in your `~/.ssh/config` file. You can then do `ssh master`.

```
Host master
Expand All @@ -69,13 +70,6 @@ Host master
IdentityFile <directory_to_cloned_repo>/id_ecdsa_crc
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
Host bootstrap
Hostname 192.168.126.10
User core
IdentityFile <directory_to_cloned_repo>/id_ecdsa_crc
StrictHostKeyChecking no
UserKnownHostsFile /dev/null
```

## Environment Variables
Expand Down

0 comments on commit 9d10873

Please sign in to comment.