Skip to content

Commit e3607d0

Browse files
Merge pull request #227696 from JnHs/jh-arck8-flux1p
remove outdated info
2 parents 56c4193 + 039442c commit e3607d0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/azure-arc/kubernetes/tutorial-use-gitops-connected-cluster.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Tutorial: Deploy configurations using GitOps on an Azure Arc-enabled Kubernetes cluster'
33
description: This tutorial demonstrates applying configurations on an Azure Arc-enabled Kubernetes cluster.
44
ms.topic: tutorial
5-
ms.date: 05/24/2022
5+
ms.date: 02/16/2023
66
ms.custom: template-tutorial, devx-track-azurecli
77
---
88

@@ -34,8 +34,6 @@ In this tutorial, you will apply configurations using GitOps on an Azure Arc-ena
3434
>[!TIP]
3535
> If the `k8s-configuration` extension is already installed, you can update it to the latest version using the following command - `az extension update --name k8s-configuration`
3636
37-
- If your Git repository is located outside the firewall and git protocol is being used with the configuration repository parameter, then TCP on port 9418 (`git://:9418`) needs to be enabled for egress access on firewall.
38-
3937
## Create a configuration
4038

4139
The [example repository](https://github.com/Azure/arc-k8s-demo) used in this article is structured around the persona of a cluster operator. The manifests in this repository provision a few namespaces, deploy workloads, and provide some team-specific configuration. Using this repository with GitOps creates the following resources on your cluster:
@@ -97,7 +95,7 @@ Use the Azure CLI extension for `k8s-configuration` to link a connected cluster
9795
9896
| Parameter | Format |
9997
| ------------- | ------------- |
100-
| `--repository-url` | http[s]://server/repo[.git] or git://server/repo[.git]
98+
| `--repository-url` | http[s]://server/repo[.git]
10199
102100
### Use a private Git repository with SSH and Flux-created keys
103101

0 commit comments

Comments
 (0)