Skip to content

Commit

Permalink
adding references to other posts from the same series (kubevirt#381)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Ibáñez <pedro@redhat.com>
  • Loading branch information
ptrnull authored and kubevirt-bot committed Oct 23, 2019
1 parent 37bb3a7 commit db8208f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _posts/2019-10-09-KubeVirt_k8s_crio_from_scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ pub-year: 2019

Building your environment for testing or automation purposes can be difficult when using different edge technologies, in this guide you'll find how to set up your system step-by-step to work with the latest versions up to today of Kubernetes, CRI-O and KubeVirt.
In this series of blogposts the following topics are going to be covered en each post:
* Requirements: dependencies and containers runtime
* [Requirements: dependencies and containers runtime]({% post_url 2019-10-09-KubeVirt_k8s_crio_from_scratch %})
* [Kubernetes: Cluster and Network]({% post_url 2019-10-16-KubeVirt_k8s_crio_from_scratch_installing_kubernetes %})
* KubeVirt: requirements and first Virtual Machine
* [KubeVirt: requirements and first Virtual Machine]({% post_url 2019-10-23-KubeVirt_k8s_crio_from_scratch_installing_KubeVirt %})

## Pre-requisites
### Versions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Building your environment for testing or automation purposes can be difficult wh
In this series of blogposts the following topics are going to be covered en each post:

* [Requirements: dependencies and containers runtime]({% post_url 2019-10-09-KubeVirt_k8s_crio_from_scratch %})
* Kubernetes: Cluster and Network
* KubeVirt: requirements and first Virtual Machine
* [Kubernetes: Cluster and Network]({% post_url 2019-10-16-KubeVirt_k8s_crio_from_scratch_installing_kubernetes %})
* [KubeVirt: requirements and first Virtual Machine]({% post_url 2019-10-23-KubeVirt_k8s_crio_from_scratch_installing_KubeVirt %})

In the first blogpost of the series ([KubeVirt on Kubernetes with CRI-O from scratch)]({% post_url 2019-10-09-KubeVirt_k8s_crio_from_scratch %}) the initial set up for a CRI-O runtime environment has been covered. In this post is shown the installation and configuration of Kubernetes based in the previous CRI-O environment.

Expand Down

0 comments on commit db8208f

Please sign in to comment.