You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-arc/kubernetes/conceptual-gitops-flux2.md
+5-73Lines changed: 5 additions & 73 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,9 @@ Because Azure Resource Manager manages your configurations, you can automate cre
115
115
116
116
To see all the parameters supported by Flux in Azure, see the [`az k8s-configuration` documentation](/cli/azure/k8s-configuration). This implementation doesn't currently support every parameter that Flux supports (see the [official Flux documentation](https://fluxcd.io/docs/)). Let us know if a parameter you need is missing from the Azure implementation.
117
117
118
-
You can also see the full list of parameters that `az k8s-configuration flux` command supports by using the `-h` parameter in Azure CLI (for example, `az k8s-configuration flux -h` or `az k8s-configuration flux create -h`). The following information describes some of the parameters and arguments available for the `az k8s-configuration flux create` command.
118
+
You can also see the full list of parameters for the `az k8s-configuration flux` by using the `-h` parameter in Azure CLI (for example, `az k8s-configuration flux -h` or `az k8s-configuration flux create -h`).
119
+
120
+
The following information describes some of the parameters and arguments available for the `az k8s-configuration flux create` command.
119
121
120
122
### Configuration general arguments
121
123
@@ -286,7 +288,7 @@ For on-premises repositories, Flux uses `libgit2`.
286
288
287
289
### Kustomization
288
290
289
-
By using `az k8s-configuration flux kustomization create`, you can create one or more kustomizations during the configuration.
291
+
By using [`az k8s-configuration flux kustomization create`](/cli/azure/k8s-configuration/flux/kustomization#az-k8s-configuration-flux-kustomization-create), you can create one or more kustomizations during the configuration.
290
292
291
293
| Parameter | Format | Notes |
292
294
| ------------- | ------------- | ------------- |
@@ -301,77 +303,7 @@ By using `az k8s-configuration flux kustomization create`, you can create one or
301
303
|`validation`| String | Values: `none`, `client`, `server`. Default: `none`. See [Flux documentation](https://fluxcd.io/docs/) for details.|
302
304
|`force`| Boolean | Default: `false`. Set `force=true` to instruct the kustomize controller to re-create resources when patching fails because of an immutable field change. |
303
305
304
-
You can also use `az k8s-configuration flux kustomization` to create, update, list, show, and delete kustomizations in a Flux configuration:
305
-
306
-
```console
307
-
az k8s-configuration flux kustomization -h
308
-
309
-
Group
310
-
az k8s-configuration flux kustomization : Commands to manage Kustomizations associated with Flux
311
-
v2 Kubernetes configurations.
312
-
313
-
Commands:
314
-
create : Create a Kustomization associated with a Flux v2 Kubernetes configuration.
315
-
delete : Delete a Kustomization associated with a Flux v2 Kubernetes configuration.
316
-
list : List Kustomizations associated with a Flux v2 Kubernetes configuration.
317
-
show : Show a Kustomization associated with a Flux v2 Kubernetes configuration.
318
-
update : Update a Kustomization associated with a Flux v2 Kubernetes configuration.
319
-
```
320
-
321
-
Here are the kustomization creation options:
322
-
323
-
```azurecli
324
-
az k8s-configuration flux kustomization create -h
325
-
326
-
This command is from the following extension: k8s-configuration
327
-
328
-
Command
329
-
az k8s-configuration flux kustomization create : Create a Kustomization associated with a
330
-
Kubernetes Flux v2 Configuration.
331
-
332
-
Arguments
333
-
--cluster-name -c [Required] : Name of the Kubernetes cluster.
334
-
--cluster-type -t [Required] : Specify Arc connected clusters or AKS managed clusters.
You can also use [`az k8s-configuration flux kustomization`](/cli/azure/k8s-configuration/flux/kustomization) to update, list, show, and delete kustomizations in a Flux configuration.
0 commit comments