Azure / AKS-Edge

Welcome to the Azure Kubernetes Service (AKS) Edge repo.
MIT License
57 stars 37 forks source link

[Question] new-aksedgeDeployment cannot find the source code, is it open src or closed src? #207

Open mqttBridge opened 1 week ago

mqttBridge commented 1 week ago

Describe scenario i want to understand under the hood details of "new-aksedgedeployment" cmdlet?

Question i want to understand under the hood details of "new-aksedgedeployment" cmdlet?pls share the relevant git hub repo

scholz commented 1 week ago

Hi @mqttBridge , just chiming in:

core AKSEE powershell functions are delivered through AKSEE MSI installer. They are usually in : "C:\Program Files\WindowsPowerShell\Modules\AksEdge\" (e.g. 1.6.384.0 for an older version of AKSEE)

E.g. the specific function you seek is in AksEdge.psm1 .

mqttBridge commented 1 week ago

thanks for the response, but i can only see the function being invoked but not the function definition in aksedge.psm1 file. i also did a git repo level search for this function definition "new-aksedgedeployement"

Image

regrards

scholz commented 1 week ago

Ok strange. in the version iam refering to i find the function definition in the mentioned file and can also see that it calls NewDeploymentInternal... Maybe we are not talking about the same thing: iam refering to the official installer you can download from here: https://aka.ms/aks-edge/k3s-msi . if you install this or maybe extract the files from msi - if possible. Then you will find the mentioned file and the code inside. Also: as far as i understand, this repository here is just an auxillary repo which does not contain this part of the code.

mqttBridge commented 1 week ago

Thanks scholz your comment helped, as u hv told i can find it only when i install. possible to share the git repo of k3s-msi?

mqttBridge commented 1 week ago

Hi scholz

Possible to share the git repository of msi installer if it is open src?

Regards

On Mon, Oct 14, 2024, 11:21 PM Markus Scholz @.***> wrote:

Ok strange. in the version iam refering to i find the function definition in the mentioned file and can also see that it calls NewDeploymentInternal... Maybe we are not talking about the same thing: iam refering to the official installer you can download from here: https://aka.ms/aks-edge/k3s-msi https://aka.ms/aks-edge/k3s-msi . if you install this or maybe extract the files from msi - if possible. Then you will find the mentioned file and the code inside. Also: as far as i understand, this repository here is just an auxillary repo which does not contain this part of the code.

— Reply to this email directly, view it on GitHub https://github.com/Azure/AKS-Edge/issues/207#issuecomment-2411890439, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYZ5SOF5VIPQ5REYVEFSK2DZ3QABJAVCNFSM6AAAAABP4TURJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJRHA4TANBTHE . You are receiving this because you were mentioned.Message ID: @.***>

scholz commented 1 week ago

Hi @mqttBridge , i am just a user of AKSEE and cannot comment on the code availability or the nature of its license. But AFAIK the code is not in an open github repo.