Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Microsoft Azure CLI 'k8sconfiguration' Extension

This package is for the 'k8sconfiguration' extension. i.e. 'az k8sconfiguration'

### How to use ### Install this extension using the below CLI command ` az extension add --name k8sconfiguration `

### Included Features #### Kubernetes Configuration: Kubernetes SourceControl Configuration: [more info](https://docs.microsoft.com/en-us/azure/kubernetessconfiguration/)Examples:

##### Create a KubernetesConfiguration ``` az k8sconfiguration create

--resource-group groupName --cluster-name clusterName --cluster-type clusterType --name configurationName --operator-instance-name operatorInstanceName --operator-namespace operatorNamespace --repository-url githubRepoUrl --operator-params operatorParameters --enable-helm-operator --helm-operator-version chartVersion --helm-operator-params chartParameters

```

##### Get a KubernetesConfiguration ``` az k8sconfiguration show

--resource-group groupName --cluster-name clusterName --cluster-type clusterType --name configurationName

```

##### Delete a KubernetesConfiguration ``` az k8sconfiguration delete

--resource-group groupName --cluster-name clusterName --cluster-type clusterType --name configurationName

```

##### Update a KubernetesConfiguration ``` az k8sconfiguration create

--resource-group groupName --cluster-name clusterName --cluster-type clusterType --name configurationName --repository-url githubRepoUrl --operator-params operatorParameters --enable-helm-operator --helm-operator-version chartVersion --helm-operator-params chartParameters

```

##### List all KubernetesConfigurations of a cluster ``` az k8sconfiguration list

--resource-group groupName --cluster-name clusterName --cluster-type clusterType

```

If you have issues, please give feedback by opening an issue at https://github.com/Azure/azure-cli-extensions/issues.