-
Notifications
You must be signed in to change notification settings - Fork 30
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
Allow to use minishift > v1.13.0 #53
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,11 +16,11 @@ force_repo_clone: true | |
contra_env_setup_dir: "{{ ansible_env.HOME }}/.contra-env-setup" | ||
|
||
# Docker KVM version | ||
dkvm_version: v0.7.0 | ||
dkvm_version: v0.10.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Will this driver work with 1.12.0 of minishift? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will need to test with 1.12.0 but then we will need to drop the patch if we want to still support v1.12.0 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bumping v0.10.0 is not enough because since 0.10.0 docker-machine-driver-kvm does not exist. Previously it passed for me because I already had /usr/local/bin/docker-machine-driver-kvm on testing machines |
||
|
||
## minishift values | ||
# minishift version | ||
minishift_version: v1.12.0 | ||
minishift_version: v1.17.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We can't support this as the default until we update the Custom CentOS ISO or we need to change the default CentOS ISO from minishift. I vote for the former since that will break others. |
||
|
||
# default location for minishift | ||
minishift_dest_dir: "{{ contra_env_setup_dir }}/minishift" | ||
|
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't support this as the default until we update the Custom CentOS ISO or we need to change the default CentOS ISO from minishift. I vote for the former since that will break others.
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.
I believe it should work, because the MR also contains the
Workaround for wrong SELinux context
(which was the issue with newer versions of minishift). If we upgrade the CentOS image, then this workaround should no longer be needed.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.
yes, that's main purpose of the 1st patch.
Allow to use v.1.17 with current default ISO.
The commit message even say that it can be reverted later when default ISO have right SELinux labeling