Commit 9870ce4b authored by garciadav's avatar garciadav
Browse files

Update 06-osm-platform-configuration.md

parent 9b379f71
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -718,9 +718,9 @@ $ cat kubeconfig.yaml | juju add-k8s --controller <controller_name> <cloud_name>
```

Where:
* `juju add-k8s` command takes the kubeconfig from stdin.
* `<controller_name>`: Name of the controller to which this cloud will be added to.
* `<cloud_name>`: The cloud name that will be assigned to the cloud. By default, the credential name will be the same as the cloud name. Underscores (“_”) or names starting with numbers (“1-9”) are not valid.
- `juju add-k8s` command takes the kubeconfig from stdin.
- `<controller_name>`: Name of the controller to which this cloud will be added to.
- `<cloud_name>`: The cloud name that will be assigned to the cloud. By default, the credential name will be the same as the cloud name. Underscores (“_”) or names starting with numbers (“1-9”) are not valid.

Example:

@@ -738,9 +738,9 @@ $ juju add-credential --controller <controller_name> <cloud_name> -f <credential
```

Where:
* `<controller_name>`: Name of the controller to which this cloud will be added to.
* `<cloud_name>`: The cloud name that will be assigned to the cloud. By default, the credential name will be the same as the cloud name. Underscores (“_”) or names starting with numbers (“1-9”) are not valid.
* `<cloud_file>` and `<credentials_file>`: Path to the cloud and credentials files. The following subsections explain how to build these files.
- `<controller_name>`: Name of the controller to which this cloud will be added to.
- `<cloud_name>`: The cloud name that will be assigned to the cloud. By default, the credential name will be the same as the cloud name. Underscores (“_”) or names starting with numbers (“1-9”) are not valid.
- `<cloud_file>` and `<credentials_file>`: Path to the cloud and credentials files. The following subsections explain how to build these files.

##### Cloud file