Fix URL of offline container images (#7005)

When clicking the link, we faced NotFound error page of the github.com.
This fixes the link to avoid that.
pull/6966/head
Kenichi Omichi 2020-12-09 00:16:50 -08:00 committed by GitHub
parent 7084d38767
commit e022e2e13c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ If you use the settings like the one above, you'll need to define in your invent
### Recommended way: Kubespray Container Image ### Recommended way: Kubespray Container Image
The easiest way is to use [kubespray container image](quay.io/kubespray/kubespray) as all the required packages are baked in the image. The easiest way is to use [kubespray container image](https://quay.io/kubespray/kubespray) as all the required packages are baked in the image.
Just copy the container image in your private container image registry and you are all set! Just copy the container image in your private container image registry and you are all set!
### Manual installation ### Manual installation