Skip to content

Commit

Permalink
use official container image in README
Browse files Browse the repository at this point in the history
replace private build with quay.io/isolatedcontainers/kata-operator:4.7
  • Loading branch information
jensfr committed Nov 4, 2020
1 parent 386abd1 commit d2d317d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ An operator to perform lifecycle management (install/upgrade/uninstall) of [Kata
3. Install the Kata Operator on the cluster,

```
make install && make deploy IMG=quay.io/harpatil/kata-operator:0.4
make install && make deploy IMG=quay.io/isolatedcontainers/kata-operator:4.7
oc adm policy add-scc-to-user privileged -z default -n kata-operator-system
```
4. To begin the installation of the kata runtime on the cluster,
Expand Down

0 comments on commit d2d317d

Please sign in to comment.