-
Notifications
You must be signed in to change notification settings - Fork 394
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
Update vSphere docs with SSH user and fix kubernetes test path #164
Conversation
Welcome @chrisjs! |
/assign @akutz |
/assign @codenrhoden |
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.
/lgtm
Definitely some needed fixes here. Thank you!
I just need to document the behavior of the FOREGROUND
env var when building.
@@ -88,11 +88,11 @@ Images may be downloaded via HTTP: | |||
|
|||
#### Accessing Local VMs | |||
|
|||
After the images are built, the VMs from they are built are prepped for local testing. Simply boot the VM locally with Fusion or Workstation and the machine will be initialized with cloud-init data from the `cloudinit` directory. The VMs may be accessed via SSH by using the command `hack/image-ssh.sh BUILD_DIR`. | |||
After the images are built, the VMs from they are built are prepped for local testing. Simply boot the VM locally with Fusion or Workstation and the machine will be initialized with cloud-init data from the `cloudinit` directory. The VMs may be accessed via SSH by using the command `hack/image-ssh.sh BUILD_DIR capv`. |
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.
This is only true if the image is built with FOREGROUND=1
(at least for Fusion), which is not the default. And is not documented. I need to file an issue to cover that. I actually only realized that was how things work a couple weeks ago and I've been meaning to document it ever since.
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.
ah got it - i was testing against workstation and found that to work, did not test against fusion
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.
good to have that confirmed. I thought that was the behavior I had seen, but it'd been a while. Either way, I need to document it. :) Thanks again!
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chrisjs, codenrhoden The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
No description provided.