You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add /proc/cmdline parsing for tinkerbell_tls and tink_worker_image: (#115)
## Description
This PR adds `/proc/cmdline` parsing for `tinkerbell_tls` and `tink_worker_image`:
Boots now has the ability to not pass kernel commandline args for a registry. When not passing registry info we will need to know the location of the tink worker container image. This is handled with the `tink_worker_image` kernel commandline arg.
Tink server now has the ability to run without TLS. The `tinkerbell_tls` kernel commandline arg is used to determine this. This value is parsed and passed along to the Tink worker.
## Why is this needed
Fixes: #
## How Has This Been Tested?
## How are existing users impacted? What migration steps/scripts do we need?
## Checklist:
I have:
- [ ] updated the documentation and/or roadmap (if required)
- [ ] added unit or e2e tests
- [ ] provided instructions on how to upgrade
0 commit comments