Containers Vsphere Integrator
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 144 | 16 Dec 2021 | |
latest/candidate | 123 | 26 Oct 2021 | |
latest/beta | 144 | 15 Dec 2021 | |
latest/edge | 154 | 31 Jan 2022 |
juju deploy containers-vsphere-integrator
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
credentials | string
The base64-encoded contents of a JSON file containing vSphere credentials.
The credentials must contain the following keys: vsphere_ip, user, password, datacenter, and datastore.
This can be used from bundles with 'include-base64://' (see https://docs.jujucharms.com/2.4/en/charms-bundles#setting-charm-configuration-options-in-a-bundle), or from the command-line with 'juju config vsphere credentials="$(base64 /path/to/file)"'.
It is strongly recommended that you use 'juju trust' instead, if available.
-
datacenter | string
vSphere datacenter name. In the vCenter control panel, this can be found at Inventory Lists > Resources > Datacenters.
-
datastore | string
Default: datastore1
Datastore to use for provisioning volumes using storage classes and persistent volume claims. Defaults to 'datastore1'.
-
folder | string
Default: juju-kubernetes
Virtual center VM folder path under the datacenter. Defaults to 'juju-kubernetes'. This value must not be empty.
-
password | string
Password of a valid vSphere user.
-
respool_path | string
Path to resource pool under the datacenter.
-
user | string
Username of a valid vSphere user.
-
vsphere_ip | string
IP address of the vSphere server.