Elliott Davis
Elliott Davis
I can repro this inside the cockroach sql shell with: ``` BEGIN TRANSACTION; TRUNCATE schema_migrations; INSERT INTO schema_migrations (version, dirty) VALUES (1, true); COMMIT; ```
I couldn't come up with a clean solution to change the version number depending on what version you were installing. As a lowly developer I don't have much experience with...
I appreciate your work on this. You should really consider submitting your boxes to http://www.vagrantbox.es/. I had lost all hope of finding a centos5 box until I found packer, which...
it looks like this http://www.packer.io/docs/templates/user-variables.html could be very useful if packer processes the kickstart file. I'll give it a go and post back with results.
Well packer doesn't directly pass variables to those separate kickstart templates. After some research, it appears you can use perl/php/ruby to template those kickstart files. You can also put the...
Agreed, if packer could handle this, there would be a lot of _very_ happy sysadmins in the world. I talked to some of the opts guys I know and they...
Ah I think I have an old version of the code generator. I was trying to run the habitat-updater service inside GKE last week and realized I couldn't because of...
I think both are true. An admin will need to create the role but we should be able to tell a service what that role is, which is the goal...
I this particular case, the service running inside the pod needs to talk to the kubernetes API. See https://github.com/habitat-sh/habitat-updater The updater is modifying the Habitat resource to update the image....
Yeah my use-case is creating a service account for my service to interact with RBAC protected services in a cluster.