-
Notifications
You must be signed in to change notification settings - Fork 90
Align playground to newest tinkerbell #212
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
Align playground to newest tinkerbell #212
Conversation
This commit updates the in-repo docs to align it with the tinkerbell.org docs. I've also replaced the instructions for deploying Tinkerbell in the Kubernetes quick start guide with a link to the tinkerbell.org Install guide, so we don't have the same info in too many places. I've also removed links to the example manifests, as they were not ported to the central repo. And again, best not to have the same info in too many places. Signed-off-by: Michael Meier <[email protected]>
This commit updates the playground to Tinkerbell's 0.19.0 release. The port of the HTTP server for HookOS changed, and the kubevip config in the values.yaml file of the Helm chart was moved under the optional: section. Signed-off-by: Michael Meier <[email protected]>
The tinkerbell.org install instructions now install the Helm chart into the tinkerbell namespace. This commit aligns the namespaces from the Install page and the playground to "tinkerbell". Signed-off-by: Michael Meier <[email protected]>
7d11d59
to
925d658
Compare
Let's keep this in draft for now, until the fix for tinkerbell/tinkerbell#261 in tinkerbell/tinkerbell#263 has been released, as the playground does not currently work with the |
Signed-off-by: Michael Meier <[email protected]>
I'm rerunning the tests with 0.19.2 now to see whether we can merge this PR with another update to use 0.19.2. |
Updating Tinkerbell to v0.19.2. This fixes the broadcast interface script issue in the 0.19.1 update. Signed-off-by: Michael Meier <[email protected]>
@jacobweinstock I've just run a full test of the playground, and it works fine with Tinkerbell v0.19.2. This PR can now be merged. Please also note tinkerbell/tinkerbell.org#257. It updates the tinkerbell.org Getting Started docs to reference the new namespace in the example |
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 so much, @mmeier86!
Description
This PR makes a couple of changes to align the playground examples with the newest Tinkerbell releases:
0.19.1
tink-system
namespace with thetinkerbell
namespace, aligning the playground examples with the newest Tinkerbell Helm chart install instructions from tinkerbell.orgWhy is this needed
Fixes: #211
How Has This Been Tested?
I've run through the playground setup steps with the libvirt provider and successfully provisioned
machine1
.How are existing users impacted? What migration steps/scripts do we need?
There should be no existing user impact.
Checklist:
I have: