- 
                Notifications
    
You must be signed in to change notification settings  - Fork 2k
 
Allow setting hostname for rkt driver #967
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
Conversation
Requires rkt > 1.2.0
| 
           @achanda Are we detecting versions of rkt in the fingerprinter? Hope this won't work with older versions of rkt?  | 
    
| 
           @diptanu updated the min rkt version check. This indeed won't work on earlier versions. Thanks for pointing this out.  | 
    
| 
           @achanda Changes looks fine to me. I think we might need to be a little serious about maintaining backward compatibility here. So if a user rolls this new nomad client on a machine Nomad won't be able to schedule any new jobs on the node until the operator drains the node and upgrades the rkt driver. I think we should maintain compatibility with at least the last 2-3 versions of rkt. Is it possible for us to detect the version and based on the version add the appropriate flags?  | 
    
| 
           @diptanu that's certainly possible. Let's hold off this PR for now and I can work on it.  | 
    
| 
           @achanda Thanks!  | 
    
| 
           @diptanu trying to implement what we discussed here. How do I get the version of the driver? The   | 
    
| 
           @achanda You mean version of the rkt binary? You could get the versions in the  Hope this helps?  | 
    
| 
           @achanda Any update on this?  | 
    
| 
           @diptanu sorry, I pushed a PR now. This still needs some work,   | 
    
| 
           Closing this PR since this hasn't been worked on for a really long time. Please re-open the PR once again if you plan to finish the work.  | 
    
| 
           I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.  | 
    
Requires rkt > 1.2.0
rkt PR here rkt/rkt#2251