feat(kubevirt): install virtctl plugin

!35
This commit is contained in:
2024-03-13 00:59:55 +09:30
parent 2ec8fe814c
commit 9d5a078320
5 changed files with 51 additions and 9 deletions

View File

@ -11,7 +11,9 @@ This Ansible role is designed to deploy a K3s Kubernetes cluster. Without adding
## Features
- CNI Setup
- CNI Setup, calico including `calicoctl` plugin
> `kubectl calico ....` instead of `calicoctl ....`
- Configurable:
@ -49,7 +51,9 @@ This Ansible role is designed to deploy a K3s Kubernetes cluster. Without adding
- Install MetalLB
- Install KubeVirt
- Install KubeVirt including `virtctl` plugin
> `kubectl virt ....` instead of `virtctl ....`
## Role Workflow