...
kubectl-openstack: This plugin is required for all users registered with CloudVeneto and is based on the OpenStack authentication model, using the Keystone token.
kubectl-iam: In case you wish to grant access to This plugin is required for all INFN users external to CloudVeneto, who are registered with one of the IAM services supported by our cluster (by default: "https://iam.cloud.infn.it" and "https://iam.quantumtea.it"), you will need to use the kubectl-iam plugin.. QUESTO PUNTO VA CHIARITO
Configuring kubectl with the kubectl-openstack plugin
...
Plugin installation
Download the kubectl-openstack file and copy it to /usr/local/bin/ . You may need to make the file executable (chmod 755 kubectl-openstack).
Code Block | ||||
---|---|---|---|---|
| ||||
$ kubectl-openstack --help
Usage: kubectl-openstack [FLAG] -user <USERNAME> -password <PASSOWRD> -project <PROJECT>
Options:
-force
overwrite the existing configuration
-password string
your CloudVeneto password
-project string
your CloudVeneto project
-user string
your CloudVeneto username |
Usage
To view the syntax and the list of parameters use the help:
...