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: doc/development.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ To resolve the problem delete 'crc' domain using
66
66
67
67
`virsh destroy crc`
68
68
69
-
### Error when `vrish destroy crc` domain
69
+
### Error when `vrish destroy crc` domain
70
70
71
71
```virsh # destroy crc
72
72
error: Failed to destroy domain crc
@@ -79,12 +79,15 @@ use
79
79
80
80
# Running local OpenShift Cluster
81
81
82
-
## CodeReady Containers
82
+
## OpenShift Local (formerly Red Hat CodeReady Containers)
83
83
84
-
1. Download form https://mirror.openshift.com/pub/openshift-v4/clients/crc/
85
-
2. Unpack
86
-
3. 'crc setup'
87
-
4. 'crc start -p /path/to/pull-secret.txt
84
+
1. Downloads are available at: https://developers.redhat.com/content-gateway/rest/mirror/pub/openshift-v4/clients/crc/
85
+
2. To use these binaries follow the instructions at https://console.redhat.com/openshift/install/crc/installer-provisioned to obtain the needed pull-secret.
86
+
3. Install OpenShift Local using the installer
87
+
3.`crc setup`
88
+
4.`crc start -p /path/to/pull-secret.txt`
89
+
90
+
Note: MacOS users upgrading from an earlier release should perform a crc delete if you get an error saying vfkit-amd64 or vfkit-arm64 not found. See: [#3218 (comment)](https://github.com/code-ready/crc/pull/3218#issuecomment-1161496884)
88
91
89
92
## minishift
90
93
@@ -136,4 +139,4 @@ Follow this steps to release:
136
139
7. Install it and do smoke test
137
140
8. Approve release on jenkins if everything is fine
138
141
9. Create release on github and put in description record form [2]
0 commit comments