This commit is contained in:
Bahram Rushenas 2022-08-29 09:30:18 -07:00
Родитель 49d8a08181
Коммит c7e3d8e4b4
2 изменённых файлов: 4 добавлений и 1 удалений

3
.vscode/cspell.json поставляемый
Просмотреть файл

@ -16,6 +16,7 @@
"argo", "argo",
"aspnetapp", "aspnetapp",
"aspnetsample", "aspnetsample",
"azureidentity",
"AZURERBAC", "AZURERBAC",
"azurevote", "azurevote",
"CARML", "CARML",
@ -40,6 +41,7 @@
"keyvaults", "keyvaults",
"kubeconfig", "kubeconfig",
"kubectl", "kubectl",
"kube",
"Kubernetes", "Kubernetes",
"Kured", "Kured",
"kustomization", "kustomization",
@ -55,6 +57,7 @@
"podmi", "podmi",
"refs", "refs",
"roadmap", "roadmap",
"secretproviderclass",
"subcharts", "subcharts",
"SUBSCRIPTIONID", "SUBSCRIPTIONID",
"TENANTID", "TENANTID",

Просмотреть файл

@ -28,7 +28,7 @@ The **cluster** directory contains the configuration that applies to entire clus
Typically, your bootstrapping repository wouldn't be a public facing repository like this one, but instead a private GitHub or Azure DevOps repo. The Flux operator deployed with the cluster supports private git repositories as your bootstrapping source. In addition to requiring network line of sight to the repository from your cluster's nodes, you'll also need to ensure that you've provided the necessary credentials. This can come, typically, in the form of certificate based SSH or personal access tokens (PAT), both ideally scoped as read-only to the repo with no additional permissions. Typically, your bootstrapping repository wouldn't be a public facing repository like this one, but instead a private GitHub or Azure DevOps repo. The Flux operator deployed with the cluster supports private git repositories as your bootstrapping source. In addition to requiring network line of sight to the repository from your cluster's nodes, you'll also need to ensure that you've provided the necessary credentials. This can come, typically, in the form of certificate based SSH or personal access tokens (PAT), both ideally scoped as read-only to the repo with no additional permissions.
To configure the setting for the GitHub repo that you want flux to pull from, update the parameter file for your cluster rior : To configure the settings for the GitHub repo that you want flux to pull from, update the parameter file for your cluster prior to deploying it:
* If you are using terraform modify the [`flux.yaml`](../../IaC/terraform/configuration/workloads/flux.tfvars) file. * If you are using terraform modify the [`flux.yaml`](../../IaC/terraform/configuration/workloads/flux.tfvars) file.
* If you are using bicep modify the [`cluster.parameters.json`](../../IaC/bicep/rg-spoke/cluster.parameters.json) file. * If you are using bicep modify the [`cluster.parameters.json`](../../IaC/bicep/rg-spoke/cluster.parameters.json) file.