Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open Service Mesh (OSM) Addon #1787

Closed
palma21 opened this issue Aug 12, 2020 · 14 comments
Closed

Open Service Mesh (OSM) Addon #1787

palma21 opened this issue Aug 12, 2020 · 14 comments
Assignees
Labels

Comments

@palma21
Copy link
Member

palma21 commented Aug 12, 2020

AKS Addon for https://openservicemesh.io/
https://docs.microsoft.com/en-us/azure/aks/open-service-mesh-about

@palma21 palma21 added addon/osm feature-request Requested Features labels Aug 12, 2020
@derkoe
Copy link

derkoe commented Nov 18, 2020

Seems like this is in Preview now :-)

These addons are available:
    ingress-appgw             - enable Application Gateway Ingress Controller addon (PREVIEW).

@derkoe
Copy link

derkoe commented Nov 18, 2020

Sorry copied the wrong line - az aks create -h shows:

These addons are available:
    open-service-mesh         - enable Open Service Mesh addon (PREVIEW).

@ams0
Copy link

ams0 commented Dec 4, 2020

az feature register --name AKS-OpenServiceMesh --namespace Microsoft.ContainerService
UnknownError: The feature 'AKS-OpenServiceMesh' does not support registration.

When can this be available? Am I missing something (I usually do)?

@palma21 palma21 self-assigned this Dec 9, 2020
@palma21
Copy link
Member Author

palma21 commented Dec 9, 2020

If it were already available it would be announced :)

We expect to have it soon for folks to try out!

@DenisBiondic
Copy link

Is this going to support windows nodes / windows container workloads?

@keikhara
Copy link
Contributor

@DenisBiondic yes. I added to our backlog roadmap.

@ckittel
Copy link
Member

ckittel commented Apr 27, 2021

For those looking for docs on this Preview: https://docs.microsoft.com/azure/aks/servicemesh-osm-about

@JasonWhall
Copy link

Updated link for reference - https://docs.microsoft.com/azure/aks/open-service-mesh-about

@ardacetinkaya
Copy link

I am getting the following error when I try to enable addon.
Any help or idea?

The behavior of this command has been altered by the following extension: aks-preview
(OpenServiceMeshAddonFeatureFlagNotEnabled) OpenServiceMesh addon is not allowed since feature 'Microsoft.ContainerService/AKS-OpenServiceMesh' is not enabled. Please see https://aka.ms/aks/previews for how to enable features.

When I list the addons;

{
"description": "- enable Open Service Mesh addon (PREVIEW).",
"name": "open-service-mesh"
}

AKS Cluster Version: 1.20.9

@ardacetinkaya
Copy link

Is this add-on really GA for AKS? I could not enable it in my cluster, I got the above☝🏻 error when I try as documented.

@palmerabollo
Copy link
Contributor

@ardacetinkaya yes, it was officially announced as GA on Nov 2.

I had to run the following command on my Azure account before creating the AKS cluster:

az feature register --namespace Microsoft.ContainerService --name AKS-OpenServiceMesh

I agree it shouldn't be needed for a GA feature.

@ardacetinkaya
Copy link

Thanks a lot @palmerabollo
It is now done. Time to dig more 😀

To have general info; when I registered the feature with above az feature... 👆 It also displayed the following info

Once the feature 'AKS-OpenServiceMesh' is registered, invoking 'az provider register -n Microsoft.ContainerService' is required to get the change propagated

So I re-registered the provider

az provider register -n Microsoft.ContainerService

And then enable Open Service Mesh is done

az aks enable-addons --addons open-service-mesh -g <resource_group_name> -n <cluster_name>

@palma21
Copy link
Member Author

palma21 commented Dec 7, 2021

@palma21 palma21 closed this as completed Dec 7, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jan 6, 2022
@aritraghosh aritraghosh moved this to Archive (GA older than 1 month) in Azure Kubernetes Service Roadmap (Public) Jul 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
Development

No branches or pull requests

10 participants