iwo
3191110276/iwo/kubernetes
Terraform Module
HCL
KUBERNETES
Install
module "iwo" {
source = "3191110276/iwo/kubernetes"
version = "0.2.12"
}
README
Module for deploying IWO on Kubernetes clusters This module enables you to deploy the device connector for Cisco Intersight Workload Optimizer on a Kubernetes cluster.
Inputs (6)
| Name | Type | Description | Default |
|---|---|---|---|
| cluster_name | string | Name of the cluster in Intersight. Has to be unique per Intersight instance. | required |
| namespace | string | Namespace used for deploying the IWO objects. This namespace has to exist and is | "iwo" |
| create_namespace | bool | Determines if a Kubernetes namespace should be created as part of the IWO setup. | true |
| iwo_server_version | string | Version of the IWO server. Default can be used in most cases. | "8.3" |
| dc_version | string | Version of the device connector used for establishing the Intersight tunnel. Def | "1.0.9-1" |
| collector_version | string | Version of the collector used for gathering data from the local Kubernetes clust | "8.3.4" |
Resources (6)
kubernetes_cluster_role_bindingkubernetes_config_mapkubernetes_deploymentkubernetes_namespacekubernetes_service_accounttime_sleep
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.12
Cloud KUBERNETES
★ Stars0
Forks2
Total downloads5.6k
Inputs6
Resources6
Namespace3191110276
Updated