Skip to content

Commit

Permalink
removed license related parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
uma-kt committed Jul 28, 2023
1 parent f9423f5 commit 5c272a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,7 @@ This object contains the different parameters used in the [KubeSlice Controller
| projectnsPrefix | String | The project namespace prefix. | Optional |
| endpoint | AlphaNumeric | The URL of the Kubernetes control plane. | Mandatory |

#### Controller License Parameters
This object contains the different parameters used in the
[KubeSlice Controller YAML file](#create-controller-yaml).

| Parameter | Parameter Type | Description | Required |
| ------------ | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| type | String | The type of the license for installing KubeSlice. The value must be always `kubeslice-trial-license`. Currently, we support only trial license. | Mandatory |
| mode | String | This is the license activation mode. For installing the KubeSlice Controller online, the value is `auto`, which is default. For installing the KubeSlice Controller on an airgap cluster, the value is `manual`. | Optional |
| customerName | String | Enter a name of the user or organization to easily identify. | Optional |
| Optional |

### Create Controller YAML
Create the `controller.yaml` file using the following template.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,6 @@ This object contains the different parameters used in the [KubeSlice Controller
| projectnsPrefix | String | The project namespace prefix. | Optional |
| endpoint | AlphaNumeric | The URL of the Kubernetes control plane. | Mandatory |

#### Controller License Parameters
This object contains the different parameters used in the
[KubeSlice Controller YAML file](#create-controller-yaml).

| Parameter | Parameter Type | Description | Required |
| ------------ | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------- |
| type | String | The type of the license for installing KubeSlice. The value must be always `kubeslice-trial-license`. Currently, we support only trial license. | Mandatory |
| mode | String | This is the license activation mode. For installing the KubeSlice Controller online, the value is `auto`, which is default. For installing the KubeSlice Controller on an airgap cluster, the value is `manual`. | Optional |


### Create Controller YAML
Create the `controller.yaml` file using the following template.
Expand Down

0 comments on commit 5c272a7

Please sign in to comment.