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

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

Open
mqttBridge opened this issue Oct 14, 2024 · 6 comments
Labels
question Further information is requested

Comments

@mqttBridge
Copy link

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

@mqttBridge mqttBridge added the question Further information is requested label Oct 14, 2024
@scholz
Copy link

scholz commented Oct 14, 2024

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 .

@mqttBridge
Copy link
Author

mqttBridge commented Oct 14, 2024

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
Copy link

scholz commented Oct 14, 2024

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
Copy link
Author

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
Copy link
Author

mqttBridge commented Oct 15, 2024 via email

@scholz
Copy link

scholz commented Oct 15, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants