Mohamed Belgaied Hassine
Mohamed Belgaied Hassine
**Is your feature request related to a problem? Please describe.** In Rancher, it is possible to limit the access rights of users. For example, one might want to prevent users...
### Is your feature request related to a problem? Please describe. Today, whenever the datasource `rancher2_cluster_v2` is called, it generates a kubeconfig for a cluster, which, because of the Rancher...
## Description I would like to deploy Rancher Monitoring, Logging, etc. using Fleet and the following GitHub Repos: - https://github.com/belgaied2/fleet-rancher-monitoring/ - https://github.com/belgaied2/fleet-rancher-logging/ GitRepo object (for Monitoring): ```yaml apiVersion: fleet.cattle.io/v1alpha1 kind:...
Harvester CLI makes some assumptions to make managing VM lifecycle more accessible. One of these assumptions is whenever a user does not provide the name of a keypair and also...
Cloud-init custom configurations might contain sensitive data. However, Harvester CLI only offers the possibility to reference a ConfigMap containing user or network data. It should also/instead offer the possibility to...
When using the command `harvester vm create` , it is possible to provide the flag `--vm-image-id` which is an internal technical ID of a VM image. That ID is not...
One nice automation use case is to query multiple Harvester clusters using Harvester CLI. Listing resources like VMs, images, templates, vm imports or vm import sources, etc should be done...
# Problem statement Harvester CLI is a CLI tool to control [Harvester HCI's clusters](https://harvesterhci.io) remotely. The upstream project might build binaries called `harvester`, therefore, it is a bad idea to...
The current code does not have any unit tests. The project needs to implement unit tests for most functions.