Mick McGrath

Results 58 comments of Mick McGrath

Adding a specific identity file to the global ssh_config for our restricted domain works, too. Add ``` Host github.restricteddomain.com IdentityFile /path/to/id_rsa ``` to `/etc/ssh/ssh_config` (rhel7)

I cannot confirm at this time as I've moved away from the deployment. I suggest this issue be closed, and someone can re-open or create a new issue should the...

I think it's a good idea to provide the option to include a HorizontalPodAutoscaler. I don't think it should be enabled by default, though, because not everyone would want it...

@cruhl @hafriedlander @KAJdev I took a quick stab at something here: https://github.com/Stability-AI/StableStudio/pull/58 it's got some Docker stuff in there, too.. sorry about that :/

@armab I did the CLA thing. I also updated the PR to remove circleci as I don't think it'd be needed anymore. It looks like it still wants check from...

Some great points in here! I agree with the abstraction of the syntax (i.e. removal of `ctx()` or providing dropdown/autocomplete for `succeeded()` etc) so long as the underlying yaml is...

Can probably also remove this ``` -v /path/to/bitops-level/bitops.config.yaml:/opt/bitops/bitops.config.yaml \ ``` from the "3.2. Run your test" section

closed PR to V1 for reference: https://github.com/bitovi/bitops/pull/70

Be sure to delete any GCP branches in the bitops repo (in favor of plugin implementation)