-
Notifications
You must be signed in to change notification settings - Fork 9
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
docs: add installation, cluster setup, emojivoto demo; fix mdx component mapping, prism theme #266
Conversation
a261b29
to
87746b1
Compare
|
87746b1
to
085c025
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot!
--os-sku AzureLinux \ | ||
--node-vm-size Standard_DC4as_cc_v5 \ | ||
--node-count 1 \ | ||
--generate-ssh-keys |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need these?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In our dev-setup--yes. But I forgot for what exactly, so not sure if strictly required for users. Better keep it for now just in case...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If no parameters are specified, the Azure CLI defaults to referencing the SSH keys stored in the
~/.ssh/id_rsa.pub
file. If the keys aren't found, the command returns the messageAn RSA key file or key value must be supplied to SSH Key Value
.
I believe the "right" argument for our CI would be --no-ssh-key
. For the user docs generate-ssh-keys
makes sense, I guess.
Signed-off-by: Paul Meyer <[email protected]>
Signed-off-by: Paul Meyer <[email protected]>
085c025
to
b41085f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Just some minor nits.
Signed-off-by: Paul Meyer <[email protected]>
Signed-off-by: Paul Meyer <[email protected]>
Signed-off-by: Paul Meyer <[email protected]>
Signed-off-by: Paul Meyer <[email protected]>
b41085f
to
6a9703b
Compare
Adding the first parts of our user-facing documentation.