-
Notifications
You must be signed in to change notification settings - Fork 37
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
[Question] new-aksedgeDeployment cannot find the source code, is it open src or closed src? #207
Comments
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<AKSEE Version>" (e.g. 1.6.384.0 for an older version of AKSEE) E.g. the specific function you seek is in AksEdge.psm1 . |
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. |
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? |
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
<#207 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYZ5SOF5VIPQ5REYVEFSK2DZ3QABJAVCNFSM6AAAAABP4TURJOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJRHA4TANBTHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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. |
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
The text was updated successfully, but these errors were encountered: