Skip to content

Commit d5a9868

Browse files
author
Phill Gibson
committed
fixed OSM file warnings
1 parent f840f90 commit d5a9868

File tree

4 files changed

+1
-41
lines changed

4 files changed

+1
-41
lines changed

articles/aks/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,6 @@
390390
href: open-service-mesh-nginx-ingress.md
391391
- name: Configure observability using Prometheus, Grafana, and Jaeger
392392
href: open-service-mesh-open-source-observability.md
393-
- name: Customize OSM CLI experience
394-
href: open-service-mesh-customize-add-on-experience.md
395393
- name: IP and port range exclusion
396394
href: open-service-mesh-ip-port-exclusion.md
397395
- name: Configure Azure Monitor

articles/aks/open-service-mesh-binary.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ This article will discuss how to download the OSM client library to be used to o
3434
> [!WARNING]
3535
> Do not attempt to install OSM from the binary using `osm install`. This will result in a installation of OSM that is not integrated as an add-on for AKS.
3636
37-
<<<<<<< HEAD
38-
<<<<<<< HEAD
39-
> [!NOTE]
40-
> It is recommended to configure the OSM CLI to [customize the OSM AKS addon experience](./open-service-mesh-customize-add-on-experience.md) after installing the binary, before using the OSM CLI.
41-
=======
42-
=======
43-
>>>>>>> 0968ce84f94b58536c68eb2e90711f68085ecdc0
4437
## Configure OSM CLI variables with an OSM_CONFIG file
4538

4639
Users can override the default OSM CLI configuration to enhance the add-on experience. This can be done by creating a config file, similar to `kubeconfig`. The config file can be either created at `$HOME/.osm/config.yaml`, or at a different path that is exported using the `OSM_CONFIG` environment variable.
@@ -66,16 +59,3 @@ install:
6659
distribution: AKS
6760
namespace: kube-system
6861
```
69-
<<<<<<< HEAD
70-
<<<<<<< HEAD
71-
<<<<<<< HEAD
72-
>>>>>>> a1ff20a5ca93 (OSM remove preview tags)
73-
=======
74-
75-
> [!NOTE]
76-
> It is recommended to configure the OSM CLI to [customize the OSM AKS addon experience](./open-service-mesh-customize-add-on-experience.md) after installing the binary, before using the OSM CLI.
77-
>>>>>>> 55a4c30f0002 (fixing merge conflicts)
78-
=======
79-
>>>>>>> 0968ce84f94b (updated binary to remove redirection)
80-
=======
81-
>>>>>>> 0968ce84f94b58536c68eb2e90711f68085ecdc0

articles/aks/open-service-mesh-deploy-addon-bicep.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,7 @@ ms.author: pgibson
1212

1313
This article will discuss how to deploy the OSM add-on to AKS using a [Bicep](../azure-resource-manager/bicep/index.yml) template.
1414

15-
<<<<<<< HEAD
16-
<<<<<<< HEAD
17-
[!INCLUDE [preview features callout](./includes/preview/preview-callout.md)]
18-
19-
[Bicep](../azure-resource-manager/bicep/overview.md) is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources. Bicep can be used in place of creating Azure [ARM](../azure-resource-manager/templates/overview.md) templates for deploying your infrastructure-as-code Azure resources.
20-
=======
21-
[Bicep](/azure/azure-resource-manager/bicep/overview) is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources. Bicep can be used in place of creating Azure [ARM](/azure/azure-resource-manager/templates/overview) templates for deploying your infrastructure-as-code Azure resources.
22-
>>>>>>> a1ff20a5ca93 (OSM remove preview tags)
23-
=======
2415
[Bicep](/azure/azure-resource-manager/bicep/overview) is a domain-specific language (DSL) that uses declarative syntax to deploy Azure resources. Bicep can be used in place of creating Azure [ARM](/azure/azure-resource-manager/templates/overview) templates for deploying your infrastructure-as-code Azure resources.
25-
>>>>>>> 0968ce84f94b58536c68eb2e90711f68085ecdc0
2616

2717
## Prerequisites
2818

@@ -288,4 +278,4 @@ az group delete --name osm-bicep-test
288278
[az-feature-list]: /cli/azure/feature#az_feature_list
289279
[az-provider-register]: /cli/azure/provider#az_provider_register
290280
[az-extension-add]: /cli/azure/extension#az_extension_add
291-
[az-extension-update]: /cli/azure/extension#az_extension_update
281+
[az-extension-update]: /cli/azure/extension#az_extension_update

articles/aks/open-service-mesh-troubleshoot.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -449,12 +449,4 @@ Information on how OSM issues and manages certificates to Envoy proxies running
449449

450450
### Upgrading Envoy
451451

452-
<<<<<<< HEAD
453-
<<<<<<< HEAD
454452
When a new pod is created in a namespace monitored by the add-on, OSM will inject an [envoy proxy sidecar](https://docs.openservicemesh.io/docs/guides/app_onboarding/sidecar_injection/) in that pod. Information regarding how to update the envoy version can be found in the [Upgrade Guide](https://release-v0-11.docs.openservicemesh.io/docs/getting_started/upgrade/#envoy) on the OpenServiceMesh docs site.
455-
=======
456-
When a new pod is created in a namespace monitored by the add-on, OSM will inject an [envoy proxy sidecar](https://docs.openservicemesh.io/docs/guides/app_onboarding/sidecar_injection/) in that pod. Information regarding how to update the envoy version can be found in the [Upgrade Guide](https://docs.openservicemesh.io/docs/getting_started/upgrade/#envoy) on the OpenServiceMesh docs site.
457-
>>>>>>> a1ff20a5ca93 (OSM remove preview tags)
458-
=======
459-
When a new pod is created in a namespace monitored by the add-on, OSM will inject an [envoy proxy sidecar](https://docs.openservicemesh.io/docs/guides/app_onboarding/sidecar_injection/) in that pod. Information regarding how to update the envoy version can be found in the [Upgrade Guide](https://release-v0-11.docs.openservicemesh.io/docs/getting_started/upgrade/#envoy) on the OpenServiceMesh docs site.
460-
>>>>>>> 55a4c30f0002 (fixing merge conflicts)

0 commit comments

Comments
 (0)