-
Notifications
You must be signed in to change notification settings - Fork 3
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
Fix cloud-init, linux install, and instance connect #574
Conversation
Starting creation of the PREview environment... |
PREview environment has been created at https://mondoo-pre-docs-4091303420.storage.googleapis.com/docs/index.html |
This comment has been minimized.
This comment has been minimized.
PREview has been updated at https://mondoo-pre-docs-4091303420.storage.googleapis.com/docs/index.html |
cat > mondoo-cloudinit.sh << EOF | ||
#!/bin/bash | ||
export MONDOO_REGISTRATION_TOKEN='eyJhbG..bn' | ||
bash -c "$(curl -sSL https://install.mondoo.com/sh)" | ||
export MONDOO_REGISTRATION_TOKEN='sample-api-token-CI6Ii8vYWdlbnRzABEL775kb28uYXBwL3NwYWNlcy9mcmllbmRseS1jb3JpLTY1NjU5Ni9zZXJ2aWNlYWNjb3VudHMvMnNqM21aSVhvczloZGxHQ0J2aE1kVVJ3N1g5IiwidHlwIjoiSldUIn0.eyJpYXQiOjE3Mzg5HANNAsImlzcyI6Im1vbmRvby9hbDEWEYuYmYiOjE3Mzg5NTUzMTUsInN1YiI6Ii8vYWdlbnRzLmFwaS5tb25kb28uYXBwL3NwYWNlcy9mcmllbmRseS1jb3JpLTY1NjU5Ni9zZXJ2aWNlYWNjb3VudHMvMnNqM21aSVhvczloZGxHQ0J2aE1kVVJ3N1g5In0.Xz_N4lRFQtu5RqoLRep7V_JGhZrOm_1s7_hrrnaKyqYT0bYyUhJXzno0_r8nJj_Z6w-GGZgC6DZutK2GkC-6pic3f2oU3YKPBxH5atBH7AEaQpcmCOSMOL42ErGzt4D' |
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.
We can probably make a pattern to ignore this entirely
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.
@tas50 if anyone can, it's you!
This is a work in progress. @benr is investigating the issue further. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
PREview has been updated at https://mondoo-pre-docs-4091303420.storage.googleapis.com/docs/index.html |
1 similar comment
PREview has been updated at https://mondoo-pre-docs-4091303420.storage.googleapis.com/docs/index.html |
This comment has been minimized.
This comment has been minimized.
PREview has been updated at https://mondoo-pre-docs-4091303420.storage.googleapis.com/docs/index.html |
1 similar comment
PREview has been updated at https://mondoo-pre-docs-4091303420.storage.googleapis.com/docs/index.html |
Description
Change cloud-init cnspec install doc
Change linux install doc
Remove DNS from instance connect doc
Related issue
#573
Types of changes
Checklist