Skip to content

Commit 201d981

Browse files
authored
update crc to 2.5.1 (#2471)
Signed-off-by: Mohit Suman <[email protected]>
1 parent 3969097 commit 201d981

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OpenShift Connector extension provides an end-to-end developer experience for Re
1313
- Developers can easily create, deploy and live debug container applications running on OpenShift.
1414
- Create [devfile](https://devfile.io/docs/devfile/2.1.0/user-guide/) based components directly from DefaultRegistry View
1515
- Follow logs for the deployed applications on OpenShift
16-
- Run local instance of OpenShift 4.10.14 using [OpenShift Local](https://crc.dev/crc/) directly from IDE
16+
- Run local instance of OpenShift 4.10.18 using [OpenShift Local](https://crc.dev/crc/) directly from IDE
1717
- Connect & Provision free [Developer Sandbox for Red Hat OpenShift](https://developers.redhat.com/developer-sandbox) instance from IDE
1818

1919
### Demo: https://www.youtube.com/watch?v=HEsYgDqD1rM

doc/development.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To resolve the problem delete 'crc' domain using
6666

6767
`virsh destroy crc`
6868

69-
### Error when `vrish destroy crc` domain
69+
### Error when `vrish destroy crc` domain
7070

7171
```virsh # destroy crc
7272
error: Failed to destroy domain crc
@@ -79,12 +79,15 @@ use
7979

8080
# Running local OpenShift Cluster
8181

82-
## CodeReady Containers
82+
## OpenShift Local (formerly Red Hat CodeReady Containers)
8383

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)
8891

8992
## minishift
9093

@@ -136,4 +139,4 @@ Follow this steps to release:
136139
7. Install it and do smoke test
137140
8. Approve release on jenkins if everything is fine
138141
9. Create release on github and put in description record form [2]
139-
10. (optional) Blog about it (edited)
142+
10. (optional) Blog about it (edited)

src/webview/cluster/app/clusterView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ function getSteps() {
5959
// eslint-disable-next-line @typescript-eslint/explicit-function-return-type
6060
export default function addClusterView(props) {
6161
const classes = useStyles();
62-
const crcLatest = '2.4.1';
63-
const crcOpenShift = '4.10.14';
62+
const crcLatest = '2.5.1';
63+
const crcOpenShift = '4.10.18';
6464
const [fileName, setBinaryPath] = React.useState('');
6565
const [pullSecretPath, setSecret] = React.useState('');
6666
const [cpuSize, setCpuSize] = React.useState(crcDefaults.DefaultCPUs);

0 commit comments

Comments
 (0)